UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 721 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.scrollTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.scrollTestnet = (0, defineChain_js_1.defineChain)({ id: 534353, name: 'Scroll Testnet', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://alpha-rpc.scroll.io/l2'], webSocket: ['wss://alpha-rpc.scroll.io/l2/ws'], }, }, blockExplorers: { default: { name: 'Blockscout', url: 'https://blockscout.scroll.io', }, }, testnet: true, }); //# sourceMappingURL=scrollTestnet.js.map