-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
7345c45
commit 96ac072
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.