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",