chain-registry
Version:
93 lines (92 loc) • 2.68 kB
JavaScript
const info = {
$schema: '../../chain.schema.json',
chain_name: 'nobletestnet',
chain_type: 'cosmos',
chain_id: 'grand-1',
website: 'https://nobleassets.xyz/',
pretty_name: 'Noble',
status: 'live',
network_type: 'testnet',
bech32_prefix: 'noble',
daemon_name: 'nobled',
node_home: '$HOME/.nobled',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'uusdc',
fixed_min_gas_price: 0,
low_gas_price: 0.01,
average_gas_price: 0.025,
high_gas_price: 0.03
}]
},
staking: {
staking_tokens: [{
denom: 'ustake'
}],
lock_duration: {
time: '1814400s'
}
},
codebase: {
git_repo: 'https://github.com/strangelove-ventures/noble',
recommended_version: 'v4.0.0-beta1',
compatible_versions: [
'v4.0.0-alpha1',
'v4.0.0-alpha2',
'v4.0.0-alpha3',
'v4.0.0-beta1'
],
consensus: {
type: 'tendermint',
version: '0.34'
},
genesis: {
name: 'v0.3.0',
genesis_url: 'https://raw.githubusercontent.com/strangelove-ventures/noble-networks/main/testnet/grand-1/genesis.json'
},
sdk: {
type: 'cosmos',
version: 'v0.45'
},
ibc: {
type: 'go',
version: 'v3.4.0',
ics_enabled: ['ics20-1']
},
cosmwasm: {
enabled: false
}
},
apis: {
rpc: [{
address: 'https://noble-testnet-rpc.polkachu.com',
provider: 'polkachu'
}, {
address: 'https://rpc.testnet.noble.strange.love:443',
provider: 'strangelove'
}],
rest: [{
address: 'https://noble-testnet-api.polkachu.com',
provider: 'polkachu'
}, {
address: 'https://api.testnet.noble.strange.love',
provider: 'strangelove'
}],
grpc: [{
address: 'noble-testnet-grpc.polkachu.com:21590',
provider: 'polkachu'
}]
},
explorers: [{
kind: 'mintscan',
url: 'https://mintscan.io/noble-testnet',
tx_page: 'https://mintscan.io/noble-testnet/txs/${txHash}'
}, {
kind: 'ping.pub',
url: 'https://explore.strange.love/grand-1',
tx_page: 'https://explore.strange.love/grand-1/tx/${txHash}'
}]
};
export default info;