UNPKG

viem

Version:

TypeScript Interface for Ethereum

32 lines 799 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.plasma = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.plasma = (0, defineChain_js_1.defineChain)({ id: 9745, name: 'Plasma', blockTime: 1000, nativeCurrency: { name: 'Plasma', symbol: 'XPL', decimals: 18, }, rpcUrls: { default: { http: ['https://rpc.plasma.to'], }, }, blockExplorers: { default: { name: 'PlasmaScan', url: 'https://plasmascan.to', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 0, }, }, }); //# sourceMappingURL=plasma.js.map