@huma-finance/widgets 0.0.77 → 0.0.78-beta.1031
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/index.js +3 -2
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -54021,7 +54021,7 @@ const getDevPrefix = (ar = !1) => ar ? "dev." : "", getNetworkTypePrefix = (ar)
|
|
|
54021
54021
|
default:
|
|
54022
54022
|
throw new Error(`Unknown KYC provider: ${ar}`);
|
|
54023
54023
|
}
|
|
54024
|
-
}, configUtil = {
|
|
54024
|
+
}, getEscrowServiceUrl = (ar, or) => `https://${getDevPrefix(or)}${ar ? "testnet." : "mainnet."}escrow.huma.finance/graphql`, configUtil = {
|
|
54025
54025
|
dappLink: "https://app.huma.finance/#",
|
|
54026
54026
|
linkedInLink: "https://www.linkedin.com/company/huma-finance",
|
|
54027
54027
|
discordLink: "https://discord.gg/29zVxZ6kCN",
|
|
@@ -54049,7 +54049,8 @@ const getDevPrefix = (ar = !1) => ar ? "dev." : "", getNetworkTypePrefix = (ar)
|
|
|
54049
54049
|
getAuthServiceUrl,
|
|
54050
54050
|
getKYCProviderBaseUrl,
|
|
54051
54051
|
getCampaignAPIUrl,
|
|
54052
|
-
getSolanaGraphAPIUrl
|
|
54052
|
+
getSolanaGraphAPIUrl,
|
|
54053
|
+
getEscrowServiceUrl
|
|
54053
54054
|
}, EARejectReason = "Your wallet does not meet qualifications", EARejectMessage = "Based on your wallet transaction history your application was not approved.", COMMON_ERROR_MESSAGE = "Sorry, there was an error. Please try again.", SOLANA_TRANSACTION_EXPIRED_BLOCKHEIGHT_EXCEEDED_ERROR = "TransactionExpiredBlockheightExceededError";
|
|
54054
54055
|
var CURRENCY_CODE;
|
|
54055
54056
|
(function(ar) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huma-finance/widgets",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.78-beta.1031+0f9c949",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"@ethersproject/contracts": "^5.7.0",
|
|
23
23
|
"@ethersproject/experimental": "^5.7.0",
|
|
24
24
|
"@ethersproject/units": "^5.6.0",
|
|
25
|
-
"@huma-finance/sdk": "^0.0.
|
|
26
|
-
"@huma-finance/shared": "^0.0.
|
|
27
|
-
"@huma-finance/web-shared": "^0.0.
|
|
25
|
+
"@huma-finance/sdk": "^0.0.78-beta.1031+0f9c949",
|
|
26
|
+
"@huma-finance/shared": "^0.0.78-beta.1031+0f9c949",
|
|
27
|
+
"@huma-finance/web-shared": "^0.0.78-beta.1031+0f9c949",
|
|
28
28
|
"@mui/x-date-pickers": "^5.0.7",
|
|
29
29
|
"@notifi-network/notifi-frontend-client": "^1.1.2",
|
|
30
30
|
"@notifi-network/notifi-react": "^1.1.2",
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
142
142
|
"file-loader": "^6.2.0",
|
|
143
143
|
"husky": "^8.0.0",
|
|
144
|
-
"jsdoc": "^4.0.
|
|
144
|
+
"jsdoc": "^4.0.4",
|
|
145
145
|
"jsdoc-babel": "^0.5.0",
|
|
146
|
-
"jsdoc-to-markdown": "^
|
|
146
|
+
"jsdoc-to-markdown": "^9.1.2",
|
|
147
147
|
"lint-staged": "^10.5.4",
|
|
148
148
|
"path-browserify": "^1.0.1",
|
|
149
149
|
"prettier": "^2.7.1",
|
|
@@ -190,5 +190,5 @@
|
|
|
190
190
|
"optionalDependencies": {
|
|
191
191
|
"encoding": "^0.1.13"
|
|
192
192
|
},
|
|
193
|
-
"gitHead": "
|
|
193
|
+
"gitHead": "0f9c94937460ec1ddf9b8f888ebfe976a4168789"
|
|
194
194
|
}
|