chain-registry
Version:
102 lines (101 loc) • 3.62 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'symphony',
assets: [
{
description: 'The native coin of Symphony',
extendedDescription: 'The native coin of Symphony, and the primary fee coin of the ecosystem. The primary coin for Symphony\'s 2:1 crypto reserves, and used for voting on governance proposals and recapitalizing the system if necessary.',
socials: {
website: 'https://orchestralabs.org',
x: 'https://x.com/orchestra_labs'
},
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/symphony/images/mld.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
}]
},
{
description: 'Harmonized USD',
denomUnits: [{
denom: 'uusd',
exponent: 0,
aliases: ['microusd']
}, {
denom: 'husd',
exponent: 6
}],
typeAsset: 'sdk.coin',
base: 'uusd',
name: 'Harmony USD',
display: 'husd',
symbol: 'HUSD',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
}]
},
{
description: 'Harmonized HKD',
denomUnits: [{
denom: 'ukhd',
exponent: 0,
aliases: ['microhkd']
}, {
denom: 'hkhd',
exponent: 6
}],
typeAsset: 'sdk.coin',
base: 'ukhd',
name: 'Harmony HKD',
display: 'hkhd',
symbol: 'HKHD',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
}]
},
{
description: 'Harmonized VND',
denomUnits: [{
denom: 'uvnd',
exponent: 0,
aliases: ['microvnd']
}, {
denom: 'hvnd',
exponent: 6
}],
typeAsset: 'sdk.coin',
base: 'uvnd',
name: 'Harmony VND',
display: 'hvnd',
symbol: 'HVND',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
}]
}
]
};
export default info;