UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 580 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const etherlinkTestnet = /*#__PURE__*/ defineChain({ id: 128123, name: 'Etherlink Testnet', nativeCurrency: { decimals: 18, name: 'Tez', symbol: 'XTZ', }, rpcUrls: { default: { http: ['https://node.ghostnet.etherlink.com'] }, }, blockExplorers: { default: { name: 'Etherlink Testnet', url: 'https://testnet.explorer.etherlink.com', }, }, testnet: true, }); //# sourceMappingURL=etherlinkTestnet.js.map