Skip to content

Commit

Permalink
Merge pull request #1092 from pjdora/master
Browse files Browse the repository at this point in the history
feat: Update galaxy chain rpc, rest endpoints
  • Loading branch information
JeremyParish69 authored Dec 6, 2022
2 parents 15c8d6c + 58d4ca6 commit 3f9ab7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/config/chain-infos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1587,8 +1587,8 @@ const chainInfos = (
explorerUrlToTx: "https://www.mintscan.io/provenance/txs/{txHash}",
},
{
rpc: "https://rpc.galaxychain.zone",
rest: "https://rest.galaxychain.zone",
rpc: "https://galaxy-rpc.brocha.in",
rest: "https://galaxy-rest.brocha.in",
chainId: "galaxy-1",
chainName: "Galaxy",
bip44: {
Expand Down

3 comments on commit 3f9ab7a

@vercel
Copy link

@vercel vercel bot commented on 3f9ab7a Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3f9ab7a Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3f9ab7a Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.