UNPKG

chain-registry

Version:
129 lines (128 loc) β€’ 4.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chainName: 'lambda', status: 'live', networkType: 'mainnet', prettyName: 'Lambda', chainType: 'cosmos', chainId: 'lambda_92000-1', bech32Prefix: 'lamb', nodeHome: '$HOME/.lambdavm', daemonName: 'lambdavm', slip44: 60, fees: { feeTokens: [{ denom: 'ulamb', lowGasPrice: 10000000000, averageGasPrice: 25000000000, highGasPrice: 40000000000 }] }, staking: { stakingTokens: [{ denom: 'ulamb' }] }, codebase: { gitRepo: 'https://github.com/LambdaIM/lambdavm', recommendedVersion: 'v1.0.0', compatibleVersions: ['v1.0.0'], genesis: { genesisUrl: 'https://raw.githubusercontent.com/LambdaIM/mainnet/main/lambda_92000-1/genesis.json' } }, logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg' }, apis: { rpc: [ { address: 'https://rpc.lambda.im', provider: 'Lambda' }, { address: 'http://lambda.rpc.m.stavr.tech:31327', provider: 'πŸ”₯STAVRπŸ”₯' }, { address: 'https://lambda-rpc.noders.services', provider: '[NODERS]TEAM' }, { address: 'https://lambda_mainnet_rpc.chain.whenmoonwhenlambo.money', provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯' } ], rest: [ { address: 'https://rest.lambda.im', provider: 'Lambda' }, { address: 'https://lambda.api.m.stavr.tech', provider: 'πŸ”₯STAVRπŸ”₯' }, { address: 'https://lambda-api.noders.services', provider: '[NODERS]TEAM' }, { address: 'https://lambda_mainnet_api.chain.whenmoonwhenlambo.money', provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯' } ], grpc: [{ address: 'http://lambda.grpc.m.stavr.tech:2287', provider: 'πŸ”₯STAVRπŸ”₯' }, { address: 'lambda-grpc.noders.services:31090', provider: '[NODERS]TEAM' }], evmHttpJsonrpc: [ { address: 'https://jsonrpc-lambda.d-stake.xyz', provider: 'D-stake' }, { address: 'https://lambda-jsonrpc.noders.services', provider: '[NODERS]TEAM' }, { address: 'https://lambda_mainnet_evm.chain.whenmoonwhenlambo.money', provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯' } ] }, explorers: [ { kind: 'blockscout', url: 'https://explorer.lambda.im/', txPage: 'https://explorer.lambda.im/tx/${txHash}' }, { kind: 'πŸ”₯STAVRπŸ”₯', url: 'https://explorer.stavr.tech/lambda', txPage: 'https://explorer.stavr.tech/lambda/txs/${txHash}' }, { kind: 'atomscan', url: 'https://atomscan.com/lambda', txPage: 'https://atomscan.com/lambda/transactions/${txHash}', accountPage: 'https://atomscan.com/lambda/accounts/${accountAddress}' }, { kind: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯', url: 'https://explorer.whenmoonwhenlambo.money/lambda', txPage: 'https://explorer.whenmoonwhenlambo.money/lambda/tx/${txHash}', accountPage: 'https://explorer.whenmoonwhenlambo.money/lambda/account/${accountAddress}' } ], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg' }] }; exports.default = info;