Skip to content

Commit

Permalink
Support Opium Deposit Scheduler (#62)
Browse files Browse the repository at this point in the history
* Support Opium Deposit Scheduler

* Fix empty values for deposit scheduler

* Fix gnosis deposit scheduler
  • Loading branch information
tsudmi authored Jul 18, 2022
1 parent e4a8851 commit 3678444
Show file tree
Hide file tree
Showing 6 changed files with 522 additions and 4 deletions.
4 changes: 4 additions & 0 deletions subgraphs/stakewise/config/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"address": "0x9b23e05aefb37d5ea9b525016d19eb82b65f255c",
"startBlock": "21293582"
},
"opiumDepositScheduler": {
"address": "0x0000000000000000000000000000000000000000",
"startBlock": "21584842"
},
"distributorTokens": [
{
"index": 0,
Expand Down
4 changes: 4 additions & 0 deletions subgraphs/stakewise/config/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"address": "0xc486c10e3611565f5b38b50ad68277b11c889623",
"startBlock": "13776571"
},
"opiumDepositScheduler": {
"address": "0xe47b867b2b5b21a2022068c9ef1293783864b274",
"startBlock": "14108270"
},
"distributorTokens": [
{
"index": 0,
Expand Down
Loading

0 comments on commit 3678444

Please sign in to comment.