Skip to content

Commit

Permalink
Add Hippo Protocol Testnet (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCho-H authored Jan 2, 2025
1 parent 9d2e1a5 commit 8feb8ff
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions cosmos/hippo-protocol-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"rpc": "https://rpc.testnet.hippo-protocol.com",
"rest": "https://api.testnet.hippo-protocol.com",
"chainId": "hippo-protocol-testnet-1",
"chainName": "Hippo Protocol Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/hippo-protocol-testnet/chain.png",
"nodeProvider": {
"name": "Hippocrat",
"email": "[email protected]",
"website": "https://hippocrat.io/"
},
"bip44": {
"coinType": 0
},
"bech32Config": {
"bech32PrefixAccAddr": "hippo",
"bech32PrefixAccPub": "hippopub",
"bech32PrefixValAddr": "hippovaloper",
"bech32PrefixValPub": "hippovaloperpub",
"bech32PrefixConsAddr": "hippovalcons",
"bech32PrefixConsPub": "hippovalconspub"
},
"currencies": [
{
"coinDenom": "HP",
"coinMinimalDenom": "ahp",
"coinDecimals": 18,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/hippo-protocol-testnet/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "HP",
"coinMinimalDenom": "ahp",
"coinDecimals": 18,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/hippo-protocol-testnet/chain.png",
"gasPriceStep": {
"low": 4000000000000,
"average": 5000000000000,
"high": 10000000000000
}
}
],
"stakeCurrency": {
"coinDenom": "HP",
"coinMinimalDenom": "ahp",
"coinDecimals": 18,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/hippo-protocol-testnet/chain.png"
},
"features": []
}
Binary file added images/hippo-protocol-testnet/chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8feb8ff

Please sign in to comment.