Skip to content

Commit

Permalink
Merge pull request #188 from connext/new-alchemix-domains
Browse files Browse the repository at this point in the history
feat: add new alchemix domains
  • Loading branch information
preethamr committed Jul 29, 2024
2 parents 4ec4224 + d52eb6f commit 0d3d32d
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 @@ -2861,6 +2861,21 @@
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
},
"0x0E17934B9735D479B2388347fAeF0F4e58b9cc06": {
"name": "Alchemix USD",
"symbol": "alUSD",
"decimals": 18
},
"0x303241e2B3b4aeD0bb0F8623e7442368FED8Faf3": {
"name": "Alchemix ETH",
"symbol": "alETH",
"decimals": 18
},
"0x303c4F39EA359155C698807168e9Dc3aA1dF2b95": {
"name": "Alchemix",
"symbol": "ALCX",
"decimals": 18
}
},
"rpc": ["https://rpc.linea.build"],
Expand Down Expand Up @@ -2998,6 +3013,21 @@
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
},
"0x303241e2B3b4aeD0bb0F8623e7442368FED8Faf3": {
"name": "Alchemix USD",
"symbol": "alUSD",
"decimals": 18
},
"0x0E17934B9735D479B2388347fAeF0F4e58b9cc06": {
"name": "Alchemix ETH",
"symbol": "alETH",
"decimals": 18
},
"0x303c4F39EA359155C698807168e9Dc3aA1dF2b95": {
"name": "Alchemix",
"symbol": "ALCX",
"decimals": 18
}
},
"rpc": ["https://mainnet.base.org"],
Expand Down Expand Up @@ -3100,6 +3130,11 @@
"name": "Alchemix ETH",
"symbol": "alETH",
"decimals": 18
},
"0x303c4F39EA359155C698807168e9Dc3aA1dF2b95": {
"name": "Alchemix",
"symbol": "ALCX",
"decimals": 18
}
},
"rpc": ["https://metis-pokt.nodies.app"],
Expand Down

0 comments on commit 0d3d32d

Please sign in to comment.