Skip to content

Commit

Permalink
Merge pull request #67 from Layr-Labs/repo-cleanup
Browse files Browse the repository at this point in the history
chore: repo cleanup -- fix contract addresses + add to .gitignore
  • Loading branch information
ChaoticWalrus authored Nov 16, 2023
2 parents d5d520e + 92aefd2 commit bee1c9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ node_modules/

# Dotenv file
.env


*.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bee1c9f

Please sign in to comment.