@privy-io/react-auth 1.95.2 → 1.96.0-beta-20241130215302

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 (50) hide show
  1. package/dist/cjs/abstract-smart-wallets.js +1 -1
  2. package/dist/cjs/context-BU97RwUq.js +1 -0
  3. package/dist/cjs/getEmbeddedConnectedWallet-Do_DpAq9.js +1 -0
  4. package/dist/cjs/index-Cl3PbylU.js +1 -0
  5. package/dist/cjs/index.js +307 -335
  6. package/dist/cjs/smart-wallets-Dn0aGvs-.js +1 -0
  7. package/dist/cjs/smart-wallets.js +1 -1
  8. package/dist/cjs/solana.js +1 -1
  9. package/dist/cjs/ui.js +133 -24
  10. package/dist/cjs/useFundWallet-Dn2humAL.js +189 -0
  11. package/dist/cjs/useSolanaWallets-DmQe3G2-.js +1 -0
  12. package/dist/cjs/useWallets-BygaNfXg.js +1 -0
  13. package/dist/dts/index.d.mts +15 -5
  14. package/dist/dts/index.d.ts +15 -5
  15. package/dist/dts/{solana-D5xAHDt7.d.ts → solana-1XQ5a7lr.d.mts} +5 -1
  16. package/dist/dts/{solana-D5xAHDt7.d.mts → solana-1XQ5a7lr.d.ts} +5 -1
  17. package/dist/dts/solana.d.mts +2 -2
  18. package/dist/dts/solana.d.ts +2 -2
  19. package/dist/dts/{types-BwcPm4mZ.d.mts → types-Ft1QTGGG.d.mts} +9 -2
  20. package/dist/dts/{types-BwcPm4mZ.d.ts → types-Ft1QTGGG.d.ts} +9 -2
  21. package/dist/dts/ui.d.mts +10 -2
  22. package/dist/dts/ui.d.ts +10 -2
  23. package/dist/esm/abstract-smart-wallets.mjs +1 -1
  24. package/dist/esm/context-Bar8esUr.mjs +1 -0
  25. package/dist/esm/getEmbeddedConnectedWallet-B62b9FRk.mjs +1 -0
  26. package/dist/esm/{useSolanaWallets-DhN1MwR8.mjs → index-Drr2v6jY.mjs} +1 -1
  27. package/dist/esm/index.mjs +310 -338
  28. package/dist/esm/smart-wallets-LnLbNAar.mjs +1 -0
  29. package/dist/esm/smart-wallets.mjs +1 -1
  30. package/dist/esm/solana.mjs +1 -1
  31. package/dist/esm/ui.mjs +133 -24
  32. package/dist/esm/useFundWallet-Cc0ZZx2y.mjs +189 -0
  33. package/dist/esm/useSolanaWallets-FPvrUqTH.mjs +1 -0
  34. package/dist/esm/useWallets-Bh1lfXkK.mjs +1 -0
  35. package/package.json +1 -1
  36. package/dist/cjs/events-context-D4csIP2K.js +0 -1
  37. package/dist/cjs/getEmbeddedConnectedWallet-DGmyS1bb.js +0 -1
  38. package/dist/cjs/privy-context-BOQWqAyX.js +0 -1
  39. package/dist/cjs/smart-wallets-D1j3W4UB.js +0 -1
  40. package/dist/cjs/useFundWallet-BHF-4PZu.js +0 -161
  41. package/dist/cjs/useSolanaWallets-DvYv01E-.js +0 -1
  42. package/dist/cjs/useWallets-7cJEdKfK.js +0 -1
  43. package/dist/cjs/user-BXtysx2D.js +0 -1
  44. package/dist/esm/events-context-2ZF4RQWB.mjs +0 -1
  45. package/dist/esm/getEmbeddedConnectedWallet-CqgZB8tC.mjs +0 -1
  46. package/dist/esm/privy-context-DffpuNH1.mjs +0 -1
  47. package/dist/esm/smart-wallets-BoKTDMNm.mjs +0 -1
  48. package/dist/esm/useFundWallet-BmJ1B36W.mjs +0 -161
  49. package/dist/esm/useWallets-BxVlmjSu.mjs +0 -1
  50. package/dist/esm/user-EiUNCG17.mjs +0 -1
@@ -1,161 +0,0 @@
1
- "use strict";var e=require("react"),r=require("react/jsx-runtime"),t=require("styled-components"),o=require("./useWallets-7cJEdKfK.js"),a=require("./events-context-D4csIP2K.js"),i=require("./privy-context-BOQWqAyX.js"),c=require("@heroicons/react/24/outline/Square2StackIcon"),n=require("@ethersproject/bignumber"),s=require("@ethersproject/units"),l=require("viem");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var h=d(c);let p=e=>n.BigNumber.from(e);class u{get(e){let r=localStorage.getItem(e);return null===r?void 0:JSON.parse(r)}put(e,r){void 0!==r?localStorage.setItem(e,JSON.stringify(r)):this.del(e)}del(e){localStorage.removeItem(e)}getKeys(){return Object.entries(localStorage).map((([e])=>e))}}var v="undefined"!=typeof window&&window.localStorage?new u:new class{get(e){return this._cache[e]}put(e,r){void 0!==r?this._cache[e]=r:this.del(e)}del(e){delete this._cache[e]}getKeys(){return Object.keys(this._cache)}constructor(){this._cache={}}};const g=t.styled.span`
2
- && {
3
- width: 82px;
4
- height: 82px;
5
- border-width: 4px;
6
- border-style: solid;
7
- border-color: ${e=>e.color??"var(--privy-color-accent)"};
8
- border-bottom-color: transparent;
9
- border-radius: 50%;
10
- display: inline-block;
11
- box-sizing: border-box;
12
- animation: rotation 1.2s linear infinite;
13
- transition: border-color 800ms;
14
- }
15
-
16
- @keyframes rotation {
17
- 0% {
18
- transform: rotate(0deg);
19
- }
20
- 100% {
21
- transform: rotate(360deg);
22
- }
23
- }
24
-
25
- &&&.success {
26
- border-color: var(--privy-color-success);
27
- border-bottom-color: var(--privy-color-success);
28
- }
29
-
30
- &&&.fail {
31
- border-color: var(--privy-color-error);
32
- border-bottom-color: var(--privy-color-error);
33
- }
34
- `,y=t.styled(g)`
35
- && {
36
- border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
37
- animation: none;
38
- opacity: 0.5;
39
- }
40
- `;let x=t.styled(g)`
41
- && {
42
- height: 1rem;
43
- width: 1rem;
44
- margin: 2px 0;
45
- border-width: 1.5px;
46
-
47
- /* Override default Loader to match button transitions */
48
- transition: border-color 200ms ease;
49
- }
50
- `;function m(e){return r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 460 40",...e,children:r.jsx("g",{fill:e.color||"var(--privy-color-foreground)",children:r.jsx("path",{d:"M0 15.4v15.38h4.64V19.96h3.58c2.47 0 3.63-.01 3.77-.02 1-.08 1.49-.15 2.18-.3a9.45 9.45 0 0 0 4.6-2.37c1.66-1.57 2.64-3.87 2.81-6.56.02-.3.02-1.19 0-1.49-.1-1.77-.56-3.35-1.36-4.72A8.84 8.84 0 0 0 15.14.57c-.93-.3-1.75-.43-3.09-.54C11.9.02 10.2 0 5.93 0H0ZM10.85 4c1.85.05 3.1.45 4.16 1.3.22.17.54.49.69.68a5.97 5.97 0 0 1 1.19 3.13c.04.35.04 1.36 0 1.71-.08.68-.23 1.3-.44 1.85a4.8 4.8 0 0 1-1.09 1.68A5.63 5.63 0 0 1 12 15.92c-.6.08-.4.08-4.01.09H4.64V3.98h2.9c1.6 0 3.08 0 3.31.02ZM187.65 5.71v5.72h-.27l-.09-.14a15.9 15.9 0 0 0-1.21-1.73c-.43-.5-1-.95-1.7-1.36-.54-.3-1.05-.5-1.73-.63a8.98 8.98 0 0 0-1.7-.17 8.84 8.84 0 0 0-7.8 4.03 12.95 12.95 0 0 0-2.03 6.39c-.07.98-.06 2.15.02 3.13.2 2.47.87 4.53 2.02 6.25a8.98 8.98 0 0 0 10.22 3.65 6.5 6.5 0 0 0 2.8-1.93c.41-.51.84-1.1 1.1-1.55l.1-.17h.37v3.58h4.38V0h-4.48Zm-5.24 5.54c1.3.14 2.3.6 3.17 1.48.9.9 1.5 2.09 1.85 3.64.36 1.6.39 3.72.06 5.43a8.13 8.13 0 0 1-1.54 3.62 5.1 5.1 0 0 1-3.93 1.96 6.13 6.13 0 0 1-2.32-.31 5.87 5.87 0 0 1-3.33-3.5c-.39-1-.62-2.05-.72-3.32-.03-.32-.04-1.35-.02-1.73.08-1.56.4-2.91.96-4.05a6.2 6.2 0 0 1 1.06-1.58 5.08 5.08 0 0 1 3.6-1.66c.25-.02.9 0 1.16.02ZM210.07 15.39l.01 15.38h4.38l.01-3.57h.37l.09.15c.24.44.84 1.26 1.21 1.7a6.79 6.79 0 0 0 2.57 1.75 9.3 9.3 0 0 0 6.86-.49 9.28 9.28 0 0 0 4.05-4.07A13.05 13.05 0 0 0 231 21.6c.21-1.73.18-3.7-.09-5.32a13.03 13.03 0 0 0-1.5-4.3 9.1 9.1 0 0 0-3.75-3.63 9.15 9.15 0 0 0-4.43-.96 7.46 7.46 0 0 0-2.8.5A7.07 7.07 0 0 0 216 9.7c-.4.52-.82 1.12-1.1 1.59l-.07.14h-.27V0h-4.5Zm11.13-4.14c1.07.1 1.94.44 2.7 1.04a6.1 6.1 0 0 1 1.64 1.98c.43.84.78 2 .94 3.11.15 1.16.16 2.4.02 3.54a9.34 9.34 0 0 1-1.39 4.03 5.33 5.33 0 0 1-2.69 2.15c-.9.3-2.04.38-3.06.2a5.14 5.14 0 0 1-3.45-2.37 6.03 6.03 0 0 1-.45-.8c-.5-1.03-.8-2.2-.92-3.58-.04-.49-.06-.89-.05-1.53.01-.76.05-1.23.13-1.85.38-2.53 1.47-4.38 3.15-5.31a5.46 5.46 0 0 1 2.3-.63 10 10 0 0 1 1.13.02ZM69.05 2.17l-.01 2.77V7.7h-3.36v3.6h3.36v6.8l.01 7.15c.06 1.4.4 2.44 1.1 3.37a5.8 5.8 0 0 0 2.97 2.07c.91.3 1.83.42 2.9.38a8.71 8.71 0 0 0 2.66-.48l-.8-3.7-.38.06a4.96 4.96 0 0 1-2.43-.06c-.33-.1-.56-.25-.8-.49-.4-.41-.6-.88-.7-1.67-.02-.2-.02-.62-.03-6.82v-6.6h4.73V7.7h-4.73V2.16h-4.49ZM133.34 2.17V7.7h-3.39v3.6h3.38v6.9l.01 7.17a5.66 5.66 0 0 0 2.36 4.49c.85.6 2.03 1.03 3.26 1.17.85.1 2.03.05 2.81-.1.3-.06.75-.18 1-.26l.2-.06v-.05l-.81-3.67-.37.06a4.99 4.99 0 0 1-1.8.09c-.85-.13-1.32-.4-1.7-.97a2.63 2.63 0 0 1-.39-1.04c-.06-.4-.06 0-.06-7.1V11.3h4.7V7.7h-4.7l-.01-2.77V2.16h-4.49ZM293.41 2.36a14.56 14.56 0 0 0-13.7 16.07 14.59 14.59 0 0 0 21.86 11.08 14.5 14.5 0 0 0 7.11-14.07 14.61 14.61 0 0 0-6.53-10.73 14.49 14.49 0 0 0-8.74-2.35ZM350.8 2.36a10.17 10.17 0 0 0-7.56 4.2c-.16.2-.45.63-.58.83l-.05.1h-.47l-.01-4.36h-7.36v36.4h7.82V27.27h.49l.05.07a11.3 11.3 0 0 0 7.49 4.15 10.52 10.52 0 0 0 9.38-4.1c1.66-2.1 2.73-4.9 3.07-8.06.1-.87.13-1.4.13-2.37 0-.8 0-1.1-.07-1.76a15.95 15.95 0 0 0-3.23-8.72 12.8 12.8 0 0 0-1.85-1.84 10.49 10.49 0 0 0-7.26-2.28Zm-.94 6.05c1.27.15 2.33.65 3.2 1.5.98.96 1.67 2.31 2.03 4 .34 1.57.38 3.68.12 5.39a9.78 9.78 0 0 1-1.04 3.25c-.14.25-.44.69-.6.89a5.35 5.35 0 0 1-4.31 2.07 5.25 5.25 0 0 1-4.41-1.9 7.35 7.35 0 0 1-1.26-2.32 14.09 14.09 0 0 1-.62-4.83c.05-1.98.38-3.53 1.02-4.85a5.63 5.63 0 0 1 2.5-2.65c.66-.34 1.3-.5 2.14-.58.18-.02 1.04 0 1.23.03ZM363.63 3.1l-.01 3.2v3.16h1.43c1.26.01 1.44.02 1.54.04.42.09.66.28.79.62.08.23.08.08.08 2.96a911.57 911.57 0 0 1 .03 10.18v7.54h7.82v-7.4l.01-7.83c.03-.94.11-1.63.27-2.28.46-1.9 1.54-2.93 3.35-3.23.52-.08.2-.08 5-.08h4.4V3.08h-3.1c-3.48 0-3.91.01-4.67.1-1.83.2-3.04.79-3.96 1.88-.5.6-.9 1.32-1.26 2.26l-.06.17h-.46V3.09h-5.6c-4.46 0-5.6 0-5.6.02ZM390.8 16.95V30.8h3.87l3.86-.01V3.09h-7.73ZM400.6 3.1l-.01.4v.38l4.66 13.4 4.69 13.47.02.05h10.3l.03-.05 4.67-13.45 4.67-13.4V3.1h-7.43l-6.7 19.26h-.5l-3.28-9.5-3.31-9.64-.05-.12h-3.88l-3.88.01ZM430.98 3.1c-.01 0-.02.19-.02.4v.39l5.08 14.59c2.8 8.02 5.08 14.6 5.08 14.61.01.02-.22.02-4.8.02h-4.82v6.42h4.95c5.09 0 5.23 0 5.87-.06 3.15-.28 5.29-1.63 6.63-4.15.28-.55.44-.95.87-2.16L459 6.78l1-2.89v-.8h-7.43l-6.69 19.26h-.5l-3.27-9.46-3.31-9.64-.06-.16h-3.88l-3.88.01ZM36.57 7.36c-1.36.1-2.6.6-3.62 1.45a5.65 5.65 0 0 0-1.67 2.42l-.05.13H31V7.7h-4.35v23.08h4.5v-7.3c0-8 0-7.34.08-7.82a4.89 4.89 0 0 1 2.06-3.18c.83-.58 1.74-.89 2.87-.98a11.87 11.87 0 0 1 2.8.25H39v-4.3l-.21-.02c-.61-.07-1.74-.1-2.22-.07ZM51.08 7.41c-2.33.12-4.3.84-5.95 2.16a9.89 9.89 0 0 0-2.03 2.2 12.5 12.5 0 0 0-2 5.78 18.04 18.04 0 0 0 0 3.65 12.13 12.13 0 0 0 2.26 6.05 9.74 9.74 0 0 0 5 3.52c2.11.64 4.7.64 6.8 0a9.78 9.78 0 0 0 4.88-3.37c1.38-1.78 2.19-4 2.4-6.58.13-1.46.06-3.06-.18-4.42a11.24 11.24 0 0 0-3.58-6.6 10 10 0 0 0-5.75-2.35c-.56-.06-1.31-.07-1.85-.04Zm1.42 3.78c.88.1 1.62.34 2.28.75a6.13 6.13 0 0 1 1.99 2.15 10.31 10.31 0 0 1 1.2 5c.02 1.23-.12 2.44-.42 3.51a7.14 7.14 0 0 1-1.81 3.32c-.61.6-1.2.98-1.95 1.24a6 6 0 0 1-2 .3 5.7 5.7 0 0 1-2.72-.6 5 5 0 0 1-1.28-.94A7.1 7.1 0 0 1 46 22.73c-.57-1.99-.6-4.46-.08-6.5a7.24 7.24 0 0 1 2.03-3.67 5.13 5.13 0 0 1 3.35-1.4 11 11 0 0 1 1.2.03ZM92.05 7.4c-.96.06-1.56.15-2.3.33a9.62 9.62 0 0 0-6.09 4.66 13.5 13.5 0 0 0-1.71 7c0 .83 0 1.04.06 1.6.16 1.77.58 3.32 1.29 4.7A9.72 9.72 0 0 0 90.28 31c1.84.37 4.08.32 5.85-.13a9.07 9.07 0 0 0 5.02-3.1A7.64 7.64 0 0 0 102.5 25l-2.11-.39-2.11-.38-.08.13a4.72 4.72 0 0 1-2.35 2.55 6.3 6.3 0 0 1-2.23.58c-.29.03-1.13.03-1.44 0a6.35 6.35 0 0 1-3.02-1.04 5.93 5.93 0 0 1-2.02-2.43 8.44 8.44 0 0 1-.72-3.18v-.26h16.38v-.81c0-1.83-.06-2.76-.25-3.87-.2-1.22-.53-2.24-1.05-3.28a8.9 8.9 0 0 0-2.66-3.26 10.1 10.1 0 0 0-5.34-1.94 18.3 18.3 0 0 0-1.46-.03Zm1.3 3.75c1.2.13 2.19.55 3.05 1.3a5.8 5.8 0 0 1 1.78 2.96c.13.51.21 1.17.21 1.66v.15H86.43v-.12c.08-.97.3-1.78.72-2.61.5-1 1.2-1.8 2.14-2.42a5.32 5.32 0 0 1 2.9-.95c.2-.01.97 0 1.17.03ZM116.79 7.41c-2 .1-3.73.65-5.22 1.65a10.7 10.7 0 0 0-4.25 6.06 16.1 16.1 0 0 0-.5 5.8c.2 2.17.84 4.13 1.88 5.76.58.9 1.32 1.73 2.15 2.4a9.37 9.37 0 0 0 3.6 1.8 12.06 12.06 0 0 0 3.92.34 10.2 10.2 0 0 0 3.84-.95 8.31 8.31 0 0 0 4.76-6.75l.01-.04h-4.37l-.05.16a4.87 4.87 0 0 1-4.24 3.75c-.59.07-1.32.06-1.93-.05a5.47 5.47 0 0 1-3.5-2.27c-.56-.75-1-1.73-1.26-2.79a13.8 13.8 0 0 1-.16-5.24 7.77 7.77 0 0 1 2.1-4.3 5.48 5.48 0 0 1 2.15-1.3 6.4 6.4 0 0 1 3.89.1c.59.21 1.03.5 1.5.96a5.32 5.32 0 0 1 1.46 2.5l.04.15h4.37v-.06a8.22 8.22 0 0 0-5.31-6.94 10.98 10.98 0 0 0-4.88-.74ZM156.2 7.41a9.87 9.87 0 0 0-6 2.29 11.02 11.02 0 0 0-3.41 5.43c-.52 1.78-.68 3.9-.48 5.97.17 1.8.63 3.38 1.37 4.8a9.68 9.68 0 0 0 5.91 4.86c1.65.48 3.63.61 5.53.36 3.72-.49 6.55-2.62 7.56-5.69.12-.39.13-.42.1-.43-.02 0-4.13-.75-4.19-.75-.03 0-.04 0-.1.16-.18.42-.45.9-.72 1.22-.16.2-.49.53-.7.7-.67.54-1.5.9-2.43 1.08-.48.08-.83.11-1.41.11-.64 0-1.07-.04-1.6-.15a5.76 5.76 0 0 1-3.93-2.83 8 8 0 0 1-.99-3.79v-.16h16.38v-1.11l-.02-1.43c-.1-2.25-.53-4-1.35-5.59a9.24 9.24 0 0 0-6.18-4.75c-1.04-.26-2.2-.36-3.33-.3Zm1.45 3.74a5.35 5.35 0 0 1 3.66 1.94 6.1 6.1 0 0 1 1.38 4.01v.12h-11.97v-.06c0-.02 0-.14.02-.25a6.6 6.6 0 0 1 2.15-4.32 5.73 5.73 0 0 1 3.5-1.46c.25-.02 1 0 1.26.02ZM233.58 7.82l8.37 23.22a49.22 49.22 0 0 1-.67 1.9 5.36 5.36 0 0 1-1.14 1.8c-.41.4-.82.58-1.48.69-.27.04-1.03.03-1.35 0a8.05 8.05 0 0 1-1.1-.23l-1.08 3.67c0 .02.32.14.66.22.83.21 1.57.29 2.56.28.56-.01.8-.03 1.24-.1 2.71-.4 4.66-2.09 5.86-5.08l9.64-26.44c0-.02-4.82-.06-4.83-.05l-2.93 8.96-2.91 8.94h-.24l-.22-.65-2.91-8.95-2.7-8.3H233.53ZM293.05 35.8c-1.18.04-1.93.09-2.8.16-2.52.24-4.53.69-5.43 1.23-.7.41-.76.86-.2 1.28.88.66 3.29 1.19 6.36 1.4a48.55 48.55 0 0 0 5.75.05c3.47-.19 6.24-.78 7.11-1.5.22-.19.3-.34.3-.53 0-.1 0-.12-.04-.22-.35-.69-2.32-1.3-5.25-1.63a41.09 41.09 0 0 0-5.8-.24Zm0 0"})})})}let f=t.styled.div`
51
- margin-top: 16px;
52
- font-size: 13px;
53
- text-align: center;
54
- color: var(--privy-color-foreground-3);
55
-
56
- && > a {
57
- color: var(--privy-color-accent);
58
- }
59
- `;const b=t.styled.div`
60
- display: flex;
61
- align-items: center;
62
- justify-content: center;
63
- padding-top: 8px;
64
- padding-bottom: 12px;
65
- gap: 8px;
66
-
67
- font-size: 13px;
68
-
69
- && a {
70
- padding: 0.5rem 0;
71
-
72
- &:hover {
73
- text-decoration: none;
74
- }
75
- }
76
-
77
- @media all and (display-mode: standalone) {
78
- padding-bottom: 30px;
79
- }
80
- `,w=({address:e,showCopyIcon:t,url:a,className:i})=>a?r.jsx("a",{title:e,className:i,href:`${a}/address/${e}`,target:"_blank",children:o.formatWalletAddress(e)}):r.jsxs("button",{title:e,className:i,onClick:()=>navigator.clipboard.writeText(e).catch(console.error),children:[o.formatWalletAddress(e),t&&r.jsx(j,{})]});let j=t.styled(h.default)`
81
- && {
82
- display: inline;
83
- }
84
- stroke-width: 2;
85
- height: 0.875rem;
86
- width: 0.875rem;
87
- margin-left: 0.125rem;
88
- color: var(--privy-color-foreground-3);
89
- `,$=t.keyframes`
90
- from, to {
91
- background: var(--privy-color-foreground-4);
92
- color: var(--privy-color-foreground-4);
93
- }
94
-
95
- 50% {
96
- background: var(--privy-color-foreground-accent);
97
- color: var(--privy-color-foreground-accent);
98
- }
99
- `;const C=t.css`
100
- ${e=>e.$isLoading?t.css`
101
- width: 35%;
102
- animation: ${$} 2s linear infinite;
103
- border-radius: var(--privy-border-radius-sm);
104
- `:""}
105
- `,P=({children:e,color:t,isLoading:o,isPulsing:a,...i})=>r.jsx(k,{$color:t,$isLoading:o,$isPulsing:a,...i,children:e});let k=t.styled.span`
106
- padding: 0.125rem 0.5rem;
107
- font-size: 0.75rem;
108
- font-weight: 500;
109
- line-height: 1.125rem; /* 150% */
110
- border-radius: var(--privy-border-radius-sm);
111
-
112
- ${e=>{let r,o;"green"===e.$color&&(r="var(--privy-color-success-dark)",o="var(--privy-color-success-light)"),"red"===e.$color&&(r="var(--privy-color-error)",o="var(--privy-color-error-light)"),"gray"===e.$color&&(r="var(--privy-color-foreground-2)",o="var(--privy-color-background-2)");let a=t.keyframes`
113
- from, to {
114
- background-color: ${o};
115
- }
116
-
117
- 50% {
118
- background-color: rgba(${o}, 0.8);
119
- }
120
- `;return t.css`
121
- color: ${r};
122
- background-color: ${o};
123
- ${e.$isPulsing&&t.css`
124
- animation: ${a} 3s linear infinite;
125
- `};
126
- `}}
127
-
128
- ${C}
129
- `,L=e.createContext({});let S=e=>`privy:${e}:recent-login-method`,M=e=>`privy:${e}:recent-login-wallet-client`,V=e=>`privy:${e}:recent-login-chain-type`;const Z=t.styled.div`
130
- display: flex;
131
- flex-direction: column;
132
- `,F=t.styled.span`
133
- text-align: left;
134
- font-size: 0.75rem;
135
- font-weight: 500;
136
- line-height: 1.125rem; /* 150% */
137
-
138
- color: var(--privy-color-error);
139
- `,T=t.styled.span`
140
- color: var(--privy-color-foreground-3);
141
- font-size: 0.75rem;
142
- font-weight: 500;
143
- line-height: 1.125rem; /* 150% */
144
- `,I=t.css`
145
- && {
146
- border-width: 1px;
147
- padding: 0.5rem 1rem;
148
- }
149
-
150
- width: 100%;
151
- text-align: left;
152
- border: solid 1px var(--privy-color-foreground-4);
153
- border-radius: var(--privy-border-radius-md);
154
- display: flex;
155
- justify-content: space-between;
156
- align-items: center;
157
-
158
- ${e=>"error"===e.$state?"border-color: var(--privy-color-error);":""}
159
- `,W=t.styled.div`
160
- ${I}
161
- `;let E=new Intl.NumberFormat(void 0,{style:"currency",currency:"USD",maximumFractionDigits:2}),A=e=>E.format(e);exports.Address=w,exports.BlobbyFooter=()=>r.jsx(b,{children:r.jsx("a",{href:"https://www.privy.io/",target:"_blank",children:r.jsx(m,{height:13,width:150})})}),exports.Box=W,exports.BoxStyles=I,exports.ButtonLoader=e=>r.jsx(x,{color:e.color||"var(--privy-color-foreground-3)"}),exports.Chip=P,exports.ConnectionLoader=({success:e,fail:t})=>r.jsxs(r.Fragment,{children:[r.jsx(g,{className:e?"success":t?"fail":""}),r.jsx(y,{className:e?"success":t?"fail":""})]}),exports.Copy=({color:e,...t})=>r.jsx("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 115.77 122.88",xmlSpace:"preserve",...t,children:r.jsx("g",{children:r.jsx("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})}),exports.ErrorMessage=F,exports.Loader=g,exports.LoaderFaint=y,exports.LoadingSkeleton=C,exports.ModalFooter=b,exports.RecentlyUsedAccountProvider=({children:t})=>{let i=o.useAppConfig(),[c,n]=e.useState({});return a.usePrivyEventSubscription("login",{onComplete:(e,r,t,o,a)=>{a&&"passkey"!==a.type&&"cross_app"!==a.type&&("wallet"!==a.type||"privy"!==a.walletClientType)&&(v.put(S(i.id),a.type),"wallet"===a.type?(v.put(M(i.id),a.walletClientType),v.put(V(i.id),a.chainType),n({accountType:a.type,walletClientType:a.walletClientType,chainType:a.chainType})):(v.del(M(i.id)),v.del(V(i.id)),n({accountType:a.type})))}}),e.useEffect((()=>{if(!i.id)return;let e=v.get(S(i.id)),r=v.get(M(i.id)),t=v.get(V(i.id));e&&n("wallet"===e?{accountType:e,walletClientType:r,chainType:t}:{accountType:e})}),[i.id]),r.jsx(L.Provider,{value:c,children:t})},exports.TermsAndConditions=function(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o,requireUsersAcceptTerms:a}}=e.app;if(a&&!e.alwaysShowImplicitConsent||!o&&!t)return r.jsx(f,{});let i=!(!t||!o);return r.jsxs(f,{children:["By logging in I agree to the"," ",o&&r.jsx("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",t&&r.jsx("a",{href:t,target:"_blank",children:"Privacy Policy"})]})},exports.WalletCards=({...e})=>r.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...e,children:[r.jsx("rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}),r.jsx("path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2"}),r.jsx("path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21"})]}),exports.WalletInfoCard=({errMsg:e,balance:t,address:o,isLoading:a,className:i,title:c,isPulsing:n,showIcon:s,statusColor:l="green"})=>{let d;return d=l||(e?"red":"green"),r.jsxs(r.Fragment,{children:[r.jsxs(W,{className:i,$state:e?"error":void 0,children:[r.jsxs(Z,{children:[r.jsx(T,{children:c||"Pay with"}),r.jsx(w,{address:o,showCopyIcon:s||!!e})]}),void 0!==t&&r.jsx(P,{isLoading:a,isPulsing:n,color:d,children:t})]}),e&&r.jsx(F,{style:{marginTop:"0.25rem"},children:e})]})},exports.e=function(){try{let e="privy:__session_storage__test",r=new u;return r.put(e,"blobby"),r.del(e),!0}catch(e){return!1}},exports.getBlockExplorerUrlForAddress=(e,r)=>{let{chains:t}=i.usePrivyInternal(),a=`https://etherscan.io/address/${r}`,c=`${o.getBlockExplorer(e,t)}/address/${r}`;if(!c)return a;try{new URL(c)}catch{return a}return c},exports.getDollarsFromStringFloat=(e,r)=>{let t=A(r*parseFloat(e));return"$0.00"!==t?t:"<$0.01"},exports.getDollarsFromWei=(e,r)=>{let t=A(r*parseFloat(s.formatEther(e)));return"$0.00"===t?"<$0.01":t},exports.getNativeCurrencyFromWei=(e,r,t=6,o=!1)=>{let a=parseFloat(s.formatEther(e)).toFixed(t).replace(/0+$/,"").replace(/\.$/,"");return o?`${a} ${r}`:`${"0"===a?"<0.001":a} ${r}`},exports.i=p,exports.r=function(e){let r={};return void 0!==e.to&&(r.to=e.to),void 0!==e.data&&(r.data=e.data),void 0!==e.chainId&&(r.chainId=e.chainId),void 0!==e.type&&(r.type=e.type),void 0!==e.accessList&&(r.accessList=e.accessList),void 0!==e.nonce&&(r.nonce=p(e.nonce).toNumber()),void 0!==e.gasLimit&&(r.gasLimit=p(e.gasLimit)),void 0!==e.gasPrice&&(r.gasPrice=p(e.gasPrice)),void 0!==e.value&&(r.value=p(e.value)),void 0!==e.maxFeePerGas&&(r.maxFeePerGas=p(e.maxFeePerGas)),void 0!==e.maxPriorityFeePerGas&&(r.maxPriorityFeePerGas=p(e.maxPriorityFeePerGas)),r},exports.sumWeiQuantitiesToHexString=e=>e.map(p).reduce(((e,r)=>e.add(r)),n.BigNumber.from(0)).toHexString(),exports.t=function(e){if("number"==typeof e||"bigint"==typeof e||"string"==typeof e)return e;if("function"==typeof e.toHexString)return e.toHexString();throw Error(`Expected numeric value but received ${e}`)},exports.te=v,exports.useConnectWallet=function(r){let{connectWallet:t}=e.useContext(i.PrivyContext);return a.usePrivyEventSubscription("connectWallet",r),{connectWallet:t}},exports.useElementHeight=r=>{let[t,o]=e.useState("auto");return e.useEffect((()=>{let e=new ResizeObserver((e=>{o(e[0]?.contentRect.height??"auto")}));return r.current&&e.observe(r.current),()=>{r.current&&e.unobserve(r.current)}}),[r.current]),t},exports.useFundWallet=e=>{a.usePrivyEventSubscription("fundWallet",e);let{fundWallet:r}=i.usePrivyInternal();return{fundWallet:r}},exports.useLogin=function(r){let{login:t}=e.useContext(i.PrivyContext);return a.usePrivyEventSubscription("login",r),{login:t}},exports.useLogout=function(r){let{logout:t}=e.useContext(i.PrivyContext);return a.usePrivyEventSubscription("logout",r),{logout:t}},exports.useRecentlyUsedLogin=()=>e.useContext(L),exports.useWalletBalance=function({rpcConfig:r,appId:t,address:a,chain:c}){let{chains:n}=i.usePrivyInternal(),[s,d]=e.useState(0n),[h,p]=e.useState(!1),u=e.useMemo((()=>{let e=c||n[0];if(e)return l.createPublicClient({chain:c,transport:l.http(o.getJsonRpcEndpointFromChain(e,r,t))})}),[c,r,t]),v=e.useCallback((async()=>{if(!a||!u)return;p(!0);let e=await u.getBalance({address:a}).catch(console.error);return e?(d(e),p(!1),e):void 0}),[u,a,d]);return e.useEffect((()=>{v().catch(console.error)}),[]),{balance:s,isLoading:h,reloadBalance:v}};
@@ -1 +0,0 @@
1
- "use strict";var e=require("./privy-context-BOQWqAyX.js"),t=require("eventemitter3"),a=require("@ethersproject/logger"),s=require("./user-BXtysx2D.js");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n,o,i=r(t);(o=n||(n={})).MISSING_OR_INVALID_PRIVY_APP_ID="missing_or_invalid_privy_app_id",o.MISSING_OR_INVALID_PRIVY_ACCOUNT_ID="missing_or_invalid_privy_account_id",o.INVALID_DATA="invalid_data",o.LINKED_TO_ANOTHER_USER="linked_to_another_user",o.ALLOWLIST_REJECTED="allowlist_rejected",o.OAUTH_USER_DENIED="oauth_user_denied",o.UNKNOWN_AUTH_ERROR="unknown_auth_error",o.USER_EXITED_AUTH_FLOW="exited_auth_flow",o.MUST_BE_AUTHENTICATED="must_be_authenticated",o.UNKNOWN_CONNECT_WALLET_ERROR="unknown_connect_wallet_error",o.GENERIC_CONNECT_WALLET_ERROR="generic_connect_wallet_error",o.CLIENT_REQUEST_TIMEOUT="client_request_timeout",o.INVALID_CREDENTIALS="invalid_credentials";class l extends Error{toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}constructor(e,t,a){super(e),t instanceof Error&&(this.cause=t),this.privyErrorCode=a}}class d extends l{constructor(e,t,a){super(e),this.type="provider_error",this.code=t,this.data=a}}let c={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1},E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don’t see your wallet? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don’t see your wallet? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don’t see your wallet? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}};class _ extends e.PrivyConnectorError{constructor(){super("Wallet timeout"),this.type="wallet_error"}}class E extends e.PrivyConnectorError{constructor(){super("User rejected connection"),this.type="wallet_error"}}const u=t=>{if(t instanceof e.PrivyConnectorError)return t;if(t?.code&&t?.reason){let e=new h(t);return t.code===a.ErrorCode.ACTION_REJECTED&&(e.details=c.E4001_USER_REJECTED_REQUEST),e}return t?.code?new h(t):new e.PrivyConnectorError("Unknown connector error",t)};class p extends e.PrivyError{constructor(e,t,a){super(e),this.type="provider_error",this.code=t,this.data=a}}class h extends p{constructor(e){super(e.message,e.code,e.data);let t=Object.values(c).find((t=>t.eipCode===e.code));this.details=t||c.UNKNOWN_ERROR,-32002===e.code&&(e.message?.includes("already pending for origin")?e.message?.includes("wallet_requestPermissions")?this.details=c.E32002_CONNECTION_ALREADY_PENDING:this.details=c.E32002_REQUEST_ALREADY_PENDING:e.message?.includes("Already processing")&&e.message.includes("eth_requestAccounts")&&(this.details=c.E32002_WALLET_LOCKED))}}const y={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0},ERROR_USER_LIMIT_REACHED:{message:"Unable to link",detail:"You've reached the maximum number of linked wallets.",retryable:!1},...c};class C extends i.default{constructor(e){super(),this.walletClientType=e,this.connected=!1,this.initialized=!1}}const T=["metamask","phantom","brave_wallet","rainbow","uniswap_wallet_extension","uniswap_extension","rabby_wallet","bybit_wallet","crypto.com_wallet_extension","crypto.com_onchain","coinbase_wallet","coinbase_smart_wallet","metamask","trust","safe","rainbow","uniswap","zerion","argent","spot","omni","cryptocom","blockchain","safepal","bitkeep","zengo","1inch","binance","exodus","mew_wallet","alphawallet","keyring_pro","mathwallet","unstoppable","obvious","ambire","internet_money_wallet","coin98","abc_wallet","arculus_wallet","haha","cling_wallet","broearn","copiosa","burrito_wallet","enjin_wallet","plasma_wallet","avacus","bee","pitaka","pltwallet","minerva","kryptogo","prema","slingshot","kriptonio","timeless","secux","bitizen","blocto","okx_wallet","safemoon","rabby_wallet","bybit_wallet","privy","unknown","phantom","solflare","glow"];exports.ConnectorErrors=y,exports.PrivyProviderRpcError=h,exports.ProviderRpcError=p,exports.R=class extends d{constructor(e){super(e.message,e.code,e.data);let t=Object.values(c).find((t=>t.eipCode===e.code));this.details=t||c.UNKNOWN_ERROR,-32002===e.code&&(e.message?.includes("already pending for origin")?e.message?.includes("wallet_requestPermissions")?this.details=c.E32002_CONNECTION_ALREADY_PENDING:this.details=c.E32002_REQUEST_ALREADY_PENDING:e.message?.includes("Already processing")&&e.message.includes("eth_requestAccounts")&&(this.details=c.E32002_WALLET_LOCKED))}},exports.SolanaWalletConnector=class extends C{get isInstalled(){return"Installed"===this.adapter.readyState}buildConnectedWallet(t,a){let s,r,n;if("Installed"!==t.readyState||!t.publicKey)throw Error("Wallet is not connected.");return"signMessage"in t&&(s=async(...e)=>{if(!t.connected)throw Error("Wallet is not connected.");return await t.signMessage(e[0])}),"sendTransaction"in t&&(r=async(...e)=>await t.sendTransaction(e[0],e[1],e[2])),"signTransaction"in t&&(n=async e=>await t.signTransaction(e)),{type:"solana",address:t.publicKey.toBase58(),meta:a,imported:!1,connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:async()=>t.connected,disconnect:()=>{try{t.disconnect()}catch(e){console.error("Wallet does not support programmatic disconnect")}},getProvider:e.notImplementedWithMessage(`${this.walletClientType||""} wallet does not support 'getProvider'`),signMessage:s??e.notImplementedWithMessage(`${this.walletClientType||""} wallet does not support 'signMessage'`),sendTransaction:r??e.notImplementedWithMessage(`${this.walletClientType||""} wallet does not support 'sendTransaction'`),signTransaction:n??e.notImplementedWithMessage(`${this.walletClientType||""} wallet does not support 'signTransaction'`)}}async syncAccounts(){if("Installed"===this.adapter.readyState&&this.adapter.publicKey){let e={name:this.walletBranding.name,icon:"string"==typeof this.walletBranding.icon?this.walletBranding.icon:void 0,id:this.walletBranding.id};this.wallets.find((e=>this.adapter.publicKey&&e.address===this.adapter.publicKey.toBase58()))||(this.wallets=[this.buildConnectedWallet(this.adapter,e)],this.emit("walletsUpdated"))}else this.wallets.length>0&&(this.wallets=[],this.emit("walletsUpdated"))}get walletBranding(){return{id:this.adapter.name,name:this.adapter.name,icon:this.adapter.icon}}async initialize(){this.subscribeListeners(),await this.syncAccounts(),this.shouldAutoConnect&&await this.adapter.autoConnect().catch(console.error),this.initialized=!0,this.emit("initialized")}async connect(e){return e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async getConnectedWallet(){return this.wallets.sort(((e,t)=>t.connectedAt-e.connectedAt))[0]||null}async isConnected(){return this.adapter.connected&&["Installed"].includes(this.adapter.readyState)}subscribeListeners(){this.adapter.addListener("disconnect",this.onDisconnect),this.adapter.addListener("connect",this.onConnect),this.adapter.addListener("error",this.onError),this.adapter.addListener("readyStateChange",this.onReadyStateChange)}unsubscribeListeners(){this.adapter.removeAllListeners()}constructor(e,t){super(function(e){return T.includes(e)}(e.name.toLowerCase())?e.name.toLowerCase():"unknown"),this.chainType="solana",this.connectorType="solana_adapter",this.disconnect=()=>{this.adapter.disconnect().then((()=>this.onDisconnect())).catch((e=>console.error("Error disconnecting",e)))},this.promptConnection=async()=>{try{await this.adapter.connect()}catch(e){throw u(e)}},this.onDisconnect=()=>{this.syncAccounts()},this.onConnect=e=>{this.syncAccounts()},this.onError=e=>{this.syncAccounts()},this.onReadyStateChange=e=>{"Installed"!==e&&(this.connected=!1),this.syncAccounts()},this.adapter=e,this.shouldAutoConnect=t,this.wallets=[]}},exports.UserRejectedConnectionError=E,exports.WalletConnector=C,exports.WalletTimeoutError=_,exports.formatConnectorError=u,exports.isBaseConnectedSolanaWallet=function(e){return"solana"===e.type},exports.isSolanaWalletConnector=function(e){return"solana"===e.chainType},exports.n=c,exports.useSolanaWallets=()=>{let{embeddedSolanaWallet:t,exportSolanaWallet:a,createEmbeddedSolanaWallet:r,solanaWallets:n,delegateWallet:o}=e.usePrivyInternal(),{user:i}=e.usePrivyContext();return{createWallet:r,exportWallet:a,delegateWalletAction:async()=>{let t=s.getPrivySolanaWallet(i);if(!t)throw new e.PrivyClientError("User must have a solana wallet in order to delegate actions");return await o({address:t.address,chainType:"solana"})},wallets:n.concat(t?[t]:[])}};
@@ -1 +0,0 @@
1
- "use strict";var e=require("@ethersproject/providers"),t=require("./privy-context-BOQWqAyX.js"),r=require("react/jsx-runtime"),a=require("react");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=n(require("tinycolor2"));const l=e=>e.isApexWallet?"Apex Wallet":e.isAvalanche?"Core Wallet":e.isBackpack?"Backpack":e.isBifrost?"Bifrost Wallet":e.isBitKeep?"BitKeep":e.isBitski?"Bitski":e.isBlockWallet?"BlockWallet":e.isBraveWallet?"Brave Wallet":e.isClover?"Clover":e.isCoin98?"Coin98 Wallet":e.isCoinbaseWallet?"Coinbase Wallet":e.isDawn?"Dawn Wallet":e.isDefiant?"Defiant":e.isDesig?"Desig Wallet":e.isEnkrypt?"Enkrypt":e.isExodus?"Exodus":e.isFordefi?"Fordefi":e.isFrame?"Frame":e.isFrontier?"Frontier Wallet":e.isGamestop?"GameStop Wallet":e.isHaqqWallet?"HAQQ Wallet":e.isHyperPay?"HyperPay Wallet":e.isImToken?"ImToken":e.isHaloWallet?"Halo Wallet":e.isKuCoinWallet?"KuCoin Wallet":e.isMathWallet?"MathWallet":e.isNovaWallet?"Nova Wallet":e.isOkxWallet||e.isOKExWallet?"OKX Wallet":e.isOneInchIOSWallet||e.isOneInchAndroidWallet?"1inch Wallet":e.isOneKey?"OneKey Wallet":e.isOpera?"Opera":e.isPhantom?"Phantom":e.isPortal?"Ripio Portal":e.isRabby?"Rabby Wallet":e.isRainbow?"Rainbow":e.isSafePal?"SafePal Wallet":e.isStatus?"Status":e.isSubWallet?"SubWallet":e.isTalisman?"Talisman":e.isTally||e.isTaho?"Taho":e.isTokenPocket?"TokenPocket":e.isTokenary?"Tokenary":e.isTrust||e.isTrustWallet?"Trust Wallet":e.isTTWallet?"TTWallet":e.isXDEFI?"XDEFI Wallet":e.isZeal?"Zeal":e.isZerion?"Zerion":e.isMetaMask?"MetaMask":void 0,i=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||"MetaMask"!==l(e))return!1;if(e.providers)for(let t of e.providers)if(!i(t))return!1;return!0},s=(e,t=3,r=4,a="ethereum")=>{if(!e)return"";let n="ethereum"===a?2:0;return t+r+n+3>=e.length?e:`${e.slice(0,n+t)}...${e.slice(e.length-r,e.length)}`},p=e=>new Promise((t=>setTimeout(t,e)));const c=(e,r,a)=>{let n,o=e.id,l=Number(e.id);if(e.rpcUrls.privyWalletOverride&&e.rpcUrls.privyWalletOverride.http[0])n=e.rpcUrls.privyWalletOverride.http[0];else if(r.rpcUrls&&r.rpcUrls[l])n=r.rpcUrls[l];else if(e.rpcUrls.privy?.http[0]){let t=new URL(e.rpcUrls.privy.http[0]);t.searchParams.append("privyAppId",a),n=t.toString()}else n=e.rpcUrls.public?.http[0]?e.rpcUrls.public.http[0]:e.rpcUrls.default?.http[0];if(!n)throw new t.PrivyConnectorError(`No RPC url found for ${o}`);return n};const u={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://arbitrum-mainnet.rpc.privy.systems"]},alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}},d={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://arbitrum-sepolia.rpc.privy.systems"]},default:{http:["https://sepolia-rollup.arbitrum.io/rpc"]},public:{http:["https://sepolia-rollup.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Blockscout",url:"https://sepolia-explorer.arbitrum.io"}},testnet:!0},h={id:43114,name:"Avalanche",network:"avalanche",nativeCurrency:{decimals:18,name:"Avalanche",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax.network/ext/bc/C/rpc"]},public:{http:["https://api.avax.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://snowtrace.io"},default:{name:"SnowTrace",url:"https://snowtrace.io"}}},m={id:43113,name:"Avalanche Fuji",network:"avalanche-fuji",nativeCurrency:{decimals:18,name:"Avalanche Fuji",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax-test.network/ext/bc/C/rpc"]},public:{http:["https://api.avax-test.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://testnet.snowtrace.io"},default:{name:"SnowTrace",url:"https://testnet.snowtrace.io"}},testnet:!0},f={id:8453,network:"base",name:"Base",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://base-mainnet.rpc.privy.systems"]},blast:{http:["https://base-mainnet.blastapi.io"],webSocket:["wss://base-mainnet.blastapi.io"]},default:{http:["https://mainnet.base.org"]},public:{http:["https://mainnet.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://basescan.org"},default:{name:"Basescan",url:"https://basescan.org"}}},g={id:84532,network:"base-sepolia",name:"Base Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://base-sepolia.rpc.privy.systems"]},default:{http:["https://sepolia.base.org"]},public:{http:["https://sepolia.base.org"]}},blockExplorers:{default:{name:"Blockscout",url:"https://base-sepolia.blockscout.com"}},testnet:!0},y={id:42220,name:"Celo Mainnet",network:"celo",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://forno.celo.org"]},infura:{http:["https://celo-mainnet.infura.io/v3"]},public:{http:["https://forno.celo.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/mainnet"},etherscan:{name:"CeloScan",url:"https://celoscan.io"}},testnet:!1},b={id:59144,network:"linea-mainnet",name:"Linea Mainnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]},public:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build"},etherscan:{name:"Etherscan",url:"https://lineascan.build"}},testnet:!1},w={id:1,network:"homestead",name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://mainnet.rpc.privy.systems"]},alchemy:{http:["https://eth-mainnet.g.alchemy.com/v2"],webSocket:["wss://eth-mainnet.g.alchemy.com/v2"]},infura:{http:["https://mainnet.infura.io/v3"],webSocket:["wss://mainnet.infura.io/ws/v3"]},default:{http:["https://cloudflare-eth.com"]},public:{http:["https://cloudflare-eth.com"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://etherscan.io"},default:{name:"Etherscan",url:"https://etherscan.io"}}},v={id:10,name:"OP Mainnet",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://optimism-mainnet.rpc.privy.systems"]},alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}},C={id:11155420,name:"Optimism Sepolia",network:"optimism-sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{privy:{http:["https://optimism-sepolia.rpc.privy.systems"]},default:{http:["https://sepolia.optimism.io"]},public:{http:["https://sepolia.optimism.io"]},infura:{http:["https://optimism-sepolia.infura.io/v3"]}},blockExplorers:{default:{name:"Blockscout",url:"https://optimism-sepolia.blockscout.com"}},testnet:!0},E={id:137,name:"Polygon Mainnet",network:"polygon",nativeCurrency:{name:"POL",symbol:"POL",decimals:18},rpcUrls:{privy:{http:["https://polygon-mainnet.rpc.privy.systems"]},alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}},x={id:80002,name:"Polygon Amoy",network:"polygon-amoy",nativeCurrency:{name:"POL",symbol:"POL",decimals:18},rpcUrls:{privy:{http:["https://polygon-amoy.rpc.privy.systems"]},infura:{http:["https://polygon-amoy.infura.io/v3"],webSocket:["wss://polygon-amoy.infura.io/ws/v3"]},default:{http:["https://rpc-amoy.polygon.technology"]}},blockExplorers:{default:{name:"OK LINK",url:"https://www.oklink.com/amoy"}},testnet:!0},k={id:11155111,network:"sepolia",name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"SEP",decimals:18},rpcUrls:{privy:{http:["https://sepolia.rpc.privy.systems"]},alchemy:{http:["https://eth-sepolia.g.alchemy.com/v2"],webSocket:["wss://eth-sepolia.g.alchemy.com/v2"]},infura:{http:["https://sepolia.infura.io/v3"],webSocket:["wss://sepolia.infura.io/ws/v3"]},default:{http:["https://rpc.sepolia.org"]},public:{http:["https://rpc.sepolia.org"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://sepolia.etherscan.io"},default:{name:"Etherscan",url:"https://sepolia.etherscan.io"}},testnet:!0},S={id:7777777,name:"Zora",network:"zora",nativeCurrency:{decimals:18,name:"Ether",symbol:"ETH"},rpcUrls:{default:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]},public:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://explorer.zora.energy"}}},O=[u,d,k,w,v,C,E,x,y,{id:44787,name:"Celo Alfajores Testnet",network:"celo-alfajores",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://alfajores-forno.celo-testnet.org"]},infura:{http:["https://celo-alfajores.infura.io/v3"]},public:{http:["https://alfajores-forno.celo-testnet.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/alfajores"},etherscan:{name:"CeloScan",url:"https://alfajores.celoscan.io/"}},testnet:!0},{id:314,name:"Filecoin - Mainnet",network:"filecoin-mainnet",nativeCurrency:{decimals:18,name:"filecoin",symbol:"FIL"},rpcUrls:{default:{http:["https://api.node.glif.io/rpc/v1"]},public:{http:["https://api.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filfox",url:"https://filfox.info/en"},filscan:{name:"Filscan",url:"https://filscan.io"},filscout:{name:"Filscout",url:"https://filscout.io/en"},glif:{name:"Glif",url:"https://explorer.glif.io"}}},{id:314159,name:"Filecoin - Calibration testnet",network:"filecoin-calibration",nativeCurrency:{decimals:18,name:"testnet filecoin",symbol:"tFIL"},rpcUrls:{default:{http:["https://api.calibration.node.glif.io/rpc/v1"]},public:{http:["https://api.calibration.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filscan",url:"https://calibration.filscan.io"}}},f,g,{id:80085,network:"berachain-artio",name:"Berachain Artio",nativeCurrency:{name:"BERA",symbol:"BERA",decimals:18},rpcUrls:{default:{http:["https://berachain-artio.rpc.privy.systems"]},public:{http:["https://berachain-artio.rpc.privy.systems"]}},blockExplorers:{default:{name:"Beratrail",url:"https://artio.beratrail.io"}},testnet:!0},{id:42,network:"lukso",name:"LUKSO",nativeCurrency:{name:"LUKSO",symbol:"LYX",decimals:18},rpcUrls:{default:{http:["https://rpc.mainnet.lukso.network"],webSocket:["wss://ws-rpc.mainnet.lukso.network"]}},blockExplorers:{default:{name:"LUKSO Mainnet Explorer",url:"https://explorer.execution.mainnet.lukso.network"}}},b,{id:59140,network:"linea-testnet",name:"Linea Goerli Testnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-goerli.infura.io/v3"],webSocket:["wss://linea-goerli.infura.io/ws/v3"]},default:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]},public:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://goerli.lineascan.build"},etherscan:{name:"Etherscan",url:"https://goerli.lineascan.build"}},testnet:!0},h,m,S,{id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0},{id:999999999,name:"Zora Sepolia",network:"zora-sepolia",nativeCurrency:{decimals:18,name:"Zora Sepolia",symbol:"ETH"},rpcUrls:{default:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]},public:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]}},blockExplorers:{default:{name:"Zora Sepolia Explorer",url:"https://sepolia.explorer.zora.energy/"}},testnet:!0},{id:17e3,name:"Holesky",network:"holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://ethereum-holesky.publicnode.com"]},public:{http:["https://ethereum-holesky.publicnode.com"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://holesky.etherscan.io"},default:{name:"EtherScan",url:"https://holesky.etherscan.io"}}},{id:690,name:"Redstone",network:"redstone",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.redstonechain.com"]},public:{http:["https://rpc.redstonechain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.redstone.xyz/"}}},{id:17069,name:"Garnet Holesky",network:"garnet-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.garnetchain.com"]},public:{http:["https://rpc.garnetchain.com"]}},blockExplorers:{default:{name:"Blockscout",url:"https://explorer.garnetchain.com"}}}],A=new Set(O.map((e=>e.id))),_={appearance:{landingHeader:"Log in or sign up",theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:"34357d3c125c2bcf2ce2bc3309d98715",rpcConfig:{rpcUrls:{},rpcTimeouts:{}},externalWallets:{coinbaseWallet:{connectionOptions:"all"}},embeddedWallets:{extendedCalldataDecoding:!1},captchaEnabled:!1,_render:{standalone:!1},fundingMethodConfig:{moonpay:{useSandbox:!1}}};let U=new Set(["coinbase_wallet","cryptocom","metamask","okx_wallet","phantom","rainbow","uniswap","zerion","universal_profile","bybit_wallet","wallet_connect","detected_wallets","detected_solana_wallets","detected_ethereum_wallets","rabby_wallet","safe"]),T=e=>U.has(e),W=(e,t,r)=>r.indexOf(e)===t;const P=({input:e,overrides:t})=>t?t.primary.concat(t.overflow??[]).filter(T).filter(W):e?e.filter(T).filter(W):_.appearance.walletList;function M(e,t){return{...e,rpcUrls:{...e.rpcUrls,privy:{http:[t]}}}}let I="#FFFFFF";function F(e,t){let r=Math.max(0,Math.min(1,e.toHsl().l+t));return o.default({...e.toHsl(),l:r})}function L({backgroundTheme:e,accentHex:t}){let r;switch(e){case"light":r=I;break;case"dark":r="#1E1E1D";break;default:r=e}let a=o.default(r),n=o.default(t),l=o.default("#51BA81"),i=o.default("#FFB74D"),s=o.default("#EC6351"),p=function(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}(a.getLuminance()),c=F(a,"light"===p?-.04:.11),u=F(a,"light"===p?-.88:.87),d=F(a,"light"===p?-.7:.75),h=F(a,"light"===p?-.43:.45).desaturate("light"===p?60:20),m=F(a,"light"===p?-.08:.25).desaturate("light"===p?60:20),f=F(n,.15),g=F(n,.25),y=F(n,-.06),b=F(n,-.6),w=F(s,.3),v=F(i,.3),C=o.default(n.getLuminance()>.5?"#040217":I),E=F(l,-.16),x=F(l,.4);return{colorScheme:p,background:a.toHslString(),background2:c.toHslString(),foreground:u.toHslString(),foreground2:d.toHslString(),foreground3:h.toHslString(),foreground4:m.toHslString(),accent:n.toHslString(),accentLight:f.toHslString(),accentLightest:g.toHslString(),accentDark:y.toHslString(),accentDarkest:b.toHslString(),foregroundAccent:C.toHslString(),success:l.toHslString(),successDark:E.toHslString(),successLight:x.toHslString(),error:s.toHslString(),errorLight:w.toHslString(),warn:i.toHslString(),warnLight:v.toHslString()}}function D(e,t,r){let a,n,o,l,i,s,p,c,u,d,h,m,f,g,y,b,v=r?console.warn:()=>{};t?.loginMethods?(a=t.loginMethods.includes("email"),n=t.loginMethods.includes("sms"),l=t.loginMethods.includes("wallet"),i=t.loginMethods.includes("google"),s=t.loginMethods.includes("twitter"),p=t.loginMethods.includes("discord"),u=t.loginMethods.includes("spotify"),d=t.loginMethods.includes("instagram"),c=t.loginMethods.includes("tiktok"),m=t.loginMethods.includes("github"),h=t.loginMethods.includes("linkedin"),f=t.loginMethods.includes("apple"),g=t.loginMethods.includes("farcaster"),y=t.loginMethods.includes("telegram")):(a=e.emailAuth,n=e.smsAuth,l=e.walletAuth||e.solanaWalletAuth,i=e.googleOAuth,s=e.twitterOAuth,p=e.discordOAuth,m=e.githubOAuth,u=e.spotifyOAuth,d=e.instagramOAuth,c=e.tiktokOAuth,h=e.linkedinOAuth,f=e.appleOAuth,g=e.farcasterAuth,y=e.telegramAuth),"undefined"!=typeof window&&"function"!=typeof window.PublicKeyCredential?o=!1:e.passkeyAuth&&(o=!0);let C=[a,n].filter(Boolean),E=[i,s,p,m,u,d,c,h,f,g,y].filter(Boolean),x=[l].filter(Boolean);if(C.length+E.length+x.length===0)throw Error("You must enable at least one login method");let k=void 0!==t?.appearance?.showWalletLoginFirst?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;k&&0===x.length?(v("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),k=!1):k||E.length+C.length!==0||(v("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),k=!0);let S=t?.externalWallets?.walletConnect?.enabled??!0;t?.loginMethods&&t.loginMethodsAndOrder&&v("You should only configure one of `loginMethods` or `loginMethodsAndOrder`");let A=P({input:t?.appearance?.walletList,overrides:t?.loginMethodsAndOrder}),U=(({input:e})=>{if(!e||!e.primary[0])return;let t=[e.primary[0]],r=[];for(let r of(e.primary.length>4&&console.warn("You should not specify greater than 4 login methods in `loginMethodsAndOrder.primary`"),e.primary.slice(1)))t.includes(r)?console.warn(`Duplicated login method: ${r}`):t.push(r);for(let a of e.overflow??[])t.includes(a)||r.includes(a)?console.warn(`Duplicated login method: ${a}`):r.push(a);return{primary:t,overflow:r}})({input:t?.loginMethodsAndOrder}),T=t?.intl?.defaultCountry??"US",{chains:W,defaultChain:I}=function({additionalChains:e,supportedChains:t,defaultChainFromConfig:r,hasRpcConfigDefined:a}){let n;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(0===t.length)throw Error("`supportedChains` must contain at least one chain");t.filter((e=>e.rpcUrls.privyWalletOverride)).length>0&&a&&console.warn("You have specified at least one `supportedChain` with `privyWalletOverride` but also have `rpcConfig` defined. The `rpcConfig` will be ignored. `rpcConfig` is deprecated and you should use `privyWalletOverride` in a `supportedChain`."),n=t.map((e=>{if(e.rpcUrls.privyWalletOverride)return e;let t=O.find((t=>t.id===e.id)),r=t?.rpcUrls.privy?.http[0];return r?M(e,r):e}))}else n=O.concat(e??[]);let o=t?n[0]:w,l=r??o;if(!n.find((e=>e.id===l.id)))throw Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:l}}({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),F=!!t?.defaultChain,D=t?.customAuth?.getCustomAccessToken&&!1!==t?.customAuth?.enabled,R=!(e.enforceWalletUis??1);if(b=e.legacyWalletUiConfig??1?D?t?.embeddedWallets?.noPromptOnSignature??!0:t?.embeddedWallets?.noPromptOnSignature??R:R,!1===t?.embeddedWallets?.waitForTransactionConfirmation&&!0!==b)throw Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");let{requireUserPasswordOnCreate:H,...K}=t?.embeddedWallets??{};return e.solanaWalletAuth&&!t?.externalWallets?.solana?.connectors&&console.warn("App configuration has Solana wallet login enabled, but no Solana wallet connectors have been passed to Privy. Make sure to pass Solana connectors to the `config.externalWallets.solana.connectors` field of the `PrivyProvider`"),{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,landingHeader:t?.appearance?.landingHeader??_.appearance.landingHeader,loginMessage:"string"==typeof t?.appearance?.loginMessage?t?.appearance?.loginMessage.slice(0,100):t?.appearance?.loginMessage,palette:L({backgroundTheme:t?.appearance?.theme??_.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??_.appearance.accentColor}),loginGroupPriority:k?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:A,walletChainType:t?.appearance?.walletChainType??(({evmWalletAuth:e,solanaWalletAuth:t})=>e&&t?"ethereum-and-solana":e?"ethereum-only":t?"solana-only":"ethereum-only")({evmWalletAuth:e.walletAuth??!1,solanaWalletAuth:e.solanaWalletAuth??!1})},loginMethods:{wallet:l,email:a,sms:n,passkey:o,google:i,twitter:s,discord:p,github:m,spotify:u,instagram:d,tiktok:c,linkedin:h,apple:f,farcaster:g,telegram:y},disablePlusEmails:e.disablePlusEmails,loginMethodsAndOrder:U,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??_.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??_.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??_.rpcConfig.rpcTimeouts},chains:W,defaultChain:I,intl:{defaultCountry:T},shouldEnforceDefaultChainOnConnect:F,captchaEnabled:e.captchaEnabled??_.captchaEnabled,captchaSiteKey:e.captchaSiteKey,externalWallets:{coinbaseWallet:{connectionOptions:t?.externalWallets?.coinbaseWallet?.connectionOptions??_.externalWallets.coinbaseWallet.connectionOptions},walletConnect:{enabled:S},solana:{connectors:t?.externalWallets?.solana?.connectors}},embeddedWallets:{...e.embeddedWalletConfig,..."boolean"==typeof H?{requireUserOwnedRecoveryOnCreate:H}:{},...D?{createOnLogin:"all-users",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...K,noPromptOnSignature:b,showWalletUIs:t?.embeddedWallets?.showWalletUIs,extendedCalldataDecoding:t?.embeddedWallets?.extendedCalldataDecoding},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:D?{enabled:!0,...t.customAuth}:void 0,loginConfig:{telegramAuthConfiguration:e.telegramAuthConfiguration},headless:!!t?.headless,render:{standalone:t?._render?.standalone??_._render.standalone},fundingConfig:e.fundingConfig,fundingMethodConfig:{...t?.fundingMethodConfig??_.fundingMethodConfig,moonpay:{...t?.fundingMethodConfig?.moonpay??_.fundingMethodConfig.moonpay,useSandbox:t?.fundingMethodConfig?.moonpay.useSandbox??t?.fiatOnRamp?.useSandbox??_.fundingMethodConfig.moonpay.useSandbox}}}}let R={showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,disablePlusEmails:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""};const H=D(R,void 0,!1);let K=a.createContext({appConfig:H,isServerConfigLoaded:!1});const N=a.createContext(null);exports.CHAIN_ID_MAINNET=1,exports.CLIENT_ANALYTICS_ID_KEY="privy:caid",exports.CODE_VERIFIER_KEY="privy:code_verifier",exports.CONNECTIONS_HISTORY_KEY="privy:connections",exports.CONNECTORS_STATE_KEY="privy:connectors",exports.CUSTOMER_ACCESS_TOKEN_COOKIE_KEY="privy-token",exports.CUSTOMER_ACCESS_TOKEN_STORAGE_KEY="privy:token",exports.DEFAULT_API_TIMEOUT_MS=2e4,exports.DEFAULT_APP_CONFIG=H,exports.DEFAULT_NETWORK="0x1",exports.DEFAULT_PRIVY_API_URL="https://auth.privy.io",exports.DEFAULT_RPC_TIMEOUT=12e4,exports.DEFAULT_SUCCESS_SCREEN_DURATION_MS=1400,exports.DEFAULT_SUCCESS_SCREEN_EXTRA_LONG_DURATION_MS=4e3,exports.DEFAULT_SUCCESS_SCREEN_LONG_DURATION_MS=2500,exports.DEFAULT_SUPPORTED_CHAINS=O,exports.DEFAULT_SUPPORTED_CHAIN_IDS=A,exports.DEPRECATED_REFRESH_TOKEN="deprecated",exports.FORKED_TOKEN_STORAGE_KEY="privy:session_transfer_token",exports.HEADLESS_OAUTH_KEY="privy:headless_oauth",exports.IDENTITY_TOKEN_COOKIE_KEY="privy-id-token",exports.IDENTITY_TOKEN_STORAGE_KEY="privy:id_token",exports.MOONPAY_API_URL="https://api.moonpay.com/v1",exports.MOONPAY_API_URL_SANDBOX="https://api.moonpay.com/v1",exports.MOONPAY_PUBLIC_KEY="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",exports.MOONPAY_PUBLIC_KEY_SANDBOX="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",exports.OAUTH_DISABLE_SIGNUP_KEY="privy:oauth_disable_signup",exports.PRIVY_ACCESS_TOKEN_STORAGE_KEY="privy:pat",exports.PrivyAppConfigProvider=({children:e,legacyCreateEmbeddedWalletFlag:t,client:n,clientConfig:o})=>{let[l,i]=a.useState(null),s=a.useMemo((()=>D(l??R,o,!!l)),[l,o]);return a.useEffect((()=>{if(!l)return;let e=function(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:r,additionalChains:a,supportedChains:n,defaultChain:o,externalWallets:l,...i}=e;return{...i,...a?{additionalChains:a.map((e=>e.id))}:void 0,...n?{supportedChains:n.map((e=>e.id))}:void 0,...o?{defaultChain:o.id}:void 0,...l?{walletConnect:l.walletConnect,coinbaseWallet:l.coinbaseWallet,solana:{connectors:l.solana?.connectors?.get().map((e=>e.walletClientType))}}:void 0,legacyCreateEmbeddedWalletFlag:t}}(o,t),r=function(e,t=0){let r=3735928559^t,a=1103547991^t;for(let t,n=0;n<e.length;n++)r=Math.imul(r^(t=e.charCodeAt(n)),2654435761),a=Math.imul(a^t,1597334677);return r=Math.imul(r^r>>>16,2246822507)^Math.imul(a^a>>>13,3266489909),4294967296*(2097151&(a=Math.imul(a^a>>>16,2246822507)^Math.imul(r^r>>>13,3266489909)))+(r>>>0)}(JSON.stringify(e)).toString(),a=`privy:sent:${l.id}:${r}`;localStorage.getItem(a)||(n.createAnalyticsEvent({eventName:"sdk_initialize",payload:e}),localStorage.setItem(a,"t"))}),[o,t,l]),a.useEffect((()=>{l||(async()=>{try{let e=await n.getServerConfig();e.customApiUrl&&n.updateApiUrl(e.customApiUrl),i(e)}catch(e){console.warn("Error generating app config: ",e)}})()}),[]),r.jsx(K.Provider,{value:{appConfig:s,isServerConfigLoaded:!!l},children:e})},exports.REFRESH_TOKEN_COOKIE_KEY="privy-refresh-token",exports.REFRESH_TOKEN_STORAGE_KEY="privy:refresh_token",exports.SESSION_COOKIE_KEY="privy-session",exports.STATE_CODE_KEY="privy:state_code",exports.UseWalletsContext=N,exports.VERSION="1.95.2",exports.WALLET_PROXY_TIMEOUT=3e4,exports.addPrivyRpcToChain=M,exports.addRpcUrlOverrideToChain=function(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}},exports.addToDefaultChains=function(e){let t=e.filter((e=>!A.has(e.id)));return O.concat(t)},exports.arbitrum=u,exports.arbitrumSepolia=d,exports.avalanche=h,exports.avalancheFuji=m,exports.base=f,exports.baseSepolia=g,exports.celo=y,exports.clamp=function(e,{min:t,max:r}){return Math.min(Math.max(e,t),r)},exports.constructURL=(e,t,r={},a={})=>{let n=new URL(t,e);for(let[e,t]of Object.entries(r))void 0!==t&&n.searchParams.set(e,t);let o=Object.entries(a);if(o.length>0){let e=new URLSearchParams;for(let[t,r]of o)e.append(t,r);n.hash=e.toString()}return n.href},exports.convert1dTo2dArray=(e,t)=>{let r=e.slice(0),a=[];for(;r.length;)a.push(r.splice(0,t));return a},exports.detectInjectedConnectors=async function({store:e,walletList:t,externalWalletConfig:r,walletChainType:a,timeout:n=3e3}){let o=!1,s=window;return new Promise((p=>{function c(){if(o)return;o=!0,window.removeEventListener("ethereum#initialized",c);let n=e.getProviders();console.debug("Detected injected providers:",n.map((e=>e.info)));let s=[];for(let e of n)t.includes("coinbase_wallet")&&"com.coinbase.wallet"===e.info.rdns||"solana-only"===a&&"app.phantom"===e.info.rdns||s.push({type:e.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:e});if("solana-only"!==a)for(let e of function(){let e=window,t=e.ethereum;if(!t)return[];let r=[];if(t.providers?.length)for(let e of t.providers)e&&r.push(e);return r.push(e.ethereum),r}()){let t=l(e);if(!n.some((e=>e.info.name===t))){if(i(e,!0)&&!s.find((e=>"metamask"===e.type))){s.push({type:"metamask",legacyInjectedProvider:e});continue}if("Phantom"===t&&!s.find((e=>"phantom"===e.type))){s.push({type:"phantom",legacyInjectedProvider:e});continue}if("Coinbase Wallet"===t&&!s.find((e=>"coinbase_wallet"===e.type&&"smartWalletOnly"!==r.coinbaseWallet?.connectionOptions))){s.push({type:"coinbase_wallet",legacyInjectedProvider:e});continue}s.find((e=>"unknown_browser_extension"===e.type))||s.push({type:"unknown_browser_extension",legacyInjectedProvider:e})}}p(s)}s.ethereum?c():(window.addEventListener("ethereum#initialized",c,{once:!0}),setTimeout((()=>{c()}),n))}))},exports.formatChainIdToCAIP2=function(e){return`eip155:${String(Number(e))}`},exports.formatSolanaWalletAddress=(e,t=3,r=4)=>s(e,t,r,"solana"),exports.formatWalletAddress=s,exports.generateTypedDataWithDomainType=e=>{let t={name:"string",version:"string",chainId:"uint256",verifyingContract:"address",salt:"bytes32"},r=e.types.EIP712Domain??Object.entries(e.domain).map((([e,r])=>{if(null!=r&&"string"==typeof e&&e in t)return{name:e,type:t[e]}})).filter((e=>void 0!==e));return{...e,types:{...e.types,EIP712Domain:r}}},exports.getBlockExplorer=(e,r)=>{let a=Number(e),n=r.find((e=>e.id===a));if(!n)throw new t.PrivyConnectorError(`Unsupported chainId ${e}`,4901);return n.blockExplorers?.default.url},exports.getGuestCredentialStorageKey=e=>`privy:guest:${e}`,exports.getJsonRpcEndpoint=(e,r,a,n)=>{let o=Number(e),l=r.find((e=>e.id===o));if(!l)throw new t.PrivyConnectorError(`Unsupported chainId ${e}`,4901);return c(l,a,n)},exports.getJsonRpcEndpointFromChain=c,exports.getJsonRpcProvider=(r,a,n,o)=>{let l=Number(r),i=a.find((e=>e.id===l));if(!i)throw new t.PrivyConnectorError(`Unsupported chainId ${r}`,4901);return new e.StaticJsonRpcProvider(i.rpcUrls.privyWalletOverride&&i.rpcUrls.privyWalletOverride.http[0]?i.rpcUrls.privyWalletOverride.http[0]:n.rpcUrls&&n.rpcUrls[l]?n.rpcUrls[l]:i.rpcUrls.privy?.http[0]?{url:i.rpcUrls.privy.http[0],headers:{"privy-app-id":o.appId}}:i.rpcUrls.public?.http[0]?i.rpcUrls.public.http[0]:i.rpcUrls.default?.http[0])},exports.getPrivyWalletKey=e=>`privy:wallet:${e}`,exports.getProviderAccessTokenStorageKey=e=>`privy:cross-app:${e}`,exports.invokeUntilSettled=(e,t={})=>{let r=t.delayMs||150,a=t.maxAttempts||270;return new Promise((async(n,o)=>{let l=!1,i=0;for(;!l&&i<a;){if(t.abortSignal?.aborted)return;e().then((e=>{l=!0,n(e)}),((...e)=>{l=!0,o(...e)})),i+=1,await p(r)}l||o(Error("Exceeded max attempts before resolving function"))}))},exports.isCoinbaseWalletInstalled=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers)for(let t of e.ethereum.providers)if(t&&t.isCoinbaseWallet)return!0;return!1},exports.isPhantomInstalled=()=>{if("phantom"in window){let e=window;if(e?.phantom?.ethereum?.isPhantom&&e?.phantom?.ethereum?.chainId)return!0}return!1},exports.linea=b,exports.mainnet=w,exports.optimism=v,exports.optimismSepolia=C,exports.pollForResult=function(e,{interval:t=100,timeout:r=5e3}={}){return new Promise(((a,n)=>{let o,l=0,i=()=>{l>=r?n("Max attempts reached without result"):(o=e(),l+=t,null==o?setTimeout(i,t):a(o))};i()}))},exports.polygon=E,exports.polygonAmoy=x,exports.sepolia=k,exports.sleep=p,exports.splitAtIndex=(e,t)=>{let r=[],a=[];for(let[n,o]of e.entries())n<t?r.push(o):a.push(o);return[r,a]},exports.stripEmoji=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),exports.toHex=e=>"string"==typeof e?e:"0x"+e.toString(16),exports.useAppConfig=()=>{let{appConfig:e}=a.useContext(K);return e},exports.useIsServerConfigLoaded=()=>{let{isServerConfigLoaded:e}=a.useContext(K);return e},exports.useWallets=function(){let e=a.useContext(N);return null===e?(console.warn("`useWallets` was called outside the PrivyProvider component"),{wallets:[],ready:!1}):e},exports.validateEmail=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),exports.zora=S;
@@ -1 +0,0 @@
1
- "use strict";var e=require("@ethersproject/address");function t(e){return e?new Date(1e3*e):null}function i(e,t){return e.slice().sort(((e,t)=>(t.firstVerifiedAt??t.verifiedAt).getTime()-(e.firstVerifiedAt??e.verifiedAt).getTime())).find((e=>e.type===t))}const r=e=>e?.linkedAccounts.find((e=>"wallet"===e.type&&"privy"===e.walletClientType&&!e.imported&&"ethereum"===e.chainType&&0===e.walletIndex))||null,a=e=>e?.linkedAccounts.filter((e=>"wallet"===e.type&&"privy"===e.walletClientType&&!e.imported&&"ethereum"===e.chainType)),s=e=>e?.linkedAccounts.find((e=>"wallet"===e.type&&"privy"===e.walletClientType&&!e.imported&&"solana"===e.chainType&&0===e.walletIndex))||null,l=e=>r(e)??s(e),d=e=>{if("ethereum"===e.chainType)return{entropyId:e.address,entropyIdVerifier:"ethereum-address-verifier"};if("solana"===e.chainType)return{entropyId:e.address,entropyIdVerifier:"solana-address-verifier"};throw Error("Failed to get account entropy details")};exports.convertUserResponseToUser=function(e){if(!e)return null;let r=function(e){let i=[];for(let r of e){let e=r.type;switch(r.type){case"wallet":let a={address:r.address,type:r.type,imported:r.imported,delegated:r.delegated,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at),chainType:r.chain_type,chainId:r.chain_id,walletClient:"privy"===r.wallet_client_type?"privy":"unknown",walletClientType:r.wallet_client_type,connectorType:r.connector_type,recoveryMethod:r.recovery_method,walletIndex:r.wallet_index};i.push(a);break;case"smart_wallet":let s={address:r.address,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at),smartWalletType:r.smart_wallet_type};i.push(s);break;case"cross_app":let l={type:r.type,subject:r.subject,embeddedWallets:r.embedded_wallets,smartWallets:r.smart_wallets,providerApp:{id:r.provider_app_id},verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(l);break;case"email":let d={address:r.address,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(d);break;case"phone":let n={number:r.phoneNumber,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(n);break;case"google_oauth":let f={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(f);break;case"spotify_oauth":let p={subject:r.subject,email:r.email,name:r.name,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(p);break;case"instagram_oauth":let u={subject:r.subject,username:r.username,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(u);break;case"twitter_oauth":let o={subject:r.subject,username:r.username,name:r.name,type:r.type,profilePictureUrl:r.profile_picture_url,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(o);break;case"discord_oauth":let m={subject:r.subject,username:r.username,email:r.email,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(m);break;case"github_oauth":let c={subject:r.subject,username:r.username,name:r.name,email:r.email,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(c);break;case"tiktok_oauth":let _={subject:r.subject,username:r.username,name:r.name,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(_);break;case"linkedin_oauth":let y={subject:r.subject,name:r.name,email:r.email,vanityName:r.vanity_name,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(y);break;case"apple_oauth":let v={subject:r.subject,email:r.email,type:r.type,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(v);break;case"custom_auth":i.push({type:r.type,customUserId:r.custom_user_id,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)});break;case"farcaster":let h={type:r.type,fid:r.fid,ownerAddress:r.owner_address,displayName:r.display_name,username:r.username,bio:r.bio,pfp:r.profile_picture_url,url:r.homepage_url,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at),signerPublicKey:r.signer_public_key};i.push(h);break;case"passkey":let A={type:r.type,enrolledInMfa:r.enrolled_in_mfa,credentialId:r.credential_id,authenticatorName:r.authenticator_name,createdWithDevice:r.created_with_device,createdWithOs:r.created_with_os,createdWithBrowser:r.created_with_browser,verifiedAt:t(r.verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(A);break;case"telegram":let b={type:r.type,telegramUserId:r.telegram_user_id,firstName:r.first_name,lastName:r.last_name,username:r.username,photoUrl:r.photo_url,verifiedAt:t(r.first_verified_at),firstVerifiedAt:t(r.first_verified_at),latestVerifiedAt:t(r.latest_verified_at)};i.push(b);break;default:console.warn(`Unrecognized account type: ${e}. Please consider upgrading the Privy SDK.`)}}return i}(e.linked_accounts),a=i(r,"wallet"),s=i(r,"smart_wallet"),l=i(r,"email"),d=i(r,"phone"),n=i(r,"google_oauth"),f=i(r,"twitter_oauth"),p=i(r,"discord_oauth"),u=i(r,"github_oauth"),o=i(r,"spotify_oauth"),m=i(r,"instagram_oauth"),c=i(r,"tiktok_oauth"),_=i(r,"linkedin_oauth"),y=i(r,"apple_oauth"),v=i(r,"farcaster"),h=i(r,"telegram"),A=e.mfa_methods.map((({type:e,verified_at:i})=>({type:e,verifiedAt:t(i)})));return{id:e.id,createdAt:t(e.created_at),linkedAccounts:r,email:l&&{address:l?.address},phone:d&&{number:d?.number},wallet:a&&{address:a.address,chainType:a.chainType,chainId:a.chainId,walletClient:a.walletClient,walletClientType:a.walletClientType,connectorType:a.connectorType,recoveryMethod:a.recoveryMethod,imported:a.imported,delegated:a.delegated,walletIndex:a.walletIndex},smartWallet:s&&{address:s.address,smartWalletType:s.smartWalletType},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:f&&{subject:f.subject,username:f.username,name:f.name,profilePictureUrl:f.profilePictureUrl},discord:p&&{subject:p.subject,username:p.username,email:p.email},github:u&&{subject:u.subject,username:u.username,name:u.name,email:u.email},spotify:o&&{subject:o.subject,email:o.email,name:o.name},instagram:m&&{subject:m.subject,username:m.username},tiktok:c&&{subject:c.subject,username:c.username,name:c.name},linkedin:_&&{subject:_.subject,name:_.name,email:_.email,vanityName:_.vanityName},apple:y&&{subject:y.subject,email:y.email},farcaster:v&&{fid:v.fid,ownerAddress:v.ownerAddress,displayName:v.displayName,username:v.username,bio:v.bio,pfp:v.pfp,url:v.url,signerPublicKey:v.signerPublicKey},telegram:h&&{telegramUserId:h.telegramUserId,firstName:h.firstName,lastName:h.lastName,username:h.username,photoUrl:h.photoUrl},delegatedWallets:[],mfaMethods:A.map((e=>e.type)),hasAcceptedTerms:e.has_accepted_terms??!1,isGuest:e.is_guest,customMetadata:e.custom_metadata}},exports.getEntropyDetailsFromAccount=d,exports.getEntropyDetailsFromUser=e=>{let t=l(e);if(!t)throw Error("Failed to find primary wallet");return d(t)},exports.getEthereumSigningAndRootWallet=(t,i)=>{let a=(s=t,s?.linkedAccounts.filter((e=>"wallet"===e.type&&"privy"===e.walletClientType&&"ethereum"===e.chainType))).find((t=>e.getAddress(t.address)===e.getAddress(i)));var s;return{signingWallet:a,rootWallet:a?a.imported?a:r(t):void 0}},exports.getImportedPrivyEthereumWallet=e=>e?.linkedAccounts.find((e=>"wallet"===e.type&&"privy"===e.walletClientType&&e.imported&&"ethereum"===e.chainType))||null,exports.getLatestPrivyEthereumWallet=e=>a(e).reduce(((e,t)=>!e||e.walletIndex<t.walletIndex?t:e))||null,exports.getPrivyEthereumHDWallets=a,exports.getPrivyEthereumWallet=r,exports.getPrivyPrimaryWallet=l,exports.getPrivySolanaWallet=s,exports.getPrivyWalletWithAddress=(e,t)=>e?.linkedAccounts.find((e=>"wallet"===e.type&&"privy"===e.walletClientType&&e.address===t))||null,exports.getSolanaSigningAndRootWallet=(e,t)=>{let i=(e=>e?.linkedAccounts.filter((e=>"wallet"===e.type&&"privy"===e.walletClientType&&!e.imported&&"solana"===e.chainType)))(e).find((e=>e.address.toLowerCase()===t.toLowerCase()));return{signingWallet:i,rootWallet:0===i?.walletIndex?i:s(e)}},exports.shouldProceedtoEmbeddedWalletCreationFlow=(e,t)=>!(r(e)||s(e)||"all-users"!==t&&("users-without-wallets"!==t||(e=>e.linkedAccounts.filter((e=>"wallet"===e.type)))(e)?.length));
@@ -1 +0,0 @@
1
- import{createContext as o,useEffect as n,useContext as e}from"react";const r={login:{onComplete:[],onError:[],onOAuthLoginComplete:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},linkAccount:{onSuccess:[],onError:[]},update:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},setWalletPassword:{onSuccess:[],onError:[]},setWalletRecovery:{onSuccess:[],onError:[]},signMessage:{onSuccess:[],onError:[]},signTypedData:{onSuccess:[],onError:[]},sendTransaction:{onSuccess:[],onError:[]},sendSolanaTransaction:{onSuccess:[],onError:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]},oAuthAuthorization:{onOAuthTokenGrant:[]},fundWallet:{onUserExited:[]},fundSolanaWallet:{onUserExited:[]},customAuth:{onAuthenticated:[],onUnauthenticated:[]}},t=o(void 0);let s=()=>e(t);function c(o,e){if(!e)return;let r=s().current[o];return n((()=>{for(let[n,t]of Object.entries(e))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${o}"`),r[n]?.push(t);return()=>{for(let[n,t]of Object.entries(e))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${o}"`),r[n]=r[n]?.filter((o=>o!==t))}}),[e])}function a(o,n,e,...r){for(let t of o.current[n][e])t(...r)}function u(){let o=s();return(n,e,...r)=>a(o,n,e,...r)}export{t as P,u as a,a as e,r as p,c as u};
@@ -1 +0,0 @@
1
- import{jsx as E,jsxs as _}from"react/jsx-runtime";import{useState as N,useEffect as A,useRef as S,useContext as T,createContext as R}from"react";import{A as C,aq as D}from"./useWallets-BxVlmjSu.mjs";import{n as L}from"./privy-context-DffpuNH1.mjs";function I({src:_,...N}){return E("img",{src:_,...N,style:{display:"none"}})}var O,e;(O=e||(e={})).LANDING="LANDING",O.CONNECT_OR_CREATE="CONNECT_OR_CREATE",O.AWAITING_CONNECTION="AWAITING_CONNECTION",O.AWAITING_FARCASTER_CONNECTION="AWAITING_FARCASTER_CONNECTION",O.AWAITING_FARCASTER_SIGNER="AWAITING_FARCASTER_SIGNER",O.AWAITING_OAUTH_SCREEN="AWAITING_OAUTH_SCREEN",O.CROSS_APP_AUTH_SCREEN="CROSS_APP_AUTH_SCREEN",O.AWAITING_PASSWORDLESS_CODE="AWAITING_PASSWORDLESS_CODE",O.AWAITING_PASSKEY_SYSTEM_DIALOGUE="AWAITING_PASSKEY_SYSTEM_DIALOGUE",O.LINK_EMAIL_SCREEN="LINK_EMAIL_SCREEN",O.LINK_PHONE_SCREEN="LINK_PHONE_SCREEN",O.LINK_WALLET_SCREEN="LINK_WALLET_SCREEN",O.LINK_PASSKEY_SCREEN="LINK_PASSKEY_SCREEN",O.UPDATE_EMAIL_SCREEN="UPDATE_EMAIL_SCREEN",O.UPDATE_PHONE_SCREEN="UPDATE_PHONE_SCREEN",O.AWAITING_CONNECT_ONLY_CONNECTION="AWAITING_CONNECT_ONLY_CONNECTION",O.CONNECT_ONLY_LANDING_SCREEN="CONNECT_ONLY_LANDING_SCREEN",O.CONNECT_ONLY_AUTHENTICATED_SCREEN="CONNECT_ONLY_AUTHENTICATED_SCREEN",O.LOGIN_FAILED_SCREEN="LOGIN_FAILED_SCREEN",O.ALLOWLIST_REJECTION_SCREEN="ALLOWLIST_REJECTION_SCREEN",O.ACCOUNT_NOT_FOUND_SCREEN="ACCOUNT_NOT_FOUND_SCREEN",O.USER_LIMIT_REACHED_SCREEN="USER_LIMIT_REACHED_SCREEN",O.EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN="EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN",O.EMBEDDED_WALLET_CREATED_SCREEN="EMBEDDED_WALLET_CREATED_SCREEN",O.EMBEDDED_WALLET_CONNECTING_SCREEN="EMBEDDED_WALLET_CONNECTING_SCREEN",O.EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN="EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN",O.EMBEDDED_WALLET_KEY_EXPORT_SCREEN="EMBEDDED_WALLET_KEY_EXPORT_SCREEN",O.EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN="EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",O.EMBEDDED_WALLET_SEND_SOLANA_TRANSACTION_SCREEN="EMBEDDED_WALLET_SEND_SOLANA_TRANSACTION_SCREEN",O.EMBEDDED_WALLET_SIGN_REQUEST_SCREEN="EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",O.EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN="EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",O.EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN="EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN",O.EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN="EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN",O.EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN="EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN",O.EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN="EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN",O.EMBEDDED_WALLET_SET_AUTOMATIC_RECOVERY_SCREEN="EMBEDDED_WALLET_SET_AUTOMATIC_RECOVERY_SCREEN",O.EMBEDDED_WALLET_DELEGATED_ACTIONS_CONSENT_SCREEN="EMBEDDED_WALLET_DELEGATED_ACTIONS_CONSENT_SCREEN",O.EMBEDDED_WALLET_DELEGATED_ACTIONS_REVOKE_SCREEN="EMBEDDED_WALLET_DELEGATED_ACTIONS_REVOKE_SCREEN",O.INSTALL_PHANTOM_SCREEN="INSTALL_PHANTOM_SCREEN",O.PHANTOM_INTERSTITIAL_SCREEN="PHANTOM_INTERSTITIAL_SCREEN",O.AFFIRMATIVE_CONSENT_SCREEN="AFFIRMATIVE_CONSENT_SCREEN",O.FUNDING_METHOD_SELECTION_SCREEN="FUNDING_METHOD_SELECTION_SCREEN",O.FUNDING_TRANSFER_FROM_WALLET_SCREEN="FUNDING_TRANSFER_FROM_WALLET_SCREEN",O.FUNDING_EDIT_AMOUNT_SCREEN="FUNDING_EDIT_AMOUNT_SCREEN",O.FUNDING_AWAITING_TRANSFER_FROM_EXTERNAL_WALLET_SCREEN="FUNDING_AWAITING_TRANSFER_FROM_EXTERNAL_WALLET_SCREEN",O.FUNDING_AWAITING_TRANSFER_FROM_EXTERNAL_SOLANA_WALLET_SCREEN="FUNDING_AWAITING_TRANSFER_FROM_EXTERNAL_SOLANA_WALLET_SCREEN",O.FUNDING_AWAITING_EVM_TO_SOL_BRIDGING_SCREEN="FUNDING_AWAITING_EVM_TO_SOL_BRIDGING_SCREEN",O.FUNDING_AWAITING_SOL_TO_EVM_BRIDGING_SCREEN="FUNDING_AWAITING_SOL_TO_EVM_BRIDGING_SCREEN",O.FUNDING_MANUAL_TRANSFER_SCREEN="FUNDING_MANUAL_TRANSFER_SCREEN",O.MOONPAY_STATUS_SCREEN="MOONPAY_STATUS_SCREEN",O.COINBASE_ONRAMP_STATUS_SCREEN="COINBASE_ONRAMP_STATUS_SCREEN",O.MFA_ENROLLMENT_FLOW_SCREEN="MFA_ENROLLMENT_FLOW_SCREEN",O.CAPTCHA_SCREEN="CAPTCHA_SCREEN",O.ERROR_SCREEN="ERROR_SCREEN",O.IN_APP_BROWSER_LOGIN_NOT_POSSIBLE="IN_APP_BROWSER_LOGIN_NOT_POSSIBLE",O.TELEGRAM_AUTH_SCREEN="TELEGRAM_AUTH_SCREEN",O.LINK_CONFLICT_SCREEN="LINK_CONFLICT_SCREEN";const a=R({ready:!1,app:D,currentScreen:null,lastScreen:null,navigate:L,navigateBack:L,resetNavigation:L,setModalData:L,onUserCloseViaDialogOrKeybindRef:void 0});let W=[e.LANDING,e.CONNECT_ONLY_LANDING_SCREEN,null];const M=T=>{let R=C(),D=T.authenticated,[L,O]=N(T.initialScreen);A((()=>{D||W.includes(T.initialScreen)||T.setInitialScreen(null)}),[D]);let e=S(null);A((()=>{T.open||(e.current=null)}),[T.open]),A((()=>{e.current=null}),[T.initialScreen]);let M={ready:!!R.id,app:R,data:T.data,setModalData:T.setModalData,currentScreen:T.initialScreen,lastScreen:L,navigate:(E,_=!0)=>{T.setInitialScreen(E),_&&O(T.initialScreen)},navigateBack:()=>{T.setInitialScreen(L)},resetNavigation:()=>{T.setInitialScreen(null),O(null)},onUserCloseViaDialogOrKeybindRef:e};return _(a.Provider,{value:M,children:[("string"==typeof R.appearance.logo||"img"===R.appearance.logo?.type)&&E(I,{src:"string"==typeof R.appearance.logo?R.appearance.logo:R.appearance.logo.props.src}),T.children]})},n=()=>T(a);function t(E){return E.find((E=>"privy"===E.walletClientType&&"embedded"===E.connectorType&&!E.imported))??null}export{e as M,M as a,t as g,n as u};
@@ -1 +0,0 @@
1
- import{FetchError as e}from"ofetch";import{createContext as t,useContext as n}from"react";var a;class i extends Error{toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}constructor(e,t,n){super(e),t instanceof Error&&(this.cause=t),this.privyErrorCode=n}}class s extends i{constructor(e,t,n,a,i,s){super(n,a,i),this.type=e,this.status=t,this.data=s}}class r extends i{constructor(e,t,n){super(e,t,n),this.type="client_error"}}class l extends r{constructor(){super("Request timed out",void 0,"client_request_timeout")}}class o extends i{constructor(e,t,n){super(e,t,n),this.type="connector_error"}}const _=t=>{if(t instanceof i)return t;if(!(t instanceof e))return u(t);if(!t.response)return new s("api_error",null,t.message,t);let{type:n,message:a,error:r,code:l}=t.data;return new s(n||"ApiError",t.response.status,a||r,t,l,t.data)},u=e=>e instanceof i?e:e instanceof Error?new r(e.message,e):new r(`Internal error: ${e}`);var d;(a=d||(d={})).OAUTH_ACCOUNT_SUSPENDED="oauth_account_suspended",a.MISSING_OR_INVALID_PRIVY_APP_ID="missing_or_invalid_privy_app_id",a.MISSING_OR_INVALID_PRIVY_ACCOUNT_ID="missing_or_invalid_privy_account_id",a.MISSING_OR_INVALID_TOKEN="missing_or_invalid_token",a.INVALID_DATA="invalid_data",a.INVALID_CAPTCHA="invalid_captcha",a.LINKED_TO_ANOTHER_USER="linked_to_another_user",a.CANNOT_LINK_MORE_OF_TYPE="cannot_link_more_of_type",a.FAILED_TO_LINK_ACCOUNT="failed_to_link_account",a.FAILED_TO_UPDATE_ACCOUNT="failed_to_update_account",a.USER_EXITED_UPDATE_FLOW="exited_update_flow",a.ALLOWLIST_REJECTED="allowlist_rejected",a.OAUTH_USER_DENIED="oauth_user_denied",a.OAUTH_UNEXPECTED="oauth_unexpected",a.UNKNOWN_AUTH_ERROR="unknown_auth_error",a.USER_EXITED_AUTH_FLOW="exited_auth_flow",a.USER_EXITED_LINK_FLOW="exited_link_flow",a.USER_EXITED_SET_PASSWORD_FLOW="user_exited_set_password_flow",a.MUST_BE_AUTHENTICATED="must_be_authenticated",a.UNKNOWN_CONNECT_WALLET_ERROR="unknown_connect_wallet_error",a.GENERIC_CONNECT_WALLET_ERROR="generic_connect_wallet_error",a.CLIENT_REQUEST_TIMEOUT="client_request_timeout",a.INVALID_CREDENTIALS="invalid_credentials",a.MISSING_MFA_CREDENTIALS="missing_or_invalid_mfa",a.UNKNOWN_MFA_ERROR="unknown_mfa_error",a.EMBEDDED_WALLET_ALREADY_EXISTS="embedded_wallet_already_exists",a.EMBEDDED_WALLET_NOT_FOUND="embedded_wallet_not_found",a.EMBEDDED_WALLET_CREATE_ERROR="embedded_wallet_create_error",a.UNKNOWN_EMBEDDED_WALLET_ERROR="unknown_embedded_wallet_error",a.EMBEDDED_WALLET_PASSWORD_UNCONFIRMED="embedded_wallet_password_unconfirmed",a.EMBEDDED_WALLET_PASSWORD_ALREADY_EXISTS="embedded_wallet_password_already_exists",a.EMBEDDED_WALLET_RECOVERY_ALREADY_EXISTS="embedded_wallet_recovery_already_exists",a.TRANSACTION_FAILURE="transaction_failure",a.UNSUPPORTED_CHAIN_ID="unsupported_chain_id",a.NOT_SUPPORTED="not_supported",a.CAPTCHA_TIMEOUT="captcha_timeout",a.INVALID_MESSAGE="invalid_message",a.UNABLE_TO_SIGN="unable_to_sign",a.CAPTCHA_FAILURE="captcha_failure",a.CAPTCHA_DISABLED="captcha_disabled",a.SESSION_STORAGE_UNAVAILABLE="session_storage_unavailable",a.TOO_MANY_REQUESTS="too_many_requests",a.USER_LIMIT_REACHED="max_accounts_reached",a.DISALLOWED_LOGIN_METHOD="disallowed_login_method",a.DISALLOWED_PLUS_EMAIL="disallowed_plus_email",a.PASSKEY_NOT_ALLOWED="passkey_not_allowed",a.USER_DOES_NOT_EXIST="user_does_not_exist",a.INSUFFICIENT_BALANCE="insufficient_balance",a.ACCOUNT_TRANSFER_REQUIRED="account_transfer_required";class c extends r{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}}class E extends r{constructor(e="Embedded wallet error",t){super(e,t,"unknown_embedded_wallet_error")}}class A extends r{constructor(e="User must be authenticated"){super(e,void 0,"must_be_authenticated")}}class p extends r{constructor(e){super("This application is in development mode and must be upgraded to production to log in new users.",e,"max_accounts_reached")}}const T=()=>{throw Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")},S=e=>()=>{throw Error(e.trim())},h=t({isNewUserThisSession:!1,walletConnectionStatus:null,connectors:[],solanaWallets:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,client:null,appId:"notAdded",customAuthStatus:{status:"not-enabled"},noPromptOnSignature:{current:!1},nativeTokenSymbolForChainId:T,initializeWalletProxy:T,getAuthMeta:T,getAuthFlow:T,closePrivyModal:T,openPrivyModal:T,connectWallet:T,initLoginWithWallet:T,loginWithWallet:T,initLoginWithFarcaster:T,loginWithFarcaster:T,loginWithCode:T,initLoginWithEmail:T,initLoginWithSms:T,initUpdateEmail:T,initUpdatePhone:T,resendEmailCode:T,resendSmsCode:T,initLoginWithHeadlessOAuth:T,loginWithHeadlessOAuth:T,crossAppAuthFlow:T,initLoginWithOAuth:T,recoveryOAuthFlow:T,loginWithOAuth:T,passkeyAuthState:{status:"initial"},setPasskeyAuthState:T,initLoginWithPasskey:T,loginWithPasskey:T,initLinkWithPasskey:T,linkWithPasskey:T,refreshUser:T,loginWithGuestAccountFlow:T,walletProxy:null,createAnalyticsEvent:T,acceptTerms:T,getUsdTokenPrice:T,getUsdPriceForSol:T,recoverPrimaryWallet:T,updateWallets:T,fundWallet:T,fundSolanaWallet:T,setReadyToTrue:T,requestFarcasterSignerStatus:T,initLoginWithTelegram:T,loginWithTelegram:T,generateSiweMessage:T,generateSiweMessageForSmartWallet:T,linkWithSiwe:T,linkSmartWallet:T,delegateWallet:T,revokeDelegatedWallets:T,embeddedSolanaWallet:null,createEmbeddedSolanaWallet:T,exportSolanaWallet:T,solanaSignMessage:T,connectCoinbaseSmartWallet:T,initiateAccountTransfer:T,emailOtpState:{status:"initial"},setEmailOtpState:T,smsOtpState:{status:"initial"},setSmsOtpState:T,siweState:{status:"initial"},setSiweState:T,oAuthState:{status:"initial"},setOAuthState:T,isHeadlessOAuthLoading:!1}),m=()=>n(h),W=t({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,connectOrCreateWallet:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,startCrossAppAuthFlow:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkSpotify:T,linkInstagram:T,linkTelegram:T,linkTiktok:T,linkLinkedIn:T,linkApple:T,linkPasskey:T,updateEmail:T,updatePhone:T,logout:T,getAccessToken:T,getEthereumProvider:T,getEthersProvider:T,getWeb3jsProvider:T,unlinkEmail:T,unlinkPhone:T,unlinkWallet:T,unlinkGoogle:T,unlinkTwitter:T,unlinkDiscord:T,unlinkGithub:T,unlinkSpotify:T,unlinkInstagram:T,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkCrossAppAccount:T,unlinkFarcaster:T,unlinkTelegram:T,unlinkPasskey:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage:T,signTypedData:T,enrollInMfa:T,initEnrollmentWithSms:T,initEnrollmentWithTotp:T,initEnrollmentWithPasskey:T,promptMfa:T,init:T,submitEnrollmentWithSms:T,submitEnrollmentWithTotp:T,submitEnrollmentWithPasskey:T,unenroll:T,submit:T,cancel:T,sendTransaction:T,sendSolanaTransaction:T,exportWallet:T,setWalletPassword:T,setWalletRecovery:T,requestFarcasterSignerFromWarpcast:T,getFarcasterSignerPublicKey:T,signFarcasterMessage:T,createGuestAccount:T,signMessageWithCrossAppWallet:T,signTypedDataWithCrossAppWallet:T,sendTransactionWithCrossAppWallet:T,isModalOpen:!1,mfaMethods:[]}),I=()=>n(W);export{h as I,r as P,d as a,i as b,o as c,l as d,u as e,_ as f,s as g,I as h,p as i,E as j,A as k,W as l,c as m,T as n,S as o,m as u};
@@ -1 +0,0 @@
1
- import{useRef as e,useState as t,useCallback as a}from"react";import{http as n,createPublicClient as r}from"viem";import{h as i}from"./user-EiUNCG17.mjs";import{U as o,A as s,a4 as l}from"./useWallets-BxVlmjSu.mjs";import{P as c,u as p,h as d}from"./privy-context-DffpuNH1.mjs";import{u,g as _,M as m}from"./getEmbeddedConnectedWallet-CqgZB8tC.mjs";import{createSmartAccountClient as g}from"permissionless";import{toLightSmartAccount as b,toBiconomySmartAccount as h,toEcdsaKernelSmartAccount as y,toSafeSmartAccount as v}from"permissionless/accounts";import{createPimlicoClient as I}from"permissionless/clients/pimlico";import{toCoinbaseSmartAccount as f,entryPoint06Address as S,entryPoint07Address as T}from"viem/account-abstraction";import E,{z as A}from"zod";import k from"bs58";import{ethers as O}from"ethers";import{parsePhoneNumber as P}from"libphonenumber-js/max";let j;var w=((j=w||{}).OAUTH_ACCOUNT_SUSPENDED="oauth_account_suspended",j.MISSING_OR_INVALID_PRIVY_APP_ID="missing_or_invalid_privy_app_id",j.MISSING_OR_INVALID_PRIVY_CLIENT_ID="missing_or_invalid_privy_client_id",j.MISSING_OR_INVALID_PRIVY_ACCOUNT_ID="missing_or_invalid_privy_account_id",j.MISSING_OR_INVALID_TOKEN="missing_or_invalid_token",j.MISSING_OR_INVALID_MFA="missing_or_invalid_mfa",j.EXPIRED_OR_INVALID_MFA_TOKEN="expired_or_invalid_mfa_token",j.INVALID_DATA="invalid_data",j.INVALID_CREDENTIALS="invalid_credentials",j.INVALID_CAPTCHA="invalid_captcha",j.LINKED_TO_ANOTHER_USER="linked_to_another_user",j.ALLOWLIST_REJECTED="allowlist_rejected",j.CANNOT_UNLINK_EMBEDDED_WALLET="cannot_unlink_embedded_wallet",j.CANNOT_UNLINK_SOLE_ACCOUNT="cannot_unlink_sole_account",j.CANNOT_LINK_MORE_OF_TYPE="cannot_link_more_of_type",j.LINKED_ACCOUNT_NOT_FOUND="linked_account_not_found",j.TOO_MANY_REQUESTS="too_many_requests",j.INVALID_ORIGIN="invalid_origin",j.MISSING_ORIGIN="missing_origin",j.INVALID_NATIVE_APP_ID="invalid_native_app_id",j.TOKEN_ALREADY_USED="token_already_used",j.ALREADY_LOGGED_OUT="already_logged_out",j.NOT_SUPPORTED="not_supported",j.USER_UNSUBSCRIBED="user_unsubscribed",j.MAX_APPS_REACHED="max_apps_reached",j.USER_LIMIT_REACHED="max_accounts_reached",j.DEVICE_REVOKED="device_revoked",j.WALLET_PASSWORD_EXISTS="wallet_password_exists",j.OAUTH_STATE_MISMATCH="oauth_state_mismatch",j.MAX_DENYLIST_ENTRIES_REACHED="max_denylist_entries_reached",j.DISALLOWED_LOGIN_METHOD="disallowed_login_method",j.DISALLOWED_PLUS_EMAIL="disallowed_plus_email",j.DISALLOWED_RECOVERY_METHOD="disallowed_recovery_method",j.LEGACY_DASHBOARD_LOGIN_CONFIGURATION="legacy_dashboard_login_configuration",j.CANNOT_SET_PASSWORD="cannot_set_password",j.INVALID_PKCE_PARAMETERS="invalid_pkce_parameters",j.INVALID_APP_URL_SCHEME_CONFIGURATION="invalid_app_url_scheme_configuration",j.CROSS_APP_CONNECTION_NOT_ALLOWED="cross_app_connection_not_allowed",j.USER_DOES_NOT_EXIST="user_does_not_exist",j.ACCOUNT_TRANSFER_REQUIRED="account_transfer_required",j.USER_HAS_NOT_DELEGATED_WALLET="user_has_not_delegated_wallet",j.FEATURE_NOT_ENABLED="feature_not_enabled",j.INSUFFICIENT_FUNDS="insufficient_funds",j.TRANSACTION_BROADCAST_FAILURE="transaction_broadcast_failure",j),C=class extends Error{toString(){return`${this.constructor.name}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}constructor(e,t,a,n){super(t),this.code=a,this.status=e,this.responseData=n}},R=class extends C{constructor(e,t){super(400,e,t||"invalid_data")}},D=class extends C{constructor(e,t){super(401,e,t)}},N=class extends C{constructor(e,t){super(422,e,t)}};function U(e,t){return Object.keys(t).forEach((function(a){"default"===a||"__esModule"===a||Object.prototype.hasOwnProperty.call(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:function(){return t[a]}})})),e}function L(e,t,a,n){Object.defineProperty(e,t,{get:a,set:n,enumerable:!0,configurable:!0})}A.object({error:A.string(),cause:A.string().optional(),code:A.nativeEnum(w).optional()});var M={},W={};L(W,"AnalyticsEvent",(()=>x));let x={path:"/api/v1/analytics_events",method:"POST"};var F={};L(F,"AppConfig",(()=>G));let G={path:"/api/v1/apps/:app_id",method:"GET"};var V={};L(V,"CoinbaseOnRampInit",(()=>B)),L(V,"CoinbaseOnRampStatus",(()=>H));let B={path:"/api/v1/funding/coinbase_on_ramp/init",method:"POST"},H={path:"/api/v1/funding/coinbase_on_ramp/status",method:"GET"};var Y={};L(Y,"GetCrossAppConnections",(()=>q));let q={path:"/api/v1/apps/:app_id/cross-app/connections",method:"GET"};var K={};L(K,"CustomJWTAuthenticate",(()=>$));let $={path:"/api/v1/custom_jwt_account/authenticate",method:"POST"};var z={};L(z,"FarcasterInit",(()=>X)),L(z,"FarcasterAuthenticate",(()=>J)),L(z,"FarcasterLink",(()=>Q)),L(z,"FarcasterUnlink",(()=>Z)),L(z,"FarcasterStatus",(()=>ee)),L(z,"FarcasterV2Init",(()=>te)),L(z,"FarcasterV2Authenticate",(()=>ae));let X={path:"/api/v1/farcaster/init",method:"POST"},J={path:"/api/v1/farcaster/authenticate",method:"POST"},Q={path:"/api/v1/farcaster/link",method:"POST"},Z={path:"/api/v1/farcaster/unlink",method:"POST"},ee={path:"/api/v1/farcaster/status",method:"GET"},te={path:"/api/v2/farcaster/init",method:"POST"},ae={path:"/api/v2/farcaster/authenticate",method:"POST"};var ne={};L(ne,"FarcasterSignerInit",(()=>re)),L(ne,"FarcasterSignerStatus",(()=>ie));let re={path:"/api/v1/farcaster/signer/init",method:"POST"},ie={path:"/api/v1/farcaster/signer/status",method:"POST"};var oe={};L(oe,"GuestAuthenticate",(()=>se));let se={path:"/api/v1/guest/authenticate",method:"POST"};var le={};L(le,"MfaPasskeyInit",(()=>ce)),L(le,"MfaPasskeyVerify",(()=>pe)),L(le,"MfaPasskeyEnrollment",(()=>de));let ce={path:"/api/v1/mfa/passkeys/init",method:"POST"},pe={path:"/api/v1/mfa/passkeys/verify",method:"POST"},de={path:"/api/v1/mfa/passkeys/enrollment",method:"POST"};var ue={};L(ue,"MfaPasswordlessSmsEnroll",(()=>_e)),L(ue,"MfaPasswordlessSmsVerify",(()=>me)),L(ue,"MfaPasswordlessSmsInit",(()=>ge)),L(ue,"MfaPasswordlessSmsUnenroll",(()=>be));let _e={path:"/api/v1/mfa/passwordless_sms/enroll",method:"POST"},me={path:"/api/v1/mfa/passwordless_sms/verify",method:"POST"},ge={path:"/api/v1/mfa/passwordless_sms/init",method:"POST"},be={path:"/api/v1/mfa/passwordless_sms/unenroll",method:"POST"};var he={};L(he,"MfaTotpEnroll",(()=>ye)),L(he,"MfaTotpVerify",(()=>ve)),L(he,"MfaTotpInit",(()=>Ie)),L(he,"MfaTotpUnenroll",(()=>fe));let ye={path:"/api/v1/mfa/totp/enroll",method:"POST"},ve={path:"/api/v1/mfa/totp/verify",method:"POST"},Ie={path:"/api/v1/mfa/totp/init",method:"POST"},fe={path:"/api/v1/mfa/totp/unenroll",method:"POST"};var Se={};L(Se,"OAuthAuthenticate",(()=>Te)),L(Se,"OAuthInit",(()=>Ee)),L(Se,"OAuthLink",(()=>Ae)),L(Se,"OAuthUnlink",(()=>ke));let Te={path:"/api/v1/oauth/authenticate",method:"POST"},Ee={path:"/api/v1/oauth/init",method:"POST"},Ae={path:"/api/v1/oauth/link",method:"POST"},ke={path:"/api/v1/oauth/unlink",method:"POST"};var Oe={};L(Oe,"OAuthProviderAuthorize",(()=>Pe)),L(Oe,"OAuthProviderVerify",(()=>je));let Pe={path:"/oauth/authorization_code",method:"POST"},je={path:"/oauth/verify",method:"POST"};var we={};L(we,"PasskeyLink",(()=>Ce)),L(we,"PasskeyAuthenticate",(()=>Re)),L(we,"PasskeyAuthenticateInit",(()=>De)),L(we,"PasskeyLinkInit",(()=>Ne)),L(we,"PasskeyUnlink",(()=>Ue));let Ce={path:"/api/v1/passkeys/link",method:"POST"},Re={path:"/api/v1/passkeys/authenticate",method:"POST"},De={path:"/api/v1/passkeys/authenticate/init",method:"POST"},Ne={path:"/api/v1/passkeys/link/init",method:"POST"},Ue={path:"/api/v1/passkeys/unlink",method:"POST"};var Le={};L(Le,"PasswordlessAuthenticate",(()=>Me)),L(Le,"PasswordlessInit",(()=>We)),L(Le,"PasswordlessLink",(()=>xe)),L(Le,"PasswordlessUnlink",(()=>Fe)),L(Le,"PasswordlessUpdate",(()=>Ge));let Me={path:"/api/v1/passwordless/authenticate",method:"POST"},We={path:"/api/v1/passwordless/init",method:"POST"},xe={path:"/api/v1/passwordless/link",method:"POST"},Fe={path:"/api/v1/passwordless/unlink",method:"POST"},Ge={path:"/api/v1/passwordless/update",method:"POST"};var Ve={};L(Ve,"PasswordlessSmsAuthenticate",(()=>Be)),L(Ve,"PasswordlessSmsInit",(()=>He)),L(Ve,"PasswordlessSmsLink",(()=>Ye)),L(Ve,"PasswordlessSmsUnlink",(()=>qe)),L(Ve,"PasswordlessSmsUpdate",(()=>Ke));let Be={path:"/api/v1/passwordless_sms/authenticate",method:"POST"},He={path:"/api/v1/passwordless_sms/init",method:"POST"},Ye={path:"/api/v1/passwordless_sms/link",method:"POST"},qe={path:"/api/v1/passwordless_sms/unlink",method:"POST"},Ke={path:"/api/v1/passwordless_sms/update",method:"POST"};var $e={};L($e,"RecoveryKeyMaterial",(()=>ze)),L($e,"RecoveryOAuthInit",(()=>Xe)),L($e,"RecoveryOAuthAuthenticate",(()=>Je)),L($e,"RecoveryOAuthInitICloud",(()=>Qe)),L($e,"RecoveryOAuthCallbackICloudExpo",(()=>Ze)),L($e,"RecoveryConfigurationICloud",(()=>et));let ze={path:"/api/v1/embedded_wallets/:address/recovery/key_material",method:"POST"},Xe={path:"/api/v1/recovery/oauth/init",method:"POST"},Je={path:"/api/v1/recovery/oauth/authenticate",method:"POST"},Qe={path:"/api/v1/recovery/oauth/init_icloud",method:"POST"},Ze={path:"/api/v1/recovery/oauth/callback_icloud/:app_id/expo_ios",method:"GET"},et={path:"/api/v1/recovery/configuration_icloud",method:"POST"};var tt={};L(tt,"getPathWithParams",(()=>at));let at=(e,t)=>t?Object.entries(t).reduce(((e,[t,a])=>e.replace(`:${t}`,`${a}`)),e):e;var nt={};L(nt,"RefreshSession",(()=>rt)),L(nt,"Logout",(()=>it));let rt={path:"/api/v1/sessions",method:"POST"},it={path:"/api/v1/sessions/logout",method:"POST"};var ot={};L(ot,"GetSmartWalletConfig",(()=>st)),L(ot,"PostSmartWalletConfig",(()=>lt));let st={path:"/api/v1/apps/:app_id/smart_wallets",method:"GET"},lt={path:"/api/v1/apps/:app_id/smart_wallets",method:"POST"};var ct={};L(ct,"SiweInit",(()=>pt)),L(ct,"SiweAuthenticate",(()=>dt)),L(ct,"SiweLink",(()=>ut)),L(ct,"SiweLinkSmartWallet",(()=>_t)),L(ct,"SiweUnlink",(()=>mt));let pt={path:"/api/v1/siwe/init",method:"POST"},dt={path:"/api/v1/siwe/authenticate",method:"POST"},ut={path:"/api/v1/siwe/link",method:"POST"},_t={path:"/api/v1/siwe/link_smart_wallet",method:"POST"},mt={path:"/api/v1/siwe/unlink",method:"POST"};var gt={};L(gt,"SiwsInit",(()=>bt)),L(gt,"SiwsAuthenticate",(()=>ht)),L(gt,"SiwsLink",(()=>yt)),L(gt,"SiwsUnlink",(()=>vt));let bt={path:"/api/v1/siws/init",method:"POST"},ht={path:"/api/v1/siws/authenticate",method:"POST"},yt={path:"/api/v1/siws/link",method:"POST"},vt={path:"/api/v1/siws/unlink",method:"POST"};var It={};L(It,"AcceptTermsOnUser",(()=>ft));let ft={path:"/api/v1/users/me/accept_terms",method:"POST"};var St={};L(St,"TelegramAuthenticate",(()=>Tt)),L(St,"TelegramLink",(()=>Et)),L(St,"TelegramUnlink",(()=>At));let Tt={path:"/api/v1/telegram/authenticate",method:"POST"},Et={path:"/api/v1/telegram/link",method:"POST"},At={path:"/api/v1/telegram/unlink",method:"POST"};var kt={};L(kt,"MoonpayOnRampSign",(()=>Ot));let Ot={path:"/api/v1/plugins/moonpay_on_ramp/sign",method:"POST"};U(M,W),U(M,F),U(M,V),U(M,Y),U(M,K),U(M,z),U(M,ne),U(M,oe),U(M,le),U(M,ue),U(M,he),U(M,Se),U(M,Oe),U(M,we),U(M,Le),U(M,Ve),U(M,$e),U(M,tt),U(M,nt),U(M,ot),U(M,ct),U(M,gt),U(M,It),U(M,St),U(M,kt);var Pt={},jt={};L(jt,"AnalyticsEventInput",(()=>wt));let wt=A.object({event_name:A.string().max(255),client_id:A.string().max(255).nullable(),payload:A.record(A.any()).optional()});var Ct={};L(Ct,"AccountIdFromPath",(()=>Bt)),L(Ct,"AppIdFromPath",(()=>Ht)),L(Ct,"Pagination",(()=>Yt));var Rt={};L(Rt,"UserId",(()=>Dt)),L(Rt,"Email",(()=>Nt)),L(Rt,"PasswordlessCode",(()=>Ut)),L(Rt,"WalletAddress",(()=>Lt)),L(Rt,"normalizeEthereumAddress",(()=>Gt)),L(Rt,"SolanaWalletAddress",(()=>Mt)),L(Rt,"PhoneNumber",(()=>Wt)),L(Rt,"normalizePhoneNumber",(()=>xt)),L(Rt,"isValidAddress",(()=>Ft)),L(Rt,"AuthenticateMode",(()=>Vt));let Dt=A.string({required_error:"Privy DID must be included",invalid_type_error:"Privy DID is not a valid string"}).min(1).transform((e=>e.replace("did:privy:",""))),Nt=A.string({required_error:"Email address must be provided",invalid_type_error:"Email address must be a valid string"}).email("Invalid email address").transform((e=>e.toLowerCase())),Ut=A.string({required_error:"Verification code must be provided",invalid_type_error:"Invalid verification code"}).length(6,"Verification code must have 6 digits."),Lt=A.string({required_error:"Ethereum address must be provided",invalid_type_error:"Invalid Ethereum address"}).transform(((e,t)=>Gt(e)||(t.addIssue({code:A.ZodIssueCode.custom,message:"Invalid Ethereum address"}),A.NEVER))),Mt=A.string({required_error:"Solana address must be provided",invalid_type_error:"Invalid Solana address"}).trim().transform(((e,t)=>{try{k.decode(e)}catch(e){return t.addIssue({code:A.ZodIssueCode.custom,message:"Invalid Solana address"}),A.NEVER}return e})),Wt=A.string({required_error:"Phone number must be included",invalid_type_error:"Phone number is not a valid string"}).refine((e=>{try{return void 0!==xt(e)}catch(e){return!1}}),{message:"Phone number is not valid"}).transform((e=>xt(e)||""));function xt(e){let t=P(e,"US");if(t?.isPossible())return t.formatInternational()}function Ft(e){return!!Gt(e)}function Gt(e){if("string"==typeof e)try{return O.utils.getAddress(e.trim())}catch(e){}}let Vt=A.object({mode:A.enum(["no-signup","login-or-sign-up"]).optional()}),Bt=A.object({account_id:A.string({required_error:"Account ID must be provided",invalid_type_error:"Account ID is not a valid string"}).min(1)}),Ht=A.object({app_id:A.string({required_error:"App ID must be provided",invalid_type_error:"App ID is not a valid string"}).min(1)}).transform((({app_id:e})=>({app_id:e,appId:e}))).catch((({error:e})=>{throw new R(e.message,w.MISSING_OR_INVALID_PRIVY_APP_ID)})),Yt=A.object({cursor:Dt.optional(),limit:A.coerce.number().max(100,{message:"Query limit can be at maximum 100 records."}).optional()});var qt={};L(qt,"AppResponseSchema",(()=>ta));var Kt={};L(Kt,"EmbeddedWalletConfigSchema",(()=>Xt)),L(Kt,"TelegramAuthConfigSchema",(()=>Jt)),L(Kt,"FundingMethodEnum",(()=>Qt)),L(Kt,"FundingMethodArraySchema",(()=>Zt)),L(Kt,"FundingConfigResponseSchema",(()=>ea));var $t={};L($t,"Currency",(()=>zt));let zt=E.object({chain:E.string(),asset:E.enum(["native-currency","USDC"]).optional()}),Xt=E.object({create_on_login:E.enum(["users-without-wallets","all-users","off"]),user_owned_recovery_options:E.array(E.enum(["user-passcode","google-drive","icloud"])),require_user_owned_recovery_on_create:E.boolean().optional(),require_user_password_on_create:E.boolean().optional()}),Jt=E.object({bot_id:E.string(),bot_name:E.string(),link_enabled:E.boolean(),seamless_auth_enabled:E.boolean()}),Qt=E.enum(["moonpay","coinbase-onramp","external"]),Zt=E.array(Qt),ea=E.object({default_recommended_currency:zt,default_recommended_amount:E.string(),methods:Zt,options:E.array(E.object({method:E.string(),provider:E.string()})),prompt_funding_on_wallet_creation:E.boolean(),cross_chain_bridging_enabled:E.boolean()}),ta=A.object({id:A.string(),name:A.string(),logo_url:A.string().nullable(),icon_url:A.string().nullable(),terms_and_conditions_url:A.string().nullable(),privacy_policy_url:A.string().nullable(),require_users_accept_terms:A.boolean().nullable(),theme:A.string(),accent_color:A.string().nullable(),show_wallet_login_first:A.boolean(),allowed_domains:A.array(A.string()),allowed_native_app_ids:A.array(A.string()),allowed_native_app_url_schemes:A.array(A.string()),wallet_auth:A.boolean(),email_auth:A.boolean(),sms_auth:A.boolean(),google_oauth:A.boolean(),twitter_oauth:A.boolean(),discord_oauth:A.boolean(),github_oauth:A.boolean(),spotify_oauth:A.boolean(),instagram_oauth:A.boolean(),tiktok_oauth:A.boolean(),linkedin_oauth:A.boolean(),apple_oauth:A.boolean(),farcaster_auth:A.boolean(),passkey_auth:A.boolean(),telegram_auth:A.boolean(),guest_auth:A.boolean(),solana_wallet_auth:A.boolean(),disable_plus_emails:A.boolean(),allowlist_enabled:A.boolean(),allowlist_config:A.object({error_title:A.string().nullable(),error_detail:A.string().nullable(),cta_text:A.string().nullable(),cta_link:A.string().nullable()}),wallet_connect_cloud_project_id:A.string().nullable(),custom_api_url:A.string().nullable(),embedded_wallet_config:Xt,enforce_wallet_uis:A.boolean(),legacy_wallet_ui_config:A.boolean(),fiat_on_ramp_enabled:A.boolean(),captcha_enabled:A.boolean(),twitter_oauth_on_mobile_enabled:A.boolean(),mfa_methods:A.array(A.enum(["sms","totp","passkey"])),captcha_site_key:A.string().optional(),verification_key:A.string(),telegram_auth_config:Jt.optional(),funding_config:ea.optional(),max_linked_wallets_per_user:A.number().nullable(),farcaster_link_wallets_enabled:A.boolean()});var aa={};L(aa,"CoinbaseOnRampInitInput",(()=>la)),L(aa,"CoinbaseOnRampInitResponse",(()=>ca)),L(aa,"CoinbaseOnRampStatusResponse",(()=>pa));let na=A.enum(["ethereum","bitcoin","base","avacchain","optimism","solana","polygon","arbitrum","stellar"]),ra=A.enum(["eth","ETH","USDC"]).transform((e=>e.toUpperCase())),ia=A.enum(["SOL","USDC"]).transform((e=>e.toUpperCase())),oa=A.object({addresses:A.array(A.object({address:Lt,blockchains:A.array(na)})).max(1).min(1),assets:A.array(ra).optional()}),sa=A.object({addresses:A.array(A.object({address:Mt,blockchains:A.array(na)})).max(1).min(1),assets:A.array(ia).optional()}),la=A.union([oa,sa]),ca=A.object({app_id:A.string(),session_token:A.string(),channel_id:A.string(),partner_user_id:A.string()}),pa=A.object({status:A.enum(["pending","success","failure"])});var da={};L(da,"CrossAppConnectionsResponse",(()=>ua));let ua=A.object({connections:A.array(A.object({provider_app_id:A.string(),provider_app_name:A.string(),provider_app_icon_url:A.string().url().nullable(),provider_app_custom_api_url:A.string().url().nullable(),read_only:A.boolean()}))});var _a={};L(_a,"AuthenticateJwtInput",(()=>ma));let ma=E.object({token:E.string().optional()});var ga={};L(ga,"VerifyEmailInput",(()=>ha)),L(ga,"AuthenticateEmailInput",(()=>ya)),L(ga,"InitEmailInput",(()=>va)),L(ga,"UnlinkEmailInput",(()=>Ia)),L(ga,"UpdateEmailInput",(()=>fa)),L(ga,"TransferEmailInput",(()=>Sa));let ba=A.object({nonce:A.string()}),ha=A.object({code:Ut,email:Nt}),ya=ha.merge(Vt),va=A.object({email:Nt,token:A.string().optional()}),Ia=A.object({address:Nt}),fa=A.object({oldAddress:Nt,newAddress:Nt,code:Ut}),Sa=ba.extend({email:Nt});var Ta={};L(Ta,"JsonWebKey",(()=>Ea)),L(Ta,"JsonWebKeySet",(()=>Aa));let Ea=A.object({kty:A.string(),use:A.enum(["sig","enc"]).optional(),key_ops:A.array(A.enum(["sign","verify","encrypt","decrypt","wrapKey","unwrapKey","deriveKey","deriveBits"])).optional(),alg:A.enum(["RS256"]),kid:A.string().optional(),x5u:A.string().optional(),x5c:A.array(A.string()).optional(),x5t:A.string().optional(),"x5t#S256":A.string().optional(),n:A.string().optional(),e:A.string().optional(),d:A.string().optional()}),Aa=A.object({keys:A.array(Ea)});var ka={};L(ka,"FarcasterConnectInitResponse",(()=>Oa)),L(ka,"FarcasterConnectStatusCompletedResponse",(()=>Pa)),L(ka,"FarcasterConnectStatusPendingResponse",(()=>ja)),L(ka,"FarcasterAuthenticateInput",(()=>wa)),L(ka,"FarcasterLinkInput",(()=>Ca)),L(ka,"FarcasterInitInput",(()=>Ra)),L(ka,"FarcasterUnlinkInput",(()=>Da)),L(ka,"TransferFarcasterInput",(()=>Na)),L(ka,"FarcasterV2InitInput",(()=>Ua)),L(ka,"FarcasterV2InitResponse",(()=>La)),L(ka,"FarcasterV2AuthenticateInput",(()=>Ma));let Oa=A.object({channel_token:A.string(),connect_uri:A.string()}),Pa=A.object({state:A.literal("completed"),nonce:A.string(),message:A.string(),signature:A.string(),fid:A.number(),username:A.string(),display_name:A.string(),bio:A.string(),pfp_url:A.string()}),ja=A.object({state:A.literal("pending"),nonce:A.string()}),wa=A.object({channel_token:A.string(),message:A.string(),signature:A.string(),fid:A.number()}).merge(Vt),Ca=A.object({channel_token:A.string(),message:A.string(),signature:A.string(),fid:A.number()}),Ra=A.object({token:A.string().optional(),redirect_url:A.string().url().optional(),relying_party:A.string().optional()}),Da=A.object({fid:A.number()}),Na=ba.extend({farcaster_id:A.string(),farcaster_embedded_address:A.string()}),Ua=A.object({}),La=A.object({nonce:A.string(),expires_at:A.string()}),Ma=A.object({fid:A.number(),message:A.string(),signature:A.string()}).merge(Vt);var Wa={};L(Wa,"FarcasterSignerInitInput",(()=>xa)),L(Wa,"FarcasterSignerInitResponse",(()=>Fa)),L(Wa,"FarcasterSignerStatusResponse",(()=>Ga));let xa=A.object({ed25519_public_key:A.string().refine((e=>e.startsWith("0x")&&66===e.length)),deadline:A.bigint().optional().default((()=>BigInt(Math.floor(Date.now()/1e3)+3600)))}),Fa=A.discriminatedUnion("status",[A.object({public_key:A.string(),status:A.literal("pending_approval"),signer_approval_url:A.string()}),A.object({public_key:A.string(),status:A.literal("approved"),fid:A.bigint()}),A.object({public_key:A.string(),status:A.literal("revoked"),fid:A.bigint()})]),Ga=A.discriminatedUnion("status",[A.object({public_key:A.string(),status:A.literal("pending_approval")}),A.object({public_key:A.string(),status:A.literal("approved"),fid:A.bigint()}),A.object({public_key:A.string(),status:A.literal("revoked"),fid:A.bigint()})]);var Va={};L(Va,"AuthenticateGuestInput",(()=>Ba));let Ba=A.object({guest_credential:A.string().length(43)}).strict();var Ha={};L(Ha,"EmailIdTokenEntry",(()=>zn)),L(Ha,"PhoneIdTokenEntry",(()=>Xn)),L(Ha,"EthereumIdTokenEntry",(()=>Jn)),L(Ha,"SolanaIdTokenEntry",(()=>Qn)),L(Ha,"FarcasterIdTokenEntry",(()=>Zn)),L(Ha,"PasskeyIdTokenEntry",(()=>er)),L(Ha,"TelegramIdTokenEntry",(()=>tr)),L(Ha,"EthereumEmbeddedWalletIdTokenEntry",(()=>ar)),L(Ha,"SolanaEmbeddedWalletIdTokenEntry",(()=>nr)),L(Ha,"GoogleOauthIdTokenEntry",(()=>rr)),L(Ha,"TwitterOauthIdTokenEntry",(()=>ir)),L(Ha,"DiscordOauthIdTokenEntry",(()=>or)),L(Ha,"GithubOauthIdTokenEntry",(()=>sr)),L(Ha,"LinkedInOauthIdTokenEntry",(()=>lr)),L(Ha,"SpotifyOauthIdTokenEntry",(()=>cr)),L(Ha,"InstagramOauthIdTokenEntry",(()=>pr)),L(Ha,"TiktokOauthIdTokenEntry",(()=>dr)),L(Ha,"AppleOauthIdTokenEntry",(()=>ur)),L(Ha,"CustomJwtIdTokenEntry",(()=>_r)),L(Ha,"CrossAppIdTokenEntry",(()=>mr)),L(Ha,"SmartWalletIdTokenEntry",(()=>gr));var Ya={};L(Ya,"EmailAccount",(()=>ln)),L(Ya,"PhoneAccount",(()=>cn)),L(Ya,"BaseWalletAccount",(()=>pn)),L(Ya,"EthereumAccount",(()=>dn)),L(Ya,"SmartWalletAccount",(()=>un)),L(Ya,"SolanaAccount",(()=>_n)),L(Ya,"FarcasterAccount",(()=>mn)),L(Ya,"PasskeyAccount",(()=>gn)),L(Ya,"TelegramAccount",(()=>bn)),L(Ya,"EthereumEmbeddedWalletAccount",(()=>vn)),L(Ya,"SolanaEmbeddedWalletAccount",(()=>In)),L(Ya,"BitcoinSegwitEmbeddedWalletAccount",(()=>fn)),L(Ya,"BitcoinTaprootEmbeddedWalletAccount",(()=>Sn)),L(Ya,"GoogleOauthAccount",(()=>Tn)),L(Ya,"TwitterOauthAccount",(()=>En)),L(Ya,"DiscordOauthAccount",(()=>An)),L(Ya,"GithubOauthAccount",(()=>kn)),L(Ya,"LinkedInOauthAccount",(()=>On)),L(Ya,"SpotifyOauthAccount",(()=>Pn)),L(Ya,"InstagramOauthAccount",(()=>jn)),L(Ya,"TiktokOauthAccount",(()=>wn)),L(Ya,"AppleOauthAccount",(()=>Cn)),L(Ya,"CustomJwtAccount",(()=>Rn)),L(Ya,"CrossAppEmbeddedWallet",(()=>Dn)),L(Ya,"CrossAppSmartWallet",(()=>Nn)),L(Ya,"CrossAppAccount",(()=>Un)),L(Ya,"LinkedAccount",(()=>Ln)),L(Ya,"SmsMfaMethod",(()=>Mn)),L(Ya,"TotpMfaMethod",(()=>Wn)),L(Ya,"PasskeyMfaMethod",(()=>xn)),L(Ya,"LinkedMfaMethod",(()=>Fn)),L(Ya,"CustomMetadata",(()=>Gn)),L(Ya,"OAuthTokens",(()=>Vn)),L(Ya,"User",(()=>Bn)),L(Ya,"SessionUpdateActionEnum",(()=>Hn)),L(Ya,"AuthenticatedUser",(()=>Yn)),L(Ya,"LoggedOutUser",(()=>qn)),L(Ya,"MaybeUser",(()=>Kn));var qa={};L(qa,"SmartWalletProvider",(()=>Za)),L(qa,"AlchemyPaymasterContextSchema",(()=>tn)),L(qa,"SmartWalletNetworkConfigurationInputSchema",(()=>nn)),L(qa,"SmartWalletConfigurationSchema",(()=>rn)),L(qa,"SmartWalletConfigurationInputSchema",(()=>on)),L(qa,"SmartWalletConfigurationResponseSchema",(()=>sn)),L(qa,"SAFE",(()=>Ka)),L(qa,"KERNEL",(()=>$a)),L(qa,"LIGHT_ACCOUNT",(()=>Xa)),L(qa,"BICONOMY",(()=>za)),L(qa,"COINBASE_SMART_WALLET",(()=>Ja)),L(qa,"SUPPORTED_SMART_WALLET_TYPES",(()=>Qa));let Ka="safe",$a="kernel",za="biconomy",Xa="light_account",Ja="coinbase_smart_wallet",Qa=[Ka,$a,za,Xa,Ja],Za=A.enum(Qa,{invalid_type_error:"Please specify a supported provider.",required_error:"Please specify a supported provider."}),en=A.string().regex(/^eip155:\d+$/,"Chain ID must be an eip155 chain ID"),tn=A.object({policy_id:A.string().uuid()}),an=A.object({chain_id:en,bundler_url:A.string(),paymaster_url:A.string().optional(),rpc_url:A.string().optional(),chain_name:A.string().optional(),paymaster_context:tn.optional()}),nn=A.object({chain_id:en,bundler_url:A.string().optional(),paymaster_url:A.string().optional(),rpc_url:A.string().optional(),chain_name:A.string().optional(),paymaster_context:tn.optional()}),rn=A.discriminatedUnion("enabled",[A.object({enabled:A.literal(!1)}),A.object({enabled:A.literal(!0),smart_wallet_type:Za,configured_networks:A.array(an).min(1)})]),on=A.discriminatedUnion("enabled",[A.object({enabled:A.literal(!1)}),A.object({enabled:A.literal(!0),smart_wallet_type:Za,configured_networks:A.array(nn).min(1)})]),sn=rn,ln=A.object({type:A.literal("email"),address:A.string(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),cn=A.object({type:A.literal("phone"),phoneNumber:A.string(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),pn=A.object({type:A.enum(["wallet","smart_wallet"]),address:A.string(),chain_type:A.enum(["solana","ethereum"])}),dn=A.object({type:A.literal("wallet"),address:A.string(),chain_id:A.string().optional(),chain_type:A.literal("ethereum"),wallet_client:A.literal("unknown"),wallet_client_type:A.string().optional(),connector_type:A.string().optional(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),un=A.object({type:A.literal("smart_wallet"),address:A.string(),smart_wallet_type:Za,verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),_n=A.object({type:A.literal("wallet"),address:A.string(),chain_type:A.literal("solana"),wallet_client:A.literal("unknown"),wallet_client_type:A.string().optional(),connector_type:A.string().optional(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),mn=A.object({type:A.literal("farcaster"),fid:A.number(),owner_address:Lt,username:A.string().optional(),display_name:A.string().optional(),bio:A.string().optional(),profile_picture:A.string().optional(),profile_picture_url:A.string().optional(),homepage_url:A.string().optional(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable(),signer_public_key:A.string().optional()}),gn=A.object({type:A.literal("passkey"),created_with_browser:A.string().optional(),created_with_os:A.string().optional(),created_with_device:A.string().optional(),credential_id:A.string(),authenticator_name:A.string().optional(),enrolled_in_mfa:A.boolean(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),bn=A.object({type:A.literal("telegram"),telegram_user_id:A.string(),first_name:A.string().nullish(),last_name:A.string().nullish(),username:A.string().nullish(),photo_url:A.string().nullish(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}).transform((e=>({...e,telegramUserId:e.telegram_user_id,firstName:e.first_name}))),hn=A.enum(["privy","user-passcode","google-drive","icloud"]),yn=A.object({type:A.literal("wallet"),address:A.string(),imported:A.boolean().default(!1),delegated:A.boolean().default(!1),wallet_index:A.number(),chain_id:A.string(),chain_type:A.string(),wallet_client:A.literal("privy"),wallet_client_type:A.literal("privy"),connector_type:A.literal("embedded"),recovery_method:hn,verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),vn=yn.merge(A.object({chain_type:A.literal("ethereum")})),In=yn.merge(A.object({chain_type:A.literal("solana"),public_key:A.string()})),fn=yn.merge(A.object({chain_type:A.literal("bitcoin-segwit"),public_key:A.string()})),Sn=yn.merge(A.object({chain_type:A.literal("bitcoin-taproot"),public_key:A.string()})),Tn=A.object({type:A.literal("google_oauth"),subject:A.string(),email:A.string(),name:A.string().nullable(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),En=A.object({type:A.literal("twitter_oauth"),subject:A.string(),username:A.string().nullable(),name:A.string().nullable(),profile_picture_url:A.string().nullable(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),An=A.object({type:A.literal("discord_oauth"),subject:A.string(),username:A.string().nullable(),email:A.string().nullable(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),kn=A.object({type:A.literal("github_oauth"),subject:A.string(),username:A.string().nullable(),name:A.string().nullable(),email:A.string().nullable(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),On=A.object({type:A.literal("linkedin_oauth"),subject:A.string(),name:A.string().optional(),email:A.string().nullable(),vanity_name:A.string().optional(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),Pn=A.object({type:A.literal("spotify_oauth"),subject:A.string(),email:A.string().nullable(),name:A.string().nullable(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),jn=A.object({type:A.literal("instagram_oauth"),subject:A.string(),username:A.string().nullable(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),wn=A.object({type:A.literal("tiktok_oauth"),subject:A.string(),username:A.string().nullable(),name:A.string().nullable(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),Cn=A.object({type:A.literal("apple_oauth"),subject:A.string(),email:A.string().nullable(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),Rn=A.object({type:A.literal("custom_auth"),custom_user_id:A.string(),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),Dn=A.object({address:A.string()}),Nn=A.object({address:A.string()}),Un=A.object({type:A.literal("cross_app"),subject:A.string(),provider_app_id:A.string(),embedded_wallets:A.array(Dn),smart_wallets:A.array(Nn),verified_at:A.number(),first_verified_at:A.number().nullable(),latest_verified_at:A.number().nullable()}),Ln=A.union([ln,cn,dn,_n,un,vn,In,fn,Sn,Tn,En,An,kn,Pn,jn,wn,On,Cn,Rn,mn,gn,bn,Un]),Mn=A.object({type:A.literal("sms"),verified_at:A.number()}),Wn=A.object({type:A.literal("totp"),verified_at:A.number()}),xn=A.object({type:A.literal("passkey"),verified_at:A.number()}),Fn=A.union([Mn,Wn,xn]),Gn=A.record(A.string(),A.union([A.string(),A.number(),A.boolean()])),Vn=A.object({provider:A.string(),access_token:A.string(),access_token_expires_in_seconds:A.number().optional(),refresh_token:A.string().optional(),refresh_token_expires_in_seconds:A.number().optional(),scopes:A.array(A.string()).optional()}),Bn=A.object({id:A.string(),linked_accounts:A.array(Ln),mfa_methods:A.array(Fn),created_at:A.number(),has_accepted_terms:A.boolean(),is_guest:A.boolean(),custom_metadata:Gn.optional()}),Hn=A.enum(["set","ignore","clear"]),Yn=A.object({user:Bn,token:A.string().min(1).nullable(),privy_access_token:A.string().min(1).nullable(),refresh_token:A.string().min(1).nullable(),identity_token:A.string().min(1).optional(),is_new_user:A.boolean().optional(),oauth_tokens:Vn.optional(),oauth_provider_tokens:A.object({provider:A.string(),access_token:A.string(),access_token_expires_in_seconds:A.number().optional(),refresh_token:A.string().optional(),scopes:A.array(A.string()).optional()}).optional(),session_update_action:Hn}),qn=A.object({user:A.null(),token:A.null(),refresh_token:A.null(),session_update_action:A.literal(Hn.Values.clear)}),Kn=A.union([Yn,qn]),$n={lv:A.number().nullable()},zn=ln.pick({type:!0,address:!0}).extend($n),Xn=cn.pick({type:!0,phoneNumber:!0}).extend($n).transform((({phoneNumber:e,...t})=>({phone_number:e,...t}))),Jn=dn.pick({type:!0,address:!0,chain_type:!0,wallet_client_type:!0}).extend($n),Qn=_n.pick({type:!0,address:!0,chain_type:!0,wallet_client_type:!0}).extend($n),Zn=mn.pick({type:!0,fid:!0,username:!0,owner_address:!0}).extend($n).transform((({owner_address:e,...t})=>({oa:e,...t}))),er=gn.pick({type:!0,credential_id:!0}).extend($n),tr=A.object({type:A.literal("telegram"),telegram_user_id:A.string(),username:A.string().nullish(),lv:A.number().nullable()}),ar=vn.pick({type:!0,address:!0,chain_type:!0,wallet_client_type:!0}).extend($n),nr=In.pick({type:!0,address:!0,chain_type:!0,wallet_client_type:!0}).extend($n),rr=Tn.pick({type:!0,subject:!0,email:!0}).extend($n),ir=En.pick({type:!0,subject:!0,username:!0}).extend($n),or=An.pick({type:!0,subject:!0,username:!0}).extend($n),sr=kn.pick({type:!0,subject:!0,username:!0}).extend($n),lr=On.pick({type:!0,subject:!0,email:!0}).extend($n),cr=Pn.pick({type:!0,subject:!0,email:!0}).extend($n),pr=jn.pick({type:!0,subject:!0,username:!0}).extend($n),dr=wn.pick({type:!0,subject:!0,username:!0}).extend($n),ur=Cn.pick({type:!0,subject:!0,email:!0}).extend($n),_r=Rn.pick({type:!0,custom_user_id:!0}).extend($n),mr=Un.pick({type:!0,subject:!0,provider_app_id:!0,embedded_wallets:!0,smart_wallets:!0}).extend($n),gr=un.pick({type:!0,smart_wallet_type:!0,address:!0}).extend($n);var br={};L(br,"MfaVerifyResponse",(()=>hr)),L(br,"MfaSmsInitInput",(()=>Ir)),L(br,"MfaSmsAuthenticateEnrollInput",(()=>fr)),L(br,"MfaSmsEnrollInput",(()=>Sr)),L(br,"MfaSmsVerifyInput",(()=>Tr)),L(br,"MfaTotpInput",(()=>Er)),L(br,"ResponseTotpInitMfa",(()=>Ar));let hr=E.object({token:E.string()}).strict(),yr=E.object({action:E.literal("verify")}).strict(),vr=E.object({action:E.literal("enroll"),phoneNumber:Wt}).strict(),Ir=E.union([yr,vr]),fr=E.object({action:E.literal("enroll").optional(),code:Ut,phoneNumber:Wt}).strict(),Sr=E.object({code:Ut,phoneNumber:Wt}).strict(),Tr=E.object({code:Ut}).strict(),Er=E.object({code:Ut}).strict(),Ar=E.object({totpSecret:E.string(),totpAuthUrl:E.string()}).strict();var kr={};L(kr,"MfaPasskeyInitInput",(()=>Wr)),L(kr,"ResponsePasskeyInitMfa",(()=>xr)),L(kr,"MfaPasskeyVerifyInput",(()=>Fr)),L(kr,"MfaEnrollmentPasskeyInput",(()=>Gr));var Or={};L(Or,"PasskeyAuthenticatorVerifyOptions",(()=>Pr)),L(Or,"PasskeyAuthenticatorEnrollmentOptions",(()=>jr)),L(Or,"PasskeyAuthenticatorVerifyResponse",(()=>wr)),L(Or,"PasskeyAuthenticatorEnrollmentResponse",(()=>Cr)),L(Or,"PasskeyInitInput",(()=>Rr)),L(Or,"ResponsePasskeyInitAuthenticate",(()=>Dr)),L(Or,"ResponsePasskeyInitLink",(()=>Nr)),L(Or,"PasskeyLinkInput",(()=>Ur)),L(Or,"PasskeyAuthenticateInput",(()=>Lr)),L(Or,"UnlinkPasskeyInput",(()=>Mr));let Pr=E.object({challenge:E.string(),timeout:E.number().optional(),rp_id:E.string().optional(),allow_credentials:E.array(E.object({id:E.string(),type:E.string(),transports:E.array(E.string()).optional()})).optional(),user_verification:E.string().optional(),extensions:E.object({app_id:E.string().optional(),cred_props:E.boolean().optional(),hmac_create_secret:E.boolean().optional()}).optional()}),jr=E.object({rp:E.object({name:E.string(),id:E.string().optional()}),user:E.object({id:E.string(),name:E.string(),display_name:E.string()}),challenge:E.string(),pub_key_cred_params:E.array(E.object({alg:E.number(),type:E.literal("public-key")})),timeout:E.number().optional(),exclude_credentials:E.array(E.object({id:E.string(),type:E.string(),transports:E.array(E.string()).optional()})).optional(),authenticator_selection:E.object({authenticator_attachment:E.string().optional(),require_resident_key:E.boolean().optional(),resident_key:E.string().optional(),user_verification:E.string().optional()}).optional(),attestation:E.string().optional(),extensions:E.object({app_id:E.string().optional(),cred_props:E.object({rk:E.boolean().optional()}).optional(),hmac_create_secret:E.boolean().optional()}).optional()}),wr=E.object({id:E.string(),raw_id:E.string(),response:E.object({client_data_json:E.string(),authenticator_data:E.string(),signature:E.string(),user_handle:E.string().optional()}),authenticator_attachment:E.string().optional(),client_extension_results:E.object({app_id:E.boolean().optional(),cred_props:E.object({rk:E.boolean().optional()}).optional(),hmac_create_secret:E.boolean().optional()}),type:E.literal("public-key")}),Cr=E.object({id:E.string(),raw_id:E.string(),response:E.object({client_data_json:E.string(),attestation_object:E.string(),authenticator_data:E.string().optional(),transports:E.array(E.any()).optional(),public_key_algorithm:E.number().optional(),public_key:E.string().optional()}),authenticator_attachment:E.string().optional(),client_extension_results:E.object({app_id:E.boolean().optional(),cred_props:E.object({rk:E.boolean().optional()}).optional(),hmac_create_secret:E.boolean().optional()}),type:E.literal("public-key")}),Rr=E.object({relying_party:E.string().url().optional(),token:E.string().optional()}).strict(),Dr=E.object({relying_party:E.string().url().optional(),options:Pr}).strict(),Nr=E.object({relying_party:E.string().url().optional(),options:jr}).strict(),Ur=E.object({relying_party:E.string().url().optional(),authenticator_response:Cr}).strict(),Lr=E.object({relying_party:E.string().url().optional(),challenge:E.string(),authenticator_response:wr}).strict(),Mr=E.object({credential_id:E.string()}),Wr=E.object({relying_party:E.string().url().optional()}).strict(),xr=E.object({options:Pr}).strict(),Fr=E.object({authenticator_response:wr,relying_party:E.string().url().optional()}).strict(),Gr=E.object({credential_ids:E.array(E.string())});var Vr={};L(Vr,"ExternalOAuthProvider",(()=>Hr)),L(Vr,"OAuthProvider",(()=>Yr)),L(Vr,"AuthenticateOauthInput",(()=>qr)),L(Vr,"OAuthInitInput",(()=>Kr)),L(Vr,"LinkOAuthInput",(()=>$r)),L(Vr,"OAuthUnlinkInput",(()=>zr)),L(Vr,"OAuthInitResponse",(()=>Xr)),L(Vr,"OAuthLinkResponse",(()=>Jr)),L(Vr,"TransferOAuthInput",(()=>Qr)),L(Vr,"SUPPORTED_OAUTH_PROVIDERS",(()=>Br));let Br=["google","discord","twitter","github","spotify","instagram","tiktok","linkedin","apple"],Hr=A.enum(Br,{invalid_type_error:"Please specify a supported provider.",required_error:"Please specify a supported provider."}),Yr=Hr.or(A.custom((e=>"string"==typeof e&&/^privy:[a-z0-9]{25}$/i.test(e)),{message:"Please specify a supported provider."})),qr=A.object({authorization_code:A.string(),state_code:A.string(),code_verifier:A.string().min(43).max(128).optional(),code_type:A.enum(["raw"]).optional()}).merge(Vt).catch((()=>{throw new D("Please specify authorization_code and state_code.",w.INVALID_CREDENTIALS)})),Kr=A.object({redirect_to:A.string({required_error:"Please provide a redirect_to value."}),provider:Yr,token:A.string().optional(),state_code:A.string().optional(),code_challenge:A.string().optional()}),$r=A.object({authorization_code:A.string(),state_code:A.string(),code_verifier:A.string().min(43).max(128).optional(),code_type:A.enum(["raw"]).optional()}),zr=A.object({subject:A.string(),provider:Yr}),Xr=A.object({url:A.string()}),Jr=Bn.extend({oauth_tokens:Vn.optional()}),Qr=ba.extend({userInfo:A.object({subject:A.string(),name:A.string().optional(),username:A.string().optional(),profilePictureUrl:A.string().optional(),email:A.string().optional(),vanityName:A.string().optional()})});var Zr={};L(Zr,"AuthorizationCodeInput",(()=>ei));let ei=A.object({redirect_to:A.string(),state:A.string(),code_challenge:A.string()});var ti={};L(ti,"EmptyObject",(()=>ai)),L(ti,"SuccessObject",(()=>ni));let ai=A.record(A.string(),A.never()),ni=A.object({success:A.boolean()});var ri={};L(ri,"RecoveryKeyMaterialInput",(()=>ii)),L(ri,"RecoveryKeyMaterialResponse",(()=>oi)),L(ri,"OAuthAuthenticateRecoveryResponse",(()=>si)),L(ri,"OAuthInitRecoveryInput",(()=>li)),L(ri,"OAuthInitICloudRecoveryInput",(()=>ci)),L(ri,"OAuthCallbackICloudExpoInput",(()=>pi)),L(ri,"OAuthCallbackICloudExpoResponse",(()=>di)),L(ri,"RecoveryConfigurationICloudInput",(()=>ui)),L(ri,"RecoveryConfigurationICloudResponse",(()=>_i));let ii=A.object({chain_type:A.string().optional()}),oi=A.object({recovery_type:A.enum(["user_passcode_derived_recovery_key","privy_passcode_derived_recovery_key","privy_generated_recovery_key","google_drive_recovery_secret","icloud_recovery_secret"]),recovery_key_derivation_salt:A.string(),recovery_code:A.string(),recovery_key:A.string(),file_id:A.string(),icloud_record_name:A.string()}),si=A.object({access_token:A.string()}),li=A.object({redirect_to:A.string({required_error:"Please provide a redirect_to value."}),token:A.string().optional(),state_code:A.string().optional(),code_challenge:A.string().optional()}),ci=A.object({client_type:A.enum(["web","expo-ios"])}),pi=A.object({ckWebAuthToken:A.string()}).transform((e=>({ckWebAuthToken:e.ckWebAuthToken}))).catch((()=>{throw new D("Missing ckWebAuthToken.",w.INVALID_DATA)})),di=ai,ui=A.object({client_type:A.enum(["web","expo-ios"])}),_i=A.object({api_token:A.string(),container_identifier:A.string(),environment:A.string()});var mi={};L(mi,"SiweInput",(()=>gi)),L(mi,"SmartWalletSiweInput",(()=>bi)),L(mi,"AuthenticateSiweInput",(()=>hi)),L(mi,"SiweAddressInput",(()=>yi)),L(mi,"SiweInitInput",(()=>vi)),L(mi,"SiweNonce",(()=>Ii)),L(mi,"TransferSiweInput",(()=>fi));let gi=A.object({message:A.string({invalid_type_error:"Invalid SIWE message"}),signature:A.string({invalid_type_error:"Invalid SIWE signature"}),chainId:A.string().max(41).nullable().default(null),walletClientType:A.string().max(64).nullable().default(null),connectorType:A.string().max(64).nullable().default(null)}),bi=A.object({message:A.string({invalid_type_error:"Invalid SIWE message"}),signature:A.string({invalid_type_error:"Invalid SIWE signature"}),smart_wallet_type:Za}),hi=gi.merge(Vt),yi=A.object({address:Lt}),vi=A.object({address:Lt,token:A.string().optional()}),Ii=A.object({nonce:A.string(),address:A.string(),expires_at:A.string()}),fi=ba.extend({address:Lt,chainId:A.string().max(41).nullable().default(null),walletClientType:A.string().max(64).nullable().default(null),connectorType:A.string().max(64).nullable().default(null)});var Si={};L(Si,"SiwsInput",(()=>Ti)),L(Si,"AuthenticateSiwsInput",(()=>Ei)),L(Si,"SiwsAddressInput",(()=>Ai)),L(Si,"SiwsInitInput",(()=>ki)),L(Si,"SiwsNonce",(()=>Oi));let Ti=A.object({message:A.string({invalid_type_error:"Invalid SIWS message"}),signature:A.string({invalid_type_error:"Invalid SIWS signature"}),walletClientType:A.string().max(64).nullable().default(null),connectorType:A.string().max(64).nullable().default(null)}),Ei=Ti.merge(Vt),Ai=A.object({address:Mt}),ki=A.object({address:Mt,token:A.string().optional()}),Oi=A.object({nonce:A.string(),address:A.string(),expires_at:A.string()});var Pi={};L(Pi,"VerifyPhoneInput",(()=>ji)),L(Pi,"AuthenticatePhoneInput",(()=>wi)),L(Pi,"PasswordlessSmsPhoneInput",(()=>Ci)),L(Pi,"UnlinkPhoneInput",(()=>Ri)),L(Pi,"UpdatePhoneInput",(()=>Di)),L(Pi,"TransferPhoneInput",(()=>Ni));let ji=A.object({code:Ut.catch((()=>{throw new N("Invalid SMS verification code",w.INVALID_CREDENTIALS)})),phoneNumber:Wt.catch((()=>{throw new N("Invalid phone number",w.INVALID_CREDENTIALS)}))}),wi=ji.merge(Vt),Ci=A.object({phoneNumber:Wt.catch((()=>{throw new N("Invalid phone number, not formatted correctly",w.INVALID_DATA)})),token:A.string().optional()}),Ri=A.object({phoneNumber:Wt}),Di=A.object({old_phone_number:Wt,new_phone_number:Wt,code:Ut}),Ni=ba.extend({phoneNumber:Wt});var Ui={};L(Ui,"TelegramAuthenticateInput",(()=>Mi)),L(Ui,"TelegramLinkInput",(()=>Wi)),L(Ui,"TelegramUnlinkInput",(()=>xi)),L(Ui,"TransferTelegramInput",(()=>Fi));let Li=E.object({id:E.coerce.number(),first_name:E.string(),auth_date:E.coerce.number(),hash:E.string(),username:E.string().optional(),last_name:E.string().optional(),photo_url:E.string().optional()}),Mi=E.object({captcha_token:E.string().optional(),telegram_auth_result:Li.optional(),telegram_web_app_data:E.object({query_id:E.string().optional(),auth_date:E.coerce.number(),hash:E.string(),user:E.string(),chat_instance:E.string().optional(),chat_type:E.string().optional(),start_param:E.string().optional(),signature:E.string().optional()}).optional()}).merge(Vt),Wi=Mi.omit({telegram_web_app_data:!0}).required({telegram_auth_result:!0}),xi=E.object({telegram_user_id:E.string()}),Fi=ba.extend({telegram_auth_result:Li});var Gi={};L(Gi,"RefreshTokenInput",(()=>Vi)),L(Gi,"OptionalRefreshTokenInput",(()=>Bi)),L(Gi,"ForkedToken",(()=>Hi));let Vi=A.object({refresh_token:A.string()}),Bi=Vi.partial(),Hi=A.object({token:A.string(),refresh_token:A.string(),new_session_refresh_token:A.string()});var Yi={};L(Yi,"DelegatedActionsConsentInput",(()=>qi));let qi=A.object({encrypted_tee_share:A.string(),app_share:A.string(),delegated_addresses:A.array(A.object({chain_type:A.union([A.literal("solana"),A.literal("ethereum")]),address:A.string(),wallet_index:A.number().default(0)}))});var Ki={};L(Ki,"CAIP2",(()=>$i)),L(Ki,"AuthorizationKeyRole",(()=>Ji)),L(Ki,"WalletApiSolanaSignTransactionRpcInput",(()=>Qi)),L(Ki,"WalletApiSolanaSignAndSendTransactionRpcInput",(()=>Zi)),L(Ki,"WalletApiSolanaSignMessageRpcInput",(()=>eo)),L(Ki,"UnsignedEthereumTransaction",(()=>no)),L(Ki,"WalletApiEthereumSignTransactionRpcInput",(()=>ro)),L(Ki,"WalletApiEthereumSendTransactionRpcInput",(()=>io)),L(Ki,"WalletApiEthereumPersonalSignRpcInputParams",(()=>oo)),L(Ki,"WalletApiEthereumPersonalSignRpcInput",(()=>so)),L(Ki,"WalletApiEthereumSignTypedDataRpcInput",(()=>lo)),L(Ki,"WalletApiEthereumRpcInput",(()=>co)),L(Ki,"WalletApiSolanaRpcInput",(()=>po)),L(Ki,"WalletApiRpcInput",(()=>uo)),L(Ki,"WalletApiSolanaSignTransactionRpcResponse",(()=>_o)),L(Ki,"WalletApiSolanaSignAndSendTransactionRpcResponse",(()=>mo)),L(Ki,"WalletApiSolanaSignMessageRpcResponse",(()=>go)),L(Ki,"WalletApiEthereumSignTransactionRpcResponse",(()=>bo)),L(Ki,"WalletApiEthereumSendTransactionRpcResponse",(()=>ho)),L(Ki,"WalletApiEthereumPersonalSignRpcResponse",(()=>yo)),L(Ki,"WalletApiEthereumSignTypedDataRpcResponse",(()=>vo)),L(Ki,"WalletApiRpcResponse",(()=>Io)),L(Ki,"WalletApiRegisterAuthorizationKeyInput",(()=>fo)),L(Ki,"WalletResponse",(()=>To)),L(Ki,"WalletApiCreateInput",(()=>Eo)),L(Ki,"WalletIdFromPath",(()=>Ao)),L(Ki,"WalletApiRevokeAuthorizationKeyInput",(()=>ko));let $i=A.string().regex(/^[-a-z0-9]{3,8}:[-_a-zA-Z0-9]{1,32}$/,"Chain ID must be a valid CAIP-2 chain ID, e.g. 'eip155:1'"),zi=A.object({address:Mt.optional(),chain_type:A.literal("solana").optional()}),Xi=A.object({address:Lt.optional(),chain_type:A.literal("ethereum").optional()}),Ji=A.enum(["root","manager"]).nullable(),Qi=A.object({method:A.literal("signTransaction"),params:A.object({transaction:A.string(),encoding:A.literal("base64")})}).merge(zi),Zi=A.object({method:A.literal("signAndSendTransaction"),caip2:$i,params:A.object({transaction:A.string(),encoding:A.literal("base64")})}).merge(zi),eo=A.object({method:A.literal("signMessage"),params:A.object({message:A.string(),encoding:A.literal("base64")})}).merge(zi),to=A.string().startsWith("0x"),ao=A.union([to,A.number()]),no=A.object({from:Lt.optional(),to:Lt.optional(),chain_id:ao.optional(),nonce:ao.optional(),data:to.optional(),value:ao.optional(),type:A.union([A.literal(0),A.literal(1),A.literal(2)]).optional(),gas_limit:ao.optional(),gas_price:ao.optional(),max_fee_per_gas:ao.optional(),max_priority_fee_per_gas:ao.optional()}),ro=A.object({method:A.literal("eth_signTransaction"),params:A.object({transaction:no})}).merge(Xi),io=A.object({method:A.literal("eth_sendTransaction"),caip2:$i,params:A.object({transaction:no})}).merge(Xi),oo=A.object({message:A.string(),encoding:A.union([A.literal("utf-8"),A.literal("hex")])}),so=A.object({method:A.literal("personal_sign"),params:oo}).merge(Xi),lo=A.object({method:A.literal("eth_signTypedData_v4"),params:A.object({typed_data:A.object({domain:A.record(A.string(),A.any()),types:A.record(A.string(),A.any()),message:A.record(A.string(),A.any()),primary_type:A.string()})})}).merge(Xi),co=A.discriminatedUnion("method",[ro,io,so,lo]),po=A.discriminatedUnion("method",[Qi,Zi,eo]),uo=A.union([co,po]),_o=A.object({method:A.literal("signTransaction"),data:A.object({signed_transaction:A.string(),encoding:A.literal("base64")})}),mo=A.object({method:A.literal("signAndSendTransaction"),data:A.object({hash:A.string(),caip2:$i}).optional(),error:A.object({code:A.string(),message:A.string()}).optional()}),go=A.object({method:A.literal("signMessage"),data:A.object({signature:A.string(),encoding:A.literal("base64")})}),bo=A.object({method:A.literal("eth_signTransaction"),data:A.object({signed_transaction:A.string(),encoding:A.literal("rlp")})}),ho=A.object({method:A.literal("eth_sendTransaction"),data:A.object({hash:A.string(),caip2:$i}).optional(),error:A.object({code:A.string(),message:A.string()}).optional()}),yo=A.object({method:A.literal("personal_sign"),data:A.object({signature:A.string(),encoding:A.literal("hex")})}),vo=A.object({method:A.literal("eth_signTypedData_v4"),data:A.object({signature:A.string(),encoding:A.literal("hex")})}),Io=A.discriminatedUnion("method",[_o,mo,go,bo,ho,yo,vo]),fo=A.object({public_key:A.string(),role:Ji.optional()}),So=A.union([A.literal("solana"),A.literal("ethereum")]),To=A.object({id:A.string(),address:A.string(),chain_type:So}),Eo=A.object({chain_type:So,policy_id:A.string().optional()}),Ao=A.object({wallet_id:A.string({required_error:"Wallet ID must be provided",invalid_type_error:"Wallet ID is not a valid string"}).min(1)}).catch((({error:e})=>{throw new R(e.message,w.INVALID_DATA)})),ko=A.object({id:A.string()});var Oo={};L(Oo,"MoonpayOnRampSignInput",(()=>Do)),L(Oo,"MoonpayOnRampSignResponse",(()=>No));let Po=A.enum(["ach_bank_transfer","credit_debit_card","gbp_bank_transfer","gbp_open_banking_payment","mobile_wallet","sepa_bank_transfer","sepa_open_banking_payment","pix_instant_payment","yellow_card_bank_transfer"]),jo=A.enum(["AVAX_CCHAIN","CELO_CELO","CUSD_CELO","DAI_ETHEREUM","ETH_ETHEREUM","ETH_ARBITRUM","ETH_OPTIMISM","ETH_POLYGON","ETH_BASE","FIL_FVM","MATIC_ETHEREUM","MATIC_POLYGON","USDC_ETHEREUM","USDC_ARBITRUM","USDC_OPTIMISM","USDC_POLYGON","USDC_BASE","USDT_ETHEREUM","USDT_POLYGON","WETH_POLYGON","WBTC_ETHEREUM","BNB_BNB","BNB_BSC","CELO","CUSD","DAI","ETH","FIL","MATIC","USDC","USDT","WETH","WBTC"]),wo=A.object({quoteCurrencyAmount:A.number().optional(),email:Nt.optional(),paymentMethod:Po.optional(),uiConfig:A.object({accentColor:A.string().optional(),theme:A.enum(["light","dark"]).optional()}).optional()}),Co=A.object({address:Lt,config:wo.extend({currencyCode:jo.transform((e=>{switch(e){case"AVAX_CCHAIN":return"AVAX_CCHAIN";case"CELO_CELO":return"CELO";case"CUSD_CELO":return"CUSD";case"DAI_ETHEREUM":return"DAI";case"ETH_ETHEREUM":return"ETH";case"ETH_ARBITRUM":return"ETH_ARBITRUM";case"ETH_OPTIMISM":return"ETH_OPTIMISM";case"ETH_POLYGON":return"ETH_POLYGON";case"ETH_BASE":return"ETH_BASE";case"FIL_FVM":return"FIL";case"MATIC_ETHEREUM":return"MATIC";case"MATIC_POLYGON":return"MATIC_POLYGON";case"USDC_ETHEREUM":return"USDC";case"USDC_ARBITRUM":return"USDC_ARBITRUM";case"USDC_OPTIMISM":return"USDC_OPTIMISM";case"USDC_POLYGON":return"USDC_POLYGON";case"USDC_BASE":return"USDC_BASE";case"USDT_ETHEREUM":return"USDT";case"USDT_POLYGON":return"USDT_POLYGON";case"WETH_POLYGON":return"WETH";case"WBTC_ETHEREUM":return"WBTC";case"BNB_BNB":return"BNB";case"BNB_BSC":return"BNB_BSC";case"CELO":case"CUSD":case"DAI":case"ETH":case"FIL":case"MATIC":case"USDC":case"USDT":case"WETH":case"WBTC":return e;default:throw Error(`Invalid currency code: ${e}`)}})).optional()})}),Ro=A.object({address:Mt,config:wo.extend({currencyCode:A.enum(["SOL","USDC_SOL"]).optional()})}),Do=A.union([Co,Ro]).and(A.object({useSandbox:A.boolean().optional().default(!1)})),No=A.object({signedUrl:A.string(),externalTransactionId:A.string()});U(Pt,jt),U(Pt,Ct),U(Pt,qt),U(Pt,Kt),U(Pt,aa),U(Pt,Rt),U(Pt,da),U(Pt,$t),U(Pt,_a),U(Pt,ga),U(Pt,Ta),U(Pt,ka),U(Pt,Wa),U(Pt,Va),U(Pt,Ha),U(Pt,br),U(Pt,kr),U(Pt,Vr),U(Pt,Zr),U(Pt,ti),U(Pt,Or),U(Pt,ri),U(Pt,mi),U(Pt,Si),U(Pt,Pi),U(Pt,qa),U(Pt,Ui),U(Pt,Gi),U(Pt,Ya),U(Pt,Yi),U(Pt,Ki),U(Pt,Oo);let Uo={address:S,version:"0.6"},Lo={address:T,version:"0.7"},Mo=({owner:e,smartWalletType:t,publicClient:a})=>{switch(t){case Ka:return v({client:a,entryPoint:Lo,owners:[e],version:"1.4.1"});case $a:return y({client:a,version:"0.3.1",entryPoint:Lo,owners:[e]});case za:return h({client:a,owners:[e],entryPoint:Uo});case Xa:return b({client:a,entryPoint:Uo,owner:e,version:"1.1.0"});case Ja:return async function({client:e,owner:t}){let[a]=await t.request({method:"eth_accounts"});if(!a)throw Error("Unable to request embedded owner for eth_accounts");return await f({client:e,owners:[{type:"local",source:"privy",address:a,sign:async({hash:e})=>await t.request({method:"secp256k1_sign",params:[e]})}]})}({client:a,owner:e});default:throw Error(`Invalid smart account type: ${t}.`)}},Wo=["rpc.zerodev.app","public.pimlico.io","api.pimlico.io"];const xo=({calls:e,chain:t,maxPriorityFeePerGas:a,maxFeePerGas:n,nonce:r})=>e.map((e=>({to:e.to||void 0,data:e.data,value:e.value,chainId:t.id,nonce:r,maxFeePerGas:n,maxPriorityFeePerGas:a}))),Fo=async({chain:e,paymasterContext:t,embeddedWallet:a,user:i,smartWalletsConfig:s,rpcConfig:l,privyAppId:p})=>{if(!s?.enabled||!i||!a)return;let d=await a.getEthereumProvider(),u=s?.configuredNetworks.find((t=>t.chainId===`eip155:${e.id}`));if(!u)throw new c(`The chain ${e.name} (eip155:${e.id}) must be configured in the smart wallet configuration in your dashboard`);let _=i.smartWallet?.smartWalletType??s.smartWalletType,m=o(e,l,p),b=r({chain:e,transport:n(m)}),h=t??u.paymasterContext,y=await(async({owner:e,smartWalletType:t,chain:a,publicClient:r,bundlerUrl:i,paymasterUrl:o,paymasterContext:s})=>{let l=await Mo({owner:e,smartWalletType:t,publicClient:r}),c=I({transport:n(i),entryPoint:l.entryPoint}),p=o?I({transport:n(o),entryPoint:l.entryPoint}):void 0;return g({account:l,chain:a,paymaster:p,paymasterContext:s,bundlerTransport:n(i),userOperation:{estimateFeesPerGas:async()=>{if(Wo.some((e=>i.includes(e))))return await c.getUserOperationGasPrice().then((e=>e.fast));{let e=await r.estimateFeesPerGas(),t=i.includes("api.developer.coinbase.com")?175n:150n;return{...e,maxFeePerGas:e.maxFeePerGas*t/100n,maxPriorityFeePerGas:e.maxPriorityFeePerGas*t/100n}}}}})})({owner:d,smartWalletType:_,chain:e,publicClient:b,paymasterContext:h,...u});if(!y)throw new c(`Failed to create smart wallet client for chain ${e.name} (eip155:${e.id})`);return y},Go=({clientConfig:n,smartWalletsConfig:r})=>{let{noPromptOnSignature:o,openPrivyModal:g,appId:b}=p(),h=s(),{setModalData:y}=u(),{user:v}=d(),{chains:I}=s(),{chainId:f,clients:S,setChainId:T,chainIdState:E}=(()=>{let a=e(),[n,r]=t();return{clients:e({}),setChainId:e=>{a.current=e,r(e)},chainId:a,chainIdState:n}})(),A=I.find((e=>e.id===E)),{wallets:k}=l(),O=a((async()=>f.current),[f]),P=a((async({id:e})=>{if(!S.current[e]){let t=_(k),a=await Fo({chain:I.find((t=>t.id===e)),embeddedWallet:t,user:v,paymasterContext:n?.paymasterContext,smartWalletsConfig:r,rpcConfig:h.rpcConfig,privyAppId:b});a&&(S.current[e]=a)}T(e)}),[I,n,k,v,r]);return{wrapSmartAccountClient:e=>{S.current[e.chain.id]=e,E||T(e.chain.id);return{...e,sendTransaction:async e=>{let t=void 0===h.embeddedWallets.showWalletUIs?h.embeddedWallets.noPromptOnSignature:!h.embeddedWallets.showWalletUIs,a=S.current[f.current];if(!a)throw new c(`Smart wallet client for chain (eip155:${f.current}) not found`);if(t)return o.current=!0,await a.sendTransaction(e).finally((()=>o.current=!1));let n=[];"calls"in e&&void 0!==e.calls?n=[...e.calls]:"to"in e&&(n=[{to:e.to,value:e.value||BigInt(0),data:e.data||"0x"}]);let r=async()=>{if(!a.paymaster)return!1;let{paymasterAndData:t,paymasterData:r}=await a.prepareUserOperation({calls:n,maxFeePerGas:e.maxFeePerGas,maxPriorityFeePerGas:e.maxPriorityFeePerGas,nonce:e.nonce?BigInt(e.nonce):void 0});return Number(t??r??0)>0};return new Promise((async(t,s)=>{o.current=!0;let{entropyId:l,entropyIdVerifier:c}=i(v);y({connectWallet:{entropyId:l,entropyIdVerifier:c,onCompleteNavigateTo:m.EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN,onFailure:()=>{}},sendTransaction:{transactionRequests:xo({calls:n,chain:a.chain,maxPriorityFeePerGas:e.maxPriorityFeePerGas,maxFeePerGas:e.maxFeePerGas,nonce:e.nonce?BigInt(e.nonce):void 0}),entropyId:l,entropyIdVerifier:c,transactingWallet:{address:a.account.address,walletIndex:null},getIsSponsored:r,onConfirm:()=>a.sendTransaction(e),onSuccess:e=>t(e.hash),onFailure:s,uiOptions:{}}}),g(m.EMBEDDED_WALLET_CONNECTING_SCREEN)})).finally((()=>{o.current=!1}))},signMessage:async({message:e})=>{let t=void 0===h.embeddedWallets.showWalletUIs?h.embeddedWallets.noPromptOnSignature:!h.embeddedWallets.showWalletUIs,a=S.current[f.current];if(!a)throw new c(`Smart wallet client for chain (eip155:${f.current}) not found`);return t?(o.current=!0,await a.signMessage({message:e}).finally((()=>o.current=!1))):new Promise((async(t,n)=>{let{entropyId:r,entropyIdVerifier:s}=i(v);o.current=!0,y({connectWallet:{entropyId:r,entropyIdVerifier:s,onCompleteNavigateTo:m.EMBEDDED_WALLET_SIGN_REQUEST_SCREEN,onFailure:()=>{}},signMessage:{method:"personal_sign",data:e,confirmAndSign:()=>a.signMessage({message:e}),onSuccess:e=>t(e),onFailure:n,uiOptions:{}}}),g(m.EMBEDDED_WALLET_CONNECTING_SCREEN)})).finally((()=>{o.current=!1}))},signTypedData:async e=>{let t=void 0===h.embeddedWallets.showWalletUIs?h.embeddedWallets.noPromptOnSignature:!h.embeddedWallets.showWalletUIs,a=S.current[f.current];if(!a)throw new c(`Smart wallet client for chain (eip155:${f.current}) not found`);return t?(o.current=!0,await a.signTypedData(e).finally((()=>o.current=!1))):new Promise((async(t,n)=>{o.current=!0;let{entropyId:r,entropyIdVerifier:s}=i(v);y({connectWallet:{entropyId:r,entropyIdVerifier:s,onCompleteNavigateTo:m.EMBEDDED_WALLET_SIGN_REQUEST_SCREEN,onFailure:()=>{}},signMessage:{method:"eth_signTypedData_v4",data:e,confirmAndSign:()=>a.signTypedData(e),onSuccess:e=>t(e),onFailure:n,uiOptions:{}}}),g(m.EMBEDDED_WALLET_CONNECTING_SCREEN)})).finally((()=>{o.current=!1}))},getChainId:O,chain:A,switchChain:P}}}};export{xo as c,Fo as g,Go as u};