Skip to content

Commit

Permalink
Update Cosmos Hub Provider (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
editaahn authored Sep 24, 2024
1 parent a68bcf5 commit ec93bc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
15 changes: 5 additions & 10 deletions cosmos/provider.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"chainId": "provider",
"chainName": "Cosmoshub Provider Testnet",
"rest": "https://rest.provider-sentry-01.ics-testnet.polypore.xyz",
"rpc": "https://rpc.provider-sentry-01.ics-testnet.polypore.xyz",
"bech32Config": {
"bech32PrefixAccAddr": "cosmos",
"bech32PrefixAccPub": "cosmospub",
Expand All @@ -10,8 +14,6 @@
"bip44": {
"coinType": 118
},
"chainId": "provider",
"chainName": "Cosmoshub Provider Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/provider/chain.png",
"currencies": [
{
Expand All @@ -37,18 +39,11 @@
}
}
],
"nodeProvider": {
"name": "Quicksilver",
"email": "[email protected]"
},
"rest": "https://lcd.provider.test.quicksilver.zone",
"rpc": "https://rpc.provider.test.quicksilver.zone",
"stakeCurrency": {
"coinDecimals": 6,
"coinDenom": "ATOM",

"coinMinimalDenom": "uatom",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/provider/uatom.png"
},
"walletUrlForStaking": "https://wallet.keplr.app/chains/cosmos-hub"
}
}
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const nativeTestnetChainIdentifiers: string[] = [
"osmo-test",
"pion",
"theta-testnet",
"provider",
"dydx-testnet",
"ssc-testnet",
"test-core",
Expand Down

0 comments on commit ec93bc2

Please sign in to comment.