@chain-registry/v2
Version:
57 lines (56 loc) • 2.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'bitbadges',
assets: [{
description: '$BADGE is the native in-app credits token for BitBadges, a platform for creating and sharing digital badges.',
denomUnits: [{
denom: 'ubadge',
exponent: 0
}, {
denom: 'badge',
exponent: 9
}],
base: 'ubadge',
name: 'BitBadges Credits',
display: 'badge',
symbol: 'BADGE',
logoURIs: {
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'
},
typeAsset: 'sdk.coin'
}, {
description: 'The native staking denom for the BitBadges blockchain.',
denomUnits: [{
denom: 'ustake',
exponent: 0
}, {
denom: 'stake',
exponent: 9
}],
base: 'ustake',
name: 'BitBadges Staking',
display: 'stake',
symbol: 'STAKE',
logoURIs: {
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'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;