Skip to content

Commit dd765f4

Browse files
authored
fix: add matic and fantom to subgraph studio network (#1308)
1 parent 08f227d commit dd765f4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/honest-students-nail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
allow `fantom` and `matic`

packages/cli/src/command-helpers/studio.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export const allowedStudioNetworks = [
66
'chapel',
77
'optimism-goerli',
88
'clover',
9+
'fantom',
10+
'matic',
911
'fantom-testnet',
1012
'arbitrum-goerli',
1113
'fuji',

0 commit comments

Comments
 (0)