timelock-sdk 0.0.118 → 0.0.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.cjs CHANGED
@@ -487,7 +487,7 @@ const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
487
487
 
488
488
  //#endregion
489
489
  //#region src/hooks/options/useExerciseOption.ts
490
- const swapper = "0x2c79DD9797C35A3D966C2716739542a282BB5540";
490
+ const swapper = "0x877309663591ad974bE2c0C7fB453844c8D613D8";
491
491
  const useExerciseOption = (marketAddr) => {
492
492
  const { vault, pool } = useMarketData(marketAddr);
493
493
  const { fee } = usePoolData(pool);