UNPKG

viem

Version:

TypeScript Interface for Ethereum

31 lines 841 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.polynomialSepolia = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.polynomialSepolia = (0, defineChain_js_1.defineChain)({ id: 80008, name: 'Polynomia Sepolia', nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH', }, rpcUrls: { default: { http: ['https://rpc.sepolia.polynomial.fi'], }, }, blockExplorers: { default: { name: 'Polynomial Scan', url: 'https://sepolia.polynomialscan.io', }, }, testnet: true, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', }, }, }); //# sourceMappingURL=polynomialSepolia.js.map