From 7fd49f04e26d7f940f94ae272b8314e0bff0ef47 Mon Sep 17 00:00:00 2001 From: Kaspar Kallas Date: Tue, 2 Jul 2024 18:42:50 +0300 Subject: [PATCH] fix op sepolia contract address --- subgraphs/vesting-scheduler/config/optimism-sepolia.json | 4 ++-- subgraphs/vesting-scheduler/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subgraphs/vesting-scheduler/config/optimism-sepolia.json b/subgraphs/vesting-scheduler/config/optimism-sepolia.json index 824bced..f6b5a2f 100644 --- a/subgraphs/vesting-scheduler/config/optimism-sepolia.json +++ b/subgraphs/vesting-scheduler/config/optimism-sepolia.json @@ -1,7 +1,7 @@ { "network": "optimism-sepolia", - "vestingSchedulerAddress": "0xd902aAE48a0b59e7A02fedc0Ccb789e0cB586945", - "vestingSchedulerStartBlock": 14057406, + "vestingSchedulerAddress": "0x27444c0235a4D921F3106475faeba0B5e7ABDD7a", + "vestingSchedulerStartBlock": 11122232, "vestingSchedulerAddress_v2": "0x3aa62b96f44D0f8892BeBBC819DE8e02E9DE69A8", "vestingSchedulerStartBlock_v2": 14061097 } diff --git a/subgraphs/vesting-scheduler/package.json b/subgraphs/vesting-scheduler/package.json index 03e3970..6380cfa 100644 --- a/subgraphs/vesting-scheduler/package.json +++ b/subgraphs/vesting-scheduler/package.json @@ -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/",