We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76b7e9 commit 214cd71Copy full SHA for 214cd71
.changeset/smart-candles-float.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphprotocol/graph-cli': minor
3
4
+
5
+allow deploy optimism and optimism-goerli on studio
packages/cli/src/command-helpers/studio.ts
@@ -15,6 +15,8 @@ export const allowedStudioNetworks = [
15
'mumbai',
16
'aurora-testnet',
17
'near-testnet',
18
+ 'optimism',
19
+ 'optimism-goerli',
20
'theta-testnet-001',
21
'osmo-test-4',
22
'base-testnet',
0 commit comments