viem
Version:
32 lines (30 loc) • 815 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const arbitrumSepolia = /*#__PURE__*/ defineChain({
id: 421_614,
name: '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'],
},
},
blockExplorers: {
etherscan: { name: 'Arbiscan', url: 'https://sepolia.arbiscan.io' },
default: { name: 'Arbiscan', url: 'https://sepolia.arbiscan.io' },
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 81930,
},
},
testnet: true,
})