Skip to content

Commit 214cd71

Browse files
authored
feat: allow optimism and optimism-goerli networks for deploy (#1339)
1 parent f76b7e9 commit 214cd71

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/smart-candles-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export const allowedStudioNetworks = [
1515
'mumbai',
1616
'aurora-testnet',
1717
'near-testnet',
18+
'optimism',
19+
'optimism-goerli',
1820
'theta-testnet-001',
1921
'osmo-test-4',
2022
'base-testnet',

0 commit comments

Comments
 (0)