Skip to content

Commit 6a9a706

Browse files
authored
Node: add xlayer tokens to manual token list (wormhole-foundation#3926)
* node: add x layer tokens to manual_tokens.go - Coin Gecko IDs left blank here because there is no entry for these tokens yet - Prices are taken from the chain explorer directly * node: Update X Layer manual token list - Fix Chain ID - Add more tokens with >50k daily volume - Add CG IDs for tokens that have them - Add commented out tokens that have high volume but no CH entries - Update prices (use CG price where available) * node: remove tokens without CoinGecko IDs
1 parent 1c858d3 commit 6a9a706

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

node/pkg/governor/manual_tokens.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,12 @@ func manualTokenList() []tokenConfigEntry {
4646
{chain: 34, addr: "000000000000000000000000f610a9dfb7c89644979b4a0f27063e9e7d7cda32", symbol: "WSTETH", coinGeckoId: "bridged-wrapped-lido-staked-ether-scroll", decimals: 18, price: 3659.28},
4747
{chain: 34, addr: "000000000000000000000000cA77eB3fEFe3725Dc33bccB54eDEFc3D9f764f97", symbol: "DAI", coinGeckoId: "dai", decimals: 18, price: 1.00},
4848
{chain: 34, addr: "00000000000000000000000053878B874283351D26d206FA512aEcE1Bef6C0dD", symbol: "RETH", coinGeckoId: "rocket-pool-eth", decimals: 18, price: 3475.55},
49+
// X LAYER (tokens over $50,000 24h volume)
50+
{chain: 37, addr: "0000000000000000000000001e4a5963abfd975d8c9021ce480b42188849d41d", symbol: "USDT", coinGeckoId: "polygon-hermez-bridged-usdt-x-layer", decimals: 6, price: 0.9969},
51+
{chain: 37, addr: "000000000000000000000000e538905cf8410324e03a5a23c1c177a474d59b2b", symbol: "WOKB", coinGeckoId: "wrapped-okb", decimals: 18, price: 48.76},
52+
{chain: 37, addr: "0000000000000000000000005a77f1443d16ee5761d310e38b62f77f726bc71c", symbol: "WETH", coinGeckoId: "weth", decimals: 18, price: 2994.60},
53+
{chain: 37, addr: "00000000000000000000000074b7f16337b8972027f6196a17a631ac6de26d22", symbol: "USDC", coinGeckoId: "polygon-hermez-bridged-usdc-x-layer", decimals: 6, price: 0.9949},
54+
{chain: 37, addr: "000000000000000000000000ea034fb02eb1808c2cc3adbc15f447b93cbe08e1", symbol: "WBTC", coinGeckoId: "polygon-hermez-bridged-wbtc-x-layer", decimals: 8, price: 57029},
55+
{chain: 37, addr: "000000000000000000000000c5015b9d9161dca7e18e32f6f25c4ad850731fd4", symbol: "DAI", coinGeckoId: "polygon-hermez-bridged-dai-x-layer", decimals: 18, price: 1.0006},
4956
}
5057
}

0 commit comments

Comments
 (0)