UNPKG

@chain-registry/v2

Version:
52 lines (51 loc) 1.79 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'lombardledgertestnet', assets: [ { description: 'LOM is the native fee token of Lombard Ledger', denomUnits: [{ denom: 'ulom', exponent: 0 }, { denom: 'lom', exponent: 6 }], base: 'ulom', name: 'Lom', display: 'lom', symbol: 'LOM', typeAsset: 'sdk.coin' }, { description: 'LBTC is liquid Bitcoin; it\'s yield-bearing, cross-chain, and 1:1 backed by BTC. LBTC enables yield-bearing BTC to move cross-chain without fragmenting liquidity, and is designed to seamlessly integrate Bitcoin into the decentralized finance (DeFi) ecosystem while maintaining the security and integrity of the underlying asset', denomUnits: [{ denom: 'uclbtc', exponent: 0 }, { denom: 'lbtc', exponent: 8 }], base: 'uclbtc', name: 'Liquid Bitcoin', display: 'lbtc', symbol: 'LBTC', typeAsset: 'sdk.coin' }, { description: 'ustake is a syntetic token to implement a PoA with BFT features over CometBFT', denomUnits: [{ denom: 'ustake', exponent: 0 }], base: 'ustake', name: 'ustake', display: 'ustake', symbol: 'USTAKE', typeAsset: 'sdk.coin' } ] }; exports.default = info;