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:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user