Skip to content

Commit

Permalink
added avalanche-testnet cli name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua committed Jun 19, 2024
1 parent 58f2310 commit a99541b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/subgraph/scripts/buildNetworkConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const ADDRESS_ZERO = "0x0000000000000000000000000000000000000000";

const vendorCliNameExceptions: Record<string, Record<string, string>> = {
"goldsky": {
"xdai-mainnet": "xdai"
"xdai-mainnet": "xdai",
"avalanche-fuji": "avalanche-testnet"
}
}

Expand Down

0 comments on commit a99541b

Please sign in to comment.