UNPKG

viem

Version:

TypeScript Interface for Ethereum

26 lines 742 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const dustboyIoT = /*#__PURE__*/ defineChain({ id: 555888, name: 'DustBoy IoT', nativeCurrency: { name: 'Ether', symbol: 'DST', decimals: 18 }, rpcUrls: { default: { http: ['https://dustboy-rpc.jibl2.com'], }, }, blockExplorers: { default: { name: 'Blockscout', url: 'https://dustboy.jibl2.com', apiUrl: 'https://dustboy.jibl2.com/api', }, }, contracts: { multicall3: { address: '0xFFD34aa2C62B2D52E00A361e466C229788f4eD6a', blockCreated: 526569, }, }, testnet: false, }); //# sourceMappingURL=dustboyIoT.js.map