Skip to content

Commit

Permalink
refactor: endpt hm & ws typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino committed Dec 13, 2023
1 parent 233e9a4 commit 72b58dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nibijs/src/chain/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export class CustomChain implements Chain {
this.endptTm = `https://rpc${chainEndpt}.nibiru.fi`
this.endptRest = `https://lcd${chainEndpt}.nibiru.fi`
this.endptGrpc = `grpc${chainEndpt}.nibiru.fi`
this.endptHm = `https://hm-graphql${chainEndpt}/query`
this.endptWs = `wss://hm-graphql${chainEndpt}/query`
this.endptHm = `https://hm-graphql${chainEndpt}.nibiru.fi/query`
this.endptWs = `wss://hm-graphql${chainEndpt}.nibiru.fi/query`
}

public static fromChainId(chainId: string): Chain {
Expand Down

0 comments on commit 72b58dd

Please sign in to comment.