Skip to content

Commit

Permalink
Adding support for Kima Network blockchain (#837)
Browse files Browse the repository at this point in the history
* 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
TravelingTechGuy and dawn227 authored Oct 30, 2024
1 parent d79deb0 commit fd8ad32
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 0 deletions.
47 changes: 47 additions & 0 deletions cosmos/kima_mainnet.json
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
}
}
47 changes: 47 additions & 0 deletions cosmos/kima_testnet.json
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
}
}
Binary file added images/kima_mainnet/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/kima_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 fd8ad32

Please sign in to comment.