File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
wormhole-connect/src/config/mainnet Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ export const MAINNET_TOKEN_KEYS: string[] = [
184
184
"wstETHarbitrum" ,
185
185
"wstETHoptimism" ,
186
186
"wstETHpolygon" ,
187
- "wstETHbsc" ,
188
187
"wstETHbase" ,
189
188
] . sort ( ) ;
190
189
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ Tokens (`tokens`):
103
103
| wstETHoptimism | |
104
104
| wstETHpolygon | |
105
105
| wstETHbase | |
106
- | wstETHbsc | |
107
106
108
107
109
108
<br >
Original file line number Diff line number Diff line change @@ -1968,23 +1968,6 @@ export const MAINNET_TOKENS: TokensConfig = {
1968
1968
default : 8 ,
1969
1969
} ,
1970
1970
} ,
1971
- wstETHbsc : {
1972
- key : 'wstETHbsc' ,
1973
- symbol : 'wstETH' ,
1974
- displayName : 'wstETH (BSC)' ,
1975
- nativeChain : 'bsc' ,
1976
- tokenId : {
1977
- chain : 'bsc' ,
1978
- address : '0x2Bbbdf97295F73175b12CC087cF446765931e1C3' ,
1979
- } ,
1980
- icon : Icon . WSTETH ,
1981
- coinGeckoId : 'wrapped-steth' ,
1982
- color : '#3AA3FF' ,
1983
- decimals : {
1984
- default : 8 ,
1985
- Ethereum : 18 ,
1986
- } ,
1987
- } ,
1988
1971
ETHbase : {
1989
1972
key : 'ETHbase' ,
1990
1973
symbol : 'ETH' ,
You can’t perform that action at this time.
0 commit comments