Skip to content

Commit

Permalink
update studio validation
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Dec 3, 2024
1 parent b6a7cb8 commit bddb33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function validateTestnets(networks: Network[]) {
}

const ALLOWED_FH_PROVIDERS = ["pinax.network", "streamingfast.io"];
const ALLOWED_SG_PROVIDERS = ["api.thegraph.com"];
const ALLOWED_SG_PROVIDERS = ["api.studio.thegraph.com"];

function validateServices(networks: Network[]) {
process.stdout.write("Validating services ... ");
Expand Down

0 comments on commit bddb33a

Please sign in to comment.