@@ -60,8 +60,6 @@ The easiest way to withdraw ETH is to send it to the bridge, or the cross domain
transferAmt=BigInt(0.01*1e18)
```
1. Create a contract object for the [`OptimismPortal`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/contracts/L1/OptimismPortal.sol) contract.
```js
...
...
@@ -102,6 +100,39 @@ The easiest way to withdraw ETH is to send it to the bridge, or the cross domain
withdrawalHash=withdrawalData.hash()
```
1. Create the object for the L1 contracts, [as explained in the documentation](../build/sdk.md).
This step, and subsequent ETH withdrawal steps, are explained in [this tutorial](https://github.com/ethereum-optimism/optimism-tutorial/tree/main/cross-dom-bridge-eth).
...
...
@@ -115,7 +146,11 @@ The easiest way to withdraw ETH is to send it to the bridge, or the cross domain