Skip to content

Commit

Permalink
change cosmoshub RPC endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
alecande11 committed Jun 23, 2022
1 parent 4ee1647 commit dd145a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const ibcRpc: Record<IbcNetwork, string> = {
[BlockChainType.scrt]: 'https://lcd-secret.scrtlabs.com/rpc/',
[BlockChainType.inj]: 'https://tm.injective.network/',
[BlockChainType.axelar]: 'https://axelar-rpc.quickapi.com/',
[BlockChainType.cosmos]: 'https://cosmoshub.validator.network/',
[BlockChainType.cosmos]: 'https://rpc-cosmoshub.blockapsis.com/',
[BlockChainType.juno]: 'https://rpc.juno.omniflix.co/',
[BlockChainType.crescent]: 'https://mainnet.crescent.network:26657/',
}
Expand Down

0 comments on commit dd145a5

Please sign in to comment.