@huma-finance/widgets 0.0.61-beta.549 → 0.0.61-beta.550
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huma-finance/widgets",
|
|
3
|
-
"version": "0.0.61-beta.
|
|
3
|
+
"version": "0.0.61-beta.550+850a9ff",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@ethersproject/experimental": "^5.7.0",
|
|
31
31
|
"@ethersproject/providers": "^5.6.0",
|
|
32
32
|
"@ethersproject/units": "^5.6.0",
|
|
33
|
-
"@huma-finance/sdk": "^0.0.
|
|
34
|
-
"@huma-finance/shared": "^0.0.
|
|
33
|
+
"@huma-finance/sdk": "^0.0.60",
|
|
34
|
+
"@huma-finance/shared": "^0.0.60",
|
|
35
35
|
"@huma-finance/web-shared": "^0.0.60",
|
|
36
36
|
"@mui/icons-material": "^5.3.0",
|
|
37
37
|
"@mui/material": "^5.0.6",
|
|
@@ -195,5 +195,5 @@
|
|
|
195
195
|
"optionalDependencies": {
|
|
196
196
|
"encoding": "^0.1.13"
|
|
197
197
|
},
|
|
198
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "850a9ff5aaa00b13b9fcb2de3c546c2b51b290f1"
|
|
199
199
|
}
|
|
@@ -117,7 +117,7 @@ export function ChooseAmount({
|
|
|
117
117
|
if (campaign && campaignPoints > 0) {
|
|
118
118
|
info = `You will earn ${formatNumber(
|
|
119
119
|
campaignPoints,
|
|
120
|
-
)} points for the entire ${lockupPeriodMonths} months
|
|
120
|
+
)} Huma points for the entire ${lockupPeriodMonths} months.`
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
return (
|