Skip to content

Commit

Permalink
chore: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngozi-Txfusion committed Jul 3, 2024
1 parent bb4cd57 commit 3927293
Show file tree
Hide file tree
Showing 12 changed files with 420 additions and 103 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: Provider
description: Provider objects for integrating with ZKsync.
description: Provider objects for interacting with ZKsync.
tags: ["zksync", "providers", "integration"]
---


Provider objects facilitate interaction with the ZKsync network, allowing users to manage transactions, estimate fees,
and retrieve network information.
### `constructor`

Returns a ZKsync Era `Provider` object.
Initializes a ZKsync Era `Provider` object.

#### Inputs

Expand Down Expand Up @@ -571,7 +572,7 @@ Returns true if passed bridge address is legacy and false if its shared bridge.
async isL2BridgeLegacy(address: Address): Promise<boolean>
```

### Example
#### Example

```ts
import { Provider, types } from "zksync-ethers";
Expand Down
Loading

0 comments on commit 3927293

Please sign in to comment.