Skip to content

Commit

Permalink
Merge pull request #206 from senamakel/patch-1
Browse files Browse the repository at this point in the history
Added ZAI Stablecoin for mainnet and base
  • Loading branch information
just-a-node committed Aug 16, 2024
2 parents 537cac6 + 03a9a6c commit 766c70d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,13 @@
"name": "xTRSY",
"symbol": "xTRSY",
"decimals": 18
}
},
"0x6900070DE14ffFAf3A129Dc3880e0153444167Fa": {
"name": "ZAI Stablecoin",
"symbol": "USDz",
"mainnetEquivalent": "0x69000405f9dce69bd4cbf4f2865b79144a69bfe0",
"decimals": 18
},
},
"rpc": [
"https://eth.llamarpc.com",
Expand Down Expand Up @@ -3053,6 +3059,11 @@
"name": "xTRSY",
"symbol": "xTRSY",
"decimals": 18
},
"0x69000cc63be9b4322f3f62c233dd1a7f509ae080": {
"name": "ZAI Stablecoin",
"symbol": "USDz",
"decimals": 18
}
},
"rpc": ["https://mainnet.base.org"],
Expand Down

0 comments on commit 766c70d

Please sign in to comment.