From 2cddb62a334c7e7a895b3673c2e487c0b758b535 Mon Sep 17 00:00:00 2001 From: danijelTxFusion Date: Fri, 22 Dec 2023 13:09:17 +0100 Subject: [PATCH] docs(README): switch to Sepolia network --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37627449..6f3f6ca6 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ The complete examples with various use cases are available [here](https://github import { Provider, utils, types } from "zksync-ethers"; import { ethers } from "ethers"; -const provider = Provider.getDefaultProvider(types.Network.Goerli); // zkSync Era testnet (L2) -const ethProvider = ethers.getDefaultProvider("goerli"); // goerli testnet (L1) +const provider = Provider.getDefaultProvider(types.Network.Sepolia); // zkSync Era testnet (L2) +const ethProvider = ethers.getDefaultProvider("sepolia"); // Sepolia testnet (L1) ``` ### Get the latest block number