liquid-sdk 1.5.7 → 1.5.9

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/index.mjs CHANGED
@@ -117,8 +117,8 @@ var DEFAULTS = {
117
117
  SNIPER_STARTING_FEE: 8e5,
118
118
  /** Sniper auction ending fee: 40% (400,000 uniBps) */
119
119
  SNIPER_ENDING_FEE: 4e5,
120
- /** Sniper auction decay period: 32 seconds */
121
- SNIPER_SECONDS_TO_DECAY: 32
120
+ /** Sniper auction decay period: 20 seconds */
121
+ SNIPER_SECONDS_TO_DECAY: 20
122
122
  };
123
123
  var DEFAULT_CHAIN = base;
124
124
  var DEFAULT_CHAIN_ID = 8453;