Skip to content

Commit

Permalink
chore: update testnet endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialounes committed Aug 28, 2024
1 parent ed36453 commit 1f19d00
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions chains/testnets/archway_testnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.svg"
},
"rpcUrl": "https://rpc-testnet-archway.ezstaking.dev",
"restUrl": "https://lcd-testnet-archway.ezstaking.dev",
"rpcUrl": "https://rpc.testcosmos.directory/archwaytestnet",
"restUrl": "https://rest.testcosmos.directory/archwaytestnet",
"chainId": "constantine-3",
"denom": "const",
"denomUpper": "CONST",
Expand Down
4 changes: 2 additions & 2 deletions chains/testnets/babylon_testnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"logo_URIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg"
},
"rpcUrl": "https://rpc-babylon.ezstaking.dev",
"restUrl": "https://lcd-babylon.ezstaking.dev",
"rpcUrl": "https://rpc.testcosmos.directory/babylontestnet",
"restUrl": "https://rest.testcosmos.directory/babylontestnet",
"chainId": "bbn-test-3",
"denom": "bbn",
"denomUpper": "BBN",
Expand Down
4 changes: 2 additions & 2 deletions chains/testnets/cosmos_testnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"
},
"isAProviderChain": true,
"rpcUrl": "https://rpc-cosmos-testnet.ezstaking.dev",
"restUrl": "https://lcd-cosmos-testnet.ezstaking.dev",
"rpcUrl": "https://rpc.testcosmos.directory/cosmosicsprovidertestnet",
"restUrl": "https://rest.testcosmos.directory/cosmosicsprovidertestnet",
"chainId": "provider",
"bech32": "cosmos",
"denom": "atom",
Expand Down
4 changes: 2 additions & 2 deletions chains/testnets/juno_testnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"
},
"rpcUrl": "https://rpc-testnet-juno.ezstaking.dev",
"restUrl": "https://lcd-testnet-juno.ezstaking.dev",
"rpcUrl": "https://rpc.testcosmos.directory/junotestnet",
"restUrl": "https://rest.testcosmos.directory/junotestnet",
"chainId": "uni-6",
"denom": "juno",
"denomUpper": "JUNOX",
Expand Down
4 changes: 2 additions & 2 deletions chains/testnets/neutron_testnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"isAConsumerChain": true,
"providerChain": "cosmoshub-testnet",
"rpcUrl": "https://rpc-neutron-testnet.ezstaking.dev",
"restUrl": "https://lcd-neutron-testnet.ezstaking.dev",
"rpcUrl": "https://rpc.testcosmos.directory/neutrontestnet",
"restUrl": "https://rest.testcosmos.directory/neutrontestnet",
"chainId": "pion-1",
"bech32": "neutron",
"denom": "neutron",
Expand Down
4 changes: 2 additions & 2 deletions chains/testnets/nois_testnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png"
},
"rpcUrl": "https://rpc-testnet-nois.ezstaking.dev",
"restUrl": "https://lcd-testnet-nois.ezstaking.dev",
"rpcUrl": "https://rpc.testcosmos.directory/noistestnet",
"restUrl": "https://rest.testcosmos.directory/noistestnet",
"chainId": "nois-testnet-004",
"bech32": "nois",
"denom": "nois",
Expand Down

0 comments on commit 1f19d00

Please sign in to comment.