UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines 656 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tronShasta = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.tronShasta = (0, defineChain_js_1.defineChain)({ id: 2494104990, name: 'Tron Shasta', nativeCurrency: { name: 'TRON', symbol: 'TRX', decimals: 6 }, rpcUrls: { default: { http: ['https://api.shasta.trongrid.io/jsonrpc'], }, }, blockExplorers: { default: { name: 'Tronscan', url: 'https://shasta.tronscan.org', }, }, testnet: true, }); //# sourceMappingURL=tronShasta.js.map