chain-registry
Version:
146 lines (145 loc) • 5.41 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chainName: 'beezee',
status: 'live',
networkType: 'mainnet',
website: 'https://getbze.com/',
prettyName: 'BeeZee',
chainType: 'cosmos',
chainId: 'beezee-1',
bech32Prefix: 'bze',
daemonName: 'bzed',
nodeHome: '$HOME/.bze',
keyAlgos: ['secp256k1'],
slip44: 118,
fees: {
feeTokens: [{
denom: 'ubze',
fixedMinGasPrice: 0.01,
lowGasPrice: 0.01,
averageGasPrice: 0.025,
highGasPrice: 0.04
}]
},
staking: {
stakingTokens: [{
denom: 'ubze'
}]
},
codebase: {
gitRepo: 'https://github.com/bze-alphateam/bze',
recommendedVersion: 'v7.2.0',
compatibleVersions: ['v7.2.0'],
binaries: {
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-amd64.tar.gz',
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-arm64.tar.gz',
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-amd64.tar.gz',
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-arm64.tar.gz',
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-win64.zip'
},
genesis: {
genesisUrl: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
}
},
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
},
apis: {
rpc: [
{
address: 'https://rpc.getbze.com',
provider: 'AlphaTeam'
},
{
address: 'https://rpc-1.getbze.com',
provider: 'AlphaTeam'
},
{
address: 'https://rpc-2.getbze.com',
provider: 'AlphaTeam'
},
{
address: 'https://beezee_mainnet_rpc.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}
],
rest: [
{
address: 'https://rest.getbze.com',
provider: 'AlphaTeam'
},
{
address: 'https://rest-1.getbze.com',
provider: 'AlphaTeam'
},
{
address: 'https://rest-2.getbze.com',
provider: 'AlphaTeam'
},
{
address: 'https://beezee_mainnet_api.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}
],
grpc: [
{
address: 'grpc.getbze.com:9099',
provider: 'AlphaTeam'
},
{
address: 'grpc-1.getbze.com:9099',
provider: 'AlphaTeam'
},
{
address: 'grpc-2.getbze.com:9099',
provider: 'AlphaTeam'
}
]
},
explorers: [
{
kind: 'Chainroot',
url: 'https://explorer.chainroot.io/beezee',
txPage: 'https://explorer.chainroot.io/beezee/transactions/${txHash}',
accountPage: 'https://explorer.chainroot.io/beezee/accounts/${accountAddress}'
},
{
kind: 'ping.pub',
url: 'https://ping.pub/beezee',
txPage: 'https://ping.pub/beezee/tx/${txHash}',
accountPage: 'https://ping.pub/beezee/account/${accountAddress}'
},
{
kind: 'staking-explorer.com',
url: 'https://staking-explorer.com/explorer/beezee',
txPage: 'https://staking-explorer.com/transaction.php?chain=beezee&tx=${txHash}',
accountPage: 'https://staking-explorer.com/account.php?chain=beezee&addr=${accountAddress}'
},
{
kind: 'ping.pub',
url: 'https://explorer.getbze.com/beezee',
txPage: 'https://explorer.getbze.com/beezee/tx/${txHash}',
accountPage: 'https://explorer.getbze.com/beezee/account/${accountAddress}'
},
{
kind: 'atomscan',
url: 'https://atomscan.com/beezee',
txPage: 'https://atomscan.com/beezee/transactions/${txHash}',
accountPage: 'https://atomscan.com/beezee/accounts/${accountAddress}'
},
{
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
url: 'https://explorer.whenmoonwhenlambo.money/beezee',
txPage: 'https://explorer.whenmoonwhenlambo.money/beezee/tx/${txHash}',
accountPage: 'https://explorer.whenmoonwhenlambo.money/beezee/account/${accountAddress}'
}
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
}]
};
exports.default = info;