Skip to content

Commit 445485d

Browse files
committed
Update operator addresses
Signed-off-by: cyc60 <[email protected]>
1 parent cddb9b2 commit 445485d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

oracle/networks.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
),
5555
ORACLE_PRIVATE_KEY=config("ORACLE_PRIVATE_KEY", default=""),
5656
OPERATOR_ADDRESS=Web3.toChecksumAddress(
57-
"0x5fc60576b92c5ce5c341c43e3b2866eb9e0cddd1"
57+
"0xf330b5fE72E91d1a3782E65eED876CF3624c7802"
5858
),
5959
WITHDRAWALS_GENESIS_EPOCH=194048,
6060
AWS_BUCKET_NAME=config("AWS_BUCKET_NAME", default="oracle-votes-mainnet"),
@@ -289,7 +289,9 @@
289289
"0x8737f638E9af54e89ed9E1234dbC68B115CD169e"
290290
),
291291
ORACLE_PRIVATE_KEY=config("ORACLE_PRIVATE_KEY", default=""),
292-
OPERATOR_ADDRESS=EMPTY_ADDR_HEX,
292+
OPERATOR_ADDRESS=Web3.toChecksumAddress(
293+
"0x6Da6B1EfCCb7216078B9004535941b71EeD30b0F"
294+
),
293295
WITHDRAWALS_GENESIS_EPOCH=648704,
294296
AWS_BUCKET_NAME=config("AWS_BUCKET_NAME", default="oracle-votes-gnosis"),
295297
AWS_REGION=config("AWS_REGION", default="eu-north-1"),

0 commit comments

Comments
 (0)