UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 628 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.taraxa = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.taraxa = (0, defineChain_js_1.defineChain)({ id: 841, name: 'Taraxa Mainnet', nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.mainnet.taraxa.io'], }, }, blockExplorers: { default: { name: 'Taraxa Explorer', url: 'https://explorer.mainnet.taraxa.io', }, }, }); //# sourceMappingURL=taraxa.js.map