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/XAUTin code and removedUSDCexamples in updated sections.
- Documented
-
wallet-evm-erc-4337
- Documented EIP-712
signTypedData/verifyTypedDataand multicallgetTokenBalances. - Updated examples to use
USDT/XAUTin code and removedUSDCexamples in updated sections.
- Documented EIP-712
-
wdk-protocol-bridge-usdt0-evm
- Documented
BridgeOptionsoverrides (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.
- Documented
-
wallet-spark
- Added changelog entry for
v1.0.0-beta.11runtime/dependency changes (Pear entrypoint + static import fix + bare SDK bump).
- Added changelog entry for
-
Module index + changelog updates
- Updated module overview wording for bridge routing scope.
- Split release entries by date and improved bridge changelog readability.
Relevant Releases
-
@tetherto/wdk-wallet-evmv1.0.0-beta.8 -
@tetherto/wdk-wallet-evm-erc-4337v1.0.0-beta.5 -
@tetherto/wdk-protocol-bridge-usdt0-evmv1.0.0-beta.3 -
@tetherto/wdk-wallet-sparkv1.0.0-beta.11
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
USDCmentions in updated wallet/bridge examples.