chain-registry
Version:
45 lines (44 loc) • 1.72 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'unificationtestnet',
assets: [{
description: 'Staking and governance coin for the Unification Testnet',
denom_units: [{
denom: 'nund',
exponent: 0
}, {
denom: 'FUND',
exponent: 9
}],
base: 'nund',
name: 'Unification Network',
display: 'FUND',
symbol: 'FUND',
traces: [{
type: 'test-mintage',
counterparty: {
chain_name: 'unification',
base_denom: 'nund'
},
provider: 'Unification'
}],
images: [{
image_sync: {
chain_name: 'unification',
base_denom: 'nund'
},
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
theme: {
primary_color_hex: '#2279c0'
}
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
},
type_asset: 'sdk.coin',
coingecko_id: 'unification'
}]
};
export default info;