viem
Version:
29 lines • 857 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.dustboyIoT = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.dustboyIoT = (0, defineChain_js_1.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
;