Skip to content

Commit

Permalink
Add opium contracts (#60)
Browse files Browse the repository at this point in the history
* Add opium contracts

* Fix distributor redirects
  • Loading branch information
tsudmi authored Jun 19, 2022
1 parent 4ef3993 commit c61987a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
"ethereum_validators_deposit_root_start_block": "13848500",
"oracles_update_period": "86400",
"validator_deposit_amount": "32000000000000000000",
"distributor_redirected_from": {}
"distributor_redirected_from": {
"0xd60f0a53c7e97f78fe4ac9013f5749920c601494": [
"0x3ee101bf969fac08be892c737d2969b3db38d2b8"
]
}
}
5 changes: 5 additions & 0 deletions subgraphs/stakewise/config/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"index": 3,
"address": "0xecb860e54e33fea8fab5b076734e2591d1a9eba4",
"startBlock": "14564853"
},
{
"index": 4,
"address": "0x3ee101bf969fac08be892c737d2969b3db38d2b8",
"startBlock": "14990000"
}
]
}

0 comments on commit c61987a

Please sign in to comment.