Skip to content

Commit

Permalink
chore: update utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngozi-Txfusion committed Jul 3, 2024
1 parent f9fa7b0 commit d08ded2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This class extends `ethers.providers.JsonRpcSigner` and so supports all the meth
The easiest way to construct it is from an `Web3Provider` object.

```ts
import { Provider, L1Signer, types } from "zksync-ethers";
import { Provider, L1Signer, types, utils } from "zksync-ethers";
import { ethers } from "ethers";

const provider = new ethers.providers.Web3Provider(window.ethereum);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This class extends `ethers.JsonRpcSigner` and so supports all the methods availa
The easiest way to construct it is from an `BrowserProvider` object.

```ts
import { Provider, L1Signer, types } from "zksync-ethers";
import { Provider, L1Signer, types, utils } from "zksync-ethers";
import { ethers } from "ethers";

const provider = new ethers.BrowserProvider(window.ethereum);
Expand Down

0 comments on commit d08ded2

Please sign in to comment.