Skip to content

Commit 46f5eb2

Browse files
authored
Merge pull request #5376 from BitGo/eric/SC-887-walrus-testnet-staking-feature
feat(statics): add staking feature to tsui:wal
2 parents 8beed66 + 5b8b758 commit 46f5eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20229,7 +20229,7 @@ export const coins = CoinMap.fromCoins([
2022920229
'wal',
2023020230
'WAL',
2023120231
UnderlyingAsset['tsui:wal'],
20232-
SUI_TOKEN_FEATURES
20232+
[...SUI_TOKEN_FEATURES, CoinFeature.STAKING]
2023320233
),
2023420234
fiat('3f89b1f5-4ada-49c0-a613-15e484d42426', 'fiatusd', 'US Dollar', Networks.main.fiat, 2, UnderlyingAsset.USD),
2023520235
fiat(

0 commit comments

Comments
 (0)