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/AGENT_README.md +2 -2
- package/README.md +49 -39
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/llms.txt +1 -1
- package/package.json +1 -1
- package/skills/deploy-token.md +4 -4
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)
|
|
110
|
+
/** Static fee on buys (ETH → token): 1% (100 bps) */
|
|
111
111
|
PAIRED_FEE_BPS: 100,
|
|
112
|
-
/** Static fee on sells (token → ETH):
|
|
113
|
-
LIQUID_FEE_BPS:
|
|
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) */
|