chain-registry
Version:
97 lines (96 loc) • 3.13 kB
JavaScript
const info = {
$schema: '../../chain.schema.json',
chain_name: 'nyxtestnet',
status: 'live',
network_type: 'testnet',
website: 'https://nymtech.net/',
pretty_name: 'Nym',
chain_type: 'cosmos',
chain_id: 'sandbox',
bech32_prefix: 'n',
daemon_name: 'nyxd',
node_home: '$HOME/.nyxd',
slip44: 118,
fees: {
fee_tokens: [{
denom: 'unym',
fixed_min_gas_price: 0.025,
low_gas_price: 0.025,
average_gas_price: 0.025,
high_gas_price: 0.04
}, {
denom: 'unyx',
fixed_min_gas_price: 0.025,
low_gas_price: 0.025,
average_gas_price: 0.025,
high_gas_price: 0.04
}]
},
staking: {
staking_tokens: [{
denom: 'unyx'
}],
lock_duration: {
time: '432000s'
}
},
codebase: {
git_repo: 'https://github.com/nymtech/nyxd',
recommended_version: 'v0.43.0',
compatible_versions: ['v0.43.0'],
binaries: {
"linux/amd64": 'https://github.com/nymtech/nyxd/releases/tag/v0.43.0'
},
genesis: {
genesis_url: 'https://rpc.sandbox.nymtech.net/genesis'
},
cosmwasm: {
enabled: true
}
},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg'
},
apis: {
rpc: [{
address: 'https://rpc.sandbox.nymtech.net',
provider: 'Nym'
}],
rest: [{
address: 'https://api.sandbox.nymtech.net',
provider: 'Nym'
}],
grpc: [{
address: 'grpc.sandbox.nymtech.net:443',
provider: 'Nym'
}]
},
explorers: [{
kind: 'ping.pub',
url: 'https://sandbox-blocks.nymtech.net/sandbox',
tx_page: 'https://sandbox-blocks.nymtech.net/sandbox/tx/${txHash}'
}],
images: [
{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg',
theme: {
dark_mode: false,
circle: true
}
},
{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg',
theme: {
dark_mode: true,
circle: true
}
},
{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png'
}
]
};
export default info;