@chain-registry/v2
Version:
29 lines (28 loc) • 947 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'ojotestnet',
assets: [{
description: 'The native token of Ojo Network',
denomUnits: [{
denom: 'uojo',
exponent: 0
}, {
denom: 'ojo',
exponent: 6
}],
base: 'uojo',
name: 'ojo',
display: 'ojo',
symbol: 'OJO',
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ojotestnet/images/ojo.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ojotestnet/images/ojo.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;