UNPKG

@chain-registry/v2

Version:
35 lines (34 loc) 927 B
const info = { $schema: '../../chain.schema.json', chainName: 'solana', chainType: 'solana', status: 'live', website: 'https://solana.com/', networkType: 'mainnet', prettyName: 'Solana Mainnet Beta', slip44: 501, fees: { feeTokens: [{ denom: 'Lamport', fixedMinGasPrice: 0 }] }, staking: { stakingTokens: [{ denom: 'Lamport' }] }, explorers: [{ kind: 'Solana Explorer', url: 'https://explorer.solana.com/', txPage: 'https://explorer.solana.com/tx/${txHash}' }], images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg', theme: { circle: false, backgroundColorHex: '#00000000' } }] }; export default info;