This repository was archived by the owner on Jan 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ Current subgraphs:
28
28
- justinkchen/set-protocol-v2-arbitrum-staging (Arbitrum)
29
29
- justinkchen/set-protocol-v2-avalanche (Avalanche)
30
30
- justinkchen/set-protocol-v2-avax-staging (Avalanche)
31
+ - justinkchen/set-protocol-v2-optimism-staging (Optimism)
31
32
32
- Using Graph Subgraph Studio
33
+ Using Graph Subgraph Studio (Future steps once Subgraph studio supports more networks):
33
34
1 . ` graph auth --studio <API KEY> ` (see more at https://thegraph.com/studio/subgraph/set-protocol-v2/ )
34
35
2 . ` yarn gen-deployment <NETWORK_NAME> ` hardhat or mainnet or matic or staging-mainnet
35
36
3 . ` cp generated/addresses.ts . ` Copy generated addresses file to root location
Original file line number Diff line number Diff line change 48
48
"network" : " avalanche" ,
49
49
"startBlock" : 6097319 ,
50
50
"SetTokenCreator" : " 0xE99447aBbD5A7730b26D2D16fCcB2086319e4bC3"
51
+ },
52
+ "optimism-staging-mainnet" : {
53
+ "network" : " optimism" ,
54
+ "startBlock" : 593299 ,
55
+ "SetTokenCreator" : " 0xCF786472d37f557A80fE6daFF6f2672bfDa728a3"
51
56
}
52
- }
57
+ }
You can’t perform that action at this time.
0 commit comments