Skip to content

Commit

Permalink
Merge pull request #373 from Plex-Engineer/cosmos-rest
Browse files Browse the repository at this point in the history
switch cosmoshub rest
  • Loading branch information
dsudit01 authored Mar 25, 2024
2 parents a8c3fea + accc9f1 commit 9ae3e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/networks/cosmos/cosmoshub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const COSMOS_HUB: CosmosNetwork = {
isTestChain: false,
rpcUrl:
"https://cosmos.blockpi.network/rpc/v1/4f6362319a874ebfd2fcabb3b5d54a8549104b26",
restEndpoint: "https://rest-cosmoshub.ecostake.com",
restEndpoint:
"https://cosmos.blockpi.network/lcd/v1/4f6362319a874ebfd2fcabb3b5d54a8549104b26",
addressPrefix: "cosmos",
checkAddress: function (address) {
return checkCosmosAddress(this.addressPrefix)(address);
Expand Down

0 comments on commit 9ae3e4b

Please sign in to comment.