UNPKG

chain-registry

Version:
33 lines (32 loc) 1.22 kB
const info = { $schema: '../assetlist.schema.json', chain_name: 'lambda', assets: [{ description: 'The native token of Lambda', denom_units: [{ denom: 'ulamb', exponent: 0 }, { denom: 'lamb', exponent: 18 }], base: 'ulamb', name: 'Lambda', display: 'lamb', symbol: 'LAMB', logo_URIs: { 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' }, coingecko_id: 'lambda', 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', theme: { primary_color_hex: '#e41c54' } }], type_asset: 'sdk.coin' }] }; export default info;