Skip to content

Commit

Permalink
Merge pull request #185 from connext/feat/expand-xocolatl-to-deployed…
Browse files Browse the repository at this point in the history
…-chains

Feat/expand xocolatl to deployed chains
  • Loading branch information
just-a-node authored Jul 29, 2024
2 parents f125c61 + f07e444 commit 4ec4224
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@
"name": "Giveth",
"symbol": "GIV",
"decimals": 18
},
"0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf": {
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
}
},
"rpc": [
Expand Down Expand Up @@ -782,6 +787,11 @@
"name": "Ionic Protocol",
"symbol": "ION",
"decimals": 18
},
"0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf": {
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
}
},
"shortName": "oeth",
Expand Down Expand Up @@ -1061,6 +1071,7 @@
"decimals": 18
},
"0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf": {
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
},
Expand Down Expand Up @@ -1375,6 +1386,7 @@
"decimals": 18
},
"0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf": {
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
},
Expand Down Expand Up @@ -1690,6 +1702,7 @@
"decimals": 18
},
"0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf": {
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
},
Expand Down Expand Up @@ -2643,6 +2656,11 @@
"name": "xVCX",
"symbol": "xVCX",
"decimals": 18
},
"0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf": {
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
}
},
"rpc": ["https://arb1.arbitrum.io/rpc"],
Expand Down Expand Up @@ -2838,6 +2856,11 @@
"symbol": "TEST",
"decimals": 18,
"isSingleMinter": true
},
"0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf": {
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
}
},
"rpc": ["https://rpc.linea.build"],
Expand Down Expand Up @@ -2970,6 +2993,11 @@
"name": "Ionic Protocol",
"symbol": "ION",
"decimals": 18
},
"0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf": {
"name": "Xocolatl MXN Stablecoin",
"symbol": "XOC",
"decimals": 18
}
},
"rpc": ["https://mainnet.base.org"],
Expand Down

0 comments on commit 4ec4224

Please sign in to comment.