Skip to content

Commit 264d158

Browse files
authored
add fuji to cliname exceptions (#2096)
1 parent 4dd03a0 commit 264d158

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/subgraph/scripts/buildNetworkConfig.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const vendorCliNameExceptions: Record<string, Record<string, string>> = {
2121
"goldsky": {
2222
"xdai-mainnet": "xdai",
2323
"avalanche-fuji": "avalanche-testnet"
24+
},
25+
"superfluid": {
26+
"avalanche-fuji": "avalanche-fuji"
2427
}
2528
}
2629

0 commit comments

Comments
 (0)