Skip to content

Commit

Permalink
feat: add vaultcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
just-a-node committed Apr 25, 2024
1 parent 2e582c7 commit dc3c8a8
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,31 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "xVCX",
canonical: {
domain: "11111",
address: "0x18445923592be303fbd3BC164ee685C7457051b4",
decimals: 18,
},
representations: {
/// ETHEREUM
"6648936": {
local: "0x18445923592be303fbd3BC164ee685C7457051b4",
adopted: "0x18445923592be303fbd3BC164ee685C7457051b4",
},
/// ARBITRUM
"1634886255": {
local: "0x18445923592be303fbd3BC164ee685C7457051b4",
adopted: "0x18445923592be303fbd3BC164ee685C7457051b4",
},
/// OPTIMISM
"1869640809": {
local: "0xfe7950eC9AfE82538CEAC95735f1daf31829d066",
adopted: "0xfe7950eC9AfE82538CEAC95735f1daf31829d066",
}
},
}
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit dc3c8a8

Please sign in to comment.