viem
Version:
25 lines • 706 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const scrollSepolia = /*#__PURE__*/ defineChain({
id: 534351,
name: 'Scroll Sepolia',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://sepolia-rpc.scroll.io'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://sepolia-blockscout.scroll.io',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 9473,
},
},
testnet: true,
});
//# sourceMappingURL=scrollSepolia.js.map