UNPKG

viem

Version:

TypeScript Interface for Ethereum

28 lines 783 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sketchpad = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.sketchpad = (0, defineChain_js_1.defineChain)({ id: 984123, name: 'Forma Sketchpad', network: 'sketchpad', nativeCurrency: { symbol: 'TIA', name: 'TIA', decimals: 18, }, rpcUrls: { default: { http: ['https://rpc.sketchpad-1.forma.art'], webSocket: ['wss://ws.sketchpad-1.forma.art'], }, }, blockExplorers: { default: { name: 'Sketchpad Explorer', url: 'https://explorer.sketchpad-1.forma.art', }, }, testnet: true, }); //# sourceMappingURL=sketchpad.js.map