Skip to content

Commit bc57656

Browse files
DannyFiDannyGet
andauthored
feature: change token config (#94)
* fix: token config * fix: USDC disabled * fix: token icon --------- Co-authored-by: Danny Fu <danny.fu@bitget.com>
1 parent 99f2412 commit bc57656

File tree

3 files changed

+54
-3
lines changed

3 files changed

+54
-3
lines changed

src/mainnet/tokenList.json

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@
4242
"chainId": "1",
4343
"address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
4444
"symbol": "USDT",
45+
"displaySymbol": "USDT(USDT0)",
4546
"name": "Tether",
4647
"decimals": 6,
48+
"protocol": "layerzero",
4749
"gatewayAddress": "0x44c28f61a5c2dd24fc71d7df8e85e18af4ab2bd8",
4850
"gatewayName": "L1StandardERC20Gateway",
4951
"logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/USDT.svg"
@@ -52,12 +54,25 @@
5254
"chainId": "2818",
5355
"address": "0xc7D67A9cBB121b3b0b9c053DD9f469523243379A",
5456
"symbol": "USDT",
55-
"name": "Tether",
57+
"name": "Morph USDT",
5658
"decimals": 6,
59+
"protocol": "native",
5760
"gatewayAddress": "0x5300000000000000000000000000000000000008",
5861
"gatewayName": "L2StandardERC20Gateway",
5962
"logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/USDT.svg"
6063
},
64+
{
65+
"chainId": "2818",
66+
"address": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
67+
"symbol": "USDT",
68+
"displaySymbol": "USDT0",
69+
"name": "Tether USDT0",
70+
"decimals": 6,
71+
"protocol": "layerzero",
72+
"gatewayAddress": "",
73+
"gatewayName": "",
74+
"logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/USDT0.svg"
75+
},
6176
{
6277
"chainId": "1",
6378
"address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
@@ -97,7 +112,7 @@
97112
"gatewayAddress": "0x5300000000000000000000000000000000000010",
98113
"gatewayName": "L2WETHGateway",
99114
"logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/WETH.svg"
100-
},
115+
},
101116
{
102117
"chainId": "1",
103118
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
@@ -124,6 +139,7 @@
124139
"symbol": "USDC",
125140
"name": "USDC",
126141
"decimals": 6,
142+
"disabled": true,
127143
"gatewayAddress": "0x2C8314f5AADa5D7a9D32eeFebFc43aCCAbe1b289",
128144
"gatewayName": "L1USDCGateway",
129145
"logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/USDC.svg"
@@ -162,6 +178,7 @@
162178
"chainId": "1",
163179
"address": "0x54D2252757e1672EEaD234D27B1270728fF90581",
164180
"symbol": "BGB",
181+
"protocol": "ccip",
165182
"name": "BitgetToken",
166183
"decimals": 18,
167184
"gatewayAddress": "0x44c28f61a5c2dd24fc71d7df8e85e18af4ab2bd8",
@@ -172,12 +189,25 @@
172189
"chainId": "2818",
173190
"address": "0x55d1f1879969bdbB9960d269974564C58DBc3238",
174191
"symbol": "BGB",
192+
"protocol": "native",
175193
"name": "BitgetToken",
194+
"displaySymbol": "BGB(old)",
176195
"decimals": 18,
177196
"gatewayAddress": "0x5300000000000000000000000000000000000008",
178197
"gatewayName": "L2StandardERC20Gateway",
179198
"logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/BGB(old).svg"
180199
},
200+
{
201+
"chainId": "2818",
202+
"address": "0x389c08bc23a7317000a1fd76c7c5b0cb0b4640b5",
203+
"symbol": "BGB",
204+
"protocol": "ccip",
205+
"name": "BitgetToken",
206+
"decimals": 18,
207+
"gatewayAddress": "",
208+
"gatewayName": "",
209+
"logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/BGB.svg"
210+
},
181211
{
182212
"chainId": "1",
183213
"address": "0x11eeF04c884E24d9B7B4760e7476D06ddF797f36",
@@ -325,4 +355,3 @@
325355
"patch": 0
326356
}
327357
}
328-

tokenIcons/USDC.e.svg

Lines changed: 11 additions & 0 deletions
Loading

tokenIcons/USDT.e.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)