Skip to content

Commit

Permalink
Merge pull request #5115 from connext/IXT-whitelisting
Browse files Browse the repository at this point in the history
feat: added IXT token
  • Loading branch information
LayneHaber authored Nov 8, 2023
2 parents 2dc391d + 3031991 commit 15920e6
Showing 1 changed file with 32 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
cap: utils.parseUnits("10000000", 18).toString(),
},
representations: {
/// BSC
/// BSC
"6450786": {
local: "0x489580eB70a50515296eF31E8179fF3e77E24965",
adopted: "0x489580eB70a50515296eF31E8179fF3e77E24965",
Expand Down Expand Up @@ -388,6 +388,37 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "xIXT",
canonical: {
// Pseudo-canonical domain
domain: "11111",
address: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
decimals: 18,
},
representations: {
/// POLYGON
"1886350457": {
local: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
adopted: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
},
/// MAINNET
"6648936": {
local: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
adopted: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
},
/// ARBITRUM
"1634886255": {
local: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
adopted: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
},
// BINANCE
"6450786": {
local: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
adopted: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
},
},
},
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit 15920e6

Please sign in to comment.