chain-registry
Version:
100 lines (99 loc) • 3.09 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chainName: 'kimanetwork',
status: 'live',
website: 'https://www.kima.network/',
networkType: 'mainnet',
chainType: 'cosmos',
prettyName: 'Kima Network',
chainId: 'kima_network',
bech32Prefix: 'kima',
daemonName: 'kimad',
nodeHome: '$HOME/.kima',
keyAlgos: ['secp256k1'],
slip44: 118,
fees: {
feeTokens: [{
denom: 'uKIMA',
fixedMinGasPrice: 0,
lowGasPrice: 0.01,
averageGasPrice: 0.025,
highGasPrice: 0.05
}]
},
staking: {
stakingTokens: [{
denom: 'uKIMA'
}],
lockDuration: {
time: '1814400s'
}
},
codebase: {
gitRepo: 'https://github.com/kima-finance/kima-blockchain',
genesis: {
name: 'v1',
genesisUrl: 'https://archive.kima.network/genesis.json'
},
recommendedVersion: 'v0.4.6',
compatibleVersions: ['v0.4.6'],
tag: 'v0.4.6',
language: {
type: 'go',
version: '1.21.13'
},
sdk: {
type: 'cosmos',
repo: 'https://github.com/cosmos/cosmos-sdk',
version: 'v0.47.4',
tag: 'v0.47.4'
},
consensus: {
type: 'cometbft',
version: '0.37.2',
repo: 'https://github.com/cometbft/cometbft',
tag: 'v0.37.2'
},
ibc: {
type: 'go',
version: '7.3.0',
icsEnabled: ['ics20-1']
}
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
},
apis: {
wss: [{
address: 'wss://rpc.kima.network/query',
provider: 'Kima Network'
}],
rpc: [{
address: 'https://rpc.kima.network/',
provider: 'Kima Network'
}],
rest: [{
address: 'https://api.kima.network',
provider: 'Kima Network'
}],
grpc: [{
address: 'https://grpc.kima.network',
provider: 'Kima Network'
}]
},
explorers: [{
kind: 'Kima Network Explorer',
url: 'https://explorer.kima.network/',
txPage: 'https://explorer.kima.network/transactions/${txHash}',
accountPage: 'https://explorer.kima.network/accounts/?address=${accountAddress}'
}],
keywords: ['interoperability']
};
exports.default = info;