From 5bf5c8124b764772985b47d92dade2dc68899c08 Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Tue, 15 Jul 2025 17:13:05 +0100 Subject: [PATCH] docs: Extend Uniswap X deployment docs --- don't change below this line --- ENG-4675 Took 4 minutes --- foundry/scripts/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`.