chain-registry
Version:
55 lines (54 loc) • 2.06 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'bitbadges',
assets: [{
description: '$BADGE is the native in-app credits token for BitBadges, a platform for creating and sharing digital badges.',
denom_units: [{
denom: 'ubadge',
exponent: 0
}, {
denom: 'badge',
exponent: 9
}],
base: 'ubadge',
name: 'BitBadges Credits',
display: 'badge',
symbol: 'BADGE',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
}],
socials: {
website: 'https://bitbadges.io/',
twitter: 'https://twitter.com/bitbadges_io'
},
type_asset: 'sdk.coin'
}, {
description: 'The native staking denom for the BitBadges blockchain.',
denom_units: [{
denom: 'ustake',
exponent: 0
}, {
denom: 'stake',
exponent: 9
}],
base: 'ustake',
name: 'BitBadges Staking',
display: 'stake',
symbol: 'STAKE',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
}],
socials: {
website: 'https://bitbadges.io/',
twitter: 'https://twitter.com/bitbadges_io'
},
type_asset: 'sdk.coin'
}]
};
export default info;