viem
Version: 
28 lines • 788 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const xrplevmTestnet = /*#__PURE__*/ defineChain({
    id: 1449000,
    name: 'XRPL EVM Testnet',
    nativeCurrency: {
        name: 'XRP',
        symbol: 'XRP',
        decimals: 18,
    },
    rpcUrls: {
        default: { http: ['https://rpc.testnet.xrplevm.org'] },
    },
    blockExplorers: {
        default: {
            name: 'blockscout',
            url: 'https://explorer.testnet.xrplevm.org',
            apiUrl: 'https://explorer.testnet.xrplevm.org/api/v2',
        },
    },
    contracts: {
        multicall3: {
            address: '0x82Cc144D7d0AD4B1c27cb41420e82b82Ad6e9B31',
            blockCreated: 492302,
        },
    },
    testnet: true,
});
//# sourceMappingURL=xrplevmTestnet.js.map