chain-registry
Version:
105 lines (104 loc) • 3.25 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chain_name: 'quasartestnet',
status: 'live',
network_type: 'testnet',
pretty_name: 'Quasar Testnet',
chain_type: 'cosmos',
chain_id: 'quasar-test-1',
bech32_prefix: 'quasar',
daemon_name: 'quasarnoded',
node_home: '$HOME/.quasarnoded',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'uqsr',
fixed_min_gas_price: 0,
low_gas_price: 0.0025,
average_gas_price: 0.025,
high_gas_price: 0.04
}]
},
staking: {
staking_tokens: [{
denom: 'uqsr'
}]
},
codebase: {
git_repo: 'https://github.com/quasar-finance/quasar',
recommended_version: 'v2.0.0-rc',
compatible_versions: ['v2.0.0-rc'],
consensus: {
type: 'cometbft',
version: '0.37.6'
},
genesis: {
genesis_url: 'https://raw.githubusercontent.com/quasar-finance/questnet/main/v04/definitive-genesis.json'
},
sdk: {
type: 'cosmos',
version: '0.47.12'
},
cosmwasm: {
version: '0.45.0',
enabled: true
}
},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.svg'
},
apis: {
rpc: [
{
address: 'https://quasar-testnet-rpc.polkachu.com/',
provider: 'Polkachu'
},
{
address: 'https://quasar-testnet-rpc.stakeandrelax.net/',
provider: 'Stake and Relax'
},
{
address: 'https://quasar-testnet.rpc.kjnodes.com',
provider: 'KJNodes.com'
}
],
rest: [
{
address: 'https://quasar-testnet-api.polkachu.com/',
provider: 'Polkachu'
},
{
address: 'https://quasar-testnet-api.stakeandrelax.net/',
provider: 'Stake and Relax'
},
{
address: 'https://quasar-testnet.api.kjnodes.com/',
provider: 'KJNodes.com'
}
],
grpc: [
{
address: 'quasar-testnet-grpc.polkachu.com:18290',
provider: 'Polkachu'
},
{
address: 'http://quasar-testnet-grpc.stakeandrelax.net:18290/',
provider: 'Stake and Relax'
},
{
address: 'quasar-testnet.grpc.kjnodes.com:443',
provider: 'KJNodes.com'
}
]
},
keywords: ['testnet'],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.svg'
}]
};
exports.default = info;