Skip to content

Commit

Permalink
Set gnosis withdrawals epoch (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 authored Jul 31, 2023
1 parent 870e303 commit 35ef72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracle/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
),
ORACLE_PRIVATE_KEY=config("ORACLE_PRIVATE_KEY", default=""),
ORACLE_STAKEWISE_OPERATOR=EMPTY_ADDR_HEX,
WITHDRAWALS_GENESIS_EPOCH=0,
WITHDRAWALS_GENESIS_EPOCH=648704,
AWS_BUCKET_NAME=config("AWS_BUCKET_NAME", default="oracle-votes-gnosis"),
AWS_REGION=config("AWS_REGION", default="eu-north-1"),
AWS_ACCESS_KEY_ID=config("AWS_ACCESS_KEY_ID", default=""),
Expand Down

0 comments on commit 35ef72e

Please sign in to comment.