Skip to content

Commit

Permalink
docs: comment on contract addrs (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz authored May 25, 2024
1 parent 92c7213 commit 1795894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts-abi/config/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ type Contracts struct {
}

var TestnetContracts = Contracts{
// If these addresses change for a testnet deployment,
// please also update snippets/testnet-addresses.mdx
// in https://github.com/primev/mev-commit-docs
BidderRegistry: "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
ProviderRegistry: "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707",
PreconfCommitmentStore: "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853",
Expand Down

0 comments on commit 1795894

Please sign in to comment.