@huma-finance/widgets 0.0.76-beta.995 → 0.0.76-beta.997

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -88748,6 +88748,9 @@ const SOLANA_DEVNET_INFO = {
88748
88748
  decimals: 6,
88749
88749
  icon: "USDC"
88750
88750
  },
88751
+ KYC: {
88752
+ Persona: ARF_PERSONA_KYC_COPY
88753
+ },
88751
88754
  extra: {
88752
88755
  hasReceivables: !0
88753
88756
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huma-finance/widgets",
3
- "version": "0.0.76-beta.995+296b526",
3
+ "version": "0.0.76-beta.997+f216ff7",
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.76-beta.995+296b526",
26
- "@huma-finance/shared": "^0.0.76-beta.995+296b526",
27
- "@huma-finance/web-shared": "^0.0.76-beta.995+296b526",
25
+ "@huma-finance/sdk": "^0.0.76-beta.997+f216ff7",
26
+ "@huma-finance/shared": "^0.0.76-beta.997+f216ff7",
27
+ "@huma-finance/web-shared": "^0.0.76-beta.997+f216ff7",
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": "296b526b591aeec874f46485da182852fe6dd8fc"
193
+ "gitHead": "f216ff72ba64f9c0fe457a9ee323fde5bd4ac0dd"
194
194
  }