liquid-sdk 1.5.5 → 1.5.7

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
@@ -107,10 +107,10 @@ var DEFAULTS = {
107
107
  LOCKER: ADDRESSES.LP_LOCKER_FEE_CONVERSION,
108
108
  TICK_SPACING: 200,
109
109
  TICK_IF_TOKEN0_IS_LIQUID: -230400,
110
- /** Static fee on buys (ETH → token): 1% (100 bps). Fees collected in ETH. */
110
+ /** Static fee on buys (ETH → token): 1% (100 bps) */
111
111
  PAIRED_FEE_BPS: 100,
112
- /** Static fee on sells (token → ETH): 0%. No fees in liquid token. */
113
- LIQUID_FEE_BPS: 0,
112
+ /** Static fee on sells (token → ETH): 1% (100 bps) */
113
+ LIQUID_FEE_BPS: 100,
114
114
  /** MEV module: Sniper Auction V2 */
115
115
  MEV_MODULE: ADDRESSES.SNIPER_AUCTION_V2,
116
116
  /** Sniper auction starting fee: 80% (800,000 uniBps) */