Skip to content

Commit

Permalink
updated sf and satsuma supported network lists
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua committed Sep 27, 2023
1 parent 464a25e commit a6e8b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/subgraph/tasks/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ SUPPORTED_VENDORS=( "graph" "satsuma" "superfluid" )
# shellcheck disable=SC2034,SC2207
GRAPH_NETWORKS=( $($JQ -r .[] ./hosted-service-networks.json) ) || exit 1
# shellcheck disable=SC2034
SATSUMA_NETWORKS=( "matic" "xdai" "eth-mainnet" "eth-sepolia" "optimism-mainnet" )
SATSUMA_NETWORKS=( "matic" "xdai" "eth-mainnet" "eth-sepolia" "optimism-mainnet" "base-mainnet")
# shellcheck disable=SC2034
SUPERFLUID_NETWORKS=( "polygon-zkevm-testnet" "polygon-mainnet" "eth-sepolia" "base-goerli" )
SUPERFLUID_NETWORKS=( "polygon-zkevm-testnet" "polygon-mainnet" "eth-sepolia" "base-goerli" "eth-mainnet" "xdai-mainnet" "base-mainnet" "optimism-mainnet" "arbitrum-one")

VENDOR=""
NETWORK=""
Expand Down

0 comments on commit a6e8b3b

Please sign in to comment.