Skip to content

Commit

Permalink
Update graphql default url
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHanafy725 committed Mar 20, 2024
1 parent 607d19d commit aeb9016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid_client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class GridClient {
urls.rmbProxy = this.clientOptions.proxyURL ? this.clientOptions.proxyURL : "https://gridproxy.grid.tf";
urls.relay = this.clientOptions.relayURL ? this.clientOptions.relayURL : "wss://relay.grid.tf";
urls.substrate = this.clientOptions.substrateURL ? this.clientOptions.substrateURL : "wss://tfchain.grid.tf/ws";
urls.graphql = this.clientOptions.graphqlURL ? this.clientOptions.graphqlURL : "https://graph.grid.tf/graphql";
urls.graphql = this.clientOptions.graphqlURL ? this.clientOptions.graphqlURL : "https://graphql.grid.tf/graphql";
urls.activation = this.clientOptions.activationURL
? this.clientOptions.activationURL
: "https://activation.grid.tf/activation/activate";
Expand Down

0 comments on commit aeb9016

Please sign in to comment.