UNPKG

chain-registry

Version:
58 lines (57 loc) 2.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'xrplevm', assets: [{ description: 'The native token of XRPL EVM', extendedDescription: 'XRP is the native token of XRPL EVM, used for gas and fees. Though originally bridged from XRPL via Axelar, this token is fully integrated into XRPL EVM as a Cosmos SDK coin and ERC-20 precompile, and is treated as the canonical native asset of the chain.', denomUnits: [{ denom: 'axrp', exponent: 0 }, { denom: 'XRP', exponent: 18 }], typeAsset: 'sdk.coin', base: 'axrp', name: 'Ripple', display: 'XRP', symbol: 'XRP', images: [{ imageSync: { chainName: 'xrpl', baseDenom: 'drop' }, png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg' }], traces: [{ type: 'additional-mintage', counterparty: { chainName: 'xrpl', baseDenom: 'drop' }, provider: 'Ripple' }], keywords: [ 'xrpl', 'evm', 'testnet', 'sidechain', 'ripple', 'peersyst', 'cosmos', 'evmos', 'axelar', 'xrp', 'xrplevm' ], coingeckoId: 'ripple', socials: { website: 'https://xrplevm.org', x: 'https://x.com/Peersyst' } }] }; exports.default = info;