@chain-registry/v2
Version:
102 lines (101 loc) • 3.56 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'symphonytestnet',
assets: [
{
description: 'The native token of Symphony',
denomUnits: [{
denom: 'note',
exponent: 0,
aliases: []
}, {
denom: 'mld',
exponent: 6,
aliases: ['melody']
}],
typeAsset: 'sdk.coin',
base: 'note',
name: 'Melody',
display: 'mld',
symbol: 'MLD',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
}]
},
{
description: 'Harmonized USD',
denomUnits: [{
denom: 'uusd',
exponent: 0,
aliases: []
}, {
denom: 'husd',
exponent: 6,
aliases: ['harmony USD']
}],
typeAsset: 'sdk.coin',
base: 'uusd',
name: 'Harmony USD',
display: 'husd',
symbol: 'HUSD',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
}]
},
{
description: 'Harmonized HKD',
denomUnits: [{
denom: 'ukhd',
exponent: 0,
aliases: []
}, {
denom: 'hkhd',
exponent: 6,
aliases: ['harmony HKD']
}],
typeAsset: 'sdk.coin',
base: 'ukhd',
name: 'Harmony HKD',
display: 'hkhd',
symbol: 'HKHD',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
}]
},
{
description: 'Harmonized VND',
denomUnits: [{
denom: 'uvnd',
exponent: 0,
aliases: []
}, {
denom: 'hvnd',
exponent: 6,
aliases: ['harmony VND']
}],
typeAsset: 'sdk.coin',
base: 'uvnd',
name: 'Harmony VND',
display: 'hvnd',
symbol: 'HVND',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
}]
}
]
};
exports.default = info;