fix: the key for univ4 fee is key_lp_fee

Update tests with new executor addresses as well

--- don't change below this line ---
ENG-4260 Took 6 minutes
This commit is contained in:
Diana Carvalho
2025-02-27 11:49:03 +00:00
parent 6a6f2d3221
commit 9eb4299ffe
3 changed files with 16 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ async function main() {
// Set executors
const executorAddresses = executorsToSet.map(executor => executor.executor);
const tx = await router.setExecutors(executorAddresses, {
gasLimit: 100000
gasLimit: 200000 // should be around 50k per executor
});
await tx.wait(); // Wait for the transaction to be mined
console.log(`Executors set at transaction: ${tx.hash}`);