Skip to content

Commit

Permalink
update networks in AssetBridger
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Jul 10, 2024
1 parent c275094 commit dc2b1e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/2-migrate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@ The `TokenBridge` type within the[`ArbitrumNetwork`](./reference/dataEntities/ne

#### [`AssetBridger`](./reference/assetBridger/assetBridger.md) Class Methods

The [`AssetBridger`](./reference/assetBridger/assetBridger.md) class methods have been renamed to reflect the new parent-child terminology.
The [`AssetBridger`](./reference/assetBridger/assetBridger.md) class methods and properties have been renamed to reflect the new parent-child terminology.

| v3 Name | v4 Name |
| ---------------- | ------------------ |
| `checkL1Network` | `checkParentChain` |
| `checkL2Network` | `checkChildChain` |
| v3 Name | v4 Name |
| ---------------- | -------------------- |
| `l2Network` | `childNetwork` |
| `checkL1Network` | `checkParentNetwork` |
| `checkL2Network` | `checkChildNetwork` |

#### [`AssetBridger`](./reference/assetBridger/assetBridger.md) Class Method Parameters

Expand Down

0 comments on commit dc2b1e0

Please sign in to comment.