Skip to content

Commit

Permalink
added eth-mainnet to supported networks
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua committed Jul 2, 2024
1 parent 27a4b14 commit ab5bf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/tasks/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUPPORTED_VENDORS=( "graph" "satsuma" "superfluid" "goldsky" "airstack" )
# list of supported networks by vendor

# shellcheck disable=SC2034,SC2207
GRAPH_NETWORKS=( "polygon-mainnet", "eth-mainnet" )
GRAPH_NETWORKS=( "polygon-mainnet" "eth-mainnet" )
# shellcheck disable=SC2034
SATSUMA_NETWORKS=( "polygon-mainnet" "xdai-mainnet" "eth-mainnet" "eth-sepolia" "optimism-mainnet" "base-mainnet")
# shellcheck disable=SC2034
Expand Down

0 comments on commit ab5bf5b

Please sign in to comment.