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/AGENT_README.md +1 -1
- package/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/llms.txt +1 -1
- package/package.json +1 -1
- package/skills/bid-in-auction.md +3 -3
- package/skills/deploy-token.md +2 -2
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:
|
|
121
|
-
SNIPER_SECONDS_TO_DECAY:
|
|
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;
|