UNPKG

@chain-registry/v2

Version:
49 lines (48 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chainName: 'lombardledger', chainType: 'cosmos', chainId: 'ledger-mainnet-1', status: 'live', networkType: 'mainnet', bech32Prefix: 'lom', daemonName: 'ledgerd', nodeHome: '$HOME/.ledgerd', keyAlgos: ['secp256k1'], prettyName: 'Lombard Ledger', slip44: 118, fees: { feeTokens: [{ denom: 'ulom', fixedMinGasPrice: 100, lowGasPrice: 100, averageGasPrice: 100, highGasPrice: 100 }] }, staking: { stakingTokens: [{ denom: 'ustake' }] }, codebase: { gitRepo: 'https://github.com/lombard-finance/ledger', recommendedVersion: 'v1.2.0', genesis: { genesisUrl: 'https://github.com/lombard-finance/ledger-testnets/blob/441861abd12e5149663079c6e36db3064ec4745a/mainnet/config/genesis.json' } }, apis: { rpc: [], rest: [], grpc: [] }, explorers: [{ kind: 'Mintscan', url: 'https://www.mintscan.io/lombard', txPage: 'https://www.mintscan.io/lombard/tx/${txHash}' }] }; exports.default = info;