chain-registry
Version:
29 lines (28 loc) • 1.13 kB
JavaScript
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'
}]
};
export default info;