Skip to content

Commit

Permalink
Merge pull request #123 from connext/metis-assets
Browse files Browse the repository at this point in the history
feat: add metis nextAssets
  • Loading branch information
preethamr authored Feb 4, 2024
2 parents 1f2beac + 4138427 commit 2fd0c94
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,13 @@
"0x29240a275cddde26BbD6d80fA8ad315C35F91604": {
"symbol": "TEST",
"decimals": 18
},
"0x9E32b13ce7f2E80A01932B42553652E053D6ed8e": {
"name": "Metis Token",
"symbol": "METIS",
"mainnetEquivalent": "0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",
"decimals": 18,
"isSingleMinter": true
}
},
"rpc": [
Expand Down Expand Up @@ -2866,6 +2873,34 @@
"decimals": 18,
"isSingleMinter": true
},
"0x9ac9aD5A82Ccd0Ab7584a037A7A2334Dc3715Be2": {
"name": "nextUSDC",
"symbol": "nextUSDC",
"mainnetEquivalent": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"decimals": 6,
"isSingleMinter": true
},
"0xa6A8d22D5da43C9f6E5cF7b4e50941784e70F688": {
"name": "nextUSDT",
"symbol": "nextUSDT",
"mainnetEquivalent": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"decimals": 6,
"isSingleMinter": true
},
"0x3883B5Bdd61BA1b687de69eE50c9738D5ec501E9": {
"name": "nextWETH",
"symbol": "nextWETH",
"mainnetEquivalent": "0x0000000000000000000000000000000000000000",
"decimals": 18,
"isSingleMinter": true
},
"0x1a1162304654A79B4b6A3aF0D564CA1E3cC7cc1B": {
"name": "nextMETIS",
"symbol": "nextMETIS",
"mainnetEquivalent": "0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",
"decimals": 18,
"isSingleMinter": true
}
},
"rpc": ["https://metis-pokt.nodies.app"],
"subgraph": [],
Expand Down

0 comments on commit 2fd0c94

Please sign in to comment.