four-flap-meme-sdk 1.4.87 → 1.4.88
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.
|
@@ -24,9 +24,9 @@ export declare const PROFIT_CONFIG: {
|
|
|
24
24
|
/** 利润比例(双边基点):3 bps = 0.03% = 千分之三(用户类型 v0) */
|
|
25
25
|
readonly RATE_BPS_V0_DOUBLE: 3;
|
|
26
26
|
/** 利润比例(单边基点):5 bps = 0.05% = 万分之五(用户类型 v1) */
|
|
27
|
-
readonly RATE_BPS_V1:
|
|
27
|
+
readonly RATE_BPS_V1: 10;
|
|
28
28
|
/** 利润比例(双边基点):2.5 bps = 0.025% = 千分之二点五(用户类型 v1) */
|
|
29
|
-
readonly RATE_BPS_V1_DOUBLE:
|
|
29
|
+
readonly RATE_BPS_V1_DOUBLE: 5;
|
|
30
30
|
};
|
|
31
31
|
export declare const CHAIN: {
|
|
32
32
|
BSC: {
|
package/dist/utils/constants.js
CHANGED
|
@@ -30,9 +30,9 @@ export const PROFIT_CONFIG = {
|
|
|
30
30
|
/** 利润比例(双边基点):3 bps = 0.03% = 千分之三(用户类型 v0) */
|
|
31
31
|
RATE_BPS_V0_DOUBLE: 3,
|
|
32
32
|
/** 利润比例(单边基点):5 bps = 0.05% = 万分之五(用户类型 v1) */
|
|
33
|
-
RATE_BPS_V1:
|
|
33
|
+
RATE_BPS_V1: 10,
|
|
34
34
|
/** 利润比例(双边基点):2.5 bps = 0.025% = 千分之二点五(用户类型 v1) */
|
|
35
|
-
RATE_BPS_V1_DOUBLE:
|
|
35
|
+
RATE_BPS_V1_DOUBLE: 5,
|
|
36
36
|
};
|
|
37
37
|
export const CHAIN = {
|
|
38
38
|
BSC: {
|