docs: Extend Uniswap X deployment docs

--- don't change below this line ---
ENG-4675 Took 4 minutes
This commit is contained in:
Diana Carvalho
2025-07-15 17:13:05 +01:00
parent d2d8b29056
commit 5bf5c8124b

View File

@@ -83,5 +83,6 @@ export PRIVATE_KEY=<deploy-wallet-private-key>
export BLOCKCHAIN_EXPLORER_API_KEY=<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`.