chain-registry
Version:
136 lines (135 loc) • 5.13 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'emoney',
assets: [
{
description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
denomUnits: [{
denom: 'ungm',
exponent: 0
}, {
denom: 'ngm',
exponent: 6
}],
base: 'ungm',
name: 'e-Money',
display: 'ngm',
symbol: 'NGM',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
}],
typeAsset: 'sdk.coin'
},
{
description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
denomUnits: [{
denom: 'eeur',
exponent: 0
}, {
denom: 'eur',
exponent: 6
}],
base: 'eeur',
name: 'e-Money EUR',
display: 'eur',
symbol: 'EEUR',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
}],
typeAsset: 'sdk.coin'
},
{
description: 'e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.',
denomUnits: [{
denom: 'echf',
exponent: 0
}, {
denom: 'chf',
exponent: 6
}],
base: 'echf',
name: 'e-Money CHF',
display: 'chf',
symbol: 'ECHF',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
}],
typeAsset: 'sdk.coin'
},
{
description: 'e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.',
denomUnits: [{
denom: 'enok',
exponent: 0
}, {
denom: 'nok',
exponent: 6
}],
base: 'enok',
name: 'e-Money NOK',
display: 'nok',
symbol: 'ENOK',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
}],
typeAsset: 'sdk.coin'
},
{
description: 'e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.',
denomUnits: [{
denom: 'edkk',
exponent: 0
}, {
denom: 'dkk',
exponent: 6
}],
base: 'edkk',
name: 'e-Money DKK',
display: 'dkk',
symbol: 'EDKK',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
}],
typeAsset: 'sdk.coin'
},
{
description: 'e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.',
denomUnits: [{
denom: 'esek',
exponent: 0
}, {
denom: 'sek',
exponent: 6
}],
base: 'esek',
name: 'e-Money SEK',
display: 'sek',
symbol: 'ESEK',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
}],
typeAsset: 'sdk.coin'
}
]
};
export default info;