Skip to content

Commit

Permalink
docs(README): switch to Sepolia network
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion committed Jan 6, 2024
1 parent 02e479b commit 2cddb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cddb62

Please sign in to comment.