UNPKG

chain-registry

Version:
29 lines (28 loc) 989 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'thejaynetwork', assets: [{ description: 'The native staking and governance token of The Jay Network.', denomUnits: [{ denom: 'ujay', exponent: 0 }, { denom: 'jay', exponent: 6 }], typeAsset: 'sdk.coin', base: 'ujay', name: 'Jay Token', display: 'jay', symbol: 'JAY', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png' }] }] }; exports.default = info;