UNPKG

viem

Version:

TypeScript Interface for Ethereum

31 lines 886 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shibariumTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.shibariumTestnet = (0, defineChain_js_1.defineChain)({ id: 157, name: 'Puppynet Shibarium', nativeCurrency: { decimals: 18, name: 'Bone', symbol: 'BONE', }, rpcUrls: { default: { http: ['https://puppynet.shibrpc.com'] }, }, blockExplorers: { default: { name: 'Blockscout', url: 'https://puppyscan.shib.io', apiUrl: 'https://puppyscan.shib.io/api', }, }, contracts: { multicall3: { address: '0xA4029b74FBA366c926eDFA7Dd10B21C621170a4c', blockCreated: 3035769, }, }, testnet: true, }); //# sourceMappingURL=shibariumTestnet.js.map