Skip to content

Commit c821f4b

Browse files
Merge pull request #9208 from BitGo/sc-7311-update-wal-token-package-id
fix(statics): update TSUI:WAL token package ID to new testnet address
2 parents 208b55e + 9114b90 commit c821f4b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/sdk-coin-sui/src/lib/resources/walrusConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const WALRUS_TESTNET_CONFIG = {
1717
WALRUS_STAKING_MODULE_NAME: 'staking',
1818
WALRUS_STAKE_WITH_POOL_FUN_NAME: 'stake_with_pool',
1919

20-
WAL_PKG_ID: '0x8190b041122eb492bf63cb464476bd68c6b7e570a4079645a8b28732b6197a82',
20+
WAL_PKG_ID: '0x8270feb7375eee355e64fdb69c50abb6b5f9393a722883c1cf45f8e26048810a',
2121
WAL_COIN_MODULE_NAME: 'wal',
2222
WAL_COIN_NAME: 'WAL',
2323
};

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8097,10 +8097,10 @@ export const allCoinsAndTokens = [
80978097
'tsui:wal',
80988098
'Walrus',
80998099
9,
8100-
'0x8190b041122eb492bf63cb464476bd68c6b7e570a4079645a8b28732b6197a82',
8100+
'0x8270feb7375eee355e64fdb69c50abb6b5f9393a722883c1cf45f8e26048810a',
81018101
'wal',
81028102
'WAL',
8103-
'0x8190b041122eb492bf63cb464476bd68c6b7e570a4079645a8b28732b6197a82::wal::WAL',
8103+
'0x8270feb7375eee355e64fdb69c50abb6b5f9393a722883c1cf45f8e26048810a::wal::WAL',
81048104
UnderlyingAsset['tsui:wal'],
81058105
SUI_TOKEN_FEATURES_STAKING
81068106
),

0 commit comments

Comments
 (0)