chain-registry
Version:
87 lines (86 loc) • 2.97 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'kyvetestnet',
chainType: 'cosmos',
chainId: 'kaon-1',
prettyName: 'KYVE Kaon',
status: 'live',
networkType: 'testnet',
bech32Prefix: 'kyve',
daemonName: 'kyved',
nodeHome: '$HOME/.kyve',
keyAlgos: ['secp256k1'],
slip44: 118,
fees: {
feeTokens: [{
denom: 'tkyve',
fixedMinGasPrice: 0.02,
lowGasPrice: 0.02,
averageGasPrice: 0.03,
highGasPrice: 0.06
}]
},
staking: {
stakingTokens: [{
denom: 'tkyve'
}]
},
codebase: {
gitRepo: 'https://github.com/KYVENetwork/chain',
recommendedVersion: 'v1.5.0',
compatibleVersions: ['v1.0.0-rc0', 'v1.5.0'],
binaries: {
"linux/amd64": 'https://github.com/KYVENetwork/chain/releases/download/v1.5.0/kyved_kaon_linux_amd64',
"linux/arm64": 'https://github.com/KYVENetwork/chain/releases/download/v1.5.0/kyved_kaon_linux_arm64',
"darwin/amd64": 'https://github.com/KYVENetwork/chain/releases/download/v1.5.0/kyved_kaon_darwin_amd64',
"darwin/arm64": 'https://github.com/KYVENetwork/chain/releases/download/v1.5.0/kyved_kaon_darwin_arm64'
},
genesis: {
genesisUrl: 'https://raw.githubusercontent.com/KYVENetwork/networks/main/kaon-1/genesis.json'
}
},
apis: {
rpc: [
{
address: 'https://rpc.kaon.kyve.network',
provider: 'kyve'
},
{
address: 'https://rpc-kyve-test.ecostake.com',
provider: 'ecostake'
},
{
address: 'https://kyve-testnet-rpc.ibs.team:443',
provider: 'Inter Blockchain Services'
}
],
rest: [
{
address: 'https://api.kaon.kyve.network',
provider: 'kyve'
},
{
address: 'https://rest-kyve-test.ecostake.com',
provider: 'ecostake'
},
{
address: 'https://kyve-testnet-api.ibs.team:443',
provider: 'Inter Blockchain Services'
}
]
},
explorers: [{
kind: 'mintscan',
url: 'https://mintscan.io/kyve-testnet',
txPage: 'https://mintscan.io/kyve-testnet/txs/${txHash}',
accountPage: 'https://mintscan.io/kyve-testnet/account/${accountAddress}'
}, {
kind: 'KYVE Explorer',
url: 'https://explorer.kyve.network/kaon',
txPage: 'https://explorer.kyve.network/kaon/tx/${txHash}',
accountPage: 'https://explorer.kyve.network/kaon/account/${accountAddress}'
}]
};
exports.default = info;