chain-registry
Version:
60 lines (59 loc) • 2.53 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'nyxtestnet',
assets: [{
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
denom_units: [{
denom: 'unyx',
exponent: 0
}, {
denom: 'nyx',
exponent: 6
}],
base: 'unyx',
name: 'NYX',
display: 'nyx',
symbol: 'NYX',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png'
}],
type_asset: 'sdk.coin'
}, {
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
denom_units: [{
denom: 'unym',
exponent: 0
}, {
denom: 'nym',
exponent: 6
}],
base: 'unym',
name: 'NYM',
display: 'nym',
symbol: 'NYM',
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'
},
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
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;