Skip to content

Commit

Permalink
docs(README): fix network name in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion committed Jan 20, 2024
1 parent 28d83cd commit 6414717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const wallet = new Wallet(PRIVATE_KEY, provider, ethProvider);
```ts
const ethBalance = await wallet.getBalance(); // balance on zkSync Era network

const ethBalanceL1 = await wallet.getBalanceL1(); // balance on goerli network
const ethBalanceL1 = await wallet.getBalanceL1(); // balance on Sepolia network
```

### Transfer funds
Expand Down

0 comments on commit 6414717

Please sign in to comment.