Skip to content

Commit

Permalink
Add HeliChain (#697)
Browse files Browse the repository at this point in the history
* Add logo for heli

* Add HeliChain

* Update and rename heli.json to helichain.json

* Delete images/heli directory

* Add files via upload

* Update image size

* Update helichain.json
  • Loading branch information
HeatApp-Corp authored Jul 3, 2024
1 parent 7345c45 commit 96ac072
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions cosmos/helichain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"chainId": "helichain",
"chainName": "HeliChain",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/helichain/chain.png",
"rpc": "https://rpc.helichain.com",
"rest": "https://lcd.helichain.com",
"nodeProvider": {
"name": "HeliChain",
"email": "[email protected]",
"website":"https://helichain.com/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "heli",
"bech32PrefixAccPub": "helipub",
"bech32PrefixValAddr": "helivaloper",
"bech32PrefixValPub": "helivaloperpub",
"bech32PrefixConsAddr": "helivalcons",
"bech32PrefixConsPub": "helivalconspub"
},
"currencies": [
{
"coinDenom": "HELI",
"coinMinimalDenom": "uheli",
"coinDecimals": 6,
"coinGeckoId": "helichain",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/helichain/uheli.png"
}
],
"feeCurrencies": [
{
"coinDenom": "HELI",
"coinMinimalDenom": "uheli",
"coinDecimals": 6,
"coinGeckoId": "helichain",
"gasPriceStep": {
"low": 0.001,
"average": 0.0025,
"high": 0.004
},
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/helichain/uheli.png"

}
],
"stakeCurrency": {
"coinDenom": "HELI",
"coinMinimalDenom": "uheli",
"coinDecimals": 6,
"coinGeckoId": "helichain",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/helichain/uheli.png"

},
"features": [
"cosmwasm"
],
"walletUrlForStaking": "https://explorer.helichain.com/Helichain/"
}
Binary file added images/helichain/chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/helichain/uheli.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 96ac072

Please sign in to comment.