From 4da71aeaada29bc016e8c1b413e7ed52942414a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 07:05:09 +0000 Subject: [PATCH] chore: version packages --- .changeset/drop-holesky-chain.md | 9 --------- .changeset/wave-c-polygon-hyperliquid-wrapped.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .changeset/drop-holesky-chain.md delete mode 100644 .changeset/wave-c-polygon-hyperliquid-wrapped.md diff --git a/.changeset/drop-holesky-chain.md b/.changeset/drop-holesky-chain.md deleted file mode 100644 index c6e65c5..0000000 --- a/.changeset/drop-holesky-chain.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@avaprotocol/protocols": major ---- - -Remove `Chains.Holesky` (17000). EigenLayer has sunset Holesky and Ava Protocol's testnet AVS moved to Sepolia, so the constant no longer names a chain anything in this catalog targets. - -Nothing in the catalog covered it: no protocol module and no token declared a 17000 entry, so `dist/tokens/holesky.json` was never actually emitted despite the sidecar's filename map and README listing it. The removal drops the constant, its sidecar filename entry, and both doc references. - -**Breaking:** `Chains.Holesky` no longer exists. Callers referencing it fail to compile. There is no replacement — use `Chains.Sepolia` (11155111) for testnet work. diff --git a/.changeset/wave-c-polygon-hyperliquid-wrapped.md b/.changeset/wave-c-polygon-hyperliquid-wrapped.md deleted file mode 100644 index c846167..0000000 --- a/.changeset/wave-c-polygon-hyperliquid-wrapped.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@avaprotocol/protocols": minor ---- - -Add Polygon PoS (137) and Hyperliquid EVM (999) to `Chains`, and map `wrapped.weth` to the canonical native wrappers: WPOL `0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270` (legacy WMATIC) and WHYPE `0x5555555555555555555555555555555555555555`. No Uniswap/AAVE on HyperEVM in this change; Polygon protocol maps are a follow-up. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6d95b..8fb8e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @avaprotocol/protocols +## 1.0.0 + +### Major Changes + +- c74d262: Remove `Chains.Holesky` (17000). EigenLayer has sunset Holesky and Ava Protocol's testnet AVS moved to Sepolia, so the constant no longer names a chain anything in this catalog targets. + + Nothing in the catalog covered it: no protocol module and no token declared a 17000 entry, so `dist/tokens/holesky.json` was never actually emitted despite the sidecar's filename map and README listing it. The removal drops the constant, its sidecar filename entry, and both doc references. + + **Breaking:** `Chains.Holesky` no longer exists. Callers referencing it fail to compile. There is no replacement — use `Chains.Sepolia` (11155111) for testnet work. + +### Minor Changes + +- 3df9da0: Add Polygon PoS (137) and Hyperliquid EVM (999) to `Chains`, and map `wrapped.weth` to the canonical native wrappers: WPOL `0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270` (legacy WMATIC) and WHYPE `0x5555555555555555555555555555555555555555`. No Uniswap/AAVE on HyperEVM in this change; Polygon protocol maps are a follow-up. + ## 0.12.0 ### Minor Changes diff --git a/package.json b/package.json index c780cf0..6f02684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@avaprotocol/protocols", - "version": "0.12.0", + "version": "1.0.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",