chain-registry
Version:
97 lines (96 loc) • 3.36 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chain_name: 'lefeef',
chain_type: 'cosmos',
chain_id: 'lefeef-mainnet',
website: 'https://lefeef.net/',
pretty_name: 'lefeef',
status: 'live',
network_type: 'mainnet',
bech32_prefix: 'lefeef',
daemon_name: 'lefeefd',
node_home: '$HOME/..lefeef',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'ulefeef',
fixed_min_gas_price: 0.01,
low_gas_price: 0.01,
average_gas_price: 0.025,
high_gas_price: 0.03
}]
},
staking: {
staking_tokens: [{
denom: 'ulefeef'
}]
},
codebase: {
git_repo: 'https://github.com/lefeef2024/lefeef-chain',
recommended_version: 'v1.0.0',
compatible_versions: ['v1.0.0'],
consensus: {
type: 'cometbft',
version: 'v0.38.12'
},
binaries: {
"linux/amd64": 'https://github.com/lefeef2024/lefeef-chain/releases/download/v1.0.0/lefeefd'
},
genesis: {
genesis_url: 'https://raw.githubusercontent.com/lefeef2024/lefeef-docs/refs/heads/main/genesis.json'
},
sdk: {
type: 'cosmos',
version: 'v0.50.10',
tag: 'v0.50.10-lsm'
},
ibc: {
type: 'go',
version: 'v8.5.1'
},
cosmwasm: {
version: 'v0.53.0',
repo: 'https://github.com/CosmWasm/wasmd',
tag: 'v0.53.0'
}
},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/chain.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/chain.svg'
},
description: 'A secure, scalable blockchain empowering seamless dApps and efficient token transactions.',
apis: {
rpc: [{
address: 'https://rpc.lefeef.network:2443/',
provider: 'LEFEEF Chain'
}],
rest: [{
address: 'https://rest.lefeef.network:3443/',
provider: 'LEFEEF Chain'
}],
grpc: [{
address: '85.209.95.59:9090',
provider: 'LEFEEF Chain'
}]
},
explorers: [{
kind: 'bigdipper',
url: 'https://mainnet.lefeef.network/lefeef',
tx_page: 'https://mainnet.lefeef.network/lefeef/transactions/${txHash}',
account_page: 'https://mainnet.lefeef.network/lefeef/accounts/${accountAddress}',
validator_page: 'https://mainnet.lefeef.network/lefeef/validators/${validatorAddress}',
proposal_page: 'https://mainnet.lefeef.network/lefeef/proposals/${proposalId}',
block_page: 'https://mainnet.lefeef.network/lefeef/blocks/${blockHeight}'
}],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/chain.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/chain.svg',
theme: {
primary_color_hex: '#6439ff'
}
}]
};
exports.default = info;