UNPKG

@chain-registry/v2

Version:
62 lines (61 loc) 2.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'nyxtestnet', assets: [{ description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.', denomUnits: [{ denom: 'unyx', exponent: 0 }, { denom: 'nyx', exponent: 6 }], base: 'unyx', name: 'NYX', display: 'nyx', symbol: 'NYX', logoURIs: { 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' }], typeAsset: 'sdk.coin' }, { description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.', denomUnits: [{ denom: 'unym', exponent: 0 }, { denom: 'nym', exponent: 6 }], base: 'unym', name: 'NYM', display: 'nym', symbol: 'NYM', logoURIs: { 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: { darkMode: 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: { darkMode: true, circle: true } }], typeAsset: 'sdk.coin' }] }; exports.default = info;