You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend SOL deriveAddress to support SPL token deposit addresses. When a tokenName
(e.g. sol:usdc) is supplied, derive the native owner address as before, then return
the owner's Associated Token Account (ATA) for that token's mint — using the same
getAssociatedTokenAccountAddress helper (statics mint + programId lookup, token-2022
aware) that the rest of the SOL coin uses, so the derived address matches what BitGo
assigns as the token receive address.
- sdk-core: add tokenName to DeriveAddressOptions.
- express: accept tokenName on the address/derive request body.
- tests: exact ATA for sol:usdc at a known index, parity with
getAssociatedTokenAccountAddress, and unknown-token error.
WCN-1054
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments