@meteora-ag/dynamic-bonding-curve-sdk 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/build.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meteora-ag/dynamic-bonding-curve-sdk",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "source": "src/index.ts",
package/src/build.ts CHANGED
@@ -109,7 +109,7 @@ export function buildConstantProductCurve(
109
109
  dynamicFee: null,
110
110
  },
111
111
  activationType: 0,
112
- collectFeeMode: 1,
112
+ collectFeeMode: 0,
113
113
  migrationOption,
114
114
  tokenType: 0, // spl_token
115
115
  tokenDecimal: tokenBaseDecimal,