feat: Add PancakeSwapV3 support to encoding

- Add deployed executor address to json
- Build proper encoder for pancake v3
- Increase gas limit when setting executors (costs more since we set one more)
- Fix json filename in scripts/README.md
This commit is contained in:
TAMARA LIPOWSKI
2025-03-25 17:49:33 +01:00
parent c361e1515d
commit fa024a4a67
4 changed files with 4 additions and 2 deletions

View File

@@ -47,4 +47,4 @@ For each of the following, you must select one of `tenderly_ethereum`, `tenderly
1. In `scripts/deploy-executors.js` define the executors to be deployed
2. Deploy executors: `npx hardhat run scripts/deploy-executors.js --network NETWORK`
3. Fill in the executor addresses in `config/executors.json`
3. Fill in the executor addresses in `config/executor_addresses.json`