Skip to content

Commit f8e255e

Browse files
authored
add xlayer whitelist
2 parents 3d32470 + 135c4eb commit f8e255e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/xlayer-mainnet/chain.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const USDC = '0x74b7F16337b8972027F6196A17a631aC6dE26d22'.toLowerCase()
88
const USDCe = '0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035'.toLowerCase()
99
const WBTC = '0xEA034fb02eB1808C2cc3adbC15f447B93CbE08e1'.toLowerCase()
1010
const DAI = ' 0xC5015b9d9161Dca7e18e32f6f25C4aD850731Fd4'.toLowerCase()
11+
const xETH = '0xE7B000003A45145decf8a28FC755aD5eC5EA025A'.toLowerCase()
12+
const xSOL = '0x505000008DE8748DBd4422ff4687a4FC9bEba15b'.toLowerCase()
1113
const WOKB_USDC = '0x92Ae4136f5F141F9d20eAa0c3533f48c21Fa8580'.toLowerCase()
1214

1315
export const FACTORY_ADDRESS = '0x4b2ab38dbf28d31d467aa8993f6c2585981d6804'
@@ -27,7 +29,7 @@ export const ROLL_DELETE_MINUTE_LIMITER = BigInt.fromI32(1000)
2729

2830
// token where amounts should contribute to tracked volume and liquidity
2931
// usually tokens that many tokens are paired with s
30-
export const WHITELIST_TOKENS: string[] = [WOKB, WETH, USDT, USDT0, USDC, USDCe, WBTC, DAI]
32+
export const WHITELIST_TOKENS: string[] = [WOKB, WETH, USDT, USDT0, USDC, USDCe, WBTC, DAI, xETH, xSOL]
3133

3234
export const STABLE_COINS: string[] = [USDC, USDT, DAI]
3335

0 commit comments

Comments
 (0)