chain-registry
Version:
63 lines (62 loc) • 2.57 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'nyx',
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/nyx/images/nyx.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/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/nyx/images/nym_token_light.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
},
coingeckoId: 'nym',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
theme: {
darkMode: false,
circle: true
}
}, {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
theme: {
darkMode: true,
circle: true
}
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;