UNPKG

chain-registry

Version:
69 lines (68 loc) 2.42 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chain_name: 'lorenzo', status: 'live', network_type: 'mainnet', website: 'https://www.lorenzo-protocol.xyz/', pretty_name: 'Lorenzo Protocol', chain_type: 'cosmos', chain_id: 'lorenzo_8329-1', bech32_prefix: 'lrz', daemon_name: 'lorenzod', node_home: '$HOME/.lorenzo', key_algos: ['ethsecp256k1'], extra_codecs: ['ethermint'], slip44: 60, fees: { fee_tokens: [{ denom: 'stBTC', fixed_min_gas_price: 2000000, low_gas_price: 2000000, average_gas_price: 2000000, high_gas_price: 8000000 }] }, staking: { staking_tokens: [{ denom: 'alrz' }] }, logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg' }, description: 'Lorenzo aims to be the premier Bitcoin platform for yield-bearing token issuance, trading, and settlement.', codebase: { git_repo: 'https://github.com/Lorenzo-Protocol/lorenzo', recommended_version: 'v3.0.0', compatible_versions: ['v3.0.0'], genesis: { genesis_url: 'https://github.com/Lorenzo-Protocol/lorenzo-genesis/blob/main/mainnet/lorenzo/genesis.json' } }, apis: { rpc: [{ address: 'https://rpc-cosmos.lorenzo-protocol.xyz/', provider: 'Lorenzo Protocol' }], "evm-http-jsonrpc": [{ address: 'https://rpc-testnet.lorenzo-protocol.xyz/', provider: 'Lorenzo Protocol' }] }, explorers: [{ kind: 'blockscout', url: 'https://scan.lorenzo-protocol.xyz/', tx_page: 'https://scan.lorenzo-protocol.xyz/tx/${txHash}' }], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg', theme: { primary_color_hex: '#133348' } }] }; exports.default = info;