Skip to content

docs: release updates for evm wallets, bridge usdt0, and spark changelog

Created by: ihsraham

Summary

  • Updates release documentation across EVM wallet and bridge modules for the latest package releases.
  • Improves bridge docs for readability and route clarity across EVM and non-EVM destinations.
  • Normalizes token naming conventions in examples (ASCII tickers in code blocks) and removes non-target stablecoin examples from updated wallet docs.

Changes

  • wallet-evm

    • Documented getTokenBalances(tokenAddresses) in API and usage docs.
    • Updated examples to use USDT/XAUT in code and removed USDC examples in updated sections.
  • wallet-evm-erc-4337

    • Documented EIP-712 signTypedData / verifyTypedData and multicall getTokenBalances.
    • Updated examples to use USDT/XAUT in code and removed USDC examples in updated sections.
  • wdk-protocol-bridge-usdt0-evm

    • Documented BridgeOptions overrides (oftContractAddress, dstEid).
    • Expanded and aligned destination coverage docs for Solana, TON, and TRON.
    • Refined examples and terminology (including EID labeling for non-EVM destinations and clearer token support wording).
    • Corrected ERC-4337 override examples to use object-form paymasterToken.
  • wallet-spark

    • Added changelog entry for v1.0.0-beta.11 runtime/dependency changes (Pear entrypoint + static import fix + bare SDK bump).
  • Module index + changelog updates

    • Updated module overview wording for bridge routing scope.
    • Split release entries by date and improved bridge changelog readability.

Relevant Releases

Validation

  • Checked updated markdown for GitBook render safety (fenced code blocks, GitBook tags, HTML tables, markdown table consistency).
  • Checked token naming consistency in updated docs:
    • symbol-form tokens in prose,
    • ASCII tickers in code blocks,
    • no unintended USDC mentions in updated wallet/bridge examples.

Merge request reports