UNPKG

viem

Version:

TypeScript Interface for Ethereum

29 lines 760 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.telos = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.telos = (0, defineChain_js_1.defineChain)({ id: 40, name: 'Telos', nativeCurrency: { decimals: 18, name: 'Telos', symbol: 'TLOS', }, rpcUrls: { default: { http: ['https://rpc.telos.net'] }, }, blockExplorers: { default: { name: 'Teloscan', url: 'https://www.teloscan.io/', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 246530709, }, }, }); //# sourceMappingURL=telos.js.map