Skip to content

Commit

Permalink
Add xE2EBN token to mainnet production config
Browse files Browse the repository at this point in the history
  • Loading branch information
luchobonatti committed Oct 1, 2024
1 parent 1bbaf62 commit 6aadafe
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,36 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "xE2EBN",
canonical: {
domain: "11111",
address: "0xb9b3f06ff4fd20834380c11c715db10b0ec87319",
decimals: 18,
},
representations: {
// ETHEREUM
"6648936": {
local: "0xb9b3f06ff4fd20834380c11c715db10b0ec87319",
adopted: "0xb9b3f06ff4fd20834380c11c715db10b0ec87319",
},
// OPTIMISM
"1869640809": {
local: "0xb9b3f06ff4fd20834380c11c715db10b0ec87319",
adopted: "0xb9b3f06ff4fd20834380c11c715db10b0ec87319",
},
// ARBITRUM
"1634886255": {
local: "0xb9b3f06ff4fd20834380c11c715db10b0ec87319",
adopted: "0xb9b3f06ff4fd20834380c11c715db10b0ec87319",
},
// BASE
"1650553709": {
local: "0xb9b3f06ff4fd20834380c11c715db10b0ec87319",
adopted: "0xb9b3f06ff4fd20834380c11c715db10b0ec87319",
},
},
},
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit 6aadafe

Please sign in to comment.