Skip to content

Commit

Permalink
feat: add ION
Browse files Browse the repository at this point in the history
  • Loading branch information
just-a-node committed Jun 26, 2024
1 parent e8e404b commit 1275370
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,31 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "ION",
canonical: {
domain: "11111",
address: "0x18470019bF0E94611f15852F7e93cf5D65BC34CA",
decimals: 18,
},
representations: {
/// MODE
"1836016741": {
local: "0x18470019bF0E94611f15852F7e93cf5D65BC34CA",
adopted: "0x18470019bF0E94611f15852F7e93cf5D65BC34CA",
},
/// OPTIMISM
"1869640809": {
local: "0x887d1c6A4f3548279c2a8A9D0FA61B5D458d14fC",
adopted: "0x887d1c6A4f3548279c2a8A9D0FA61B5D458d14fC",
},
/// BASE
"1650553709": {
local: "0x3eE5e23eEE121094f1cFc0Ccc79d6C809Ebd22e5",
adopted: "0x3eE5e23eEE121094f1cFc0Ccc79d6C809Ebd22e5",
},
},
},
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit 1275370

Please sign in to comment.