UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

37 lines 1.04 kB
import { defineChain } from '../../utils/chain/defineChain.js'; export const arbitrumSepolia = /*#__PURE__*/ defineChain({ id: 421614, name: 'Arbitrum Sepolia', network: 'arbitrum-sepolia', nativeCurrency: { name: 'Arbitrum Sepolia Ether', symbol: 'ETH', decimals: 18, }, rpcUrls: { alchemy: { http: ['https://arb-sepolia.g.alchemy.com/v2'], webSocket: ['wss://arb-sepolia.g.alchemy.com/v2'], }, default: { http: ['https://sepolia-rollup.arbitrum.io/rpc'], }, public: { http: ['https://sepolia-rollup.arbitrum.io/rpc'], }, }, blockExplorers: { default: { name: 'Blockscout', url: 'https://sepolia-explorer.arbitrum.io', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 81930, }, }, testnet: true, }); //# sourceMappingURL=arbitrumSepolia.js.map