@chain-registry/v2
Version:
35 lines (34 loc) • 1.2 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'noistestnet',
assets: [{
description: 'The native token of Nois',
denomUnits: [{
denom: 'unois',
exponent: 0
}, {
denom: 'nois',
exponent: 6
}],
base: 'unois',
name: 'Nois',
display: 'nois',
symbol: 'NOIS',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
},
keywords: [
'nois',
'randomness',
'drand',
'wasm'
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;