You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: script/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ After filling the `.env` file, make sure to run: `source .env` in your terminal.
23
23
24
24
## Exact in swap
25
25
26
-
- Fill the `SwapExactIn_input.json` file with the needed inputs.
26
+
- Fill the `SwapExactIn_input.json` file with the needed inputs. For the `swapUtil` field, use the address of the `SwapUtil` contract deployed in the network you are using:
27
+
- For mainnet, use `0xcdd2d349eeD309a0016C9A17f01bF1670913708b`
27
28
- Run `forge script ./script/SwapExactIn.s.sol --rpc-url network_name --broadcast --slow`
0 commit comments