Skip to content

fix(statics): update TSUI:WAL token package ID to new testnet address#9208

Merged
benkelcher-bitgo merged 1 commit into
masterfrom
sc-7311-update-wal-token-package-id
Jul 8, 2026
Merged

fix(statics): update TSUI:WAL token package ID to new testnet address#9208
benkelcher-bitgo merged 1 commit into
masterfrom
sc-7311-update-wal-token-package-id

Conversation

@bitgo-ai-agent-dev

Copy link
Copy Markdown

What

  • Update tsui:wal package ID in modules/statics/src/allCoinsAndTokens.ts
    (both the package arg and the fully-qualified type string <pkg>::wal::WAL)
  • Update WAL_PKG_ID constant in
    modules/sdk-coin-sui/src/lib/resources/walrusConfig.ts

Old: 0x8190b041122eb492bf63cb464476bd68c6b7e570a4079645a8b28732b6197a82
New: 0x8270feb7375eee355e64fdb69c50abb6b5f9393a722883c1cf45f8e26048810a

Why

  • The Walrus testnet contract was redeployed at a new package ID. The old
    ID no longer resolves on testnet, blocking regression testing of the
    SUI:WAL staking flow after the SUI gRPC migration.
  • This is testnet-only (TSUI:WAL); the SUI:WAL mainnet token is unaffected.
  • This is the same situation handled previously in SC-1017; the approach
    is to update the address in-place for testnet.

Test plan

  • yarn run unit-test --scope @bitgo/statics passes
  • yarn run unit-test --scope @bitgo/sdk-coin-sui passes
  • Downstream: publish @bitgo-beta/statics beta after merge so
    SC-7313, SC-7314, SC-7315, SC-7320 can bump the dependency

Ticket: SC-7311

The Walrus testnet contract was redeployed with a new package ID.
The old package ID (0x8190...a82) no longer resolves on testnet,
blocking regression testing of the SUI:WAL staking flow after the
SUI gRPC migration.

Update the package ID in two places:
- modules/statics/src/allCoinsAndTokens.ts: tsui:wal token definition
  (both the package arg and the fully-qualified type string)
- modules/sdk-coin-sui/src/lib/resources/walrusConfig.ts: WAL_PKG_ID
  constant used at runtime for staking transaction construction

This is testnet-only; SUI:WAL mainnet is unaffected.

Ticket: SC-7311
Session-Id: 6b55f14f-c0d6-464f-8147-f2cc3095e873
Task-Id: bcf6788e-1469-4022-9c16-e79a144ef62d
@linear-code

linear-code Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

SC-7311

SC-7315

@bitgo-ai-agent-dev bitgo-ai-agent-dev Bot force-pushed the sc-7311-update-wal-token-package-id branch from 0b7edb0 to 9114b90 Compare July 8, 2026 15:27
@benkelcher-bitgo benkelcher-bitgo marked this pull request as ready for review July 8, 2026 15:35
@benkelcher-bitgo benkelcher-bitgo requested a review from a team as a code owner July 8, 2026 15:35

@alia-bitgo alia-bitgo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@benkelcher-bitgo benkelcher-bitgo merged commit c821f4b into master Jul 8, 2026
36 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants