Skip to content

Commit eeb1d52

Browse files
feat(statics): walrus bulk staking support
TICKET: SC-1081
1 parent c2b7f2f commit eeb1d52

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
@@ -20636,7 +20636,7 @@ export const coins = CoinMap.fromCoins([
2063620636
'wal',
2063720637
'WAL',
2063820638
UnderlyingAsset['tsui:wal'],
20639-
[...SUI_TOKEN_FEATURES, CoinFeature.STAKING]
20639+
[...SUI_TOKEN_FEATURES, CoinFeature.STAKING, CoinFeature.BULK_STAKING_TRANSACTION]
2064020640
),
2064120641
aptToken(
2064220642
'e8bfdab3-4ef6-4b39-9450-d9cb59593f7a',

0 commit comments

Comments
 (0)