Skip to content

Commit

Permalink
add wrap scheduler too
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparkallas committed Apr 30, 2024
1 parent 36f0e48 commit f8cc085
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions subgraphs/wrap-scheduler/config/arbitrum-one.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"network": "arbitrum-one",
"wrapSchedulerAddress": "0xf01825eAFAe5CD1Dab5593EFAF218efC8968D272",
"wrapSchedulerStartBlock": 81435582
"wrapManagerAddress": "0xf01825eAFAe5CD1Dab5593EFAF218efC8968D272",
"wrapManagerStartBlock": 81435582
}

4 changes: 2 additions & 2 deletions subgraphs/wrap-scheduler/config/avalanche-c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "avalanche",
"wrapSchedulerAddress": "0x8082e58681350876aFe8f52d3Bf8672034A03Db0",
"wrapSchedulerStartBlock": 28868150
"wrapManagerAddress": "0x8082e58681350876aFe8f52d3Bf8672034A03Db0",
"wrapManagerStartBlock": 28868150
}
4 changes: 2 additions & 2 deletions subgraphs/wrap-scheduler/config/bsc-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "bsc",
"wrapSchedulerAddress": "0x2AcdD61ac1EFFe1535109449c31889bdE8d7f325",
"wrapSchedulerStartBlock": 23843552
"wrapManagerAddress": "0x2AcdD61ac1EFFe1535109449c31889bdE8d7f325",
"wrapManagerStartBlock": 23843552
}
5 changes: 0 additions & 5 deletions subgraphs/wrap-scheduler/config/eth-goerli.json

This file was deleted.

4 changes: 2 additions & 2 deletions subgraphs/wrap-scheduler/config/eth-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "mainnet",
"wrapSchedulerAddress": "0x30aE282CF477E2eF28B14d0125aCEAd57Fe1d7a1",
"wrapSchedulerStartBlock": 17067322
"wrapManagerAddress": "0x30aE282CF477E2eF28B14d0125aCEAd57Fe1d7a1",
"wrapManagerStartBlock": 17067322
}
4 changes: 2 additions & 2 deletions subgraphs/wrap-scheduler/config/optimism-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "optimism",
"wrapSchedulerAddress": "0x1fA76f2Cd0C3fe6c399A80111408d9C42C0CAC23",
"wrapSchedulerStartBlock": 91580804
"wrapManagerAddress": "0xe567b32C10B0dB72d9490eB1B9A409C5ADed192C",
"wrapManagerStartBlock": 11311085
}
5 changes: 5 additions & 0 deletions subgraphs/wrap-scheduler/config/optimism-sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"network": "opsepolia",
"wrapManagerAddress": "0x1fA76f2Cd0C3fe6c399A80111408d9C42C0CAC23",
"wrapManagerStartBlock": 91580804
}
4 changes: 2 additions & 2 deletions subgraphs/wrap-scheduler/config/polygon-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "matic",
"wrapSchedulerAddress": "0x2581c27E7f6D6AF452E63fCe884EDE3EDd716b32",
"wrapSchedulerStartBlock": 36743912
"wrapManagerAddress": "0x2581c27E7f6D6AF452E63fCe884EDE3EDd716b32",
"wrapManagerStartBlock": 36743912
}
4 changes: 2 additions & 2 deletions subgraphs/wrap-scheduler/config/polygon-mumbai.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "mumbai",
"wrapSchedulerAddress": "0x3eAB3c6207F488E475b7955B631B564F0E6317B9",
"wrapSchedulerStartBlock": 29624102
"wrapManagerAddress": "0x3eAB3c6207F488E475b7955B631B564F0E6317B9",
"wrapManagerStartBlock": 29624102
}
4 changes: 2 additions & 2 deletions subgraphs/wrap-scheduler/config/xdai-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "gnosis",
"wrapSchedulerAddress": "0x8082e58681350876aFe8f52d3Bf8672034A03Db0",
"wrapSchedulerStartBlock": 27495360
"wrapManagerAddress": "0x8082e58681350876aFe8f52d3Bf8672034A03Db0",
"wrapManagerStartBlock": 27495360
}
4 changes: 2 additions & 2 deletions subgraphs/wrap-scheduler/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dataSources:
network: {{ network }}
source:
abi: WrapManager
address: "{{wrapSchedulerAddress}}"
startBlock: {{wrapSchedulerStartBlock}}
address: "{{wrapManagerAddress}}"
startBlock: {{wrapManagerStartBlock}}
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down

0 comments on commit f8cc085

Please sign in to comment.