chain-registry
Version:
94 lines (93 loc) • 3.5 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'bluzelle',
assets: [
{
description: 'The native token of Bluzelle',
extended_description: 'BeeZee Network offers users access to decentralized services through a variety of applications built on a fast and cost-efficient blockchain.',
denom_units: [{
denom: 'ubnt',
exponent: 0
}, {
denom: 'bnt',
exponent: 6,
aliases: ['blz']
}],
base: 'ubnt',
name: 'Bluzelle',
display: 'bnt',
symbol: 'BLZ',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg'
},
coingecko_id: 'bluzelle',
keywords: ['bluzelle', 'game'],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg',
theme: {
primary_color_hex: '#708ffc'
}
}],
socials: {
website: 'http://bluzelle.com/',
twitter: 'https://twitter.com/BluzelleHQ'
},
type_asset: 'sdk.coin'
},
{
description: 'The ELT token of Bluzelle\'s Gamma 4 Gaming Ecosystem',
denom_units: [{
denom: 'uelt',
exponent: 0
}, {
denom: 'elt',
exponent: 6
}],
base: 'uelt',
name: 'ELT',
display: 'elt',
symbol: 'ELT',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png'
},
keywords: ['elt'],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png',
theme: {
primary_color_hex: '#0c3ab5'
}
}],
type_asset: 'sdk.coin'
},
{
description: 'The game token of Bluzelle\'s Gamma 4 Gaming Ecosystem',
denom_units: [{
denom: 'ug4',
exponent: 0
}, {
denom: 'g4',
exponent: 6
}],
base: 'ug4',
name: 'G4',
display: 'g4',
symbol: 'G4',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png'
},
keywords: ['g4'],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png',
theme: {
primary_color_hex: '#ee8828'
}
}],
type_asset: 'sdk.coin'
}
]
};
exports.default = info;