Skip to content

Commit

Permalink
feat: add xVCX tokens on Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
0xruhum committed Apr 12, 2024
1 parent 2a25d9e commit 1db2eec
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,31 @@ export const TESTNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "xVCX",
canonical: {
domain: "11111",
address: "0x18445923592be303fbd3BC164ee685C7457051b4",
decimals: 18
},
representations: {
/// SEPOLIA
"1936027759": {
local: "0x18445923592be303fbd3BC164ee685C7457051b4",
adopted: "0x18445923592be303fbd3BC164ee685C7457051b4",
},
/// OPTIMISM-SEPOLIA
"1869640549": {
local: "0x18445923592be303fbd3BC164ee685C7457051b4",
adopted: "0x18445923592be303fbd3BC164ee685C7457051b4",
},
/// ARBITRUM-SEPOLIA
"1633842021": {
local: "0x18445923592be303fbd3BC164ee685C7457051b4",
adopted: "0x18445923592be303fbd3BC164ee685C7457051b4",
},
},
}
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit 1db2eec

Please sign in to comment.