-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for Kima Network blockchain (#837)
* adding Kima files * testnet icon * update chain information based on chain-registry * change folder name * file name changes * folder name changed * additionalEndpoints removed from both files * Removed features field * changed kima_network to kima_mainnet to match RPC * Corrected chain name and image folder * Renamed image folder * changed JSON name to match chain ID * removed coinGeckoId (Temporarily) * removed all coinGeckoId instances --------- Co-authored-by: Marian <[email protected]>
- Loading branch information
1 parent
d79deb0
commit fd8ad32
Showing
4 changed files
with
94 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,47 @@ | ||
{ | ||
"chainId": "kima_mainnet", | ||
"chainName": "Kima Network", | ||
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/kima_mainnet/chain.png", | ||
"rpc": "https://rpc.kima.network/", | ||
"rest": "https://api.kima.network/", | ||
"nodeProvider": { | ||
"name": "Kima Network", | ||
"email": "[email protected]", | ||
"website": "https://kima.network/" | ||
}, | ||
"bip44": { | ||
"coinType": 118 | ||
}, | ||
"bech32Config": { | ||
"bech32PrefixAccAddr": "kima", | ||
"bech32PrefixAccPub": "kimapub", | ||
"bech32PrefixValAddr": "kimavaloper", | ||
"bech32PrefixValPub": "kimavaloperpub", | ||
"bech32PrefixConsAddr": "kimavalcons", | ||
"bech32PrefixConsPub": "kimavalconspub" | ||
}, | ||
"currencies": [ | ||
{ | ||
"coinDenom": "KIMA", | ||
"coinMinimalDenom": "uKIMA", | ||
"coinDecimals": 6 | ||
} | ||
], | ||
"feeCurrencies": [ | ||
{ | ||
"coinDenom": "KIMA", | ||
"coinMinimalDenom": "uKIMA", | ||
"coinDecimals": 6, | ||
"gasPriceStep": { | ||
"low": 0.001, | ||
"average": 0.0025, | ||
"high": 0.004 | ||
} | ||
} | ||
], | ||
"stakeCurrency": { | ||
"coinDenom": "KIMA", | ||
"coinMinimalDenom": "uKIMA", | ||
"coinDecimals": 6 | ||
} | ||
} |
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,47 @@ | ||
{ | ||
"chainId": "kima_testnet", | ||
"chainName": "Kima Network Testnet", | ||
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/kima_testnet/chain.png", | ||
"rpc": "https://rpc-testnet.kima.finance/", | ||
"rest": "https://api-testnet.kima.finance/", | ||
"nodeProvider": { | ||
"name": "Kima Network", | ||
"email": "[email protected]", | ||
"website": "https://kima.network/" | ||
}, | ||
"bip44": { | ||
"coinType": 118 | ||
}, | ||
"bech32Config": { | ||
"bech32PrefixAccAddr": "kima", | ||
"bech32PrefixAccPub": "kimapub", | ||
"bech32PrefixValAddr": "kimavaloper", | ||
"bech32PrefixValPub": "kimavaloperpub", | ||
"bech32PrefixConsAddr": "kimavalcons", | ||
"bech32PrefixConsPub": "kimavalconspub" | ||
}, | ||
"currencies": [ | ||
{ | ||
"coinDenom": "KIMA", | ||
"coinMinimalDenom": "uKIMA", | ||
"coinDecimals": 6 | ||
} | ||
], | ||
"feeCurrencies": [ | ||
{ | ||
"coinDenom": "KIMA", | ||
"coinMinimalDenom": "uKIMA", | ||
"coinDecimals": 6, | ||
"gasPriceStep": { | ||
"low": 0.001, | ||
"average": 0.0025, | ||
"high": 0.004 | ||
} | ||
} | ||
], | ||
"stakeCurrency": { | ||
"coinDenom": "KIMA", | ||
"coinMinimalDenom": "uKIMA", | ||
"coinDecimals": 6 | ||
} | ||
} |
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.