chain-registry
Version:
31 lines (30 loc) • 1.21 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'wardenprotocoltestnet',
assets: [{
description: 'The native token of Warden Protocol Testnet',
denom_units: [{
denom: 'uward',
exponent: 0
}, {
denom: 'ward',
exponent: 6
}],
base: 'uward',
name: 'Ward',
display: 'ward',
symbol: 'WARD',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;