From 119085df6afb2ebd9a28dc03c10f359a594e7602 Mon Sep 17 00:00:00 2001 From: ChaoticWalrus <93558947+ChaoticWalrus@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:59:27 -0800 Subject: [PATCH 1/2] chore: add MacOS indexing file to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index db471e42..e10dbe82 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ node_modules/ # Dotenv file .env + + +*.DS_Store From 92aefd290bf19cfab7ab9202f39fb5a979cfc4c1 Mon Sep 17 00:00:00 2001 From: ChaoticWalrus <93558947+ChaoticWalrus@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:09:30 -0800 Subject: [PATCH 2/2] chore: correct addresses for M2 Goerli deployment switch these addresses over from pre-prod environment to the addresses that EigenDA is using now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8fa6bf0..2cb70571 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ The current implementation of this contract is the [BLSSignatureChecker](./docs/ | Name | Solidity | Contract | Notes | | ------------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------- | ----- | -| BLSOperatorStateRetriever | BLSOperatorStateRetriever.sol | [`0xf60a...7251`](https://goerli.etherscan.io/address/0xf60a330F8c1A0C0ecf3Eab1D54b00F3a8FE37251) | | -| BLSPubkeyCompendium | BLSPubkeyCompendium.sol | [`0xdd53...B9Bb`](https://goerli.etherscan.io/address/0xdd53D44257d5F4EB0ca60F60d88827C1b433B9Bb) | | +| BLSOperatorStateRetriever | BLSOperatorStateRetriever.sol | [`0x737D...A3a3`](https://goerli.etherscan.io/address/0x737Dd62816a9392e84Fa21C531aF77C00816A3a3) | | +| BLSPubkeyCompendium | BLSPubkeyCompendium.sol | [`0xc81d...1b19`](https://goerli.etherscan.io/address/0xc81d3963087Fe09316cd1E032457989C7aC91b19) | | ## Further reading