Skip to content

Commit

Permalink
fix: re-zoomer psuedo domain (#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmeshkhandelwal1 authored Nov 30, 2023
1 parent 7300638 commit 9d18aa3
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,33 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "ZOOMER",
canonical: {
// Pseudo-canonical domain
domain: "11111",
address: "0x425F81E2fe53256B9a7AEA91949dA2210bd049bE",
decimals: 18,
},
representations: {
/// MAINNET
"6648936": {
local: "0x425F81E2fe53256B9a7AEA91949dA2210bd049bE",
adopted: "0x425F81E2fe53256B9a7AEA91949dA2210bd049bE",
},
/// POLYGON
"1886350457": {
local: "0xb2588731d8f6F854037936d6ffac4c13d0b6bd62",
adopted: "0xb2588731d8f6F854037936d6ffac4c13d0b6bd62",
},
/// ARBITRUM
"1634886255": {
local: "0xBB1B173cdFBe464caaaCeaB2a9c8C44229d62D14",
adopted: "0xBB1B173cdFBe464caaaCeaB2a9c8C44229d62D14",
},
// BINANCE
},
},
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit 9d18aa3

Please sign in to comment.