Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit e0d3451

Browse files
committed
Add in optimism staging deployment config
1 parent f1bd67f commit e0d3451

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ Current subgraphs:
2828
- justinkchen/set-protocol-v2-arbitrum-staging (Arbitrum)
2929
- justinkchen/set-protocol-v2-avalanche (Avalanche)
3030
- justinkchen/set-protocol-v2-avax-staging (Avalanche)
31+
- justinkchen/set-protocol-v2-optimism-staging (Optimism)
3132

32-
Using Graph Subgraph Studio
33+
Using Graph Subgraph Studio (Future steps once Subgraph studio supports more networks):
3334
1. `graph auth --studio <API KEY>` (see more at https://thegraph.com/studio/subgraph/set-protocol-v2/)
3435
2. `yarn gen-deployment <NETWORK_NAME>` hardhat or mainnet or matic or staging-mainnet
3536
3. `cp generated/addresses.ts .` Copy generated addresses file to root location

deployments.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,10 @@
4848
"network": "avalanche",
4949
"startBlock": 6097319,
5050
"SetTokenCreator": "0xE99447aBbD5A7730b26D2D16fCcB2086319e4bC3"
51+
},
52+
"optimism-staging-mainnet": {
53+
"network": "optimism",
54+
"startBlock": 593299,
55+
"SetTokenCreator": "0xCF786472d37f557A80fE6daFF6f2672bfDa728a3"
5156
}
52-
}
57+
}

0 commit comments

Comments
 (0)