Skip to content

Commit

Permalink
Update gnosis chain fork version, withdrawal creds (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Feb 22, 2022
1 parent df350e9 commit 4281753
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions operator_cli/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@
),
WITHDRAWAL_CREDENTIALS=config(
"WITHDRAWAL_CREDENTIALS",
default="",
default="0x010000000000000000000000fc9b67b6034f6b306ea9bd8ec1baf3efa2490394",
),
GENESIS_FORK_VERSION="",
GENESIS_FORK_VERSION=bytes.fromhex("00000064"),
MAX_KEYS_PER_VALIDATOR=1000,
# MAINNET ENS record is used as ENS is not deployed to gnosis chain
ETH1_ENDPOINT="",
DAO_ENS_NAME="",
ENS_RESOLVER_CONTRACT_ADDRESS="",
Expand Down

0 comments on commit 4281753

Please sign in to comment.