Skip to content

Commit

Permalink
lint packages/sdk-core/tasks/testSchemasAndQueries.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Jul 10, 2024
1 parent 1d274aa commit ddd73d9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/sdk-core/tasks/testSchemasAndQueries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,7 @@ function testSchemaAndQueries() {

# for sdk-core releases: test deployed subgraphs
for i in "${NETWORKS[@]}";do
# name mapping for subgraphs created before introducing canonical names
declare -A LEGACY_NETWORK_NAMES=(
["xdai-mainnet"]="xdai"
["polygon-mainnet"]="matic"
)

GRAPH_NETWORK="${LEGACY_NETWORK_NAMES[$i]:-$i}"

SUBGRAPH_ENDPOINT="https://subgraph-endpoints.superfluid.dev/$i/protocol-v1"

testSchemaAndQueries

done

0 comments on commit ddd73d9

Please sign in to comment.