Skip to content

Commit ceb14f7

Browse files
authored
Update getWithdrawalStatus.md
1 parent 1ef01a5 commit ceb14f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/pages/op-stack/actions/getWithdrawalStatus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const status = await publicClientL1.getWithdrawalStatus({
7979
- **Type:** `Address`
8080
- **Default:** `targetChain.contracts.l2OutputOracle[chainId].address`
8181

82-
The address of the [L2 Output Oracle contract](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L1/L2OutputOracle.sol). Defaults to the L2 Output Oracle contract specified on the `targetChain`.
82+
The address of the [L2 Output Oracle contract](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L1/OptimismPortal2.sol). Defaults to the L2 Output Oracle contract specified on the `targetChain`.
8383

8484
If a `l2OutputOracleAddress` is provided, the `targetChain` parameter becomes optional.
8585

@@ -96,7 +96,7 @@ const status = await publicClientL1.getWithdrawalStatus({
9696
- **Type:** `Address`
9797
- **Default:** `targetChain.contracts.portal[chainId].address`
9898

99-
The address of the [Portal contract](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L1/OptimismPortal.sol). Defaults to the L2 Output Oracle contract specified on the `targetChain`.
99+
The address of the [Portal contract](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L1/OptimismPortal2.sol). Defaults to the L2 Output Oracle contract specified on the `targetChain`.
100100

101101
If a `portalAddress` is provided, the `targetChain` parameter becomes optional.
102102

@@ -106,4 +106,4 @@ const status = await publicClientL1.getWithdrawalStatus({
106106
l2OutputOracleAddress: '0xbEb5Fc579115071764c7423A4f12eDde41f106Ed',
107107
portalAddress: '0xbEb5Fc579115071764c7423A4f12eDde41f106Ed' // [!code focus]
108108
})
109-
```
109+
```

0 commit comments

Comments
 (0)