Skip to content

Commit

Permalink
Update RPC endpoint to use round robin url (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarry authored Feb 15, 2024
1 parent c9039b3 commit e60fb47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/khaki-rats-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@burnt-labs/constants": minor
---

Update to use a round robin rpc endpoint
2 changes: 1 addition & 1 deletion packages/constants/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const commonInfo: ChainInfo = {

export const testnetChainInfo: ChainInfo = {
...commonInfo,
rpc: "https://rpc.xion-testnet-1.burnt.com:443",
rpc: "https://rpc.testcosmos.directory/xiontestnet",
rest: "https://api.xion-testnet-1.burnt.com",
chainId: "xion-testnet-1",
chainName: "Xion Testnet",
Expand Down

0 comments on commit e60fb47

Please sign in to comment.