UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines 740 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.orderlySepolia = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.orderlySepolia = (0, defineChain_js_1.defineChain)({ id: 4460, name: 'Orderly Sepolia', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz'], }, }, blockExplorers: { default: { name: 'Orderly Explorer', url: 'https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz', }, }, testnet: true, }); //# sourceMappingURL=orderlySepolia.js.map