chain-registry
Version:
34 lines (33 loc) • 1.51 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'bitbadges',
assets: [{
description: '$BADGE is the native in-app token for BitBadges.',
extendedDescription: '$BADGE is the native in-app currency for the BitBadges app, blockchain, and ecosystem. It is intended to be used for both chain-native functionalities and also as an in-app currency for badge payments.',
denomUnits: [{
denom: 'ubadge',
exponent: 0
}, {
denom: 'badge',
exponent: 9
}],
base: 'ubadge',
name: 'BitBadges',
display: 'badge',
symbol: 'BADGE',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
}],
socials: {
website: 'https://bitbadges.io/',
x: 'https://x.com/bitbadges_io'
},
typeAsset: 'sdk.coin'
}]
};
export default info;