Skip to content

Commit

Permalink
Merge pull request #357 from Plex-Engineer/cosmos-rpc
Browse files Browse the repository at this point in the history
new cosmos rpc url
  • Loading branch information
tkkwon1998 authored Mar 7, 2024
2 parents 7b795f3 + f817dbe commit 4d70c97
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 @@ -13,7 +13,8 @@ export const COSMOS_HUB: CosmosNetwork = {
icon: "/icons/atom.svg",
name: "Cosmos Hub",
isTestChain: false,
rpcUrl: "https://cosmos-rpc.polkachu.com",
rpcUrl:
"https://cosmos.blockpi.network/rpc/v1/4f6362319a874ebfd2fcabb3b5d54a8549104b26",
restEndpoint: "https://rest-cosmoshub.ecostake.com",
addressPrefix: "cosmos",
checkAddress: function (address) {
Expand Down

0 comments on commit 4d70c97

Please sign in to comment.