Skip to content

Commit c9f0405

Browse files
authored
Removed wstETH (BSC) token (#1464)
There's no pool on BSC so having this token doesn't make sense Co-authored-by: Kevin Peters <kevin@wormholelabs.xyz>
1 parent 6c11909 commit c9f0405

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

builder/src/consts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ export const MAINNET_TOKEN_KEYS: string[] = [
184184
"wstETHarbitrum",
185185
"wstETHoptimism",
186186
"wstETHpolygon",
187-
"wstETHbsc",
188187
"wstETHbase",
189188
].sort();
190189

wormhole-connect-loader/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ Tokens (`tokens`):
103103
| wstETHoptimism | |
104104
| wstETHpolygon | |
105105
| wstETHbase | |
106-
| wstETHbsc | |
107106

108107

109108
<br>

wormhole-connect/src/config/mainnet/tokens.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,23 +1968,6 @@ export const MAINNET_TOKENS: TokensConfig = {
19681968
default: 8,
19691969
},
19701970
},
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-
},
19881971
ETHbase: {
19891972
key: 'ETHbase',
19901973
symbol: 'ETH',

0 commit comments

Comments
 (0)