Skip to content

Commit

Permalink
Merge pull request #178 from connext/add-ion
Browse files Browse the repository at this point in the history
feat: add ion protocol
  • Loading branch information
just-a-node authored Jun 27, 2024
2 parents 8eac714 + f028510 commit d196caa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,11 @@
"name": "nextGIV",
"symbol": "nextGIV",
"decimals": 18
},
"0x887d1c6A4f3548279c2a8A9D0FA61B5D458d14fC": {
"name": "Ionic Protocol",
"symbol": "ION",
"decimals": 18
}
},
"shortName": "oeth",
Expand Down Expand Up @@ -2960,6 +2965,11 @@
"symbol": "TEST",
"decimals": 18,
"isSingleMinter": true
},
"0x3eE5e23eEE121094f1cFc0Ccc79d6C809Ebd22e5": {
"name": "Ionic Protocol",
"symbol": "ION",
"decimals": 18
}
},
"rpc": ["https://mainnet.base.org"],
Expand Down Expand Up @@ -3430,6 +3440,11 @@
"symbol": "TEST",
"decimals": 18,
"isSingleMinter": true
},
"0x18470019bF0E94611f15852F7e93cf5D65BC34CA": {
"name": "Ionic Protocol",
"symbol": "ION",
"decimals": 18
}
},
"rpc": ["https://mainnet.mode.network/"],
Expand Down

0 comments on commit d196caa

Please sign in to comment.