chain-registry
Version:
136 lines (135 loc) • 4.45 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chain_name: 'noble',
chain_type: 'cosmos',
chain_id: 'noble-1',
website: 'https://nobleassets.xyz/',
pretty_name: 'Noble',
status: 'live',
network_type: 'mainnet',
bech32_prefix: 'noble',
daemon_name: 'nobled',
node_home: '$HOME/.noble',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'uusdc',
fixed_min_gas_price: 0.1,
low_gas_price: 0.1,
average_gas_price: 0.1,
high_gas_price: 0.2
}, {
denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
fixed_min_gas_price: 0.01,
low_gas_price: 0.01,
average_gas_price: 0.01,
high_gas_price: 0.02
}]
},
codebase: {
git_repo: 'https://github.com/strangelove-ventures/noble',
recommended_version: 'v6.0.0',
compatible_versions: ['v6.0.0'],
consensus: {
type: 'cometbft',
version: 'v0.34.27'
},
genesis: {
name: 'v1.0.0',
genesis_url: 'https://raw.githubusercontent.com/strangelove-ventures/noble-networks/main/mainnet/noble-1/genesis.json'
},
sdk: {
type: 'cosmos',
repo: 'https://github.com/noble-assets/cosmos-sdk',
version: 'v0.45.16',
tag: 'v0.45.16-send-restrictions'
},
ibc: {
type: 'go',
version: 'v4.6.0',
ics_enabled: ['ics20-1']
},
cosmwasm: {
enabled: false
}
},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
},
description: 'The most reliable, secure, and frictionless way to natively issue a digital asset in Cosmos.',
apis: {
rpc: [
{
address: 'https://noble-rpc.polkachu.com',
provider: 'polkachu'
},
{
address: 'https://rpc.lavenderfive.com:443/noble',
provider: 'Lavender.Five Nodes 🐝'
},
{
address: 'https://noble-rpc.owallet.io',
provider: 'OWALLET'
}
],
rest: [
{
address: 'https://noble-api.polkachu.com',
provider: 'polkachu'
},
{
address: 'https://rest.lavenderfive.com:443/noble',
provider: 'Lavender.Five Nodes 🐝'
},
{
address: 'https://noble-rest.owallet.io',
provider: 'OWALLET'
}
],
grpc: [
{
address: 'noble-grpc.polkachu.com:21590',
provider: 'polkachu'
},
{
address: 'noble.lavenderfive.com:443',
provider: 'Lavender.Five Nodes 🐝'
},
{
address: 'noble-grpc.owallet.io:9999',
provider: 'OWALLET'
}
]
},
explorers: [
{
kind: 'mintscan',
url: 'https://www.mintscan.io/noble',
tx_page: 'https://www.mintscan.io/noble/txs/${txHash}',
account_page: 'https://www.mintscan.io/noble/account/${accountAddress}'
},
{
kind: 'ezstaking',
url: 'https://ezstaking.app/noble',
tx_page: 'https://ezstaking.app/noble/txs/${txHash}',
account_page: 'https://ezstaking.app/noble/account/${accountAddress}'
},
{
kind: 'Stakeflow',
url: 'https://stakeflow.io/noble',
account_page: 'https://stakeflow.io/noble/accounts/${accountAddress}'
}
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
theme: {
primary_color_hex: '#a8bbfb'
}
}]
};
exports.default = info;