diff --git a/foundry/scripts/README.md b/foundry/scripts/README.md index cc7d16e..713c308 100644 --- a/foundry/scripts/README.md +++ b/foundry/scripts/README.md @@ -83,5 +83,6 @@ export PRIVATE_KEY= export BLOCKCHAIN_EXPLORER_API_KEY= ``` -2. Confirm that the variables `tychoRouter`, `uniswapXReactor` and `nativeToken` are correctly set in the script. +2. Confirm that the variables `tychoRouter`, `uniswapXReactor` and `nativeToken` are correctly set in the script. Make + sure that the Uniswap X Reactor address matches the reactor you are targeting. 3. Run `npx hardhat run scripts/deploy-uniswap-x-filler.js --network NETWORK`.