Skip to content

Commit

Permalink
chore: update genesis timestamp and contracts addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Jul 10, 2024
1 parent 9d26bb3 commit 83ee671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions contracts-abi/config/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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: "0xd44adA804c53a7eE42145f752daD8fBa4a521D50",
ProviderRegistry: "0x1714b4E6b60FE34f0ec39e428150944D80af7E63",
PreconfCommitmentStore: "0x56f6A527B07Dc9980dE4609F06887cB498903A0D",
Oracle: "0xc5958e569556b54B25DfE4ad6B3CD4690a5db039",
BlockTracker: "0xF4C89c9851A613a447470CCe6866923C6e14F041",
BidderRegistry: "0x7ffa86fF89489Bca72Fec2a978e33f9870B2Bd25",
ProviderRegistry: "0x4FC9b98e1A0Ff10de4c2cf294656854F1d5B207D",
PreconfCommitmentStore: "0xCAC68D97a56b19204Dd3dbDC103CB24D47A825A3",
Oracle: "0x6856Eb630C79D491886E104D328834643B3F69E3",
BlockTracker: "0x2eEbF31f5c932D51556E70235FB98bB2237d065c",
}
2 changes: 1 addition & 1 deletion infrastructure/nomad/playbooks/variables/environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ environments:
profile: "{{ profile }}"
version: "{{ version }}"
secrets: fetch
genesis_timestamp: "0x66700e3f"
genesis_timestamp: "0x668ebdff"
domain: testnet.mev-commit.xyz

0 comments on commit 83ee671

Please sign in to comment.