@chain-registry/v2
Version:
27 lines (26 loc) • 931 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'nilliontestnet',
assets: [{
description: 'NIL - the native token of Nillion',
denomUnits: [{
denom: 'unil',
exponent: 0
}, {
denom: 'nil',
exponent: 6
}],
base: 'unil',
name: 'Nillion',
display: 'nil',
symbol: 'NIL',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nilliontestnet/images/nil.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nilliontestnet/images/nil.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;