UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines 760 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.etherlinkShadownetTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.etherlinkShadownetTestnet = (0, defineChain_js_1.defineChain)({ id: 127823, name: 'Etherlink Shadownet Testnet', nativeCurrency: { decimals: 18, name: 'tez', symbol: 'XTZ', }, rpcUrls: { default: { http: ['https://node.shadownet.etherlink.com'] }, }, blockExplorers: { default: { name: 'Etherlink Shadownet Testnet Explorer', url: 'https://shadownet.explorer.etherlink.com', }, }, testnet: true, }); //# sourceMappingURL=etherlinkShadownetTestnet.js.map