UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 627 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const edgewareTestnet = /*#__PURE__*/ defineChain({ id: 2022, name: 'Beresheet BereEVM Testnet', nativeCurrency: { decimals: 18, name: 'Testnet EDG', symbol: 'tEDG', }, rpcUrls: { default: { http: ['https://beresheet-evm.jelliedowl.net'] }, }, blockExplorers: { default: { name: 'Edgscan by Bharathcoorg', url: 'https://testnet.edgscan.live', apiUrl: 'https://testnet.edgscan.live/api', }, }, }); //# sourceMappingURL=edgewareTestnet.js.map