Skip to content

Commit

Permalink
switch cosmoshub rest
Browse files Browse the repository at this point in the history
  • Loading branch information
dsudit01 committed Mar 25, 2024
1 parent a8c3fea commit accc9f1
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 accc9f1

Please sign in to comment.