UNPKG

chain-registry

Version:
50 lines (49 loc) 1.99 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../../assetlist.schema.json', chain_name: 'solanatestnet', assets: [{ description: 'The testnet version of Solana.', denom_units: [{ denom: 'Lamport', exponent: 0 }, { denom: 'SOL', exponent: 9 }], type_asset: 'svm-base', base: 'Lamport', name: 'Solana', display: 'SOL', symbol: 'SOL', traces: [{ type: 'test-mintage', counterparty: { chain_name: 'solana', base_denom: 'Lamport' }, provider: 'Solana' }], logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg' }, coingecko_id: 'solana', images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg', png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png', theme: { circle: true, background_color_hex: '#000000' } }, { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg', theme: { circle: false, background_color_hex: '#00000000' } }] }] }; exports.default = info;