chain-registry
Version:
35 lines (34 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'daodiseotestnet',
assets: [{
denomUnits: [{
denom: 'uodis',
exponent: 0
}, {
denom: 'ODIS',
exponent: 6
}],
base: 'uodis',
name: 'Odis',
display: 'ODIS',
symbol: 'ODIS',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
},
socials: {
website: 'https://daodiseo.money',
x: 'https://x.com/DaoDiseoMoney'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg',
theme: {
circle: true
}
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;