Skip to content

Commit

Permalink
fix op sepolia contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparkallas committed Jul 2, 2024
1 parent dd4eed3 commit 7fd49f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions subgraphs/vesting-scheduler/config/optimism-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"network": "optimism-sepolia",
"vestingSchedulerAddress": "0xd902aAE48a0b59e7A02fedc0Ccb789e0cB586945",
"vestingSchedulerStartBlock": 14057406,
"vestingSchedulerAddress": "0x27444c0235a4D921F3106475faeba0B5e7ABDD7a",
"vestingSchedulerStartBlock": 11122232,
"vestingSchedulerAddress_v2": "0x3aa62b96f44D0f8892BeBBC819DE8e02E9DE69A8",
"vestingSchedulerStartBlock_v2": 14061097
}
2 changes: 1 addition & 1 deletion subgraphs/vesting-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Superfluid",
"scripts": {
"build": "graph build ./optimism-sepolia.subgraph.yaml",
"deploy:test": "goldsky subgraph deploy vesting-v1-sepolia-mainnet/1.0.3 --path ./build",
"deploy:test": "goldsky subgraph deploy vesting-v1-optimism-sepolia/1.0.3 --path ./build",
"dev": "nodemon -e ts -x yarn test",
"gen": "npm-run-all -s gen:yaml gen:types",
"gen:types": "graph codegen ./optimism-sepolia.subgraph.yaml --output-dir src/types/",
Expand Down

0 comments on commit 7fd49f0

Please sign in to comment.