Skip to content

Commit

Permalink
feat: add base mainnet local asset addresses (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-zhipeng authored Feb 6, 2024
1 parent faa49df commit 15d44a7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -2797,6 +2797,27 @@
"decimals": 18,
"isSingleMinter": true
},
"0x1ede59e0d39B14c038698B1036BDE9a4819C86D4": {
"name": "nextUSDC",
"symbol": "nextUSDC",
"mainnetEquivalent": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"decimals": 6,
"isSingleMinter": true
},
"0xC90a82e926d3a87899b3717aba0262BF66Ef53E8": {
"name": "nextDAI",
"symbol": "nextDAI",
"mainnetEquivalent": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"decimals": 18,
"isSingleMinter": true
},
"0xE08D4907b2C7aa5458aC86596b6D17B1feA03F7E": {
"name": "nextWETH",
"symbol": "nextWETH",
"mainnetEquivalent": "0x0000000000000000000000000000000000000000",
"decimals": 18,
"isSingleMinter": true
},
"0xEE9deC2712cCE65174B561151701Bf54b99C24C8": {
"name": "TEST",
"symbol": "TEST",
Expand Down

0 comments on commit 15d44a7

Please sign in to comment.