From efbdc2a06c6602ec7974a9e2847fac31b560b4ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 05:44:22 +0000 Subject: [PATCH] chore: version packages --- .changeset/drop-holesky-chain.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/drop-holesky-chain.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/CHANGELOG.md b/CHANGELOG.md index 0f6d95b..614823e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @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. + ## 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",