Skip to content

build(deps): bump agentwallet-sdk from 5.1.1 to 6.2.0#20

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agentwallet-sdk-6.2.0
Open

build(deps): bump agentwallet-sdk from 5.1.1 to 6.2.0#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agentwallet-sdk-6.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps agentwallet-sdk from 5.1.1 to 6.2.0.

Release notes

Sourced from agentwallet-sdk's releases.

v5.2.0 — Multi-Chain Expansion + Solana CCTP Bridge

Multi-Chain Expansion

x402 Payments — 10 Mainnet Chains

Expanded from Base-only to 10 chains: Ethereum, Arbitrum, Polygon, Optimism, Avalanche, Unichain, Linea, Sonic, World Chain.

Solana CCTP V2 Bridge

EVM↔Solana USDC bridging via Circle CCTP V2. Self-contained base58 encoder — no hard @​solana/web3.js dependency.

Multi-Chain Swap

Uniswap V3 support expanded to Arbitrum, Optimism, and Polygon.

Mainnet Bridge Proof ✅

Base → Arbitrum: 0.50 USDC confirmed

Critical Fixes

  • Solana CCTP V1→V2 program address correction
  • CCTP V2 depositForBurn 7-param signature fix

Stats

  • 134 tests passing
  • 15 files changed, 1,292 insertions
  • JSDoc on all modified source files
npm install agentwallet-sdk@5.2.0
Changelog

Sourced from agentwallet-sdk's changelog.

[6.2.0] — 2026-04-13

Added

  • UptoBillingPolicy for x402 usage-based billing, with max authorization tracking, actual settlement recording, unused-capacity release, and wallet ledger deltas
  • Test coverage for partial settlement, finalization, over-cap rejection, and multi-settlement flows

Changed

  • Exported UptoBillingPolicy from the main SDK entrypoint
  • Updated README examples and package metadata to position agentwallet-sdk as an x402 usage-based billing reference implementation
  • Simplified PaymentRouter.isRailLive() boolean handling

[6.0.0] — 2026-03-21

Added

  • TokenRegistry class — 80+ verified token addresses across 11 EVM chains + Solana
    • Pre-populated registries: USDC, USDT, DAI, WETH, WBTC, LINK, UNI, AAVE, CRV, MKR, SNX, COMP, LDO, ARB, OP, and more
    • Native gas token support (ETH, POL, AVAX, S) with isNative flag
    • addToken() for custom token imports
    • Per-chain registry exports: BASE_REGISTRY, ETHEREUM_REGISTRY, ARBITRUM_REGISTRY, etc.
  • Multi-token EVM transfers: sendToken(), sendNative(), getTokenBalance(), getNativeBalance(), getBalances()
  • Human-readable amount handling: toRaw(), toHuman(), formatBalance()
  • Solana SPL token support (optional peer dependency @solana/web3.js):
    • SolanaWallet class with getSolBalance(), sendSol(), sendSplToken(), getSplTokenBalance()
  • x402 multi-asset resolution — payments now accept any token the server requests, not just USDC

Changed

  • x402 client updated to resolve assets via TokenRegistry (multi-asset support)
  • Bumped version to 6.0.0

Backward Compatible

  • All v5.x imports continue to work unchanged

[5.2.0] — 2026-03-16

Added

  • Multi-chain x402 payments: Expanded from 1 chain (Base) to 10 mainnet chains — Ethereum, Arbitrum, Polygon, Optimism, Avalanche, Unichain, Linea, Sonic, World Chain
  • Solana CCTP bridge: EVM↔Solana USDC bridging via Circle CCTP V2 (domain 5). Self-contained base58 encoder, no hard @​solana/web3.js dependency
  • Multi-chain swap: Uniswap V3 support expanded to Arbitrum, Optimism, and Polygon (was Base-only)
  • Chain config expansion: SupportedChain type and CHAIN_IDS map for all 11 chains
  • Mainnet bridge proof: Verified Base→Arbitrum CCTP V2 transfer (0.50 USDC, tx 0xfedb...9129)

Fixed

  • Critical: Solana CCTP V2 addresses — TokenMessenger and MessageTransmitter were using V1 program IDs. Updated to V2 (CCTPV2vPZJS2u2BB... and CCTPV2Sm4AdWt52...). Verified against Circle docs + circlefin/solana-cctp-contracts
  • CCTP V2 depositForBurn signature — Updated from 4-param V1 to 7-param V2 (added destinationCaller, maxFee, minFinalityThreshold)

Documentation

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [agentwallet-sdk](https://github.com/up2itnow0822/agent-wallet-sdk) from 5.1.1 to 6.2.0.
- [Release notes](https://github.com/up2itnow0822/agent-wallet-sdk/releases)
- [Changelog](https://github.com/up2itnow0822/agent-wallet-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/up2itnow0822/agent-wallet-sdk/commits)

---
updated-dependencies:
- dependency-name: agentwallet-sdk
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants