chain-registry
Version:
53 lines (52 loc) • 1.44 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'coolcattestnet',
status: 'live',
networkType: 'testnet',
website: 'https://app.coolcat.space/',
prettyName: 'CoolCat',
chainType: 'cosmos',
chainId: 'kitten-04',
bech32Prefix: 'ccat',
keyAlgos: ['secp256k1'],
fees: {
feeTokens: [{
denom: 'uccat',
fixedMinGasPrice: 0,
lowGasPrice: 0,
averageGasPrice: 1,
highGasPrice: 2
}]
},
staking: {
stakingTokens: [{
denom: 'uccat'
}]
},
daemonName: 'coolcat',
nodeHome: '$HOME/.coolcat',
slip44: 118,
codebase: {
gitRepo: 'https://github.com/DigitalKitchenLabs/coolcat',
recommendedVersion: 'v2.0.0',
compatibleVersions: ['v2.0.0'],
genesis: {
genesisUrl: 'https://raw.githubusercontent.com/DigitalKitchenLabs/testnets/main/kitten-04/genesis.json'
}
},
apis: {
rpc: [{
address: 'https://rpc.coolcat.space',
provider: 'Digital Kitchen'
}],
rest: [{
address: 'https://lcd.coolcat.space',
provider: 'Digital Kitchen'
}],
grpc: []
},
explorers: []
};
exports.default = info;