diff --git a/CHANGELOG.md b/CHANGELOG.md index 726222524..890e841bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperlane-xyz/registry +## 1.1.1 + +### Patch Changes + +- 0d3d6ea: Add Holesky AVS deployment addresses + ## 1.1.0 ### Minor Changes diff --git a/deployments/avs/README.md b/deployments/avs/README.md new file mode 100644 index 000000000..c1cce51e4 --- /dev/null +++ b/deployments/avs/README.md @@ -0,0 +1,13 @@ +# Hyperlane AVS + +This directory contains the core AVS deployment addressES like the `HyperlaneServiceManager` and the `ECDSAStakeRegistry`. In the future, it'll also house the different `IRemoteChallenger` configuration which will be used to verify the remote fraud attestation from different Hyperlane applications. + +## Structure + +## Schema + +Coming soon. + +## Contributing + +New challenegers can be added manually. diff --git a/deployments/avs/ethereum.yaml b/deployments/avs/ethereum.yaml new file mode 100644 index 000000000..72c266b62 --- /dev/null +++ b/deployments/avs/ethereum.yaml @@ -0,0 +1,3 @@ +contracts: + avsDirectory: "0x135DDa560e946695d6f155dACaFC6f1F25C1F5AF" + proxyAdmin: "0x75EE15Ee1B4A75Fa3e2fDF5DF3253c25599cc659" diff --git a/deployments/avs/holesky.yaml b/deployments/avs/holesky.yaml new file mode 100644 index 000000000..0843e9ada --- /dev/null +++ b/deployments/avs/holesky.yaml @@ -0,0 +1,5 @@ +contracts: + avsDirectory: "0x055733000064333CaDDbC92763c58BF0192fFeBf" + proxyAdmin: "0x6e7b29cb2a7617405b4d30c6f84bbd51b4bb4be8" + ecdsaStakeRegistry: "0x275aCcCa81cAD931dC6fB6E49ED233Bc99Bed4A7" + hyperlaneServiceManager: "0x16B710b86CAd07E6F1C531861a16F5feC29dba37" diff --git a/package.json b/package.json index 2311bee12..5c9674dcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/registry", "description": "A collection of configs, artifacts, and schemas for Hyperlane", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "yaml": "^2", "zod": "^3.21.2"