Skip to content

Commit

Permalink
Re-deploy to holesky
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Oct 31, 2023
1 parent 6125b11 commit e06ca2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ def SHAPELLA_FORK(self) -> ConsensusFork:
),
VALIDATORS_REGISTRY_GENESIS_BLOCK=BlockNumber(0),
KEEPER_CONTRACT_ADDRESS=Web3.to_checksum_address(
'0xc3e8c8BA310b62540FBb5eB81c9028444D35e568'
'0xB580799Bf7d62721D1a523f0FDF2f5Ed7BA4e259'
),
KEEPER_GENESIS_BLOCK=BlockNumber(167109),
KEEPER_GENESIS_BLOCK=BlockNumber(215379),
V2_POOL_CONTRACT_ADDRESS=Web3.to_checksum_address(
'0x0000000000000000000000000000000000000000'
),
V2_POOL_GENESIS_BLOCK=BlockNumber(167109),
V2_POOL_GENESIS_BLOCK=BlockNumber(215379),
GENESIS_VAULT_CONTRACT_ADDRESS=Web3.to_checksum_address(
'0xcca5bB5089B83060793B9b6DF35Bfe62B922b8E4'
'0xf42cEAFa21Beb670573f32C31485E84233AFDB6b'
),
GENESIS_VALIDATORS_ROOT=Bytes32(
Web3.to_bytes(
Expand Down

0 comments on commit e06ca2e

Please sign in to comment.