chain-registry
Version:
52 lines (51 loc) • 1.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chainName: 'buycex',
chainId: 'bcx_323-1',
prettyName: 'BuyCex Infinity Chain',
status: 'live',
networkType: 'mainnet',
website: 'https://infinity.buycex.com',
bech32Prefix: 'bcx',
daemonName: 'bcxd',
nodeHome: '$HOME/.bcxd',
chainType: 'cosmos',
slip44: 60,
codebase: {
genesis: {
genesisUrl: 'https://buycex.net/genesis.json'
},
gitRepo: 'https://github.com/cosvmlabs/buycex-chain',
recommendedVersion: 'v1.0.0',
compatibleVersions: ['v1.0.0'],
sdk: {
type: 'cosmos',
version: 'v0.45.16'
}
},
apis: {
rpc: [{
address: 'https://endpoint.buycex.net',
provider: 'buycex'
}],
rest: [{
address: 'https://api.buycex.net',
provider: 'buycex'
}],
grpc: [{
address: 'https://grpc.buycex.net',
provider: 'buycex'
}]
},
explorers: [{
kind: 'pingpub',
url: 'https://cosmos.buycex.net',
txPage: 'https://cosmos.buycex.net/tx/${txHash}'
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
}
};
exports.default = info;