Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update frontend-quickstart-paymaster.md (#1003)
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Brickwood <[email protected]>
  • Loading branch information
chongqiangchen and dutterbutter authored May 9, 2024
1 parent 4b80601 commit 49f089a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ const getOverrides = async () => {
2. Import `utils` from `zksync-ethers` SDK as we'll need to use some of its methods next:

```javascript
import { Contract, Web3Provider, Provider, utils } from "zksync-ethers";
import { Contract, BrowserProvider, Provider, utils } from "zksync-ethers";
```

3. We need to calculate how many tokens are required to process the transaction. Since the testnet paymaster exchanges any ERC20 token to ETH at a 1:1 rate, the amount is the same as the ETH amount in wei:
Expand Down

0 comments on commit 49f089a

Please sign in to comment.