@huma-finance/widgets 0.0.62-beta.585 → 0.0.62-beta.588
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.62-beta.
|
|
3
|
+
"version": "0.0.62-beta.588+c8cbfa3",
|
|
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.62-beta.588+c8cbfa3",
|
|
34
|
+
"@huma-finance/shared": "^0.0.62-beta.588+c8cbfa3",
|
|
35
35
|
"@huma-finance/web-shared": "^0.0.61",
|
|
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": "c8cbfa39ce1344eaddcd6a17443694b2219d6644"
|
|
199
199
|
}
|
|
@@ -38,7 +38,7 @@ const JiaPoolCopies = {
|
|
|
38
38
|
},
|
|
39
39
|
verifyIdentity: {
|
|
40
40
|
title: 'Verify Identity',
|
|
41
|
-
description: `This pool is only available to accredited investors at the moment, with minimum investments of $10,000. Please complete identity verification and investor accreditation via ${KYCProvider}.`,
|
|
41
|
+
description: `This pool is only available to professional/accredited investors at the moment, with minimum investments of $10,000. Please complete identity verification and investor accreditation via ${KYCProvider}.`,
|
|
42
42
|
buttonText: 'VERIFY MY IDENTITY',
|
|
43
43
|
},
|
|
44
44
|
emailSignatureLink: {
|