Skip to content

Commit

Permalink
Update graph url
Browse files Browse the repository at this point in the history
  • Loading branch information
samaradel committed Mar 19, 2024
1 parent 4581288 commit 71895b4
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 71895b4

Please sign in to comment.