From 57794a4df7045aaadd3d73e3444ba5372cf4d8cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:34:34 +0000 Subject: [PATCH] chore: version packages --- .changeset/arbitrum-uniswap-weth.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/arbitrum-uniswap-weth.md diff --git a/.changeset/arbitrum-uniswap-weth.md b/.changeset/arbitrum-uniswap-weth.md deleted file mode 100644 index 8befc6b..0000000 --- a/.changeset/arbitrum-uniswap-weth.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@avaprotocol/protocols": minor ---- - -Add Uniswap V3 (SwapRouter02 / QuoterV2 / Factory / NFT Position Manager / Permit2 / Universal Router) plus `wrapped.weth` and native Circle USDC on Arbitrum One (42161) and Optimism (10). Addresses from the official Uniswap deployment pages. This unblocks `SessionPolicyActions.uniswapV3Swap(chainId)` in the SDK — that helper reads `swapRouter02[chainId]` and refuses unknown chains. diff --git a/CHANGELOG.md b/CHANGELOG.md index f3ecf43..4c424f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @avaprotocol/protocols +## 0.10.0 + +### Minor Changes + +- 0e9a255: Add Uniswap V3 (SwapRouter02 / QuoterV2 / Factory / NFT Position Manager / Permit2 / Universal Router) plus `wrapped.weth` and native Circle USDC on Arbitrum One (42161) and Optimism (10). Addresses from the official Uniswap deployment pages. This unblocks `SessionPolicyActions.uniswapV3Swap(chainId)` in the SDK — that helper reads `swapRouter02[chainId]` and refuses unknown chains. + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index 9ab1b85..5ec1447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@avaprotocol/protocols", - "version": "0.9.0", + "version": "0.10.0", "description": "Multi-chain catalog of DeFi protocol contract addresses, ABI fragments, and event topic hashes — covers AAVE V3, Uniswap V3, Chainlink, Lido, Morpho, and more.", "keywords": [ "defi",