@huma-finance/widgets 0.0.73-beta.954 → 0.0.73-beta.957
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 +0 -9
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -54097,15 +54097,6 @@ function getBlockchainConfigFromChain(ar) {
|
|
|
54097
54097
|
}
|
|
54098
54098
|
function doesChainSupportNotifi(ar, or) {
|
|
54099
54099
|
switch (ar) {
|
|
54100
|
-
case ChainEnum.Celo:
|
|
54101
|
-
case ChainEnum.Polygon:
|
|
54102
|
-
case ChainEnum.Scroll:
|
|
54103
|
-
return !0;
|
|
54104
|
-
case ChainEnum.Alfajores:
|
|
54105
|
-
case ChainEnum.Mumbai:
|
|
54106
|
-
case ChainEnum.Goerli:
|
|
54107
|
-
case ChainEnum.ScrollSepolia:
|
|
54108
|
-
return or;
|
|
54109
54100
|
default:
|
|
54110
54101
|
return !1;
|
|
54111
54102
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huma-finance/widgets",
|
|
3
|
-
"version": "0.0.73-beta.
|
|
3
|
+
"version": "0.0.73-beta.957+417f9f2",
|
|
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.73-beta.
|
|
26
|
-
"@huma-finance/shared": "^0.0.73-beta.
|
|
27
|
-
"@huma-finance/web-shared": "^0.0.73-beta.
|
|
25
|
+
"@huma-finance/sdk": "^0.0.73-beta.957+417f9f2",
|
|
26
|
+
"@huma-finance/shared": "^0.0.73-beta.957+417f9f2",
|
|
27
|
+
"@huma-finance/web-shared": "^0.0.73-beta.957+417f9f2",
|
|
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",
|
|
@@ -190,5 +190,5 @@
|
|
|
190
190
|
"optionalDependencies": {
|
|
191
191
|
"encoding": "^0.1.13"
|
|
192
192
|
},
|
|
193
|
-
"gitHead": "
|
|
193
|
+
"gitHead": "417f9f299470922914f89fd26b3bfe770764a26c"
|
|
194
194
|
}
|