@chain-registry/v2
Version:
39 lines (38 loc) • 1.47 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'bandchain',
assets: [{
description: 'The native token of BandChain',
denomUnits: [{
denom: 'uband',
exponent: 0
}, {
denom: 'band',
exponent: 6
}],
base: 'uband',
display: 'band',
name: 'Band Protocol',
symbol: 'BAND',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
},
coingeckoId: 'band-protocol',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg',
theme: {
primaryColorHex: '#4424e4'
}
}],
socials: {
website: 'https://www.bandprotocol.com/',
twitter: 'https://twitter.com/BandProtocol'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;