chain-registry
Version:
40 lines (39 loc) • 1.62 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'bouachain',
assets: [{
description: 'The native token of the Bouachain blockchain, used for transaction fees, staking, and governance.',
denom_units: [{
denom: 'ubouacoin',
exponent: 0
}, {
denom: 'bouacoin',
exponent: 8
}],
base: 'ubouacoin',
name: 'BOUACOIN',
display: 'bouacoin',
symbol: 'BOUA',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bouachain/images/bouachain.svg',
theme: {
primary_color_hex: '#000000'
}
}],
socials: {
website: 'https://Bouachain.com',
twitter: 'https://x.com/bouachain',
github: 'https://github.com/bouachain',
telegram: 'https://t.me/boua-chain'
},
type_asset: 'sdk.coin'
}]
};
exports.default = info;