@goodaofi/bonds-sdk 3.0.172 → 3.0.173
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/main.js +2899 -2657
- package/dist/state/tiers/useTierPoints.d.ts +4 -0
- package/package.json +2 -2
|
@@ -8,6 +8,7 @@ export declare const boostMap: {
|
|
|
8
8
|
2: string;
|
|
9
9
|
3: string;
|
|
10
10
|
4: string;
|
|
11
|
+
5: string;
|
|
11
12
|
};
|
|
12
13
|
export declare const TIERS_COLORS: {
|
|
13
14
|
0: string;
|
|
@@ -15,6 +16,7 @@ export declare const TIERS_COLORS: {
|
|
|
15
16
|
2: string;
|
|
16
17
|
3: string;
|
|
17
18
|
4: string;
|
|
19
|
+
5: string;
|
|
18
20
|
};
|
|
19
21
|
export declare const TIERS_WEIGHT: {
|
|
20
22
|
0: string;
|
|
@@ -22,6 +24,7 @@ export declare const TIERS_WEIGHT: {
|
|
|
22
24
|
2: string;
|
|
23
25
|
3: string;
|
|
24
26
|
4: string;
|
|
27
|
+
5: string;
|
|
25
28
|
};
|
|
26
29
|
export declare const TIERS_NAMES: {
|
|
27
30
|
0: string;
|
|
@@ -29,6 +32,7 @@ export declare const TIERS_NAMES: {
|
|
|
29
32
|
2: string;
|
|
30
33
|
3: string;
|
|
31
34
|
4: string;
|
|
35
|
+
5: string;
|
|
32
36
|
};
|
|
33
37
|
export declare const getUserTier: (weight?: string | null) => LaunchBondTiers | null;
|
|
34
38
|
export declare const fetchUserPoints: (account?: string, useTiers?: boolean, apiUrl?: string) => Promise<string | null>;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Goo Money Bond SDK",
|
|
4
4
|
"author": "Goo Money",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "3.0.
|
|
6
|
+
"version": "3.0.173",
|
|
7
7
|
"proxy": "https://realtime-api-pr-99.herokuapp.com",
|
|
8
8
|
"module": "dist/main.js",
|
|
9
9
|
"type": "module",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"yalc": "^1.0.0-pre.53"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@ape.swap/apeswap-lists": "4.
|
|
76
|
+
"@ape.swap/apeswap-lists": "4.5.9",
|
|
77
77
|
"@emotion/react": "11.14.0",
|
|
78
78
|
"bignumber.js": "^9.1.2",
|
|
79
79
|
"chart.js": "4.2.0",
|