@daimo/pay 1.19.4 → 1.19.6

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 (636) hide show
  1. package/build/_virtual/common.js +4 -0
  2. package/build/_virtual/common.js.map +1 -0
  3. package/build/_virtual/common2.js +4 -0
  4. package/build/_virtual/common2.js.map +1 -0
  5. package/build/_virtual/hash.js +4 -0
  6. package/build/_virtual/hash.js.map +1 -0
  7. package/build/_virtual/hash2.js +4 -0
  8. package/build/_virtual/hash2.js.map +1 -0
  9. package/build/_virtual/index.js +4 -0
  10. package/build/_virtual/index.js.map +1 -0
  11. package/build/_virtual/index2.js +4 -0
  12. package/build/_virtual/index2.js.map +1 -0
  13. package/build/_virtual/inherits_browser.js +4 -0
  14. package/build/_virtual/inherits_browser.js.map +1 -0
  15. package/build/_virtual/ripemd.js +4 -0
  16. package/build/_virtual/ripemd.js.map +1 -0
  17. package/build/_virtual/sha.js +4 -0
  18. package/build/_virtual/sha.js.map +1 -0
  19. package/build/_virtual/utils.js +4 -0
  20. package/build/_virtual/utils.js.map +1 -0
  21. package/build/node_modules/@binance/w3w-utils/dist/index.js +7 -0
  22. package/build/node_modules/@binance/w3w-utils/dist/index.js.map +1 -0
  23. package/build/node_modules/@binance/w3w-utils/node_modules/eventemitter3/index.js +349 -0
  24. package/build/node_modules/@binance/w3w-utils/node_modules/eventemitter3/index.js.map +1 -0
  25. package/build/node_modules/hash.js/lib/hash/common.js +105 -0
  26. package/build/node_modules/hash.js/lib/hash/common.js.map +1 -0
  27. package/build/node_modules/hash.js/lib/hash/hmac.js +60 -0
  28. package/build/node_modules/hash.js/lib/hash/hmac.js.map +1 -0
  29. package/build/node_modules/hash.js/lib/hash/ripemd.js +159 -0
  30. package/build/node_modules/hash.js/lib/hash/ripemd.js.map +1 -0
  31. package/build/node_modules/hash.js/lib/hash/sha/1.js +88 -0
  32. package/build/node_modules/hash.js/lib/hash/sha/1.js.map +1 -0
  33. package/build/node_modules/hash.js/lib/hash/sha/224.js +42 -0
  34. package/build/node_modules/hash.js/lib/hash/sha/224.js.map +1 -0
  35. package/build/node_modules/hash.js/lib/hash/sha/256.js +120 -0
  36. package/build/node_modules/hash.js/lib/hash/sha/256.js.map +1 -0
  37. package/build/node_modules/hash.js/lib/hash/sha/384.js +48 -0
  38. package/build/node_modules/hash.js/lib/hash/sha/384.js.map +1 -0
  39. package/build/node_modules/hash.js/lib/hash/sha/512.js +344 -0
  40. package/build/node_modules/hash.js/lib/hash/sha/512.js.map +1 -0
  41. package/build/node_modules/hash.js/lib/hash/sha/common.js +61 -0
  42. package/build/node_modules/hash.js/lib/hash/sha/common.js.map +1 -0
  43. package/build/node_modules/hash.js/lib/hash/sha.js +23 -0
  44. package/build/node_modules/hash.js/lib/hash/sha.js.map +1 -0
  45. package/build/node_modules/hash.js/lib/hash/utils.js +291 -0
  46. package/build/node_modules/hash.js/lib/hash/utils.js.map +1 -0
  47. package/build/node_modules/hash.js/lib/hash.js +34 -0
  48. package/build/node_modules/hash.js/lib/hash.js.map +1 -0
  49. package/build/node_modules/inherits/inherits_browser.js +39 -0
  50. package/build/node_modules/inherits/inherits_browser.js.map +1 -0
  51. package/build/node_modules/minimalistic-assert/index.js +22 -0
  52. package/build/node_modules/minimalistic-assert/index.js.map +1 -0
  53. package/build/package.json.js +2 -2
  54. package/build/{connectkit → pay/packages/connectkit}/package.json.js +13 -7
  55. package/build/{connectkit → pay/packages/connectkit}/package.json.js.map +1 -1
  56. package/build/pay/packages/connectkit/src/assets/MobileWithLogos.js.map +1 -0
  57. package/build/pay/packages/connectkit/src/assets/ScanIconWithLogos.js.map +1 -0
  58. package/build/pay/packages/connectkit/src/assets/browsers.js.map +1 -0
  59. package/build/pay/packages/connectkit/src/assets/chains.js +639 -0
  60. package/build/pay/packages/connectkit/src/assets/chains.js.map +1 -0
  61. package/build/pay/packages/connectkit/src/assets/icons.js.map +1 -0
  62. package/build/{connectkit → pay/packages/connectkit}/src/assets/logos.js +106 -4
  63. package/build/pay/packages/connectkit/src/assets/logos.js.map +1 -0
  64. package/build/pay/packages/connectkit/src/assets/wave.js.map +1 -0
  65. package/build/pay/packages/connectkit/src/components/Common/Alert/index.js.map +1 -0
  66. package/build/pay/packages/connectkit/src/components/Common/Alert/styles.js.map +1 -0
  67. package/build/pay/packages/connectkit/src/components/Common/AmountInput/AmountInputField.js.map +1 -0
  68. package/build/pay/packages/connectkit/src/components/Common/AmountInput/index.js.map +1 -0
  69. package/build/pay/packages/connectkit/src/components/Common/Avatar/index.js.map +1 -0
  70. package/build/pay/packages/connectkit/src/components/Common/Avatar/styles.js.map +1 -0
  71. package/build/pay/packages/connectkit/src/components/Common/BrowserIcon/index.js.map +1 -0
  72. package/build/pay/packages/connectkit/src/components/Common/BrowserIcon/styles.js.map +1 -0
  73. package/build/pay/packages/connectkit/src/components/Common/Button/index.js.map +1 -0
  74. package/build/pay/packages/connectkit/src/components/Common/Button/styles.js.map +1 -0
  75. package/build/pay/packages/connectkit/src/components/Common/Chain/index.js.map +1 -0
  76. package/build/pay/packages/connectkit/src/components/Common/Chain/styles.js.map +1 -0
  77. package/build/pay/packages/connectkit/src/components/Common/ChainSelectList/index.js.map +1 -0
  78. package/build/pay/packages/connectkit/src/components/Common/ChainSelectList/styles.js.map +1 -0
  79. package/build/pay/packages/connectkit/src/components/Common/CircleTimer.js.map +1 -0
  80. package/build/{connectkit → pay/packages/connectkit}/src/components/Common/ConnectorList/index.js +21 -20
  81. package/build/pay/packages/connectkit/src/components/Common/ConnectorList/index.js.map +1 -0
  82. package/build/pay/packages/connectkit/src/components/Common/ConnectorList/styles.js.map +1 -0
  83. package/build/pay/packages/connectkit/src/components/Common/CopyToClipboard/CopyToClipboardIcon.js.map +1 -0
  84. package/build/{connectkit → pay/packages/connectkit}/src/components/Common/CustomQRCode/QRCode.js +25 -21
  85. package/build/pay/packages/connectkit/src/components/Common/CustomQRCode/QRCode.js.map +1 -0
  86. package/build/{connectkit → pay/packages/connectkit}/src/components/Common/CustomQRCode/index.js +22 -4
  87. package/build/pay/packages/connectkit/src/components/Common/CustomQRCode/index.js.map +1 -0
  88. package/build/{connectkit → pay/packages/connectkit}/src/components/Common/CustomQRCode/styles.js +3 -0
  89. package/build/pay/packages/connectkit/src/components/Common/CustomQRCode/styles.js.map +1 -0
  90. package/build/pay/packages/connectkit/src/components/Common/FitText/index.js.map +1 -0
  91. package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Modal/index.js +33 -9
  92. package/build/pay/packages/connectkit/src/components/Common/Modal/index.js.map +1 -0
  93. package/build/pay/packages/connectkit/src/components/Common/Modal/styles.js.map +1 -0
  94. package/build/pay/packages/connectkit/src/components/Common/OptionsList/index.js.map +1 -0
  95. package/build/pay/packages/connectkit/src/components/Common/OptionsList/styles.js.map +1 -0
  96. package/build/{connectkit → pay/packages/connectkit}/src/components/Common/OrderHeader/index.js +2 -46
  97. package/build/pay/packages/connectkit/src/components/Common/OrderHeader/index.js.map +1 -0
  98. package/build/pay/packages/connectkit/src/components/Common/PaymentBreakdown/index.js.map +1 -0
  99. package/build/pay/packages/connectkit/src/components/Common/Portal/index.js.map +1 -0
  100. package/build/pay/packages/connectkit/src/components/Common/PoweredByFooter/index.js +39 -0
  101. package/build/pay/packages/connectkit/src/components/Common/PoweredByFooter/index.js.map +1 -0
  102. package/build/pay/packages/connectkit/src/components/Common/ScrollArea/index.js.map +1 -0
  103. package/build/pay/packages/connectkit/src/components/Common/ScrollArea/styles.js.map +1 -0
  104. package/build/{connectkit → pay/packages/connectkit}/src/components/Common/SelectAnotherMethodButton/index.js +4 -4
  105. package/build/pay/packages/connectkit/src/components/Common/SelectAnotherMethodButton/index.js.map +1 -0
  106. package/build/pay/packages/connectkit/src/components/Common/Spinner/index.js.map +1 -0
  107. package/build/pay/packages/connectkit/src/components/Common/Spinner/styles.js.map +1 -0
  108. package/build/pay/packages/connectkit/src/components/Common/SwitchButton/index.js.map +1 -0
  109. package/build/pay/packages/connectkit/src/components/Common/ThemedButton/index.js.map +1 -0
  110. package/build/pay/packages/connectkit/src/components/Common/ThemedButton/styles.js.map +1 -0
  111. package/build/pay/packages/connectkit/src/components/Common/TokenChainLogo/index.js.map +1 -0
  112. package/build/pay/packages/connectkit/src/components/Common/Tooltip/index.js.map +1 -0
  113. package/build/pay/packages/connectkit/src/components/Common/Tooltip/styles.js.map +1 -0
  114. package/build/pay/packages/connectkit/src/components/Common/WalletChainLogo/index.js.map +1 -0
  115. package/build/{connectkit → pay/packages/connectkit}/src/components/DaimoPayButton/index.js +1 -2
  116. package/build/pay/packages/connectkit/src/components/DaimoPayButton/index.js.map +1 -0
  117. package/build/pay/packages/connectkit/src/components/DaimoPayButton/styles.js.map +1 -0
  118. package/build/{connectkit → pay/packages/connectkit}/src/components/DaimoPayModal/ConnectUsing.js +8 -6
  119. package/build/pay/packages/connectkit/src/components/DaimoPayModal/ConnectUsing.js.map +1 -0
  120. package/build/{connectkit → pay/packages/connectkit}/src/components/DaimoPayModal/ConnectWithInjector/index.js +13 -9
  121. package/build/pay/packages/connectkit/src/components/DaimoPayModal/ConnectWithInjector/index.js.map +1 -0
  122. package/build/pay/packages/connectkit/src/components/DaimoPayModal/ConnectWithInjector/styles.js.map +1 -0
  123. package/build/pay/packages/connectkit/src/components/DaimoPayModal/ConnectWithQRCode.js +86 -0
  124. package/build/pay/packages/connectkit/src/components/DaimoPayModal/ConnectWithQRCode.js.map +1 -0
  125. package/build/{connectkit → pay/packages/connectkit}/src/components/DaimoPayModal/index.js +193 -50
  126. package/build/pay/packages/connectkit/src/components/DaimoPayModal/index.js.map +1 -0
  127. package/build/pay/packages/connectkit/src/components/DaimoPayThemeProvider/DaimoPayThemeProvider.js.map +1 -0
  128. package/build/pay/packages/connectkit/src/components/Pages/About/graphics.js.map +1 -0
  129. package/build/pay/packages/connectkit/src/components/Pages/About/index.js.map +1 -0
  130. package/build/pay/packages/connectkit/src/components/Pages/About/styles.js.map +1 -0
  131. package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/Confirmation/index.js +8 -10
  132. package/build/pay/packages/connectkit/src/components/Pages/Confirmation/index.js.map +1 -0
  133. package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/Connectors/index.js +0 -2
  134. package/build/pay/packages/connectkit/src/components/Pages/Connectors/index.js.map +1 -0
  135. package/build/pay/packages/connectkit/src/components/Pages/Error/index.js.map +1 -0
  136. package/build/pay/packages/connectkit/src/components/Pages/MobileConnectors/index.js +108 -0
  137. package/build/pay/packages/connectkit/src/components/Pages/MobileConnectors/index.js.map +1 -0
  138. package/build/pay/packages/connectkit/src/components/Pages/MobileConnectors/styles.js.map +1 -0
  139. package/build/pay/packages/connectkit/src/components/Pages/Onboarding/index.js.map +1 -0
  140. package/build/pay/packages/connectkit/src/components/Pages/Onboarding/styles.js.map +1 -0
  141. package/build/pay/packages/connectkit/src/components/Pages/PayWithToken/index.js.map +1 -0
  142. package/build/pay/packages/connectkit/src/components/Pages/SelectAmount/index.js.map +1 -0
  143. package/build/pay/packages/connectkit/src/components/Pages/SelectDepositAddressAmount/index.js.map +1 -0
  144. package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectDepositAddressChain/index.js +12 -4
  145. package/build/pay/packages/connectkit/src/components/Pages/SelectDepositAddressChain/index.js.map +1 -0
  146. package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectExchange/index.js +24 -3
  147. package/build/pay/packages/connectkit/src/components/Pages/SelectExchange/index.js.map +1 -0
  148. package/build/pay/packages/connectkit/src/components/Pages/SelectExternalAmount/index.js.map +1 -0
  149. package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectMethod/index.js +116 -31
  150. package/build/pay/packages/connectkit/src/components/Pages/SelectMethod/index.js.map +1 -0
  151. package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectToken/index.js +3 -1
  152. package/build/pay/packages/connectkit/src/components/Pages/SelectToken/index.js.map +1 -0
  153. package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectWalletAmount/index.js +11 -6
  154. package/build/pay/packages/connectkit/src/components/Pages/SelectWalletAmount/index.js.map +1 -0
  155. package/build/pay/packages/connectkit/src/components/Pages/SelectWalletChain/index.js.map +1 -0
  156. package/build/pay/packages/connectkit/src/components/Pages/SelectZKP/index.js.map +1 -0
  157. package/build/pay/packages/connectkit/src/components/Pages/Solana/ConnectorSolana/index.js.map +1 -0
  158. package/build/pay/packages/connectkit/src/components/Pages/Solana/PayWithSolanaToken/index.js.map +1 -0
  159. package/build/pay/packages/connectkit/src/components/Pages/Solana/SelectSolanaAmount/index.js.map +1 -0
  160. package/build/pay/packages/connectkit/src/components/Pages/SwitchNetworks/index.js.map +1 -0
  161. package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/WaitingDepositAddress/index.js +88 -5
  162. package/build/pay/packages/connectkit/src/components/Pages/WaitingDepositAddress/index.js.map +1 -0
  163. package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/WaitingExternal/index.js +88 -3
  164. package/build/pay/packages/connectkit/src/components/Pages/WaitingExternal/index.js.map +1 -0
  165. package/build/pay/packages/connectkit/src/components/Pages/WaitingWallet/index.js.map +1 -0
  166. package/build/pay/packages/connectkit/src/components/Pages/Warning/index.js +56 -0
  167. package/build/pay/packages/connectkit/src/components/Pages/Warning/index.js.map +1 -0
  168. package/build/pay/packages/connectkit/src/components/Spinners/CircleSpinner/index.js.map +1 -0
  169. package/build/pay/packages/connectkit/src/components/Spinners/CircleSpinner/styles.js.map +1 -0
  170. package/build/pay/packages/connectkit/src/components/Spinners/ExternalPaymentSpinner/index.js.map +1 -0
  171. package/build/pay/packages/connectkit/src/components/Spinners/SquircleSpinner/index.js.map +1 -0
  172. package/build/pay/packages/connectkit/src/components/Spinners/SquircleSpinner/styles.js.map +1 -0
  173. package/build/pay/packages/connectkit/src/components/Spinners/TokenLogoSpinner/index.js.map +1 -0
  174. package/build/pay/packages/connectkit/src/components/Spinners/TokenLogoSpinner/styles.js.map +1 -0
  175. package/build/pay/packages/connectkit/src/components/Spinners/WalletPaymentSpinner/index.js.map +1 -0
  176. package/build/pay/packages/connectkit/src/components/Spinners/styles.js.map +1 -0
  177. package/build/pay/packages/connectkit/src/constants/defaultTheme.js.map +1 -0
  178. package/build/pay/packages/connectkit/src/constants/limits.js +4 -0
  179. package/build/pay/packages/connectkit/src/constants/limits.js.map +1 -0
  180. package/build/pay/packages/connectkit/src/constants/paymentOptions.js +62 -0
  181. package/build/pay/packages/connectkit/src/constants/paymentOptions.js.map +1 -0
  182. package/build/{connectkit → pay/packages/connectkit}/src/constants/routes.js +0 -1
  183. package/build/pay/packages/connectkit/src/constants/routes.js.map +1 -0
  184. package/build/pay/packages/connectkit/src/constants/wallets.js +7 -0
  185. package/build/pay/packages/connectkit/src/constants/wallets.js.map +1 -0
  186. package/build/{connectkit → pay/packages/connectkit}/src/defaultConfig.js +2 -1
  187. package/build/pay/packages/connectkit/src/defaultConfig.js.map +1 -0
  188. package/build/pay/packages/connectkit/src/defaultConnectors.js.map +1 -0
  189. package/build/pay/packages/connectkit/src/hooks/useChainIsSupported.js.map +1 -0
  190. package/build/pay/packages/connectkit/src/hooks/useChains.js.map +1 -0
  191. package/build/pay/packages/connectkit/src/hooks/useConnect.js.map +1 -0
  192. package/build/pay/packages/connectkit/src/hooks/useConnectCallback.js.map +1 -0
  193. package/build/pay/packages/connectkit/src/hooks/useConnectors.js +20 -0
  194. package/build/pay/packages/connectkit/src/hooks/useConnectors.js.map +1 -0
  195. package/build/{connectkit → pay/packages/connectkit}/src/hooks/useDaimoPay.js +25 -1
  196. package/build/pay/packages/connectkit/src/hooks/useDaimoPay.js.map +1 -0
  197. package/build/pay/packages/connectkit/src/hooks/useDaimoPayStatus.js.map +1 -0
  198. package/build/pay/packages/connectkit/src/hooks/useDaimoPayUI.js.map +1 -0
  199. package/build/pay/packages/connectkit/src/hooks/useDepositAddressOptions.js.map +1 -0
  200. package/build/pay/packages/connectkit/src/hooks/useEnsFallbackConfig.js.map +1 -0
  201. package/build/{connectkit → pay/packages/connectkit}/src/hooks/useExternalPaymentOptions.js +19 -4
  202. package/build/pay/packages/connectkit/src/hooks/useExternalPaymentOptions.js.map +1 -0
  203. package/build/pay/packages/connectkit/src/hooks/useFitText.js.map +1 -0
  204. package/build/pay/packages/connectkit/src/hooks/useFocusTrap.js.map +1 -0
  205. package/build/pay/packages/connectkit/src/hooks/useIsMobile.js.map +1 -0
  206. package/build/pay/packages/connectkit/src/hooks/useIsMounted.js.map +1 -0
  207. package/build/pay/packages/connectkit/src/hooks/useLastConnector.js.map +1 -0
  208. package/build/pay/packages/connectkit/src/hooks/useLocales.js.map +1 -0
  209. package/build/pay/packages/connectkit/src/hooks/useLockBodyScroll.js.map +1 -0
  210. package/build/pay/packages/connectkit/src/hooks/useOrderUsdLimits.js.map +1 -0
  211. package/build/pay/packages/connectkit/src/hooks/usePayContext.js.map +1 -0
  212. package/build/{connectkit → pay/packages/connectkit}/src/hooks/usePaymentState.js +52 -18
  213. package/build/pay/packages/connectkit/src/hooks/usePaymentState.js.map +1 -0
  214. package/build/pay/packages/connectkit/src/hooks/usePrevious.js.map +1 -0
  215. package/build/{connectkit → pay/packages/connectkit}/src/hooks/useSolanaPaymentOptions.js +2 -4
  216. package/build/pay/packages/connectkit/src/hooks/useSolanaPaymentOptions.js.map +1 -0
  217. package/build/pay/packages/connectkit/src/hooks/useTokenOptions.js.map +1 -0
  218. package/build/pay/packages/connectkit/src/hooks/useUntronAvailability.js.map +1 -0
  219. package/build/pay/packages/connectkit/src/hooks/useWalletPaymentOptions.js.map +1 -0
  220. package/build/pay/packages/connectkit/src/hooks/useWindowSize.js.map +1 -0
  221. package/build/pay/packages/connectkit/src/localizations/index.js.map +1 -0
  222. package/build/pay/packages/connectkit/src/localizations/locales/ar-AE.js.map +1 -0
  223. package/build/pay/packages/connectkit/src/localizations/locales/ca-AD.js.map +1 -0
  224. package/build/pay/packages/connectkit/src/localizations/locales/ee-EE.js.map +1 -0
  225. package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/en-US.js +9 -3
  226. package/build/pay/packages/connectkit/src/localizations/locales/en-US.js.map +1 -0
  227. package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/es-ES.js +9 -2
  228. package/build/pay/packages/connectkit/src/localizations/locales/es-ES.js.map +1 -0
  229. package/build/pay/packages/connectkit/src/localizations/locales/fa-IR.js.map +1 -0
  230. package/build/pay/packages/connectkit/src/localizations/locales/fr-FR.js.map +1 -0
  231. package/build/pay/packages/connectkit/src/localizations/locales/ja-JP.js.map +1 -0
  232. package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/pt-BR.js +45 -1
  233. package/build/pay/packages/connectkit/src/localizations/locales/pt-BR.js.map +1 -0
  234. package/build/pay/packages/connectkit/src/localizations/locales/ru-RU.js.map +1 -0
  235. package/build/pay/packages/connectkit/src/localizations/locales/tr-TR.js.map +1 -0
  236. package/build/pay/packages/connectkit/src/localizations/locales/vi-VN.js.map +1 -0
  237. package/build/pay/packages/connectkit/src/localizations/locales/zh-CN.js.map +1 -0
  238. package/build/{connectkit → pay/packages/connectkit}/src/payment/paymentEffects.js +1 -2
  239. package/build/pay/packages/connectkit/src/payment/paymentEffects.js.map +1 -0
  240. package/build/{connectkit → pay/packages/connectkit}/src/payment/paymentFsm.js +40 -0
  241. package/build/pay/packages/connectkit/src/payment/paymentFsm.js.map +1 -0
  242. package/build/pay/packages/connectkit/src/payment/paymentStore.js.map +1 -0
  243. package/build/pay/packages/connectkit/src/payment/paymentUtils.js.map +1 -0
  244. package/build/{connectkit → pay/packages/connectkit}/src/provider/DaimoPayProvider.js +0 -1
  245. package/build/pay/packages/connectkit/src/provider/DaimoPayProvider.js.map +1 -0
  246. package/build/pay/packages/connectkit/src/provider/PayContext.js.map +1 -0
  247. package/build/pay/packages/connectkit/src/provider/PaymentProvider.js.map +1 -0
  248. package/build/pay/packages/connectkit/src/provider/SolanaContextProvider.js.map +1 -0
  249. package/build/pay/packages/connectkit/src/provider/Web3ContextProvider.js.map +1 -0
  250. package/build/pay/packages/connectkit/src/stateStore.js.map +1 -0
  251. package/build/pay/packages/connectkit/src/styles/defaultTheme.js.map +1 -0
  252. package/build/pay/packages/connectkit/src/styles/index.js.map +1 -0
  253. package/build/pay/packages/connectkit/src/styles/styled/index.js.map +1 -0
  254. package/build/pay/packages/connectkit/src/styles/themes/base.js.map +1 -0
  255. package/build/pay/packages/connectkit/src/styles/themes/index.js.map +1 -0
  256. package/build/pay/packages/connectkit/src/styles/themes/midnight.js.map +1 -0
  257. package/build/pay/packages/connectkit/src/styles/themes/minimal.js.map +1 -0
  258. package/build/pay/packages/connectkit/src/styles/themes/nouns.js.map +1 -0
  259. package/build/pay/packages/connectkit/src/styles/themes/retro.js.map +1 -0
  260. package/build/pay/packages/connectkit/src/styles/themes/rounded.js.map +1 -0
  261. package/build/pay/packages/connectkit/src/styles/themes/soft.js.map +1 -0
  262. package/build/pay/packages/connectkit/src/styles/themes/web95.js.map +1 -0
  263. package/build/pay/packages/connectkit/src/utils/exports.js.map +1 -0
  264. package/build/pay/packages/connectkit/src/utils/format.js.map +1 -0
  265. package/build/pay/packages/connectkit/src/utils/index.js.map +1 -0
  266. package/build/pay/packages/connectkit/src/utils/p3.js.map +1 -0
  267. package/build/pay/packages/connectkit/src/utils/platform.js.map +1 -0
  268. package/build/pay/packages/connectkit/src/utils/polling.js.map +1 -0
  269. package/build/pay/packages/connectkit/src/utils/supportUrl.js.map +1 -0
  270. package/build/pay/packages/connectkit/src/utils/trpc.js.map +1 -0
  271. package/build/pay/packages/connectkit/src/utils/validateInput.js.map +1 -0
  272. package/build/pay/packages/connectkit/src/wallets/index.js.map +1 -0
  273. package/build/{connectkit → pay/packages/connectkit}/src/wallets/useWallets.js +106 -35
  274. package/build/pay/packages/connectkit/src/wallets/useWallets.js.map +1 -0
  275. package/build/{connectkit → pay/packages/connectkit}/src/wallets/walletConfigs.js +80 -76
  276. package/build/pay/packages/connectkit/src/wallets/walletConfigs.js.map +1 -0
  277. package/build/{connectkit → pay/packages/connectkit}/src/world-mini-app/WorldPayButton.js +19 -2
  278. package/build/pay/packages/connectkit/src/world-mini-app/WorldPayButton.js.map +1 -0
  279. package/build/pay/packages/connectkit/src/world-mini-app/promptWorldPayment.js.map +1 -0
  280. package/build/pay/packages/connectkit/src/world-mini-app/useWithdrawToWorld.js +76 -0
  281. package/build/pay/packages/connectkit/src/world-mini-app/useWithdrawToWorld.js.map +1 -0
  282. package/build/pay/packages/connectkit/src/world-mini-app/useWorldSignIn.js +74 -0
  283. package/build/pay/packages/connectkit/src/world-mini-app/useWorldSignIn.js.map +1 -0
  284. package/build/pay/packages/connectkit/src/world.js +4 -0
  285. package/build/{connectkit → pay/packages/connectkit}/src/world.js.map +1 -1
  286. package/build/src/assets/chains.js +26 -1
  287. package/build/src/assets/chains.js.map +1 -1
  288. package/build/src/components/Common/PoweredByFooter/index.js +10 -37
  289. package/build/src/components/Common/PoweredByFooter/index.js.map +1 -1
  290. package/build/src/components/DaimoPayModal/ConnectWithQRCode.js +3 -0
  291. package/build/src/components/DaimoPayModal/ConnectWithQRCode.js.map +1 -1
  292. package/build/src/components/Pages/Confirmation/index.js +8 -10
  293. package/build/src/components/Pages/Confirmation/index.js.map +1 -1
  294. package/build/src/defaultConfig.js +2 -1
  295. package/build/src/defaultConfig.js.map +1 -1
  296. package/build/src/payment/paymentEffects.js +9 -7
  297. package/build/src/payment/paymentEffects.js.map +1 -1
  298. package/build/src/provider/DaimoPayProvider.js +9 -1
  299. package/build/src/provider/DaimoPayProvider.js.map +1 -1
  300. package/build/src/provider/PaymentProvider.js +9 -3
  301. package/build/src/provider/PaymentProvider.js.map +1 -1
  302. package/build/src/utils/polling.js +14 -5
  303. package/build/src/utils/polling.js.map +1 -1
  304. package/package.json +2 -2
  305. package/build/connectkit/src/assets/MobileWithLogos.js.map +0 -1
  306. package/build/connectkit/src/assets/ScanIconWithLogos.js.map +0 -1
  307. package/build/connectkit/src/assets/browsers.js.map +0 -1
  308. package/build/connectkit/src/assets/chains.js +0 -648
  309. package/build/connectkit/src/assets/chains.js.map +0 -1
  310. package/build/connectkit/src/assets/coins.js +0 -43
  311. package/build/connectkit/src/assets/coins.js.map +0 -1
  312. package/build/connectkit/src/assets/icons.js.map +0 -1
  313. package/build/connectkit/src/assets/logos.js.map +0 -1
  314. package/build/connectkit/src/assets/wave.js.map +0 -1
  315. package/build/connectkit/src/components/Common/Alert/index.js.map +0 -1
  316. package/build/connectkit/src/components/Common/Alert/styles.js.map +0 -1
  317. package/build/connectkit/src/components/Common/AmountInput/AmountInputField.js.map +0 -1
  318. package/build/connectkit/src/components/Common/AmountInput/index.js.map +0 -1
  319. package/build/connectkit/src/components/Common/Avatar/index.js.map +0 -1
  320. package/build/connectkit/src/components/Common/Avatar/styles.js.map +0 -1
  321. package/build/connectkit/src/components/Common/BrowserIcon/index.js.map +0 -1
  322. package/build/connectkit/src/components/Common/BrowserIcon/styles.js.map +0 -1
  323. package/build/connectkit/src/components/Common/Button/index.js.map +0 -1
  324. package/build/connectkit/src/components/Common/Button/styles.js.map +0 -1
  325. package/build/connectkit/src/components/Common/Chain/index.js.map +0 -1
  326. package/build/connectkit/src/components/Common/Chain/styles.js.map +0 -1
  327. package/build/connectkit/src/components/Common/ChainSelectList/index.js.map +0 -1
  328. package/build/connectkit/src/components/Common/ChainSelectList/styles.js.map +0 -1
  329. package/build/connectkit/src/components/Common/CircleTimer.js.map +0 -1
  330. package/build/connectkit/src/components/Common/ConnectorList/index.js.map +0 -1
  331. package/build/connectkit/src/components/Common/ConnectorList/styles.js.map +0 -1
  332. package/build/connectkit/src/components/Common/CopyToClipboard/CopyToClipboardIcon.js.map +0 -1
  333. package/build/connectkit/src/components/Common/CopyToClipboard/index.js +0 -33
  334. package/build/connectkit/src/components/Common/CopyToClipboard/index.js.map +0 -1
  335. package/build/connectkit/src/components/Common/CustomQRCode/QRCode.js.map +0 -1
  336. package/build/connectkit/src/components/Common/CustomQRCode/index.js.map +0 -1
  337. package/build/connectkit/src/components/Common/CustomQRCode/styles.js.map +0 -1
  338. package/build/connectkit/src/components/Common/FitText/index.js.map +0 -1
  339. package/build/connectkit/src/components/Common/Modal/index.js.map +0 -1
  340. package/build/connectkit/src/components/Common/Modal/styles.js.map +0 -1
  341. package/build/connectkit/src/components/Common/OptionsList/index.js.map +0 -1
  342. package/build/connectkit/src/components/Common/OptionsList/styles.js.map +0 -1
  343. package/build/connectkit/src/components/Common/OrderHeader/index.js.map +0 -1
  344. package/build/connectkit/src/components/Common/PaymentBreakdown/index.js.map +0 -1
  345. package/build/connectkit/src/components/Common/Portal/index.js.map +0 -1
  346. package/build/connectkit/src/components/Common/PoweredByFooter/index.js +0 -66
  347. package/build/connectkit/src/components/Common/PoweredByFooter/index.js.map +0 -1
  348. package/build/connectkit/src/components/Common/ScrollArea/index.js.map +0 -1
  349. package/build/connectkit/src/components/Common/ScrollArea/styles.js.map +0 -1
  350. package/build/connectkit/src/components/Common/SelectAnotherMethodButton/index.js.map +0 -1
  351. package/build/connectkit/src/components/Common/Spinner/index.js.map +0 -1
  352. package/build/connectkit/src/components/Common/Spinner/styles.js.map +0 -1
  353. package/build/connectkit/src/components/Common/SwitchButton/index.js.map +0 -1
  354. package/build/connectkit/src/components/Common/ThemedButton/index.js.map +0 -1
  355. package/build/connectkit/src/components/Common/ThemedButton/styles.js.map +0 -1
  356. package/build/connectkit/src/components/Common/TokenChainLogo/index.js.map +0 -1
  357. package/build/connectkit/src/components/Common/Tooltip/index.js.map +0 -1
  358. package/build/connectkit/src/components/Common/Tooltip/styles.js.map +0 -1
  359. package/build/connectkit/src/components/Common/WalletChainLogo/index.js.map +0 -1
  360. package/build/connectkit/src/components/DaimoPayButton/index.js.map +0 -1
  361. package/build/connectkit/src/components/DaimoPayButton/styles.js.map +0 -1
  362. package/build/connectkit/src/components/DaimoPayModal/ConnectUsing.js.map +0 -1
  363. package/build/connectkit/src/components/DaimoPayModal/ConnectWithInjector/index.js.map +0 -1
  364. package/build/connectkit/src/components/DaimoPayModal/ConnectWithInjector/styles.js.map +0 -1
  365. package/build/connectkit/src/components/DaimoPayModal/ConnectWithQRCode.js +0 -99
  366. package/build/connectkit/src/components/DaimoPayModal/ConnectWithQRCode.js.map +0 -1
  367. package/build/connectkit/src/components/DaimoPayModal/index.js.map +0 -1
  368. package/build/connectkit/src/components/DaimoPayThemeProvider/DaimoPayThemeProvider.js.map +0 -1
  369. package/build/connectkit/src/components/Pages/About/graphics.js.map +0 -1
  370. package/build/connectkit/src/components/Pages/About/index.js.map +0 -1
  371. package/build/connectkit/src/components/Pages/About/styles.js.map +0 -1
  372. package/build/connectkit/src/components/Pages/Confirmation/index.js.map +0 -1
  373. package/build/connectkit/src/components/Pages/Connectors/index.js.map +0 -1
  374. package/build/connectkit/src/components/Pages/DownloadApp/index.js +0 -35
  375. package/build/connectkit/src/components/Pages/DownloadApp/index.js.map +0 -1
  376. package/build/connectkit/src/components/Pages/Error/index.js.map +0 -1
  377. package/build/connectkit/src/components/Pages/MobileConnectors/index.js +0 -65
  378. package/build/connectkit/src/components/Pages/MobileConnectors/index.js.map +0 -1
  379. package/build/connectkit/src/components/Pages/MobileConnectors/styles.js.map +0 -1
  380. package/build/connectkit/src/components/Pages/Onboarding/index.js.map +0 -1
  381. package/build/connectkit/src/components/Pages/Onboarding/styles.js.map +0 -1
  382. package/build/connectkit/src/components/Pages/PayWithToken/index.js.map +0 -1
  383. package/build/connectkit/src/components/Pages/SelectAmount/index.js.map +0 -1
  384. package/build/connectkit/src/components/Pages/SelectDepositAddressAmount/index.js.map +0 -1
  385. package/build/connectkit/src/components/Pages/SelectDepositAddressChain/index.js.map +0 -1
  386. package/build/connectkit/src/components/Pages/SelectExchange/index.js.map +0 -1
  387. package/build/connectkit/src/components/Pages/SelectExternalAmount/index.js.map +0 -1
  388. package/build/connectkit/src/components/Pages/SelectMethod/index.js.map +0 -1
  389. package/build/connectkit/src/components/Pages/SelectToken/index.js.map +0 -1
  390. package/build/connectkit/src/components/Pages/SelectWalletAmount/index.js.map +0 -1
  391. package/build/connectkit/src/components/Pages/SelectWalletChain/index.js.map +0 -1
  392. package/build/connectkit/src/components/Pages/SelectZKP/index.js.map +0 -1
  393. package/build/connectkit/src/components/Pages/Solana/ConnectorSolana/index.js.map +0 -1
  394. package/build/connectkit/src/components/Pages/Solana/PayWithSolanaToken/index.js.map +0 -1
  395. package/build/connectkit/src/components/Pages/Solana/SelectSolanaAmount/index.js.map +0 -1
  396. package/build/connectkit/src/components/Pages/SwitchNetworks/index.js.map +0 -1
  397. package/build/connectkit/src/components/Pages/WaitingDepositAddress/index.js.map +0 -1
  398. package/build/connectkit/src/components/Pages/WaitingExternal/index.js.map +0 -1
  399. package/build/connectkit/src/components/Pages/WaitingWallet/index.js.map +0 -1
  400. package/build/connectkit/src/components/Spinners/CircleSpinner/index.js.map +0 -1
  401. package/build/connectkit/src/components/Spinners/CircleSpinner/styles.js.map +0 -1
  402. package/build/connectkit/src/components/Spinners/ExternalPaymentSpinner/index.js.map +0 -1
  403. package/build/connectkit/src/components/Spinners/SquircleSpinner/index.js.map +0 -1
  404. package/build/connectkit/src/components/Spinners/SquircleSpinner/styles.js.map +0 -1
  405. package/build/connectkit/src/components/Spinners/TokenLogoSpinner/index.js.map +0 -1
  406. package/build/connectkit/src/components/Spinners/TokenLogoSpinner/styles.js.map +0 -1
  407. package/build/connectkit/src/components/Spinners/WalletPaymentSpinner/index.js.map +0 -1
  408. package/build/connectkit/src/components/Spinners/styles.js.map +0 -1
  409. package/build/connectkit/src/constants/defaultTheme.js.map +0 -1
  410. package/build/connectkit/src/constants/routes.js.map +0 -1
  411. package/build/connectkit/src/defaultConfig.js.map +0 -1
  412. package/build/connectkit/src/defaultConnectors.js.map +0 -1
  413. package/build/connectkit/src/hooks/useChainIsSupported.js.map +0 -1
  414. package/build/connectkit/src/hooks/useChains.js.map +0 -1
  415. package/build/connectkit/src/hooks/useConnect.js.map +0 -1
  416. package/build/connectkit/src/hooks/useConnectCallback.js.map +0 -1
  417. package/build/connectkit/src/hooks/useConnectors.js +0 -9
  418. package/build/connectkit/src/hooks/useConnectors.js.map +0 -1
  419. package/build/connectkit/src/hooks/useDaimoPay.js.map +0 -1
  420. package/build/connectkit/src/hooks/useDaimoPayStatus.js.map +0 -1
  421. package/build/connectkit/src/hooks/useDaimoPayUI.js.map +0 -1
  422. package/build/connectkit/src/hooks/useDepositAddressOptions.js.map +0 -1
  423. package/build/connectkit/src/hooks/useEnsFallbackConfig.js.map +0 -1
  424. package/build/connectkit/src/hooks/useExternalPaymentOptions.js.map +0 -1
  425. package/build/connectkit/src/hooks/useFitText.js.map +0 -1
  426. package/build/connectkit/src/hooks/useFocusTrap.js.map +0 -1
  427. package/build/connectkit/src/hooks/useIsMobile.js.map +0 -1
  428. package/build/connectkit/src/hooks/useIsMounted.js.map +0 -1
  429. package/build/connectkit/src/hooks/useLastConnector.js.map +0 -1
  430. package/build/connectkit/src/hooks/useLocales.js.map +0 -1
  431. package/build/connectkit/src/hooks/useLockBodyScroll.js.map +0 -1
  432. package/build/connectkit/src/hooks/useOrderUsdLimits.js.map +0 -1
  433. package/build/connectkit/src/hooks/usePayContext.js.map +0 -1
  434. package/build/connectkit/src/hooks/usePaymentState.js.map +0 -1
  435. package/build/connectkit/src/hooks/usePrevious.js.map +0 -1
  436. package/build/connectkit/src/hooks/useSolanaPaymentOptions.js.map +0 -1
  437. package/build/connectkit/src/hooks/useTokenOptions.js.map +0 -1
  438. package/build/connectkit/src/hooks/useUntronAvailability.js.map +0 -1
  439. package/build/connectkit/src/hooks/useWalletPaymentOptions.js.map +0 -1
  440. package/build/connectkit/src/hooks/useWindowSize.js.map +0 -1
  441. package/build/connectkit/src/localizations/index.js.map +0 -1
  442. package/build/connectkit/src/localizations/locales/ar-AE.js.map +0 -1
  443. package/build/connectkit/src/localizations/locales/ca-AD.js.map +0 -1
  444. package/build/connectkit/src/localizations/locales/ee-EE.js.map +0 -1
  445. package/build/connectkit/src/localizations/locales/en-US.js.map +0 -1
  446. package/build/connectkit/src/localizations/locales/es-ES.js.map +0 -1
  447. package/build/connectkit/src/localizations/locales/fa-IR.js.map +0 -1
  448. package/build/connectkit/src/localizations/locales/fr-FR.js.map +0 -1
  449. package/build/connectkit/src/localizations/locales/ja-JP.js.map +0 -1
  450. package/build/connectkit/src/localizations/locales/pt-BR.js.map +0 -1
  451. package/build/connectkit/src/localizations/locales/ru-RU.js.map +0 -1
  452. package/build/connectkit/src/localizations/locales/tr-TR.js.map +0 -1
  453. package/build/connectkit/src/localizations/locales/vi-VN.js.map +0 -1
  454. package/build/connectkit/src/localizations/locales/zh-CN.js.map +0 -1
  455. package/build/connectkit/src/payment/paymentEffects.js.map +0 -1
  456. package/build/connectkit/src/payment/paymentFsm.js.map +0 -1
  457. package/build/connectkit/src/payment/paymentStore.js.map +0 -1
  458. package/build/connectkit/src/payment/paymentUtils.js.map +0 -1
  459. package/build/connectkit/src/provider/DaimoPayProvider.js.map +0 -1
  460. package/build/connectkit/src/provider/PayContext.js.map +0 -1
  461. package/build/connectkit/src/provider/PaymentProvider.js.map +0 -1
  462. package/build/connectkit/src/provider/SolanaContextProvider.js.map +0 -1
  463. package/build/connectkit/src/provider/Web3ContextProvider.js.map +0 -1
  464. package/build/connectkit/src/stateStore.js.map +0 -1
  465. package/build/connectkit/src/styles/defaultTheme.js.map +0 -1
  466. package/build/connectkit/src/styles/index.js.map +0 -1
  467. package/build/connectkit/src/styles/styled/index.js.map +0 -1
  468. package/build/connectkit/src/styles/themes/base.js.map +0 -1
  469. package/build/connectkit/src/styles/themes/index.js.map +0 -1
  470. package/build/connectkit/src/styles/themes/midnight.js.map +0 -1
  471. package/build/connectkit/src/styles/themes/minimal.js.map +0 -1
  472. package/build/connectkit/src/styles/themes/nouns.js.map +0 -1
  473. package/build/connectkit/src/styles/themes/retro.js.map +0 -1
  474. package/build/connectkit/src/styles/themes/rounded.js.map +0 -1
  475. package/build/connectkit/src/styles/themes/soft.js.map +0 -1
  476. package/build/connectkit/src/styles/themes/web95.js.map +0 -1
  477. package/build/connectkit/src/utils/exports.js.map +0 -1
  478. package/build/connectkit/src/utils/format.js.map +0 -1
  479. package/build/connectkit/src/utils/index.js.map +0 -1
  480. package/build/connectkit/src/utils/p3.js.map +0 -1
  481. package/build/connectkit/src/utils/platform.js.map +0 -1
  482. package/build/connectkit/src/utils/polling.js.map +0 -1
  483. package/build/connectkit/src/utils/supportUrl.js.map +0 -1
  484. package/build/connectkit/src/utils/trpc.js.map +0 -1
  485. package/build/connectkit/src/utils/validateInput.js.map +0 -1
  486. package/build/connectkit/src/wallets/index.js.map +0 -1
  487. package/build/connectkit/src/wallets/useWallets.js.map +0 -1
  488. package/build/connectkit/src/wallets/walletConfigs.js.map +0 -1
  489. package/build/connectkit/src/world-mini-app/WorldPayButton.js.map +0 -1
  490. package/build/connectkit/src/world-mini-app/promptWorldPayment.js.map +0 -1
  491. package/build/connectkit/src/world.js +0 -2
  492. package/build/pay-common/src/chain.js +0 -9
  493. package/build/pay-common/src/chain.js.map +0 -1
  494. package/build/src/assets/coins.js +0 -43
  495. package/build/src/assets/coins.js.map +0 -1
  496. package/build/src/components/Common/CopyToClipboard/index.js +0 -33
  497. package/build/src/components/Common/CopyToClipboard/index.js.map +0 -1
  498. package/build/src/components/Pages/DownloadApp/index.js +0 -35
  499. package/build/src/components/Pages/DownloadApp/index.js.map +0 -1
  500. package/build/types-20835014.d.ts +0 -68
  501. /package/build/{connectkit → pay/packages/connectkit}/src/assets/MobileWithLogos.js +0 -0
  502. /package/build/{connectkit → pay/packages/connectkit}/src/assets/ScanIconWithLogos.js +0 -0
  503. /package/build/{connectkit → pay/packages/connectkit}/src/assets/browsers.js +0 -0
  504. /package/build/{connectkit → pay/packages/connectkit}/src/assets/icons.js +0 -0
  505. /package/build/{connectkit → pay/packages/connectkit}/src/assets/wave.js +0 -0
  506. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Alert/index.js +0 -0
  507. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Alert/styles.js +0 -0
  508. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/AmountInput/AmountInputField.js +0 -0
  509. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/AmountInput/index.js +0 -0
  510. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Avatar/index.js +0 -0
  511. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Avatar/styles.js +0 -0
  512. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/BrowserIcon/index.js +0 -0
  513. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/BrowserIcon/styles.js +0 -0
  514. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Button/index.js +0 -0
  515. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Button/styles.js +0 -0
  516. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Chain/index.js +0 -0
  517. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Chain/styles.js +0 -0
  518. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/ChainSelectList/index.js +0 -0
  519. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/ChainSelectList/styles.js +0 -0
  520. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/CircleTimer.js +0 -0
  521. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/ConnectorList/styles.js +0 -0
  522. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/CopyToClipboard/CopyToClipboardIcon.js +0 -0
  523. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/FitText/index.js +0 -0
  524. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Modal/styles.js +0 -0
  525. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/OptionsList/index.js +0 -0
  526. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/OptionsList/styles.js +0 -0
  527. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/PaymentBreakdown/index.js +0 -0
  528. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Portal/index.js +0 -0
  529. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/ScrollArea/index.js +0 -0
  530. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/ScrollArea/styles.js +0 -0
  531. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Spinner/index.js +0 -0
  532. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Spinner/styles.js +0 -0
  533. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/SwitchButton/index.js +0 -0
  534. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/ThemedButton/index.js +0 -0
  535. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/ThemedButton/styles.js +0 -0
  536. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/TokenChainLogo/index.js +0 -0
  537. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Tooltip/index.js +0 -0
  538. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/Tooltip/styles.js +0 -0
  539. /package/build/{connectkit → pay/packages/connectkit}/src/components/Common/WalletChainLogo/index.js +0 -0
  540. /package/build/{connectkit → pay/packages/connectkit}/src/components/DaimoPayButton/styles.js +0 -0
  541. /package/build/{connectkit → pay/packages/connectkit}/src/components/DaimoPayModal/ConnectWithInjector/styles.js +0 -0
  542. /package/build/{connectkit → pay/packages/connectkit}/src/components/DaimoPayThemeProvider/DaimoPayThemeProvider.js +0 -0
  543. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/About/graphics.js +0 -0
  544. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/About/index.js +0 -0
  545. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/About/styles.js +0 -0
  546. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/Error/index.js +0 -0
  547. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/MobileConnectors/styles.js +0 -0
  548. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/Onboarding/index.js +0 -0
  549. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/Onboarding/styles.js +0 -0
  550. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/PayWithToken/index.js +0 -0
  551. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectAmount/index.js +0 -0
  552. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectDepositAddressAmount/index.js +0 -0
  553. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectExternalAmount/index.js +0 -0
  554. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectWalletChain/index.js +0 -0
  555. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SelectZKP/index.js +0 -0
  556. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/Solana/ConnectorSolana/index.js +0 -0
  557. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/Solana/PayWithSolanaToken/index.js +0 -0
  558. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/Solana/SelectSolanaAmount/index.js +0 -0
  559. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/SwitchNetworks/index.js +0 -0
  560. /package/build/{connectkit → pay/packages/connectkit}/src/components/Pages/WaitingWallet/index.js +0 -0
  561. /package/build/{connectkit → pay/packages/connectkit}/src/components/Spinners/CircleSpinner/index.js +0 -0
  562. /package/build/{connectkit → pay/packages/connectkit}/src/components/Spinners/CircleSpinner/styles.js +0 -0
  563. /package/build/{connectkit → pay/packages/connectkit}/src/components/Spinners/ExternalPaymentSpinner/index.js +0 -0
  564. /package/build/{connectkit → pay/packages/connectkit}/src/components/Spinners/SquircleSpinner/index.js +0 -0
  565. /package/build/{connectkit → pay/packages/connectkit}/src/components/Spinners/SquircleSpinner/styles.js +0 -0
  566. /package/build/{connectkit → pay/packages/connectkit}/src/components/Spinners/TokenLogoSpinner/index.js +0 -0
  567. /package/build/{connectkit → pay/packages/connectkit}/src/components/Spinners/TokenLogoSpinner/styles.js +0 -0
  568. /package/build/{connectkit → pay/packages/connectkit}/src/components/Spinners/WalletPaymentSpinner/index.js +0 -0
  569. /package/build/{connectkit → pay/packages/connectkit}/src/components/Spinners/styles.js +0 -0
  570. /package/build/{connectkit → pay/packages/connectkit}/src/constants/defaultTheme.js +0 -0
  571. /package/build/{connectkit → pay/packages/connectkit}/src/defaultConnectors.js +0 -0
  572. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useChainIsSupported.js +0 -0
  573. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useChains.js +0 -0
  574. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useConnect.js +0 -0
  575. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useConnectCallback.js +0 -0
  576. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useDaimoPayStatus.js +0 -0
  577. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useDaimoPayUI.js +0 -0
  578. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useDepositAddressOptions.js +0 -0
  579. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useEnsFallbackConfig.js +0 -0
  580. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useFitText.js +0 -0
  581. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useFocusTrap.js +0 -0
  582. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useIsMobile.js +0 -0
  583. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useIsMounted.js +0 -0
  584. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useLastConnector.js +0 -0
  585. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useLocales.js +0 -0
  586. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useLockBodyScroll.js +0 -0
  587. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useOrderUsdLimits.js +0 -0
  588. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/usePayContext.js +0 -0
  589. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/usePrevious.js +0 -0
  590. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useTokenOptions.js +0 -0
  591. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useUntronAvailability.js +0 -0
  592. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useWalletPaymentOptions.js +0 -0
  593. /package/build/{connectkit → pay/packages/connectkit}/src/hooks/useWindowSize.js +0 -0
  594. /package/build/{connectkit → pay/packages/connectkit}/src/index.js +0 -0
  595. /package/build/{connectkit → pay/packages/connectkit}/src/index.js.map +0 -0
  596. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/index.js +0 -0
  597. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/ar-AE.js +0 -0
  598. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/ca-AD.js +0 -0
  599. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/ee-EE.js +0 -0
  600. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/fa-IR.js +0 -0
  601. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/fr-FR.js +0 -0
  602. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/ja-JP.js +0 -0
  603. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/ru-RU.js +0 -0
  604. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/tr-TR.js +0 -0
  605. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/vi-VN.js +0 -0
  606. /package/build/{connectkit → pay/packages/connectkit}/src/localizations/locales/zh-CN.js +0 -0
  607. /package/build/{connectkit → pay/packages/connectkit}/src/payment/paymentStore.js +0 -0
  608. /package/build/{connectkit → pay/packages/connectkit}/src/payment/paymentUtils.js +0 -0
  609. /package/build/{connectkit → pay/packages/connectkit}/src/provider/PayContext.js +0 -0
  610. /package/build/{connectkit → pay/packages/connectkit}/src/provider/PaymentProvider.js +0 -0
  611. /package/build/{connectkit → pay/packages/connectkit}/src/provider/SolanaContextProvider.js +0 -0
  612. /package/build/{connectkit → pay/packages/connectkit}/src/provider/Web3ContextProvider.js +0 -0
  613. /package/build/{connectkit → pay/packages/connectkit}/src/stateStore.js +0 -0
  614. /package/build/{connectkit → pay/packages/connectkit}/src/styles/defaultTheme.js +0 -0
  615. /package/build/{connectkit → pay/packages/connectkit}/src/styles/index.js +0 -0
  616. /package/build/{connectkit → pay/packages/connectkit}/src/styles/styled/index.js +0 -0
  617. /package/build/{connectkit → pay/packages/connectkit}/src/styles/themes/base.js +0 -0
  618. /package/build/{connectkit → pay/packages/connectkit}/src/styles/themes/index.js +0 -0
  619. /package/build/{connectkit → pay/packages/connectkit}/src/styles/themes/midnight.js +0 -0
  620. /package/build/{connectkit → pay/packages/connectkit}/src/styles/themes/minimal.js +0 -0
  621. /package/build/{connectkit → pay/packages/connectkit}/src/styles/themes/nouns.js +0 -0
  622. /package/build/{connectkit → pay/packages/connectkit}/src/styles/themes/retro.js +0 -0
  623. /package/build/{connectkit → pay/packages/connectkit}/src/styles/themes/rounded.js +0 -0
  624. /package/build/{connectkit → pay/packages/connectkit}/src/styles/themes/soft.js +0 -0
  625. /package/build/{connectkit → pay/packages/connectkit}/src/styles/themes/web95.js +0 -0
  626. /package/build/{connectkit → pay/packages/connectkit}/src/utils/exports.js +0 -0
  627. /package/build/{connectkit → pay/packages/connectkit}/src/utils/format.js +0 -0
  628. /package/build/{connectkit → pay/packages/connectkit}/src/utils/index.js +0 -0
  629. /package/build/{connectkit → pay/packages/connectkit}/src/utils/p3.js +0 -0
  630. /package/build/{connectkit → pay/packages/connectkit}/src/utils/platform.js +0 -0
  631. /package/build/{connectkit → pay/packages/connectkit}/src/utils/polling.js +0 -0
  632. /package/build/{connectkit → pay/packages/connectkit}/src/utils/supportUrl.js +0 -0
  633. /package/build/{connectkit → pay/packages/connectkit}/src/utils/trpc.js +0 -0
  634. /package/build/{connectkit → pay/packages/connectkit}/src/utils/validateInput.js +0 -0
  635. /package/build/{connectkit → pay/packages/connectkit}/src/wallets/index.js +0 -0
  636. /package/build/{connectkit → pay/packages/connectkit}/src/world-mini-app/promptWorldPayment.js +0 -0
@@ -0,0 +1,4 @@
1
+ var common = {};
2
+
3
+ export { common as __exports };
4
+ //# sourceMappingURL=common.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var common = {};
2
+
3
+ export { common as __exports };
4
+ //# sourceMappingURL=common2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ import { __require as requireHash } from '../node_modules/hash.js/lib/hash.js';
2
+
3
+ requireHash();
4
+ //# sourceMappingURL=hash.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hash.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -0,0 +1,4 @@
1
+ var hash = {};
2
+
3
+ export { hash as __exports };
4
+ //# sourceMappingURL=hash2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hash2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ import { __require as requireEventemitter3 } from '../node_modules/@binance/w3w-utils/node_modules/eventemitter3/index.js';
2
+
3
+ requireEventemitter3();
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -0,0 +1,4 @@
1
+ var eventemitter3 = {exports: {}};
2
+
3
+ export { eventemitter3 as __module };
4
+ //# sourceMappingURL=index2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var inherits_browser = {exports: {}};
2
+
3
+ export { inherits_browser as __module };
4
+ //# sourceMappingURL=inherits_browser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inherits_browser.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var ripemd = {};
2
+
3
+ export { ripemd as __exports };
4
+ //# sourceMappingURL=ripemd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ripemd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var sha = {};
2
+
3
+ export { sha as __exports };
4
+ //# sourceMappingURL=sha.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sha.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var utils = {};
2
+
3
+ export { utils as __exports };
4
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,7 @@
1
+ import '../../../../_virtual/hash.js';
2
+ import '../../../../_virtual/index.js';
3
+
4
+ function a(x){if(x===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return x}function d(x,e,a){e=i(e);return m(x,A()?Reflect.construct(e,a||[],i(x).constructor):e.apply(x,a))}function b(x,e){if(!(x instanceof e)){throw new TypeError("Cannot call a class as a function")}}function r(x,e,a){if(A()){r=Reflect.construct;}else {r=function x(x,e,a){var c=[null];c.push.apply(c,e);var f=Function.bind.apply(x,c);var d=new f;if(a)w(d,a.prototype);return d};}return r.apply(null,arguments)}function t(x,e){for(var a=0;a<e.length;a++){var c=e[a];c.enumerable=c.enumerable||false;c.configurable=true;if("value"in c)c.writable=true;Object.defineProperty(x,c.key,c);}}function n(x,e,a){if(e)t(x.prototype,e);if(a)t(x,a);return x}function o(x,e,a){if(e in x){Object.defineProperty(x,e,{value:a,enumerable:true,configurable:true,writable:true});}else {x[e]=a;}return x}function i(x){i=Object.setPrototypeOf?Object.getPrototypeOf:function x(x){return x.__proto__||Object.getPrototypeOf(x)};return i(x)}function s(x,e){if(typeof e!=="function"&&e!==null){throw new TypeError("Super expression must either be null or a function")}x.prototype=Object.create(e&&e.prototype,{constructor:{value:x,writable:true,configurable:true}});if(e)w(x,e);}function u(x,e){if(e!=null&&typeof Symbol!=="undefined"&&e[Symbol.hasInstance]){return !!e[Symbol.hasInstance](x)}else {return x instanceof e}}function l(x){return Function.toString.call(x).indexOf("[native code]")!==-1}function m(x,e){if(e&&(_(e)==="object"||typeof e==="function")){return e}return a(x)}function w(x,e){w=Object.setPrototypeOf||function x(x,e){x.__proto__=e;return x};return w(x,e)}function _(x){"@swc/helpers - typeof";return x&&typeof Symbol!=="undefined"&&x.constructor===Symbol?"symbol":typeof x}function O(x){var e=typeof Map==="function"?new Map:undefined;O=function x(x){if(x===null||!l(x))return x;if(typeof x!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof e!=="undefined"){if(e.has(x))return e.get(x);e.set(x,a);}function a(){return r(x,arguments,i(this).constructor)}a.prototype=Object.create(x.prototype,{constructor:{value:a,enumerable:false,writable:true,configurable:true}});return w(a,x)};return O(x)}function A(){try{var x=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));}catch(x){}return (A=function(){return !!x})()}var N=Object.defineProperty;var P=function(x,e,a){return e in x?N(x,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):x[e]=a};var I=function(x,e,a){return P(x,(typeof e==="undefined"?"undefined":_(e))!="symbol"?e+"":e,a),a};var T;var j="PARSE_ERROR",C="INVALID_REQUEST",D="METHOD_NOT_FOUND",U="INVALID_PARAMS",k="INTERNAL_ERROR",B="SERVER_ERROR";(T={},o(T,j,{code:-32700,message:"Parse error"}),o(T,C,{code:-32600,message:"Invalid Request"}),o(T,D,{code:-32601,message:"Method not found"}),o(T,U,{code:-32602,message:"Invalid params"}),o(T,k,{code:-32603,message:"Internal error"}),o(T,B,{code:-32e3,message:"Server error"}),T);var xs=function(x){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;var a="bnc://app.binance.com/mp/app",c="yFK5FCqYprrXDiVFbhyRx7",f=window.btoa("/pages/browser/index"),d=window.btoa("url=".concat(x,"&defaultChainId=").concat(e)),b="".concat(a,"?appId=").concat(c,"&startPagePath=").concat(f,"&startPageQuery=").concat(d);return {http:"https://app.binance.com/en/download?_dp=".concat(window.btoa(b)),bnc:b}};(typeof window==="undefined"?"undefined":_(window))<"u";/*#__PURE__*/(function x(x){s(e,x);function e(x,a){b(this,e);var c;c=d(this,e,[a]);I(c,"code");c.code=x,Object.setPrototypeOf(c,(u(this,e)?this.constructor:void 0).prototype);return c}n(e,[{key:"toString",value:function x(){return "".concat(this.message," (").concat(this.code,")")}}]);return e})(O(Error));
5
+
6
+ export { k as INTERNAL_ERROR, U as INVALID_PARAMS, C as INVALID_REQUEST, D as METHOD_NOT_FOUND, j as PARSE_ERROR, B as SERVER_ERROR, xs as getDeepLink };
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@binance/w3w-utils/dist/index.js"],"sourcesContent":["function x(x,e){if(e==null||e>x.length)e=x.length;for(var a=0,c=new Array(e);a<e;a++)c[a]=x[a];return c}function e(e){if(Array.isArray(e))return x(e)}function a(x){if(x===void 0){throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\")}return x}function c(x,e,a,c,f,d,b){try{var r=x[d](b);var t=r.value}catch(x){a(x);return}if(r.done){e(t)}else{Promise.resolve(t).then(c,f)}}function f(x){return function(){var e=this,a=arguments;return new Promise(function(f,d){var b=x.apply(e,a);function r(x){c(b,f,d,r,t,\"next\",x)}function t(x){c(b,f,d,r,t,\"throw\",x)}r(undefined)})}}function d(x,e,a){e=i(e);return m(x,A()?Reflect.construct(e,a||[],i(x).constructor):e.apply(x,a))}function b(x,e){if(!(x instanceof e)){throw new TypeError(\"Cannot call a class as a function\")}}function r(x,e,a){if(A()){r=Reflect.construct}else{r=function x(x,e,a){var c=[null];c.push.apply(c,e);var f=Function.bind.apply(x,c);var d=new f;if(a)w(d,a.prototype);return d}}return r.apply(null,arguments)}function t(x,e){for(var a=0;a<e.length;a++){var c=e[a];c.enumerable=c.enumerable||false;c.configurable=true;if(\"value\"in c)c.writable=true;Object.defineProperty(x,c.key,c)}}function n(x,e,a){if(e)t(x.prototype,e);if(a)t(x,a);return x}function o(x,e,a){if(e in x){Object.defineProperty(x,e,{value:a,enumerable:true,configurable:true,writable:true})}else{x[e]=a}return x}function i(x){i=Object.setPrototypeOf?Object.getPrototypeOf:function x(x){return x.__proto__||Object.getPrototypeOf(x)};return i(x)}function s(x,e){if(typeof e!==\"function\"&&e!==null){throw new TypeError(\"Super expression must either be null or a function\")}x.prototype=Object.create(e&&e.prototype,{constructor:{value:x,writable:true,configurable:true}});if(e)w(x,e)}function u(x,e){if(e!=null&&typeof Symbol!==\"undefined\"&&e[Symbol.hasInstance]){return!!e[Symbol.hasInstance](x)}else{return x instanceof e}}function l(x){return Function.toString.call(x).indexOf(\"[native code]\")!==-1}function p(x){if(typeof Symbol!==\"undefined\"&&x[Symbol.iterator]!=null||x[\"@@iterator\"]!=null)return Array.from(x)}function h(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function v(x){for(var e=1;e<arguments.length;e++){var a=arguments[e]!=null?arguments[e]:{};var c=Object.keys(a);if(typeof Object.getOwnPropertySymbols===\"function\"){c=c.concat(Object.getOwnPropertySymbols(a).filter(function(x){return Object.getOwnPropertyDescriptor(a,x).enumerable}))}c.forEach(function(e){o(x,e,a[e])})}return x}function y(x,e){var a=Object.keys(x);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(x);if(e){c=c.filter(function(e){return Object.getOwnPropertyDescriptor(x,e).enumerable})}a.push.apply(a,c)}return a}function g(x,e){e=e!=null?e:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(x,Object.getOwnPropertyDescriptors(e))}else{y(Object(e)).forEach(function(a){Object.defineProperty(x,a,Object.getOwnPropertyDescriptor(e,a))})}return x}function m(x,e){if(e&&(_(e)===\"object\"||typeof e===\"function\")){return e}return a(x)}function w(x,e){w=Object.setPrototypeOf||function x(x,e){x.__proto__=e;return x};return w(x,e)}function R(x){return e(x)||p(x)||E(x)||h()}function _(x){\"@swc/helpers - typeof\";return x&&typeof Symbol!==\"undefined\"&&x.constructor===Symbol?\"symbol\":typeof x}function E(e,a){if(!e)return;if(typeof e===\"string\")return x(e,a);var c=Object.prototype.toString.call(e).slice(8,-1);if(c===\"Object\"&&e.constructor)c=e.constructor.name;if(c===\"Map\"||c===\"Set\")return Array.from(c);if(c===\"Arguments\"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(c))return x(e,a)}function O(x){var e=typeof Map===\"function\"?new Map:undefined;O=function x(x){if(x===null||!l(x))return x;if(typeof x!==\"function\"){throw new TypeError(\"Super expression must either be null or a function\")}if(typeof e!==\"undefined\"){if(e.has(x))return e.get(x);e.set(x,a)}function a(){return r(x,arguments,i(this).constructor)}a.prototype=Object.create(x.prototype,{constructor:{value:a,enumerable:false,writable:true,configurable:true}});return w(a,x)};return O(x)}function A(){try{var x=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(x){}return(A=function(){return!!x})()}function S(x,e){var a,c,f,d={label:0,sent:function(){if(f[0]&1)throw f[1];return f[1]},trys:[],ops:[]},b=Object.create((typeof Iterator===\"function\"?Iterator:Object).prototype);return b.next=r(0),b[\"throw\"]=r(1),b[\"return\"]=r(2),typeof Symbol===\"function\"&&(b[Symbol.iterator]=function(){return this}),b;function r(x){return function(e){return t([x,e])}}function t(r){if(a)throw new TypeError(\"Generator is already executing.\");while(b&&(b=0,r[0]&&(d=0)),d)try{if(a=1,c&&(f=r[0]&2?c[\"return\"]:r[0]?c[\"throw\"]||((f=c[\"return\"])&&f.call(c),0):c.next)&&!(f=f.call(c,r[1])).done)return f;if(c=0,f)r=[r[0]&2,f.value];switch(r[0]){case 0:case 1:f=r;break;case 4:d.label++;return{value:r[1],done:false};case 5:d.label++;c=r[1];r=[0];continue;case 7:r=d.ops.pop();d.trys.pop();continue;default:if(!(f=d.trys,f=f.length>0&&f[f.length-1])&&(r[0]===6||r[0]===2)){d=0;continue}if(r[0]===3&&(!f||r[1]>f[0]&&r[1]<f[3])){d.label=r[1];break}if(r[0]===6&&d.label<f[1]){d.label=f[1];f=r;break}if(f&&d.label<f[2]){d.label=f[2];d.ops.push(r);break}if(f[2])d.ops.pop();d.trys.pop();continue}r=e.call(x,d)}catch(x){r=[6,x];c=0}finally{a=f=0}if(r[0]&5)throw r[1];return{value:r[0]?r[1]:void 0,done:true}}}var N=Object.defineProperty;var P=function(x,e,a){return e in x?N(x,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):x[e]=a};var I=function(x,e,a){return P(x,(typeof e===\"undefined\"?\"undefined\":_(e))!=\"symbol\"?e+\"\":e,a),a};var T;var j=\"PARSE_ERROR\",C=\"INVALID_REQUEST\",D=\"METHOD_NOT_FOUND\",U=\"INVALID_PARAMS\",k=\"INTERNAL_ERROR\",B=\"SERVER_ERROR\",M=[-32700,-32600,-32601,-32602,-32603],L=[-32e3,-32099],J=(T={},o(T,j,{code:-32700,message:\"Parse error\"}),o(T,C,{code:-32600,message:\"Invalid Request\"}),o(T,D,{code:-32601,message:\"Method not found\"}),o(T,U,{code:-32602,message:\"Invalid params\"}),o(T,k,{code:-32603,message:\"Internal error\"}),o(T,B,{code:-32e3,message:\"Server error\"}),T),K=B;function F(x){return x<=L[0]&&x>=L[1]}function V(x){return M.includes(x)}function q(x){return typeof x==\"number\"}function H(x){return Object.keys(J).includes(x)?J[x]:J[K]}function z(x){var e=Object.values(J).find(function(e){return e.code===x});return e||J[K]}function W(x){if(_(x.error.code)>\"u\")return{valid:!1,error:\"Missing code for JSON-RPC error\"};if(_(x.error.message)>\"u\")return{valid:!1,error:\"Missing message for JSON-RPC error\"};if(!q(x.error.code))return{valid:!1,error:\"Invalid error code type for JSON-RPC: \".concat(x.error.code)};if(V(x.error.code)){var e=z(x.error.code);if(e.message!==J[K].message&&x.error.message===e.message)return{valid:!1,error:\"Invalid error code message for JSON-RPC: \".concat(x.error.code)}}return{valid:!0}}function G(x,e,a){return x.message.includes(\"getaddrinfo ENOTFOUND\")||x.message.includes(\"connect ECONNREFUSED\")?new Error(\"Unavailable \".concat(a,\" RPC url at \").concat(e)):x}function Q(){var x=Date.now()*Math.pow(10,3),e=Math.floor(Math.random()*Math.pow(10,3));return x+e}function X(){return function(x,e){for(e=x=\"\";x++<36;e+=x*51&52?(x^15?8^Math.random()*(x^20?16:4):4).toString(16):\"-\");return e}()}function Z(x,e,a){return{id:a||Q(),jsonrpc:\"2.0\",method:x,params:e||[]}}function Y(x,e){return{id:x,jsonrpc:\"2.0\",result:e}}function $(x,e,a){return{id:x,jsonrpc:\"2.0\",error:xx(e,a)}}function xx(x,e){return(typeof x===\"undefined\"?\"undefined\":_(x))>\"u\"?H(k):(typeof x==\"string\"&&(x=g(v({},H(B)),{message:x})),(typeof e===\"undefined\"?\"undefined\":_(e))<\"u\"&&(x.data=e),V(x.code)&&(x=z(x.code)),x)}function xe(x){return(typeof x===\"undefined\"?\"undefined\":_(x))==\"object\"&&\"id\"in x&&\"jsonrpc\"in x&&x.jsonrpc===\"2.0\"}function xa(x){return xe(x)&&(xc(x)||xf(x))}function xc(x){return\"result\"in x}function xf(x){return\"error\"in x}var xd=\"^https?:\",xb=\"^wss?:\";function xr(x){var e=x.match(new RegExp(/^\\w+:/,\"gi\"));if(!(!e||!e.length))return e[0]}function xt(x,e){var a=xr(x);return(typeof a===\"undefined\"?\"undefined\":_(a))>\"u\"?!1:new RegExp(e).test(a)}function xn(x){return xt(x,xd)}function xo(x){return xt(x,xb)}function xi(x){return new RegExp(\"wss?://localhost(:d{2,5})?\").test(x)}var xs=function(x){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;var a=\"bnc://app.binance.com/mp/app\",c=\"yFK5FCqYprrXDiVFbhyRx7\",f=window.btoa(\"/pages/browser/index\"),d=window.btoa(\"url=\".concat(x,\"&defaultChainId=\").concat(e)),b=\"\".concat(a,\"?appId=\").concat(c,\"&startPagePath=\").concat(f,\"&startPageQuery=\").concat(d);return{http:\"https://app.binance.com/en/download?_dp=\".concat(window.btoa(b)),bnc:b}};var xu={1:\"mainnet\",3:\"ropsten\",4:\"rinkeby\",5:\"goerli\",42:\"kovan\"},xl=[\"eth_requestAccounts\",\"eth_accounts\",\"eth_chainId\",\"eth_signTransaction\",\"eth_sendTransaction\",\"eth_sign\",\"personal_sign\",\"eth_signTypedData\",\"eth_signTypedData_v1\",\"eth_signTypedData_v2\",\"eth_signTypedData_v3\",\"eth_signTypedData_v4\",\"wallet_switchEthereumChain\",\"wallet_watchAsset\"];function xp(x,e){var a,c=xu[x];return typeof c==\"string\"&&(a=\"https://\".concat(c,\".infura.io/v3/\").concat(e)),a}function xh(x){if(typeof x!=\"string\")throw new Error(\"Cannot safe json parse value of type \".concat(typeof x===\"undefined\"?\"undefined\":_(x)));try{return JSON.parse(x)}catch(e){return x}}function xv(x){return typeof x==\"string\"?x:JSON.stringify(x)}function xy(x,e){var a,c=xp(x,e.infuraId);return e.custom&&e.custom[x]?a=e.custom[x]:c&&(a=c),a}function xg(){return(typeof process===\"undefined\"?\"undefined\":_(process))<\"u\"&&_(process.versions)<\"u\"&&_(process.versions.node)<\"u\"}function xm(x){return typeof x==\"string\"?Number.parseInt(x,x.trim().substring(0,2)===\"0x\"?16:10):(typeof x===\"undefined\"?\"undefined\":_(x))==\"bigint\"?Number(x):x}var xw=\"hex\",xR=\"utf8\";function x_(x){return x.replace(/^0x/,\"\")}function xE(x){return xA(Buffer.from(x_(x),xw))}function xO(x){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return xS(xP(x),e)}function xA(x){return new Uint8Array(x)}function xS(x){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;var a=x.toString(xw);return e?xI(a):a}function xN(x){return ArrayBuffer.isView(x)?Buffer.from(x.buffer,x.byteOffset,x.byteLength):Buffer.from(x)}function xP(x){return xN(x)}function xI(x){return x.startsWith(\"0x\")?x:\"0x\".concat(x)}function xT(){for(var x=arguments.length,e=new Array(x),a=0;a<x;a++){e[a]=arguments[a]}var c=[];return e.forEach(function(x){return c=c.concat(Array.from(x))}),new Uint8Array(R(c))}function xj(x){return xA(Buffer.from(x,xR))}function xC(x){return Buffer.from(x,xR)}function xD(x){return x.toString(xR)}function xU(x){return xD(xP(x))}function xk(x){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return xS(xC(x),e)}function xB(x){return xE(x).buffer}function xM(x,e){return xO(new Uint8Array(x),!e)}function xL(x){return xA(x).buffer}function xJ(x){return xP(new Uint8Array(x))}function xK(x){var e=\"0x0\";return typeof x==\"number\"&&(e=\"0x\".concat(x.toString(16))),typeof x==\"string\"&&(x.startsWith(\"0x\")?e=x:e=\"0x0\"),e}import*as xF from\"hash.js\";var xV={16:10,24:12,32:14},xq=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],xH=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],xz=[82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125],xW=[0xc66363a5,0xf87c7c84,0xee777799,0xf67b7b8d,0xfff2f20d,0xd66b6bbd,0xde6f6fb1,0x91c5c554,0x60303050,0x2010103,0xce6767a9,0x562b2b7d,0xe7fefe19,0xb5d7d762,0x4dababe6,0xec76769a,0x8fcaca45,0x1f82829d,0x89c9c940,0xfa7d7d87,0xeffafa15,0xb25959eb,0x8e4747c9,0xfbf0f00b,0x41adadec,0xb3d4d467,0x5fa2a2fd,0x45afafea,0x239c9cbf,0x53a4a4f7,0xe4727296,0x9bc0c05b,0x75b7b7c2,0xe1fdfd1c,0x3d9393ae,0x4c26266a,0x6c36365a,0x7e3f3f41,0xf5f7f702,0x83cccc4f,0x6834345c,0x51a5a5f4,0xd1e5e534,0xf9f1f108,0xe2717193,0xabd8d873,0x62313153,0x2a15153f,0x804040c,0x95c7c752,0x46232365,0x9dc3c35e,0x30181828,0x379696a1,0xa05050f,0x2f9a9ab5,0xe070709,0x24121236,0x1b80809b,0xdfe2e23d,0xcdebeb26,0x4e272769,0x7fb2b2cd,0xea75759f,0x1209091b,0x1d83839e,0x582c2c74,0x341a1a2e,0x361b1b2d,0xdc6e6eb2,0xb45a5aee,0x5ba0a0fb,0xa45252f6,0x763b3b4d,0xb7d6d661,0x7db3b3ce,0x5229297b,0xdde3e33e,0x5e2f2f71,0x13848497,0xa65353f5,0xb9d1d168,0,0xc1eded2c,0x40202060,0xe3fcfc1f,0x79b1b1c8,0xb65b5bed,0xd46a6abe,0x8dcbcb46,0x67bebed9,0x7239394b,0x944a4ade,0x984c4cd4,0xb05858e8,0x85cfcf4a,0xbbd0d06b,0xc5efef2a,0x4faaaae5,0xedfbfb16,0x864343c5,0x9a4d4dd7,0x66333355,0x11858594,0x8a4545cf,0xe9f9f910,0x4020206,0xfe7f7f81,0xa05050f0,0x783c3c44,0x259f9fba,0x4ba8a8e3,0xa25151f3,0x5da3a3fe,0x804040c0,0x58f8f8a,0x3f9292ad,0x219d9dbc,0x70383848,0xf1f5f504,0x63bcbcdf,0x77b6b6c1,0xafdada75,0x42212163,0x20101030,0xe5ffff1a,0xfdf3f30e,0xbfd2d26d,0x81cdcd4c,0x180c0c14,0x26131335,0xc3ecec2f,0xbe5f5fe1,0x359797a2,0x884444cc,0x2e171739,0x93c4c457,0x55a7a7f2,0xfc7e7e82,0x7a3d3d47,0xc86464ac,0xba5d5de7,0x3219192b,0xe6737395,0xc06060a0,0x19818198,0x9e4f4fd1,0xa3dcdc7f,0x44222266,0x542a2a7e,0x3b9090ab,0xb888883,0x8c4646ca,0xc7eeee29,0x6bb8b8d3,0x2814143c,0xa7dede79,0xbc5e5ee2,0x160b0b1d,0xaddbdb76,0xdbe0e03b,0x64323256,0x743a3a4e,0x140a0a1e,0x924949db,0xc06060a,0x4824246c,0xb85c5ce4,0x9fc2c25d,0xbdd3d36e,0x43acacef,0xc46262a6,0x399191a8,0x319595a4,0xd3e4e437,0xf279798b,0xd5e7e732,0x8bc8c843,0x6e373759,0xda6d6db7,0x18d8d8c,0xb1d5d564,0x9c4e4ed2,0x49a9a9e0,0xd86c6cb4,0xac5656fa,0xf3f4f407,0xcfeaea25,0xca6565af,0xf47a7a8e,0x47aeaee9,0x10080818,0x6fbabad5,0xf0787888,0x4a25256f,0x5c2e2e72,0x381c1c24,0x57a6a6f1,0x73b4b4c7,0x97c6c651,0xcbe8e823,0xa1dddd7c,0xe874749c,0x3e1f1f21,0x964b4bdd,0x61bdbddc,0xd8b8b86,0xf8a8a85,0xe0707090,0x7c3e3e42,0x71b5b5c4,0xcc6666aa,0x904848d8,0x6030305,0xf7f6f601,0x1c0e0e12,0xc26161a3,0x6a35355f,0xae5757f9,0x69b9b9d0,0x17868691,0x99c1c158,0x3a1d1d27,0x279e9eb9,0xd9e1e138,0xebf8f813,0x2b9898b3,0x22111133,0xd26969bb,0xa9d9d970,0x78e8e89,0x339494a7,0x2d9b9bb6,0x3c1e1e22,0x15878792,0xc9e9e920,0x87cece49,0xaa5555ff,0x50282878,0xa5dfdf7a,0x38c8c8f,0x59a1a1f8,0x9898980,0x1a0d0d17,0x65bfbfda,0xd7e6e631,0x844242c6,0xd06868b8,0x824141c3,0x299999b0,0x5a2d2d77,0x1e0f0f11,0x7bb0b0cb,0xa85454fc,0x6dbbbbd6,0x2c16163a],xG=[0xa5c66363,0x84f87c7c,0x99ee7777,0x8df67b7b,0xdfff2f2,0xbdd66b6b,0xb1de6f6f,0x5491c5c5,0x50603030,0x3020101,0xa9ce6767,0x7d562b2b,0x19e7fefe,0x62b5d7d7,0xe64dabab,0x9aec7676,0x458fcaca,0x9d1f8282,0x4089c9c9,0x87fa7d7d,0x15effafa,0xebb25959,0xc98e4747,0xbfbf0f0,0xec41adad,0x67b3d4d4,0xfd5fa2a2,0xea45afaf,0xbf239c9c,0xf753a4a4,0x96e47272,0x5b9bc0c0,0xc275b7b7,0x1ce1fdfd,0xae3d9393,0x6a4c2626,0x5a6c3636,0x417e3f3f,0x2f5f7f7,0x4f83cccc,0x5c683434,0xf451a5a5,0x34d1e5e5,0x8f9f1f1,0x93e27171,0x73abd8d8,0x53623131,0x3f2a1515,0xc080404,0x5295c7c7,0x65462323,0x5e9dc3c3,0x28301818,0xa1379696,0xf0a0505,0xb52f9a9a,0x90e0707,0x36241212,0x9b1b8080,0x3ddfe2e2,0x26cdebeb,0x694e2727,0xcd7fb2b2,0x9fea7575,0x1b120909,0x9e1d8383,0x74582c2c,0x2e341a1a,0x2d361b1b,0xb2dc6e6e,0xeeb45a5a,0xfb5ba0a0,0xf6a45252,0x4d763b3b,0x61b7d6d6,0xce7db3b3,0x7b522929,0x3edde3e3,0x715e2f2f,0x97138484,0xf5a65353,0x68b9d1d1,0,0x2cc1eded,0x60402020,0x1fe3fcfc,0xc879b1b1,0xedb65b5b,0xbed46a6a,0x468dcbcb,0xd967bebe,0x4b723939,0xde944a4a,0xd4984c4c,0xe8b05858,0x4a85cfcf,0x6bbbd0d0,0x2ac5efef,0xe54faaaa,0x16edfbfb,0xc5864343,0xd79a4d4d,0x55663333,0x94118585,0xcf8a4545,0x10e9f9f9,0x6040202,0x81fe7f7f,0xf0a05050,0x44783c3c,0xba259f9f,0xe34ba8a8,0xf3a25151,0xfe5da3a3,0xc0804040,0x8a058f8f,0xad3f9292,0xbc219d9d,0x48703838,0x4f1f5f5,0xdf63bcbc,0xc177b6b6,0x75afdada,0x63422121,0x30201010,0x1ae5ffff,0xefdf3f3,0x6dbfd2d2,0x4c81cdcd,0x14180c0c,0x35261313,0x2fc3ecec,0xe1be5f5f,0xa2359797,0xcc884444,0x392e1717,0x5793c4c4,0xf255a7a7,0x82fc7e7e,0x477a3d3d,0xacc86464,0xe7ba5d5d,0x2b321919,0x95e67373,0xa0c06060,0x98198181,0xd19e4f4f,0x7fa3dcdc,0x66442222,0x7e542a2a,0xab3b9090,0x830b8888,0xca8c4646,0x29c7eeee,0xd36bb8b8,0x3c281414,0x79a7dede,0xe2bc5e5e,0x1d160b0b,0x76addbdb,0x3bdbe0e0,0x56643232,0x4e743a3a,0x1e140a0a,0xdb924949,0xa0c0606,0x6c482424,0xe4b85c5c,0x5d9fc2c2,0x6ebdd3d3,0xef43acac,0xa6c46262,0xa8399191,0xa4319595,0x37d3e4e4,0x8bf27979,0x32d5e7e7,0x438bc8c8,0x596e3737,0xb7da6d6d,0x8c018d8d,0x64b1d5d5,0xd29c4e4e,0xe049a9a9,0xb4d86c6c,0xfaac5656,0x7f3f4f4,0x25cfeaea,0xafca6565,0x8ef47a7a,0xe947aeae,0x18100808,0xd56fbaba,0x88f07878,0x6f4a2525,0x725c2e2e,0x24381c1c,0xf157a6a6,0xc773b4b4,0x5197c6c6,0x23cbe8e8,0x7ca1dddd,0x9ce87474,0x213e1f1f,0xdd964b4b,0xdc61bdbd,0x860d8b8b,0x850f8a8a,0x90e07070,0x427c3e3e,0xc471b5b5,0xaacc6666,0xd8904848,0x5060303,0x1f7f6f6,0x121c0e0e,0xa3c26161,0x5f6a3535,0xf9ae5757,0xd069b9b9,0x91178686,0x5899c1c1,0x273a1d1d,0xb9279e9e,0x38d9e1e1,0x13ebf8f8,0xb32b9898,0x33221111,0xbbd26969,0x70a9d9d9,0x89078e8e,0xa7339494,0xb62d9b9b,0x223c1e1e,0x92158787,0x20c9e9e9,0x4987cece,0xffaa5555,0x78502828,0x7aa5dfdf,0x8f038c8c,0xf859a1a1,0x80098989,0x171a0d0d,0xda65bfbf,0x31d7e6e6,0xc6844242,0xb8d06868,0xc3824141,0xb0299999,0x775a2d2d,0x111e0f0f,0xcb7bb0b0,0xfca85454,0xd66dbbbb,0x3a2c1616],xQ=[0x63a5c663,0x7c84f87c,0x7799ee77,0x7b8df67b,0xf20dfff2,0x6bbdd66b,0x6fb1de6f,0xc55491c5,0x30506030,0x1030201,0x67a9ce67,0x2b7d562b,0xfe19e7fe,0xd762b5d7,0xabe64dab,0x769aec76,0xca458fca,0x829d1f82,0xc94089c9,0x7d87fa7d,0xfa15effa,0x59ebb259,0x47c98e47,0xf00bfbf0,0xadec41ad,0xd467b3d4,0xa2fd5fa2,0xafea45af,0x9cbf239c,0xa4f753a4,0x7296e472,0xc05b9bc0,0xb7c275b7,0xfd1ce1fd,0x93ae3d93,0x266a4c26,0x365a6c36,0x3f417e3f,0xf702f5f7,0xcc4f83cc,0x345c6834,0xa5f451a5,0xe534d1e5,0xf108f9f1,0x7193e271,0xd873abd8,0x31536231,0x153f2a15,0x40c0804,0xc75295c7,0x23654623,0xc35e9dc3,0x18283018,0x96a13796,0x50f0a05,0x9ab52f9a,0x7090e07,0x12362412,0x809b1b80,0xe23ddfe2,0xeb26cdeb,0x27694e27,0xb2cd7fb2,0x759fea75,0x91b1209,0x839e1d83,0x2c74582c,0x1a2e341a,0x1b2d361b,0x6eb2dc6e,0x5aeeb45a,0xa0fb5ba0,0x52f6a452,0x3b4d763b,0xd661b7d6,0xb3ce7db3,0x297b5229,0xe33edde3,0x2f715e2f,0x84971384,0x53f5a653,0xd168b9d1,0,0xed2cc1ed,0x20604020,0xfc1fe3fc,0xb1c879b1,0x5bedb65b,0x6abed46a,0xcb468dcb,0xbed967be,0x394b7239,0x4ade944a,0x4cd4984c,0x58e8b058,0xcf4a85cf,0xd06bbbd0,0xef2ac5ef,0xaae54faa,0xfb16edfb,0x43c58643,0x4dd79a4d,0x33556633,0x85941185,0x45cf8a45,0xf910e9f9,0x2060402,0x7f81fe7f,0x50f0a050,0x3c44783c,0x9fba259f,0xa8e34ba8,0x51f3a251,0xa3fe5da3,0x40c08040,0x8f8a058f,0x92ad3f92,0x9dbc219d,0x38487038,0xf504f1f5,0xbcdf63bc,0xb6c177b6,0xda75afda,0x21634221,0x10302010,0xff1ae5ff,0xf30efdf3,0xd26dbfd2,0xcd4c81cd,0xc14180c,0x13352613,0xec2fc3ec,0x5fe1be5f,0x97a23597,0x44cc8844,0x17392e17,0xc45793c4,0xa7f255a7,0x7e82fc7e,0x3d477a3d,0x64acc864,0x5de7ba5d,0x192b3219,0x7395e673,0x60a0c060,0x81981981,0x4fd19e4f,0xdc7fa3dc,0x22664422,0x2a7e542a,0x90ab3b90,0x88830b88,0x46ca8c46,0xee29c7ee,0xb8d36bb8,0x143c2814,0xde79a7de,0x5ee2bc5e,0xb1d160b,0xdb76addb,0xe03bdbe0,0x32566432,0x3a4e743a,0xa1e140a,0x49db9249,0x60a0c06,0x246c4824,0x5ce4b85c,0xc25d9fc2,0xd36ebdd3,0xacef43ac,0x62a6c462,0x91a83991,0x95a43195,0xe437d3e4,0x798bf279,0xe732d5e7,0xc8438bc8,0x37596e37,0x6db7da6d,0x8d8c018d,0xd564b1d5,0x4ed29c4e,0xa9e049a9,0x6cb4d86c,0x56faac56,0xf407f3f4,0xea25cfea,0x65afca65,0x7a8ef47a,0xaee947ae,0x8181008,0xbad56fba,0x7888f078,0x256f4a25,0x2e725c2e,0x1c24381c,0xa6f157a6,0xb4c773b4,0xc65197c6,0xe823cbe8,0xdd7ca1dd,0x749ce874,0x1f213e1f,0x4bdd964b,0xbddc61bd,0x8b860d8b,0x8a850f8a,0x7090e070,0x3e427c3e,0xb5c471b5,0x66aacc66,0x48d89048,0x3050603,0xf601f7f6,0xe121c0e,0x61a3c261,0x355f6a35,0x57f9ae57,0xb9d069b9,0x86911786,0xc15899c1,0x1d273a1d,0x9eb9279e,0xe138d9e1,0xf813ebf8,0x98b32b98,0x11332211,0x69bbd269,0xd970a9d9,0x8e89078e,0x94a73394,0x9bb62d9b,0x1e223c1e,0x87921587,0xe920c9e9,0xce4987ce,0x55ffaa55,0x28785028,0xdf7aa5df,0x8c8f038c,0xa1f859a1,0x89800989,0xd171a0d,0xbfda65bf,0xe631d7e6,0x42c68442,0x68b8d068,0x41c38241,0x99b02999,0x2d775a2d,0xf111e0f,0xb0cb7bb0,0x54fca854,0xbbd66dbb,0x163a2c16],xX=[0x6363a5c6,0x7c7c84f8,0x777799ee,0x7b7b8df6,0xf2f20dff,0x6b6bbdd6,0x6f6fb1de,0xc5c55491,0x30305060,0x1010302,0x6767a9ce,0x2b2b7d56,0xfefe19e7,0xd7d762b5,0xababe64d,0x76769aec,0xcaca458f,0x82829d1f,0xc9c94089,0x7d7d87fa,0xfafa15ef,0x5959ebb2,0x4747c98e,0xf0f00bfb,0xadadec41,0xd4d467b3,0xa2a2fd5f,0xafafea45,0x9c9cbf23,0xa4a4f753,0x727296e4,0xc0c05b9b,0xb7b7c275,0xfdfd1ce1,0x9393ae3d,0x26266a4c,0x36365a6c,0x3f3f417e,0xf7f702f5,0xcccc4f83,0x34345c68,0xa5a5f451,0xe5e534d1,0xf1f108f9,0x717193e2,0xd8d873ab,0x31315362,0x15153f2a,0x4040c08,0xc7c75295,0x23236546,0xc3c35e9d,0x18182830,0x9696a137,0x5050f0a,0x9a9ab52f,0x707090e,0x12123624,0x80809b1b,0xe2e23ddf,0xebeb26cd,0x2727694e,0xb2b2cd7f,0x75759fea,0x9091b12,0x83839e1d,0x2c2c7458,0x1a1a2e34,0x1b1b2d36,0x6e6eb2dc,0x5a5aeeb4,0xa0a0fb5b,0x5252f6a4,0x3b3b4d76,0xd6d661b7,0xb3b3ce7d,0x29297b52,0xe3e33edd,0x2f2f715e,0x84849713,0x5353f5a6,0xd1d168b9,0,0xeded2cc1,0x20206040,0xfcfc1fe3,0xb1b1c879,0x5b5bedb6,0x6a6abed4,0xcbcb468d,0xbebed967,0x39394b72,0x4a4ade94,0x4c4cd498,0x5858e8b0,0xcfcf4a85,0xd0d06bbb,0xefef2ac5,0xaaaae54f,0xfbfb16ed,0x4343c586,0x4d4dd79a,0x33335566,0x85859411,0x4545cf8a,0xf9f910e9,0x2020604,0x7f7f81fe,0x5050f0a0,0x3c3c4478,0x9f9fba25,0xa8a8e34b,0x5151f3a2,0xa3a3fe5d,0x4040c080,0x8f8f8a05,0x9292ad3f,0x9d9dbc21,0x38384870,0xf5f504f1,0xbcbcdf63,0xb6b6c177,0xdada75af,0x21216342,0x10103020,0xffff1ae5,0xf3f30efd,0xd2d26dbf,0xcdcd4c81,0xc0c1418,0x13133526,0xecec2fc3,0x5f5fe1be,0x9797a235,0x4444cc88,0x1717392e,0xc4c45793,0xa7a7f255,0x7e7e82fc,0x3d3d477a,0x6464acc8,0x5d5de7ba,0x19192b32,0x737395e6,0x6060a0c0,0x81819819,0x4f4fd19e,0xdcdc7fa3,0x22226644,0x2a2a7e54,0x9090ab3b,0x8888830b,0x4646ca8c,0xeeee29c7,0xb8b8d36b,0x14143c28,0xdede79a7,0x5e5ee2bc,0xb0b1d16,0xdbdb76ad,0xe0e03bdb,0x32325664,0x3a3a4e74,0xa0a1e14,0x4949db92,0x6060a0c,0x24246c48,0x5c5ce4b8,0xc2c25d9f,0xd3d36ebd,0xacacef43,0x6262a6c4,0x9191a839,0x9595a431,0xe4e437d3,0x79798bf2,0xe7e732d5,0xc8c8438b,0x3737596e,0x6d6db7da,0x8d8d8c01,0xd5d564b1,0x4e4ed29c,0xa9a9e049,0x6c6cb4d8,0x5656faac,0xf4f407f3,0xeaea25cf,0x6565afca,0x7a7a8ef4,0xaeaee947,0x8081810,0xbabad56f,0x787888f0,0x25256f4a,0x2e2e725c,0x1c1c2438,0xa6a6f157,0xb4b4c773,0xc6c65197,0xe8e823cb,0xdddd7ca1,0x74749ce8,0x1f1f213e,0x4b4bdd96,0xbdbddc61,0x8b8b860d,0x8a8a850f,0x707090e0,0x3e3e427c,0xb5b5c471,0x6666aacc,0x4848d890,0x3030506,0xf6f601f7,0xe0e121c,0x6161a3c2,0x35355f6a,0x5757f9ae,0xb9b9d069,0x86869117,0xc1c15899,0x1d1d273a,0x9e9eb927,0xe1e138d9,0xf8f813eb,0x9898b32b,0x11113322,0x6969bbd2,0xd9d970a9,0x8e8e8907,0x9494a733,0x9b9bb62d,0x1e1e223c,0x87879215,0xe9e920c9,0xcece4987,0x5555ffaa,0x28287850,0xdfdf7aa5,0x8c8c8f03,0xa1a1f859,0x89898009,0xd0d171a,0xbfbfda65,0xe6e631d7,0x4242c684,0x6868b8d0,0x4141c382,0x9999b029,0x2d2d775a,0xf0f111e,0xb0b0cb7b,0x5454fca8,0xbbbbd66d,0x16163a2c],xZ=[0x51f4a750,0x7e416553,0x1a17a4c3,0x3a275e96,0x3bab6bcb,0x1f9d45f1,0xacfa58ab,0x4be30393,0x2030fa55,0xad766df6,0x88cc7691,0xf5024c25,0x4fe5d7fc,0xc52acbd7,0x26354480,0xb562a38f,0xdeb15a49,0x25ba1b67,0x45ea0e98,0x5dfec0e1,0xc32f7502,0x814cf012,0x8d4697a3,0x6bd3f9c6,0x38f5fe7,0x15929c95,0xbf6d7aeb,0x955259da,0xd4be832d,0x587421d3,0x49e06929,0x8ec9c844,0x75c2896a,0xf48e7978,0x99583e6b,0x27b971dd,0xbee14fb6,0xf088ad17,0xc920ac66,0x7dce3ab4,0x63df4a18,0xe51a3182,0x97513360,0x62537f45,0xb16477e0,0xbb6bae84,0xfe81a01c,0xf9082b94,0x70486858,0x8f45fd19,0x94de6c87,0x527bf8b7,0xab73d323,0x724b02e2,0xe31f8f57,0x6655ab2a,0xb2eb2807,0x2fb5c203,0x86c57b9a,0xd33708a5,0x302887f2,0x23bfa5b2,0x2036aba,0xed16825c,0x8acf1c2b,0xa779b492,0xf307f2f0,0x4e69e2a1,0x65daf4cd,0x605bed5,0xd134621f,0xc4a6fe8a,0x342e539d,0xa2f355a0,0x58ae132,0xa4f6eb75,0xb83ec39,0x4060efaa,0x5e719f06,0xbd6e1051,0x3e218af9,0x96dd063d,0xdd3e05ae,0x4de6bd46,0x91548db5,0x71c45d05,0x406d46f,0x605015ff,0x1998fb24,0xd6bde997,0x894043cc,0x67d99e77,0xb0e842bd,0x7898b88,0xe7195b38,0x79c8eedb,0xa17c0a47,0x7c420fe9,0xf8841ec9,0,0x9808683,0x322bed48,0x1e1170ac,0x6c5a724e,0xfd0efffb,0xf853856,0x3daed51e,0x362d3927,0xa0fd964,0x685ca621,0x9b5b54d1,0x24362e3a,0xc0a67b1,0x9357e70f,0xb4ee96d2,0x1b9b919e,0x80c0c54f,0x61dc20a2,0x5a774b69,0x1c121a16,0xe293ba0a,0xc0a02ae5,0x3c22e043,0x121b171d,0xe090d0b,0xf28bc7ad,0x2db6a8b9,0x141ea9c8,0x57f11985,0xaf75074c,0xee99ddbb,0xa37f60fd,0xf701269f,0x5c72f5bc,0x44663bc5,0x5bfb7e34,0x8b432976,0xcb23c6dc,0xb6edfc68,0xb8e4f163,0xd731dcca,0x42638510,0x13972240,0x84c61120,0x854a247d,0xd2bb3df8,0xaef93211,0xc729a16d,0x1d9e2f4b,0xdcb230f3,0xd8652ec,0x77c1e3d0,0x2bb3166c,0xa970b999,0x119448fa,0x47e96422,0xa8fc8cc4,0xa0f03f1a,0x567d2cd8,0x223390ef,0x87494ec7,0xd938d1c1,0x8ccaa2fe,0x98d40b36,0xa6f581cf,0xa57ade28,0xdab78e26,0x3fadbfa4,0x2c3a9de4,0x5078920d,0x6a5fcc9b,0x547e4662,0xf68d13c2,0x90d8b8e8,0x2e39f75e,0x82c3aff5,0x9f5d80be,0x69d0937c,0x6fd52da9,0xcf2512b3,0xc8ac993b,0x10187da7,0xe89c636e,0xdb3bbb7b,0xcd267809,0x6e5918f4,0xec9ab701,0x834f9aa8,0xe6956e65,0xaaffe67e,0x21bccf08,0xef15e8e6,0xbae79bd9,0x4a6f36ce,0xea9f09d4,0x29b07cd6,0x31a4b2af,0x2a3f2331,0xc6a59430,0x35a266c0,0x744ebc37,0xfc82caa6,0xe090d0b0,0x33a7d815,0xf104984a,0x41ecdaf7,0x7fcd500e,0x1791f62f,0x764dd68d,0x43efb04d,0xccaa4d54,0xe49604df,0x9ed1b5e3,0x4c6a881b,0xc12c1fb8,0x4665517f,0x9d5eea04,0x18c355d,0xfa877473,0xfb0b412e,0xb3671d5a,0x92dbd252,0xe9105633,0x6dd64713,0x9ad7618c,0x37a10c7a,0x59f8148e,0xeb133c89,0xcea927ee,0xb761c935,0xe11ce5ed,0x7a47b13c,0x9cd2df59,0x55f2733f,0x1814ce79,0x73c737bf,0x53f7cdea,0x5ffdaa5b,0xdf3d6f14,0x7844db86,0xcaaff381,0xb968c43e,0x3824342c,0xc2a3405f,0x161dc372,0xbce2250c,0x283c498b,0xff0d9541,0x39a80171,0x80cb3de,0xd8b4e49c,0x6456c190,0x7bcb8461,0xd532b670,0x486c5c74,0xd0b85742],xY=[0x5051f4a7,0x537e4165,0xc31a17a4,0x963a275e,0xcb3bab6b,0xf11f9d45,0xabacfa58,0x934be303,0x552030fa,0xf6ad766d,0x9188cc76,0x25f5024c,0xfc4fe5d7,0xd7c52acb,0x80263544,0x8fb562a3,0x49deb15a,0x6725ba1b,0x9845ea0e,0xe15dfec0,0x2c32f75,0x12814cf0,0xa38d4697,0xc66bd3f9,0xe7038f5f,0x9515929c,0xebbf6d7a,0xda955259,0x2dd4be83,0xd3587421,0x2949e069,0x448ec9c8,0x6a75c289,0x78f48e79,0x6b99583e,0xdd27b971,0xb6bee14f,0x17f088ad,0x66c920ac,0xb47dce3a,0x1863df4a,0x82e51a31,0x60975133,0x4562537f,0xe0b16477,0x84bb6bae,0x1cfe81a0,0x94f9082b,0x58704868,0x198f45fd,0x8794de6c,0xb7527bf8,0x23ab73d3,0xe2724b02,0x57e31f8f,0x2a6655ab,0x7b2eb28,0x32fb5c2,0x9a86c57b,0xa5d33708,0xf2302887,0xb223bfa5,0xba02036a,0x5ced1682,0x2b8acf1c,0x92a779b4,0xf0f307f2,0xa14e69e2,0xcd65daf4,0xd50605be,0x1fd13462,0x8ac4a6fe,0x9d342e53,0xa0a2f355,0x32058ae1,0x75a4f6eb,0x390b83ec,0xaa4060ef,0x65e719f,0x51bd6e10,0xf93e218a,0x3d96dd06,0xaedd3e05,0x464de6bd,0xb591548d,0x571c45d,0x6f0406d4,0xff605015,0x241998fb,0x97d6bde9,0xcc894043,0x7767d99e,0xbdb0e842,0x8807898b,0x38e7195b,0xdb79c8ee,0x47a17c0a,0xe97c420f,0xc9f8841e,0,0x83098086,0x48322bed,0xac1e1170,0x4e6c5a72,0xfbfd0eff,0x560f8538,0x1e3daed5,0x27362d39,0x640a0fd9,0x21685ca6,0xd19b5b54,0x3a24362e,0xb10c0a67,0xf9357e7,0xd2b4ee96,0x9e1b9b91,0x4f80c0c5,0xa261dc20,0x695a774b,0x161c121a,0xae293ba,0xe5c0a02a,0x433c22e0,0x1d121b17,0xb0e090d,0xadf28bc7,0xb92db6a8,0xc8141ea9,0x8557f119,0x4caf7507,0xbbee99dd,0xfda37f60,0x9ff70126,0xbc5c72f5,0xc544663b,0x345bfb7e,0x768b4329,0xdccb23c6,0x68b6edfc,0x63b8e4f1,0xcad731dc,0x10426385,0x40139722,0x2084c611,0x7d854a24,0xf8d2bb3d,0x11aef932,0x6dc729a1,0x4b1d9e2f,0xf3dcb230,0xec0d8652,0xd077c1e3,0x6c2bb316,0x99a970b9,0xfa119448,0x2247e964,0xc4a8fc8c,0x1aa0f03f,0xd8567d2c,0xef223390,0xc787494e,0xc1d938d1,0xfe8ccaa2,0x3698d40b,0xcfa6f581,0x28a57ade,0x26dab78e,0xa43fadbf,0xe42c3a9d,0xd507892,0x9b6a5fcc,0x62547e46,0xc2f68d13,0xe890d8b8,0x5e2e39f7,0xf582c3af,0xbe9f5d80,0x7c69d093,0xa96fd52d,0xb3cf2512,0x3bc8ac99,0xa710187d,0x6ee89c63,0x7bdb3bbb,0x9cd2678,0xf46e5918,0x1ec9ab7,0xa8834f9a,0x65e6956e,0x7eaaffe6,0x821bccf,0xe6ef15e8,0xd9bae79b,0xce4a6f36,0xd4ea9f09,0xd629b07c,0xaf31a4b2,0x312a3f23,0x30c6a594,0xc035a266,0x37744ebc,0xa6fc82ca,0xb0e090d0,0x1533a7d8,0x4af10498,0xf741ecda,0xe7fcd50,0x2f1791f6,0x8d764dd6,0x4d43efb0,0x54ccaa4d,0xdfe49604,0xe39ed1b5,0x1b4c6a88,0xb8c12c1f,0x7f466551,0x49d5eea,0x5d018c35,0x73fa8774,0x2efb0b41,0x5ab3671d,0x5292dbd2,0x33e91056,0x136dd647,0x8c9ad761,0x7a37a10c,0x8e59f814,0x89eb133c,0xeecea927,0x35b761c9,0xede11ce5,0x3c7a47b1,0x599cd2df,0x3f55f273,0x791814ce,0xbf73c737,0xea53f7cd,0x5b5ffdaa,0x14df3d6f,0x867844db,0x81caaff3,0x3eb968c4,0x2c382434,0x5fc2a340,0x72161dc3,0xcbce225,0x8b283c49,0x41ff0d95,0x7139a801,0xde080cb3,0x9cd8b4e4,0x906456c1,0x617bcb84,0x70d532b6,0x74486c5c,0x42d0b857],x$=[0xa75051f4,0x65537e41,0xa4c31a17,0x5e963a27,0x6bcb3bab,0x45f11f9d,0x58abacfa,0x3934be3,0xfa552030,0x6df6ad76,0x769188cc,0x4c25f502,0xd7fc4fe5,0xcbd7c52a,0x44802635,0xa38fb562,0x5a49deb1,0x1b6725ba,0xe9845ea,0xc0e15dfe,0x7502c32f,0xf012814c,0x97a38d46,0xf9c66bd3,0x5fe7038f,0x9c951592,0x7aebbf6d,0x59da9552,0x832dd4be,0x21d35874,0x692949e0,0xc8448ec9,0x896a75c2,0x7978f48e,1047239e3,0x71dd27b9,0x4fb6bee1,0xad17f088,0xac66c920,0x3ab47dce,0x4a1863df,0x3182e51a,0x33609751,0x7f456253,0x77e0b164,0xae84bb6b,0xa01cfe81,0x2b94f908,0x68587048,0xfd198f45,0x6c8794de,0xf8b7527b,0xd323ab73,0x2e2724b,0x8f57e31f,0xab2a6655,0x2807b2eb,0xc2032fb5,0x7b9a86c5,0x8a5d337,0x87f23028,0xa5b223bf,0x6aba0203,0x825ced16,0x1c2b8acf,0xb492a779,0xf2f0f307,0xe2a14e69,0xf4cd65da,0xbed50605,0x621fd134,0xfe8ac4a6,0x539d342e,0x55a0a2f3,0xe132058a,0xeb75a4f6,0xec390b83,0xefaa4060,0x9f065e71,0x1051bd6e,0x8af93e21,0x63d96dd,0x5aedd3e,0xbd464de6,0x8db59154,0x5d0571c4,0xd46f0406,0x15ff6050,0xfb241998,0xe997d6bd,0x43cc8940,0x9e7767d9,0x42bdb0e8,0x8b880789,0x5b38e719,0xeedb79c8,0xa47a17c,0xfe97c42,0x1ec9f884,0,0x86830980,0xed48322b,0x70ac1e11,0x724e6c5a,0xfffbfd0e,0x38560f85,0xd51e3dae,0x3927362d,0xd9640a0f,0xa621685c,0x54d19b5b,0x2e3a2436,0x67b10c0a,0xe70f9357,0x96d2b4ee,0x919e1b9b,0xc54f80c0,0x20a261dc,0x4b695a77,0x1a161c12,0xba0ae293,0x2ae5c0a0,0xe0433c22,0x171d121b,0xd0b0e09,0xc7adf28b,0xa8b92db6,0xa9c8141e,0x198557f1,0x74caf75,0xddbbee99,0x60fda37f,0x269ff701,0xf5bc5c72,0x3bc54466,0x7e345bfb,0x29768b43,0xc6dccb23,0xfc68b6ed,0xf163b8e4,0xdccad731,0x85104263,0x22401397,0x112084c6,0x247d854a,0x3df8d2bb,0x3211aef9,0xa16dc729,0x2f4b1d9e,0x30f3dcb2,0x52ec0d86,0xe3d077c1,0x166c2bb3,0xb999a970,0x48fa1194,0x642247e9,0x8cc4a8fc,0x3f1aa0f0,0x2cd8567d,0x90ef2233,0x4ec78749,0xd1c1d938,0xa2fe8cca,0xb3698d4,0x81cfa6f5,0xde28a57a,0x8e26dab7,0xbfa43fad,0x9de42c3a,0x920d5078,0xcc9b6a5f,0x4662547e,0x13c2f68d,0xb8e890d8,0xf75e2e39,0xaff582c3,0x80be9f5d,0x937c69d0,0x2da96fd5,0x12b3cf25,0x993bc8ac,0x7da71018,0x636ee89c,0xbb7bdb3b,0x7809cd26,0x18f46e59,0xb701ec9a,0x9aa8834f,0x6e65e695,0xe67eaaff,0xcf0821bc,0xe8e6ef15,0x9bd9bae7,0x36ce4a6f,0x9d4ea9f,0x7cd629b0,0xb2af31a4,0x23312a3f,0x9430c6a5,0x66c035a2,0xbc37744e,0xcaa6fc82,0xd0b0e090,0xd81533a7,0x984af104,0xdaf741ec,0x500e7fcd,0xf62f1791,0xd68d764d,0xb04d43ef,0x4d54ccaa,0x4dfe496,0xb5e39ed1,0x881b4c6a,0x1fb8c12c,0x517f4665,0xea049d5e,0x355d018c,0x7473fa87,0x412efb0b,0x1d5ab367,0xd25292db,0x5633e910,0x47136dd6,0x618c9ad7,0xc7a37a1,0x148e59f8,0x3c89eb13,0x27eecea9,0xc935b761,0xe5ede11c,0xb13c7a47,0xdf599cd2,0x733f55f2,0xce791814,0x37bf73c7,0xcdea53f7,0xaa5b5ffd,0x6f14df3d,0xdb867844,0xf381caaf,0xc43eb968,0x342c3824,0x405fc2a3,0xc372161d,0x250cbce2,0x498b283c,0x9541ff0d,0x17139a8,0xb3de080c,0xe49cd8b4,0xc1906456,0x84617bcb,0xb670d532,0x5c74486c,0x5742d0b8],x0=[0xf4a75051,0x4165537e,0x17a4c31a,0x275e963a,0xab6bcb3b,0x9d45f11f,0xfa58abac,0xe303934b,0x30fa5520,0x766df6ad,0xcc769188,0x24c25f5,0xe5d7fc4f,0x2acbd7c5,0x35448026,0x62a38fb5,0xb15a49de,0xba1b6725,0xea0e9845,0xfec0e15d,0x2f7502c3,0x4cf01281,0x4697a38d,0xd3f9c66b,0x8f5fe703,0x929c9515,0x6d7aebbf,0x5259da95,0xbe832dd4,0x7421d358,0xe0692949,0xc9c8448e,0xc2896a75,0x8e7978f4,0x583e6b99,0xb971dd27,0xe14fb6be,0x88ad17f0,0x20ac66c9,0xce3ab47d,0xdf4a1863,0x1a3182e5,0x51336097,0x537f4562,0x6477e0b1,0x6bae84bb,0x81a01cfe,0x82b94f9,0x48685870,0x45fd198f,0xde6c8794,0x7bf8b752,0x73d323ab,0x4b02e272,0x1f8f57e3,0x55ab2a66,0xeb2807b2,0xb5c2032f,0xc57b9a86,0x3708a5d3,679998e3,0xbfa5b223,0x36aba02,0x16825ced,0xcf1c2b8a,0x79b492a7,0x7f2f0f3,0x69e2a14e,0xdaf4cd65,0x5bed506,0x34621fd1,0xa6fe8ac4,0x2e539d34,0xf355a0a2,0x8ae13205,0xf6eb75a4,0x83ec390b,0x60efaa40,0x719f065e,0x6e1051bd,0x218af93e,0xdd063d96,0x3e05aedd,0xe6bd464d,0x548db591,0xc45d0571,0x6d46f04,0x5015ff60,0x98fb2419,0xbde997d6,0x4043cc89,0xd99e7767,0xe842bdb0,0x898b8807,0x195b38e7,0xc8eedb79,0x7c0a47a1,0x420fe97c,0x841ec9f8,0,0x80868309,0x2bed4832,0x1170ac1e,0x5a724e6c,0xefffbfd,0x8538560f,0xaed51e3d,0x2d392736,0xfd9640a,0x5ca62168,0x5b54d19b,0x362e3a24,0xa67b10c,0x57e70f93,0xee96d2b4,0x9b919e1b,0xc0c54f80,0xdc20a261,0x774b695a,0x121a161c,0x93ba0ae2,0xa02ae5c0,0x22e0433c,0x1b171d12,0x90d0b0e,0x8bc7adf2,0xb6a8b92d,0x1ea9c814,0xf1198557,0x75074caf,0x99ddbbee,0x7f60fda3,0x1269ff7,0x72f5bc5c,0x663bc544,0xfb7e345b,0x4329768b,0x23c6dccb,0xedfc68b6,0xe4f163b8,0x31dccad7,0x63851042,0x97224013,0xc6112084,0x4a247d85,0xbb3df8d2,0xf93211ae,0x29a16dc7,0x9e2f4b1d,0xb230f3dc,0x8652ec0d,0xc1e3d077,0xb3166c2b,0x70b999a9,0x9448fa11,0xe9642247,0xfc8cc4a8,0xf03f1aa0,0x7d2cd856,0x3390ef22,0x494ec787,0x38d1c1d9,0xcaa2fe8c,0xd40b3698,0xf581cfa6,0x7ade28a5,0xb78e26da,0xadbfa43f,0x3a9de42c,0x78920d50,0x5fcc9b6a,0x7e466254,0x8d13c2f6,0xd8b8e890,0x39f75e2e,0xc3aff582,0x5d80be9f,0xd0937c69,0xd52da96f,0x2512b3cf,0xac993bc8,0x187da710,0x9c636ee8,0x3bbb7bdb,0x267809cd,0x5918f46e,0x9ab701ec,0x4f9aa883,0x956e65e6,0xffe67eaa,0xbccf0821,0x15e8e6ef,0xe79bd9ba,0x6f36ce4a,0x9f09d4ea,0xb07cd629,0xa4b2af31,0x3f23312a,0xa59430c6,0xa266c035,0x4ebc3774,0x82caa6fc,0x90d0b0e0,0xa7d81533,0x4984af1,0xecdaf741,0xcd500e7f,0x91f62f17,0x4dd68d76,0xefb04d43,0xaa4d54cc,0x9604dfe4,0xd1b5e39e,0x6a881b4c,0x2c1fb8c1,0x65517f46,0x5eea049d,0x8c355d01,0x877473fa,0xb412efb,0x671d5ab3,0xdbd25292,0x105633e9,0xd647136d,0xd7618c9a,0xa10c7a37,0xf8148e59,0x133c89eb,0xa927eece,0x61c935b7,0x1ce5ede1,0x47b13c7a,0xd2df599c,0xf2733f55,0x14ce7918,0xc737bf73,0xf7cdea53,0xfdaa5b5f,0x3d6f14df,0x44db8678,0xaff381ca,0x68c43eb9,0x24342c38,0xa3405fc2,0x1dc37216,0xe2250cbc,0x3c498b28,0xd9541ff,0xa8017139,0xcb3de08,0xb4e49cd8,0x56c19064,0xcb84617b,0x32b670d5,0x6c5c7448,0xb85742d0],x1=[0,0xe090d0b,0x1c121a16,0x121b171d,0x3824342c,0x362d3927,0x24362e3a,0x2a3f2331,0x70486858,0x7e416553,0x6c5a724e,0x62537f45,0x486c5c74,0x4665517f,0x547e4662,0x5a774b69,0xe090d0b0,0xee99ddbb,0xfc82caa6,0xf28bc7ad,0xd8b4e49c,0xd6bde997,0xc4a6fe8a,0xcaaff381,0x90d8b8e8,0x9ed1b5e3,0x8ccaa2fe,0x82c3aff5,0xa8fc8cc4,0xa6f581cf,0xb4ee96d2,0xbae79bd9,0xdb3bbb7b,0xd532b670,0xc729a16d,0xc920ac66,0xe31f8f57,0xed16825c,0xff0d9541,0xf104984a,0xab73d323,0xa57ade28,0xb761c935,0xb968c43e,0x9357e70f,0x9d5eea04,0x8f45fd19,0x814cf012,0x3bab6bcb,0x35a266c0,0x27b971dd,0x29b07cd6,0x38f5fe7,0xd8652ec,0x1f9d45f1,0x119448fa,0x4be30393,0x45ea0e98,0x57f11985,0x59f8148e,0x73c737bf,0x7dce3ab4,0x6fd52da9,0x61dc20a2,0xad766df6,0xa37f60fd,0xb16477e0,0xbf6d7aeb,0x955259da,0x9b5b54d1,0x894043cc,0x87494ec7,0xdd3e05ae,0xd33708a5,0xc12c1fb8,0xcf2512b3,0xe51a3182,0xeb133c89,0xf9082b94,0xf701269f,0x4de6bd46,0x43efb04d,0x51f4a750,0x5ffdaa5b,0x75c2896a,0x7bcb8461,0x69d0937c,0x67d99e77,0x3daed51e,0x33a7d815,0x21bccf08,0x2fb5c203,0x58ae132,0xb83ec39,0x1998fb24,0x1791f62f,0x764dd68d,0x7844db86,0x6a5fcc9b,0x6456c190,0x4e69e2a1,0x4060efaa,0x527bf8b7,0x5c72f5bc,0x605bed5,0x80cb3de,0x1a17a4c3,0x141ea9c8,0x3e218af9,0x302887f2,0x223390ef,0x2c3a9de4,0x96dd063d,0x98d40b36,0x8acf1c2b,0x84c61120,0xaef93211,0xa0f03f1a,0xb2eb2807,0xbce2250c,0xe6956e65,0xe89c636e,0xfa877473,0xf48e7978,0xdeb15a49,0xd0b85742,0xc2a3405f,0xccaa4d54,0x41ecdaf7,0x4fe5d7fc,0x5dfec0e1,0x53f7cdea,0x79c8eedb,0x77c1e3d0,0x65daf4cd,0x6bd3f9c6,0x31a4b2af,0x3fadbfa4,0x2db6a8b9,0x23bfa5b2,0x9808683,0x7898b88,0x15929c95,0x1b9b919e,0xa17c0a47,0xaf75074c,0xbd6e1051,0xb3671d5a,0x99583e6b,0x97513360,0x854a247d,0x8b432976,0xd134621f,0xdf3d6f14,0xcd267809,0xc32f7502,0xe9105633,0xe7195b38,0xf5024c25,0xfb0b412e,0x9ad7618c,0x94de6c87,0x86c57b9a,0x88cc7691,0xa2f355a0,0xacfa58ab,0xbee14fb6,0xb0e842bd,0xea9f09d4,0xe49604df,0xf68d13c2,0xf8841ec9,0xd2bb3df8,0xdcb230f3,0xcea927ee,0xc0a02ae5,0x7a47b13c,0x744ebc37,0x6655ab2a,0x685ca621,0x42638510,0x4c6a881b,0x5e719f06,0x5078920d,0xa0fd964,0x406d46f,0x161dc372,0x1814ce79,0x322bed48,0x3c22e043,0x2e39f75e,0x2030fa55,0xec9ab701,0xe293ba0a,0xf088ad17,0xfe81a01c,0xd4be832d,0xdab78e26,0xc8ac993b,0xc6a59430,0x9cd2df59,0x92dbd252,0x80c0c54f,0x8ec9c844,0xa4f6eb75,0xaaffe67e,0xb8e4f163,0xb6edfc68,0xc0a67b1,0x2036aba,0x10187da7,0x1e1170ac,0x342e539d,0x3a275e96,0x283c498b,0x26354480,0x7c420fe9,0x724b02e2,0x605015ff,0x6e5918f4,0x44663bc5,0x4a6f36ce,0x587421d3,0x567d2cd8,0x37a10c7a,0x39a80171,0x2bb3166c,0x25ba1b67,0xf853856,0x18c355d,0x13972240,0x1d9e2f4b,0x47e96422,0x49e06929,0x5bfb7e34,0x55f2733f,0x7fcd500e,0x71c45d05,0x63df4a18,0x6dd64713,0xd731dcca,0xd938d1c1,0xcb23c6dc,0xc52acbd7,0xef15e8e6,0xe11ce5ed,0xf307f2f0,0xfd0efffb,0xa779b492,0xa970b999,0xbb6bae84,0xb562a38f,0x9f5d80be,0x91548db5,0x834f9aa8,0x8d4697a3],x2=[0,0xb0e090d,0x161c121a,0x1d121b17,0x2c382434,0x27362d39,0x3a24362e,0x312a3f23,0x58704868,0x537e4165,0x4e6c5a72,0x4562537f,0x74486c5c,0x7f466551,0x62547e46,0x695a774b,0xb0e090d0,0xbbee99dd,0xa6fc82ca,0xadf28bc7,0x9cd8b4e4,0x97d6bde9,0x8ac4a6fe,0x81caaff3,0xe890d8b8,0xe39ed1b5,0xfe8ccaa2,0xf582c3af,0xc4a8fc8c,0xcfa6f581,0xd2b4ee96,0xd9bae79b,0x7bdb3bbb,0x70d532b6,0x6dc729a1,0x66c920ac,0x57e31f8f,0x5ced1682,0x41ff0d95,0x4af10498,0x23ab73d3,0x28a57ade,0x35b761c9,0x3eb968c4,0xf9357e7,0x49d5eea,0x198f45fd,0x12814cf0,0xcb3bab6b,0xc035a266,0xdd27b971,0xd629b07c,0xe7038f5f,0xec0d8652,0xf11f9d45,0xfa119448,0x934be303,0x9845ea0e,0x8557f119,0x8e59f814,0xbf73c737,0xb47dce3a,0xa96fd52d,0xa261dc20,0xf6ad766d,0xfda37f60,0xe0b16477,0xebbf6d7a,0xda955259,0xd19b5b54,0xcc894043,0xc787494e,0xaedd3e05,0xa5d33708,0xb8c12c1f,0xb3cf2512,0x82e51a31,0x89eb133c,0x94f9082b,0x9ff70126,0x464de6bd,0x4d43efb0,0x5051f4a7,0x5b5ffdaa,0x6a75c289,0x617bcb84,0x7c69d093,0x7767d99e,0x1e3daed5,0x1533a7d8,0x821bccf,0x32fb5c2,0x32058ae1,0x390b83ec,0x241998fb,0x2f1791f6,0x8d764dd6,0x867844db,0x9b6a5fcc,0x906456c1,0xa14e69e2,0xaa4060ef,0xb7527bf8,0xbc5c72f5,0xd50605be,0xde080cb3,0xc31a17a4,0xc8141ea9,0xf93e218a,0xf2302887,0xef223390,0xe42c3a9d,0x3d96dd06,0x3698d40b,0x2b8acf1c,0x2084c611,0x11aef932,0x1aa0f03f,0x7b2eb28,0xcbce225,0x65e6956e,0x6ee89c63,0x73fa8774,0x78f48e79,0x49deb15a,0x42d0b857,0x5fc2a340,0x54ccaa4d,0xf741ecda,0xfc4fe5d7,0xe15dfec0,0xea53f7cd,0xdb79c8ee,0xd077c1e3,0xcd65daf4,0xc66bd3f9,0xaf31a4b2,0xa43fadbf,0xb92db6a8,0xb223bfa5,0x83098086,0x8807898b,0x9515929c,0x9e1b9b91,0x47a17c0a,0x4caf7507,0x51bd6e10,0x5ab3671d,0x6b99583e,0x60975133,0x7d854a24,0x768b4329,0x1fd13462,0x14df3d6f,0x9cd2678,0x2c32f75,0x33e91056,0x38e7195b,0x25f5024c,0x2efb0b41,0x8c9ad761,0x8794de6c,0x9a86c57b,0x9188cc76,0xa0a2f355,0xabacfa58,0xb6bee14f,0xbdb0e842,0xd4ea9f09,0xdfe49604,0xc2f68d13,0xc9f8841e,0xf8d2bb3d,0xf3dcb230,0xeecea927,0xe5c0a02a,0x3c7a47b1,0x37744ebc,0x2a6655ab,0x21685ca6,0x10426385,0x1b4c6a88,0x65e719f,0xd507892,0x640a0fd9,0x6f0406d4,0x72161dc3,0x791814ce,0x48322bed,0x433c22e0,0x5e2e39f7,0x552030fa,0x1ec9ab7,0xae293ba,0x17f088ad,0x1cfe81a0,0x2dd4be83,0x26dab78e,0x3bc8ac99,0x30c6a594,0x599cd2df,0x5292dbd2,0x4f80c0c5,0x448ec9c8,0x75a4f6eb,0x7eaaffe6,0x63b8e4f1,0x68b6edfc,0xb10c0a67,0xba02036a,0xa710187d,0xac1e1170,0x9d342e53,0x963a275e,0x8b283c49,0x80263544,0xe97c420f,0xe2724b02,0xff605015,0xf46e5918,0xc544663b,0xce4a6f36,0xd3587421,0xd8567d2c,0x7a37a10c,0x7139a801,0x6c2bb316,0x6725ba1b,0x560f8538,0x5d018c35,0x40139722,0x4b1d9e2f,0x2247e964,0x2949e069,0x345bfb7e,0x3f55f273,0xe7fcd50,0x571c45d,0x1863df4a,0x136dd647,0xcad731dc,0xc1d938d1,0xdccb23c6,0xd7c52acb,0xe6ef15e8,0xede11ce5,0xf0f307f2,0xfbfd0eff,0x92a779b4,0x99a970b9,0x84bb6bae,0x8fb562a3,0xbe9f5d80,0xb591548d,0xa8834f9a,0xa38d4697],x5=[0,0xd0b0e09,0x1a161c12,0x171d121b,0x342c3824,0x3927362d,0x2e3a2436,0x23312a3f,0x68587048,0x65537e41,0x724e6c5a,0x7f456253,0x5c74486c,0x517f4665,0x4662547e,0x4b695a77,0xd0b0e090,0xddbbee99,0xcaa6fc82,0xc7adf28b,0xe49cd8b4,0xe997d6bd,0xfe8ac4a6,0xf381caaf,0xb8e890d8,0xb5e39ed1,0xa2fe8cca,0xaff582c3,0x8cc4a8fc,0x81cfa6f5,0x96d2b4ee,0x9bd9bae7,0xbb7bdb3b,0xb670d532,0xa16dc729,0xac66c920,0x8f57e31f,0x825ced16,0x9541ff0d,0x984af104,0xd323ab73,0xde28a57a,0xc935b761,0xc43eb968,0xe70f9357,0xea049d5e,0xfd198f45,0xf012814c,0x6bcb3bab,0x66c035a2,0x71dd27b9,0x7cd629b0,0x5fe7038f,0x52ec0d86,0x45f11f9d,0x48fa1194,0x3934be3,0xe9845ea,0x198557f1,0x148e59f8,0x37bf73c7,0x3ab47dce,0x2da96fd5,0x20a261dc,0x6df6ad76,0x60fda37f,0x77e0b164,0x7aebbf6d,0x59da9552,0x54d19b5b,0x43cc8940,0x4ec78749,0x5aedd3e,0x8a5d337,0x1fb8c12c,0x12b3cf25,0x3182e51a,0x3c89eb13,0x2b94f908,0x269ff701,0xbd464de6,0xb04d43ef,0xa75051f4,0xaa5b5ffd,0x896a75c2,0x84617bcb,0x937c69d0,0x9e7767d9,0xd51e3dae,0xd81533a7,0xcf0821bc,0xc2032fb5,0xe132058a,0xec390b83,0xfb241998,0xf62f1791,0xd68d764d,0xdb867844,0xcc9b6a5f,0xc1906456,0xe2a14e69,0xefaa4060,0xf8b7527b,0xf5bc5c72,0xbed50605,0xb3de080c,0xa4c31a17,0xa9c8141e,0x8af93e21,0x87f23028,0x90ef2233,0x9de42c3a,0x63d96dd,0xb3698d4,0x1c2b8acf,0x112084c6,0x3211aef9,0x3f1aa0f0,0x2807b2eb,0x250cbce2,0x6e65e695,0x636ee89c,0x7473fa87,0x7978f48e,0x5a49deb1,0x5742d0b8,0x405fc2a3,0x4d54ccaa,0xdaf741ec,0xd7fc4fe5,0xc0e15dfe,0xcdea53f7,0xeedb79c8,0xe3d077c1,0xf4cd65da,0xf9c66bd3,0xb2af31a4,0xbfa43fad,0xa8b92db6,0xa5b223bf,0x86830980,0x8b880789,0x9c951592,0x919e1b9b,0xa47a17c,0x74caf75,0x1051bd6e,0x1d5ab367,1047239e3,0x33609751,0x247d854a,0x29768b43,0x621fd134,0x6f14df3d,0x7809cd26,0x7502c32f,0x5633e910,0x5b38e719,0x4c25f502,0x412efb0b,0x618c9ad7,0x6c8794de,0x7b9a86c5,0x769188cc,0x55a0a2f3,0x58abacfa,0x4fb6bee1,0x42bdb0e8,0x9d4ea9f,0x4dfe496,0x13c2f68d,0x1ec9f884,0x3df8d2bb,0x30f3dcb2,0x27eecea9,0x2ae5c0a0,0xb13c7a47,0xbc37744e,0xab2a6655,0xa621685c,0x85104263,0x881b4c6a,0x9f065e71,0x920d5078,0xd9640a0f,0xd46f0406,0xc372161d,0xce791814,0xed48322b,0xe0433c22,0xf75e2e39,0xfa552030,0xb701ec9a,0xba0ae293,0xad17f088,0xa01cfe81,0x832dd4be,0x8e26dab7,0x993bc8ac,0x9430c6a5,0xdf599cd2,0xd25292db,0xc54f80c0,0xc8448ec9,0xeb75a4f6,0xe67eaaff,0xf163b8e4,0xfc68b6ed,0x67b10c0a,0x6aba0203,0x7da71018,0x70ac1e11,0x539d342e,0x5e963a27,0x498b283c,0x44802635,0xfe97c42,0x2e2724b,0x15ff6050,0x18f46e59,0x3bc54466,0x36ce4a6f,0x21d35874,0x2cd8567d,0xc7a37a1,0x17139a8,0x166c2bb3,0x1b6725ba,0x38560f85,0x355d018c,0x22401397,0x2f4b1d9e,0x642247e9,0x692949e0,0x7e345bfb,0x733f55f2,0x500e7fcd,0x5d0571c4,0x4a1863df,0x47136dd6,0xdccad731,0xd1c1d938,0xc6dccb23,0xcbd7c52a,0xe8e6ef15,0xe5ede11c,0xf2f0f307,0xfffbfd0e,0xb492a779,0xb999a970,0xae84bb6b,0xa38fb562,0x80be9f5d,0x8db59154,0x9aa8834f,0x97a38d46],x4=[0,0x90d0b0e,0x121a161c,0x1b171d12,0x24342c38,0x2d392736,0x362e3a24,0x3f23312a,0x48685870,0x4165537e,0x5a724e6c,0x537f4562,0x6c5c7448,0x65517f46,0x7e466254,0x774b695a,0x90d0b0e0,0x99ddbbee,0x82caa6fc,0x8bc7adf2,0xb4e49cd8,0xbde997d6,0xa6fe8ac4,0xaff381ca,0xd8b8e890,0xd1b5e39e,0xcaa2fe8c,0xc3aff582,0xfc8cc4a8,0xf581cfa6,0xee96d2b4,0xe79bd9ba,0x3bbb7bdb,0x32b670d5,0x29a16dc7,0x20ac66c9,0x1f8f57e3,0x16825ced,0xd9541ff,0x4984af1,0x73d323ab,0x7ade28a5,0x61c935b7,0x68c43eb9,0x57e70f93,0x5eea049d,0x45fd198f,0x4cf01281,0xab6bcb3b,0xa266c035,0xb971dd27,0xb07cd629,0x8f5fe703,0x8652ec0d,0x9d45f11f,0x9448fa11,0xe303934b,0xea0e9845,0xf1198557,0xf8148e59,0xc737bf73,0xce3ab47d,0xd52da96f,0xdc20a261,0x766df6ad,0x7f60fda3,0x6477e0b1,0x6d7aebbf,0x5259da95,0x5b54d19b,0x4043cc89,0x494ec787,0x3e05aedd,0x3708a5d3,0x2c1fb8c1,0x2512b3cf,0x1a3182e5,0x133c89eb,0x82b94f9,0x1269ff7,0xe6bd464d,0xefb04d43,0xf4a75051,0xfdaa5b5f,0xc2896a75,0xcb84617b,0xd0937c69,0xd99e7767,0xaed51e3d,0xa7d81533,0xbccf0821,0xb5c2032f,0x8ae13205,0x83ec390b,0x98fb2419,0x91f62f17,0x4dd68d76,0x44db8678,0x5fcc9b6a,0x56c19064,0x69e2a14e,0x60efaa40,0x7bf8b752,0x72f5bc5c,0x5bed506,0xcb3de08,0x17a4c31a,0x1ea9c814,0x218af93e,679998e3,0x3390ef22,0x3a9de42c,0xdd063d96,0xd40b3698,0xcf1c2b8a,0xc6112084,0xf93211ae,0xf03f1aa0,0xeb2807b2,0xe2250cbc,0x956e65e6,0x9c636ee8,0x877473fa,0x8e7978f4,0xb15a49de,0xb85742d0,0xa3405fc2,0xaa4d54cc,0xecdaf741,0xe5d7fc4f,0xfec0e15d,0xf7cdea53,0xc8eedb79,0xc1e3d077,0xdaf4cd65,0xd3f9c66b,0xa4b2af31,0xadbfa43f,0xb6a8b92d,0xbfa5b223,0x80868309,0x898b8807,0x929c9515,0x9b919e1b,0x7c0a47a1,0x75074caf,0x6e1051bd,0x671d5ab3,0x583e6b99,0x51336097,0x4a247d85,0x4329768b,0x34621fd1,0x3d6f14df,0x267809cd,0x2f7502c3,0x105633e9,0x195b38e7,0x24c25f5,0xb412efb,0xd7618c9a,0xde6c8794,0xc57b9a86,0xcc769188,0xf355a0a2,0xfa58abac,0xe14fb6be,0xe842bdb0,0x9f09d4ea,0x9604dfe4,0x8d13c2f6,0x841ec9f8,0xbb3df8d2,0xb230f3dc,0xa927eece,0xa02ae5c0,0x47b13c7a,0x4ebc3774,0x55ab2a66,0x5ca62168,0x63851042,0x6a881b4c,0x719f065e,0x78920d50,0xfd9640a,0x6d46f04,0x1dc37216,0x14ce7918,0x2bed4832,0x22e0433c,0x39f75e2e,0x30fa5520,0x9ab701ec,0x93ba0ae2,0x88ad17f0,0x81a01cfe,0xbe832dd4,0xb78e26da,0xac993bc8,0xa59430c6,0xd2df599c,0xdbd25292,0xc0c54f80,0xc9c8448e,0xf6eb75a4,0xffe67eaa,0xe4f163b8,0xedfc68b6,0xa67b10c,0x36aba02,0x187da710,0x1170ac1e,0x2e539d34,0x275e963a,0x3c498b28,0x35448026,0x420fe97c,0x4b02e272,0x5015ff60,0x5918f46e,0x663bc544,0x6f36ce4a,0x7421d358,0x7d2cd856,0xa10c7a37,0xa8017139,0xb3166c2b,0xba1b6725,0x8538560f,0x8c355d01,0x97224013,0x9e2f4b1d,0xe9642247,0xe0692949,0xfb7e345b,0xf2733f55,0xcd500e7f,0xc45d0571,0xdf4a1863,0xd647136d,0x31dccad7,0x38d1c1d9,0x23c6dccb,0x2acbd7c5,0x15e8e6ef,0x1ce5ede1,0x7f2f0f3,0xefffbfd,0x79b492a7,0x70b999a9,0x6bae84bb,0x62a38fb5,0x5d80be9f,0x548db591,0x4f9aa883,0x4697a38d];function x3(x){return parseInt(\"\".concat(x))===x}function x6(x){if(!x3(x.length))return!1;for(var e=0;e<x.length;e++)if(!x3(x[e])||x[e]<0||x[e]>255)return!1;return!0}function x8(x){return new Uint8Array(x)}function x9(x){var e=[];for(var a=0;a<x.length;a+=4)e.push(x[a]<<24|x[a+1]<<16|x[a+2]<<8|x[a+3]);return e}function x7(x,e){if(x.buffer&&x.name===\"Uint8Array\")return e&&(x.slice?x=x.slice():x=Array.prototype.slice.call(x)),x;if(Array.isArray(x)){if(!x6(x))throw new Error(\"Array contains invalid value\");return new Uint8Array(x)}if(x3(x.length)&&x6(x))return new Uint8Array(x);throw new Error(\"unsupported array-like object\")}function ex(x,e,a,c,f){(c!=null||f!=null)&&(x.slice?x=x.slice(c,f):x=Array.prototype.slice.call(x,c,f)),e.set(x,a)}var ee=/*#__PURE__*/function(){\"use strict\";function x(e){b(this,x);I(this,\"key\");I(this,\"_Ke\");I(this,\"_Kd\");this.key=x7(e,!0),this._prepare()}n(x,[{key:\"_prepare\",value:function x(){var x=xV[this.key.length];if(x==null)throw new Error(\"invalid key size (must be 16, 24 or 32 bytes)\");this._Ke=[],this._Kd=[];for(var e=0;e<=x;e++)this._Ke.push([0,0,0,0]),this._Kd.push([0,0,0,0]);var a=(x+1)*4,c=this.key.length/4,f=x9(this.key),d;for(var b=0;b<c;b++)d=b>>2,this._Ke[d][b%4]=f[b],this._Kd[x-d][b%4]=f[b];var r=0,t=c,n;for(;t<a;){if(n=f[c-1],f[0]^=xH[n>>16&255]<<24^xH[n>>8&255]<<16^xH[n&255]<<8^xH[n>>24&255]^xq[r]<<24,r+=1,c!=8)for(var o=1;o<c;o++)f[o]^=f[o-1];else{for(var i=1;i<c/2;i++)f[i]^=f[i-1];n=f[c/2-1],f[c/2]^=xH[n&255]^xH[n>>8&255]<<8^xH[n>>16&255]<<16^xH[n>>24&255]<<24;for(var s=c/2+1;s<c;s++)f[s]^=f[s-1]}var u=0,l=void 0,p=void 0;for(;u<c&&t<a;)l=t>>2,p=t%4,this._Ke[l][p]=f[u],this._Kd[x-l][p]=f[u++],t++}for(var h=1;h<x;h++)for(var v=0;v<4;v++)n=this._Kd[h][v],this._Kd[h][v]=x1[n>>24&255]^x2[n>>16&255]^x5[n>>8&255]^x4[n&255]}},{key:\"encrypt\",value:function x(x){if(x.length!=16)throw new Error(\"invalid plaintext size (must be 16 bytes)\");var e=this._Ke.length-1,a=[0,0,0,0],c=x9(x);for(var f=0;f<4;f++)c[f]^=this._Ke[0][f];for(var d=1;d<e;d++){for(var b=0;b<4;b++)a[b]=xW[c[b]>>24&255]^xG[c[(b+1)%4]>>16&255]^xQ[c[(b+2)%4]>>8&255]^xX[c[(b+3)%4]&255]^this._Ke[d][b];c=a.slice()}var r=x8(16),t;for(var n=0;n<4;n++)t=this._Ke[e][n],r[4*n]=(xH[c[n]>>24&255]^t>>24)&255,r[4*n+1]=(xH[c[(n+1)%4]>>16&255]^t>>16)&255,r[4*n+2]=(xH[c[(n+2)%4]>>8&255]^t>>8)&255,r[4*n+3]=(xH[c[(n+3)%4]&255]^t)&255;return r}},{key:\"decrypt\",value:function x(x){if(x.length!=16)throw new Error(\"invalid ciphertext size (must be 16 bytes)\");var e=this._Kd.length-1,a=[0,0,0,0],c=x9(x);for(var f=0;f<4;f++)c[f]^=this._Kd[0][f];for(var d=1;d<e;d++){for(var b=0;b<4;b++)a[b]=xZ[c[b]>>24&255]^xY[c[(b+3)%4]>>16&255]^x$[c[(b+2)%4]>>8&255]^x0[c[(b+1)%4]&255]^this._Kd[d][b];c=a.slice()}var r=x8(16),t;for(var n=0;n<4;n++)t=this._Kd[e][n],r[4*n]=(xz[c[n]>>24&255]^t>>24)&255,r[4*n+1]=(xz[c[(n+3)%4]>>16&255]^t>>16)&255,r[4*n+2]=(xz[c[(n+2)%4]>>8&255]^t>>8)&255,r[4*n+3]=(xz[c[(n+1)%4]&255]^t)&255;return r}}]);return x}(),ea=/*#__PURE__*/function(){\"use strict\";function x(e,a){b(this,x);I(this,\"_aes\");I(this,\"_lastCipherblock\");if(!a)a=new Uint8Array(16);else if(a.length!=16)throw new Error(\"invalid initialation vector size (must be 16 bytes)\");this._lastCipherblock=x7(a,!0),this._aes=new ee(e)}n(x,[{key:\"encrypt\",value:function x(x){if(x=x7(x),x.length%16!==0)throw new Error(\"invalid plaintext size (must be multiple of 16 bytes)\");var e=x8(x.length),a=x8(16);for(var c=0;c<x.length;c+=16){ex(x,a,0,c,c+16);for(var f=0;f<16;f++)a[f]^=this._lastCipherblock[f];this._lastCipherblock=this._aes.encrypt(a),ex(this._lastCipherblock,e,c)}return e}},{key:\"decrypt\",value:function x(x){if(x=x7(x),x.length%16!==0)throw new Error(\"invalid ciphertext size (must be multiple of 16 bytes)\");var e=x8(x.length),a=x8(16);for(var c=0;c<x.length;c+=16){ex(x,a,0,c,c+16),a=this._aes.decrypt(a);for(var f=0;f<16;f++)e[c+f]=a[f]^this._lastCipherblock[f];ex(x,this._lastCipherblock,0,c,c+16)}return e}}]);return x}();var ec=[[16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16],[15,15,15,15,15,15,15,15,15,15,15,15,15,15,15],[14,14,14,14,14,14,14,14,14,14,14,14,14,14],[13,13,13,13,13,13,13,13,13,13,13,13,13],[12,12,12,12,12,12,12,12,12,12,12,12],[11,11,11,11,11,11,11,11,11,11,11],[10,10,10,10,10,10,10,10,10,10],[9,9,9,9,9,9,9,9,9],[8,8,8,8,8,8,8,8],[7,7,7,7,7,7,7],[6,6,6,6,6,6],[5,5,5,5,5],[4,4,4,4],[3,3,3],[2,2],[1]],ef={pad:function x(x){var e=ec[x.byteLength%16||0],a=new Uint8Array(x.byteLength+e.length);return a.set(x),a.set(e,x.byteLength),a},unpad:function x(x){return x.subarray(0,x.byteLength-x[x.byteLength-1])}};var ed=\"sha256\";function eb(x,e,a){var c=new ea(e,x),f=ef.pad(a),d=c.encrypt(f);return new Uint8Array(d)}function er(x,e,a){var c=new ea(e,x).decrypt(a),f=new Uint8Array(c);return ef.unpad(f)}function et(x,e){var a=xF.hmac(xF[ed],x).update(e).digest(\"hex\");return xE(a)}function en(x){for(var e=new Uint8Array(x),a=0;a<x;++a)e[a]=Math.floor(256*Math.random());return xP(e)}function eo(x){var e=en(x);return xA(e)}function ei(x){var e=(x||256)/8,a=eo(e);return xL(xP(a))}function es(x,e){var a=xE(x.data),c=xE(x.iv),f=xE(x.hmac),d=xO(f,!1),b=xT(a,c),r=et(e,b),t=xO(r,!1);return x_(d)===x_(t)}function eu(x,e,a){var c=xA(xJ(e)),f=a||ei(128),d=xA(xJ(f)),b=xO(d,!1),r=JSON.stringify(x),t=xj(r),n=eb(d,c,t),o=xO(n,!1),i=xT(n,d),s=et(c,i),u=xO(s,!1);return{data:o,hmac:u,iv:b}}function el(x,e){var a=xA(xJ(e));if(!a)throw new Error(\"Missing key: required for decryption\");if(!es(x,a))return null;var c=xE(x.data),f=xE(x.iv),d=er(f,a,c),b=xU(d),r;try{r=JSON.parse(b)}catch(x){return null}return r}function ep(x){var e=null;try{var a=window.localStorage.getItem(x);a&&(e=JSON.parse(a))}catch(x){e=null}return e}function eh(x){try{window.localStorage.removeItem(x)}catch(x){}}function ev(x,e){try{window.localStorage.setItem(x,JSON.stringify(e))}catch(x){}}import ey from\"eventemitter3\";var eg=function x(){\"use strict\";var e=this;b(this,x);I(this,\"events\",new ey);I(this,\"on\",function(x,a){return e.events.on(x,a)});I(this,\"once\",function(x,a){return e.events.once(x,a)});I(this,\"off\",function(x,a){return e.events.off(x,a)});I(this,\"removeListener\",function(x,a){return e.events.removeListener(x,a)});I(this,\"removeAllListeners\",function(){return e.events.removeAllListeners()})};var em={ERROR:0,WARN:1,INFO:2,DEBUG:3},ew=em.DEBUG,eR={error:function x(){for(var x=arguments.length,e=new Array(x),a=0;a<x;a++){e[a]=arguments[a]}var c;ew>=em.ERROR&&(c=console).error.apply(c,[\"[ERROR]\"].concat(R(e)))},warn:function x(){for(var x=arguments.length,e=new Array(x),a=0;a<x;a++){e[a]=arguments[a]}var c;ew>=em.WARN&&(c=console).warn.apply(c,[\"[WARN]\"].concat(R(e)))},info:function x(){for(var x=arguments.length,e=new Array(x),a=0;a<x;a++){e[a]=arguments[a]}var c;ew>=em.INFO&&(c=console).info.apply(c,[\"[INFO]\"].concat(R(e)))},debug:function x(){for(var x=arguments.length,e=new Array(x),a=0;a<x;a++){e[a]=arguments[a]}var c;ew>=em.DEBUG&&(c=console).log.apply(c,[\"[DEBUG]\"].concat(R(e)))}};var e_=(typeof window===\"undefined\"?\"undefined\":_(window))<\"u\";function eE(){var x=document.getElementsByTagName(\"link\"),e=[];for(var a=0;a<x.length;a++){var c=x[a],f=c.getAttribute(\"rel\");if(f&&f.toLowerCase().indexOf(\"icon\")>-1){var d=c.getAttribute(\"href\");if(d)if(d.toLowerCase().indexOf(\"https:\")===-1&&d.toLowerCase().indexOf(\"http:\")===-1&&d.indexOf(\"//\")!==0){var b=location.protocol+\"//\"+location.host;if(d.indexOf(\"/\")===0)b+=d;else{var r=location.pathname.split(\"/\");r.pop();var t=r.join(\"/\");b+=t+\"/\"+d}e.push(b)}else if(d.indexOf(\"//\")===0){var n=location.protocol+d;e.push(n)}else e.push(d)}}return e}function eO(){var x=function(x){var e=f[x],c=[\"itemprop\",\"property\",\"name\"].map(function(x){return e.getAttribute(x)}).filter(function(x){return x?a.includes(x):!1});if(c.length&&c){var d=e.getAttribute(\"content\");if(d)return{v:d}}};for(var e=arguments.length,a=new Array(e),c=0;c<e;c++){a[c]=arguments[c]}var f=document.getElementsByTagName(\"meta\");for(var d=0;d<f.length;d++){var b=x(d);if(_(b)===\"object\")return b.v}return\"\"}function eA(){var x=eO(\"name\",\"og:site_name\",\"og:title\",\"twitter:title\");return x||(x=document.title),x}function eS(){return eO(\"description\",\"og:description\",\"twitter:description\",\"keywords\")}function eN(){if(!e_)return;var x=eA(),e=eS(),a=location.origin,c=eE();return{description:e,url:a,icons:c,name:x}}var eP=/*#__PURE__*/function x(x){\"use strict\";s(e,x);function e(x,a){b(this,e);var c;c=d(this,e,[a]);I(c,\"code\");c.code=x,Object.setPrototypeOf(c,(u(this,e)?this.constructor:void 0).prototype);return c}n(e,[{key:\"toString\",value:function x(){return\"\".concat(this.message,\" (\").concat(this.code,\")\")}}]);return e}(O(Error));var eI={CLOSE_MODAL:{code:100001,message:\"[binance-w3w] User closed modal\"},REJECT_SESSION:{code:100002,message:\"[binance-w3w] User rejected connection\"},PROVIDER_NOT_READY:{code:100003,message:\"[binance-w3w] Provider is not ready\"},CONNECTING:{code:100004,message:\"[binance-w3w] Already processing session request. Please wait\"},CONNECTED:{code:100005,message:\"[binance-w3w] Already connected\"}},eT={REJECT_ERR:{code:200001,message:\"[binance-w3w] User rejected the operation\"},METHOD_NOT_SUPPORT:{code:200002,message:\"[binance-w3w] Does not support calling method\"},MISSING_RESPONSE:{code:200003,message:\"[binance-w3w] Missing JSON RPC response\"},INVALID_PARAM:{code:200004,message:\"[binance-w3w] Invalid request param\"}},ej={INTERNAL_ERR:{code:300001,message:\"[binance-w3w] Internal error\"}};import{encodeURI as eC}from\"js-base64\";var eD=function(){return!!(_(window.navigator)>\"u\"?\"\":navigator.userAgent).match(/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile|WPDesktop/i)},eU=function(){return!!navigator.userAgent.match(/Android/i)},ek=function(x,e){var a=\"appId=xoqXxUSMRccLCrZNRebmzj&startPagePath=L3BhZ2VzL2Rhc2hib2FyZC1uZXcvaW5kZXg=\";if(e){var c=eC(\"wc=\".concat(encodeURIComponent(e),\"&isDeepLink=true&id=\").concat(+new Date));a=\"\".concat(a,\"&startPageQuery=\").concat(c)}var f=\"//app.binance.com\";return x?\"bnc:\".concat(f,\"/mp/app?\").concat(a):\"https:\".concat(f,\"/?_dp=\").concat(eC(\"/mp/app?\".concat(a)))},eB=function(x){var e=eD(),a=ek(!0,x);if(!e)return;var c=document.createElement(\"a\");c.href=a,document.body.appendChild(c),c.click(),document.body.removeChild(c)};var eM=function(){try{var x,e;return((e=window)===null||e===void 0?void 0:(x=e.ethereum)===null||x===void 0?void 0:x.isBinance)===!0}catch(x){return!1}},eL=function(){try{var x,e;return((e=window)===null||e===void 0?void 0:(x=e.binancew3w)===null||x===void 0?void 0:x.isExtension)===!0}catch(x){return!1}};var eJ=function(x){var e=x.custom,a=x.http;return eM()?e({request:function x(x){return f(function(x){var e,a,c,f;return S(this,function(d){switch(d.label){case 0:e=x.method,a=x.params;console.log(\"\\uD83D\\uDE80 ~~ request ~~ method:\",e);d.label=1;case 1:d.trys.push([1,3,,4]);return[4,window.ethereum.request({method:e,params:a})];case 2:c=d.sent();return[2,(console.log(\"\\uD83D\\uDE80 ~~ custom ~~ response:\",c),c)];case 3:f=d.sent();console.log(\"\\uD83D\\uDE80 ~~ request ~~ error:\",f);return[3,4];case 4:return[2]}})}).apply(this,arguments)}}):a()};export{eI as CONNECTION_ERR,K as DEFAULT_ERROR,eg as Events,k as INTERNAL_ERROR,U as INVALID_PARAMS,C as INVALID_REQUEST,D as METHOD_NOT_FOUND,ej as MISC_ERR,j as PARSE_ERROR,eP as ProviderRpcError,M as RESERVED_ERROR_CODES,eT as RPC_ERROR,B as SERVER_ERROR,L as SERVER_ERROR_CODE_RANGE,J as STANDARD_ERROR_MAP,xI as addHexPrefix,xP as arrayToBuffer,xO as arrayToHex,xU as arrayToUtf8,eJ as bnTransport,xA as bufferToArray,xS as bufferToHex,xD as bufferToUtf8,xT as concatArrays,xJ as convertArrayBufferToBuffer,xM as convertArrayBufferToHex,xL as convertBufferToArrayBuffer,xB as convertHexToArrayBuffer,xK as convertNumberToHex,el as decrypt,eu as encrypt,xx as formatErrorMessage,$ as formatJsonRpcError,Z as formatJsonRpcRequest,Y as formatJsonRpcResult,ei as generateKey,eN as getClientMetadata,xs as getDeepLink,H as getError,z as getErrorByCode,ek as getHref,xp as getInfuraRpcUrl,eU as getIsAndroid,eD as getIsMobile,xy as getRpcUrl,ep as getStorage,xE as hexToArray,xu as infuraNetworks,eL as isExtensionInstalled,xn as isHttpUrl,eM as isInBinance,xf as isJsonRpcError,xe as isJsonRpcPayload,xa as isJsonRpcResponse,xc as isJsonRpcSuccess,xi as isLocalhostUrl,xg as isNode,V as isReservedErrorCode,F as isServerErrorCode,q as isValidErrorCode,xo as isWsUrl,eR as log,xm as normalizeChainId,eB as openBinanceDeepLink,G as parseConnectionError,Q as payloadId,x_ as removeHexPrefix,eh as removeStorage,xh as safeJsonParse,xv as safeJsonStringify,ev as setStorage,xl as signingMethods,xN as typedArrayToBuffer,xj as utf8ToArray,xC as utf8ToBuffer,xk as utf8ToHex,X as uuid,W as validateJsonRpcError};//# sourceMappingURL=index.js.map"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,349 @@
1
+ import { __module as eventemitter3 } from '../../../../../_virtual/index2.js';
2
+
3
+ var hasRequiredEventemitter3;
4
+
5
+ function requireEventemitter3 () {
6
+ if (hasRequiredEventemitter3) return eventemitter3.exports;
7
+ hasRequiredEventemitter3 = 1;
8
+ (function (module) {
9
+
10
+ var has = Object.prototype.hasOwnProperty
11
+ , prefix = '~';
12
+
13
+ /**
14
+ * Constructor to create a storage for our `EE` objects.
15
+ * An `Events` instance is a plain object whose properties are event names.
16
+ *
17
+ * @constructor
18
+ * @private
19
+ */
20
+ function Events() {}
21
+
22
+ //
23
+ // We try to not inherit from `Object.prototype`. In some engines creating an
24
+ // instance in this way is faster than calling `Object.create(null)` directly.
25
+ // If `Object.create(null)` is not supported we prefix the event names with a
26
+ // character to make sure that the built-in object properties are not
27
+ // overridden or used as an attack vector.
28
+ //
29
+ if (Object.create) {
30
+ Events.prototype = Object.create(null);
31
+
32
+ //
33
+ // This hack is needed because the `__proto__` property is still inherited in
34
+ // some old browsers like Android 4, iPhone 5.1, Opera 11 and Safari 5.
35
+ //
36
+ if (!new Events().__proto__) prefix = false;
37
+ }
38
+
39
+ /**
40
+ * Representation of a single event listener.
41
+ *
42
+ * @param {Function} fn The listener function.
43
+ * @param {*} context The context to invoke the listener with.
44
+ * @param {Boolean} [once=false] Specify if the listener is a one-time listener.
45
+ * @constructor
46
+ * @private
47
+ */
48
+ function EE(fn, context, once) {
49
+ this.fn = fn;
50
+ this.context = context;
51
+ this.once = once || false;
52
+ }
53
+
54
+ /**
55
+ * Add a listener for a given event.
56
+ *
57
+ * @param {EventEmitter} emitter Reference to the `EventEmitter` instance.
58
+ * @param {(String|Symbol)} event The event name.
59
+ * @param {Function} fn The listener function.
60
+ * @param {*} context The context to invoke the listener with.
61
+ * @param {Boolean} once Specify if the listener is a one-time listener.
62
+ * @returns {EventEmitter}
63
+ * @private
64
+ */
65
+ function addListener(emitter, event, fn, context, once) {
66
+ if (typeof fn !== 'function') {
67
+ throw new TypeError('The listener must be a function');
68
+ }
69
+
70
+ var listener = new EE(fn, context || emitter, once)
71
+ , evt = prefix ? prefix + event : event;
72
+
73
+ if (!emitter._events[evt]) emitter._events[evt] = listener, emitter._eventsCount++;
74
+ else if (!emitter._events[evt].fn) emitter._events[evt].push(listener);
75
+ else emitter._events[evt] = [emitter._events[evt], listener];
76
+
77
+ return emitter;
78
+ }
79
+
80
+ /**
81
+ * Clear event by name.
82
+ *
83
+ * @param {EventEmitter} emitter Reference to the `EventEmitter` instance.
84
+ * @param {(String|Symbol)} evt The Event name.
85
+ * @private
86
+ */
87
+ function clearEvent(emitter, evt) {
88
+ if (--emitter._eventsCount === 0) emitter._events = new Events();
89
+ else delete emitter._events[evt];
90
+ }
91
+
92
+ /**
93
+ * Minimal `EventEmitter` interface that is molded against the Node.js
94
+ * `EventEmitter` interface.
95
+ *
96
+ * @constructor
97
+ * @public
98
+ */
99
+ function EventEmitter() {
100
+ this._events = new Events();
101
+ this._eventsCount = 0;
102
+ }
103
+
104
+ /**
105
+ * Return an array listing the events for which the emitter has registered
106
+ * listeners.
107
+ *
108
+ * @returns {Array}
109
+ * @public
110
+ */
111
+ EventEmitter.prototype.eventNames = function eventNames() {
112
+ var names = []
113
+ , events
114
+ , name;
115
+
116
+ if (this._eventsCount === 0) return names;
117
+
118
+ for (name in (events = this._events)) {
119
+ if (has.call(events, name)) names.push(prefix ? name.slice(1) : name);
120
+ }
121
+
122
+ if (Object.getOwnPropertySymbols) {
123
+ return names.concat(Object.getOwnPropertySymbols(events));
124
+ }
125
+
126
+ return names;
127
+ };
128
+
129
+ /**
130
+ * Return the listeners registered for a given event.
131
+ *
132
+ * @param {(String|Symbol)} event The event name.
133
+ * @returns {Array} The registered listeners.
134
+ * @public
135
+ */
136
+ EventEmitter.prototype.listeners = function listeners(event) {
137
+ var evt = prefix ? prefix + event : event
138
+ , handlers = this._events[evt];
139
+
140
+ if (!handlers) return [];
141
+ if (handlers.fn) return [handlers.fn];
142
+
143
+ for (var i = 0, l = handlers.length, ee = new Array(l); i < l; i++) {
144
+ ee[i] = handlers[i].fn;
145
+ }
146
+
147
+ return ee;
148
+ };
149
+
150
+ /**
151
+ * Return the number of listeners listening to a given event.
152
+ *
153
+ * @param {(String|Symbol)} event The event name.
154
+ * @returns {Number} The number of listeners.
155
+ * @public
156
+ */
157
+ EventEmitter.prototype.listenerCount = function listenerCount(event) {
158
+ var evt = prefix ? prefix + event : event
159
+ , listeners = this._events[evt];
160
+
161
+ if (!listeners) return 0;
162
+ if (listeners.fn) return 1;
163
+ return listeners.length;
164
+ };
165
+
166
+ /**
167
+ * Calls each of the listeners registered for a given event.
168
+ *
169
+ * @param {(String|Symbol)} event The event name.
170
+ * @returns {Boolean} `true` if the event had listeners, else `false`.
171
+ * @public
172
+ */
173
+ EventEmitter.prototype.emit = function emit(event, a1, a2, a3, a4, a5) {
174
+ var evt = prefix ? prefix + event : event;
175
+
176
+ if (!this._events[evt]) return false;
177
+
178
+ var listeners = this._events[evt]
179
+ , len = arguments.length
180
+ , args
181
+ , i;
182
+
183
+ if (listeners.fn) {
184
+ if (listeners.once) this.removeListener(event, listeners.fn, undefined, true);
185
+
186
+ switch (len) {
187
+ case 1: return listeners.fn.call(listeners.context), true;
188
+ case 2: return listeners.fn.call(listeners.context, a1), true;
189
+ case 3: return listeners.fn.call(listeners.context, a1, a2), true;
190
+ case 4: return listeners.fn.call(listeners.context, a1, a2, a3), true;
191
+ case 5: return listeners.fn.call(listeners.context, a1, a2, a3, a4), true;
192
+ case 6: return listeners.fn.call(listeners.context, a1, a2, a3, a4, a5), true;
193
+ }
194
+
195
+ for (i = 1, args = new Array(len -1); i < len; i++) {
196
+ args[i - 1] = arguments[i];
197
+ }
198
+
199
+ listeners.fn.apply(listeners.context, args);
200
+ } else {
201
+ var length = listeners.length
202
+ , j;
203
+
204
+ for (i = 0; i < length; i++) {
205
+ if (listeners[i].once) this.removeListener(event, listeners[i].fn, undefined, true);
206
+
207
+ switch (len) {
208
+ case 1: listeners[i].fn.call(listeners[i].context); break;
209
+ case 2: listeners[i].fn.call(listeners[i].context, a1); break;
210
+ case 3: listeners[i].fn.call(listeners[i].context, a1, a2); break;
211
+ case 4: listeners[i].fn.call(listeners[i].context, a1, a2, a3); break;
212
+ default:
213
+ if (!args) for (j = 1, args = new Array(len -1); j < len; j++) {
214
+ args[j - 1] = arguments[j];
215
+ }
216
+
217
+ listeners[i].fn.apply(listeners[i].context, args);
218
+ }
219
+ }
220
+ }
221
+
222
+ return true;
223
+ };
224
+
225
+ /**
226
+ * Add a listener for a given event.
227
+ *
228
+ * @param {(String|Symbol)} event The event name.
229
+ * @param {Function} fn The listener function.
230
+ * @param {*} [context=this] The context to invoke the listener with.
231
+ * @returns {EventEmitter} `this`.
232
+ * @public
233
+ */
234
+ EventEmitter.prototype.on = function on(event, fn, context) {
235
+ return addListener(this, event, fn, context, false);
236
+ };
237
+
238
+ /**
239
+ * Add a one-time listener for a given event.
240
+ *
241
+ * @param {(String|Symbol)} event The event name.
242
+ * @param {Function} fn The listener function.
243
+ * @param {*} [context=this] The context to invoke the listener with.
244
+ * @returns {EventEmitter} `this`.
245
+ * @public
246
+ */
247
+ EventEmitter.prototype.once = function once(event, fn, context) {
248
+ return addListener(this, event, fn, context, true);
249
+ };
250
+
251
+ /**
252
+ * Remove the listeners of a given event.
253
+ *
254
+ * @param {(String|Symbol)} event The event name.
255
+ * @param {Function} fn Only remove the listeners that match this function.
256
+ * @param {*} context Only remove the listeners that have this context.
257
+ * @param {Boolean} once Only remove one-time listeners.
258
+ * @returns {EventEmitter} `this`.
259
+ * @public
260
+ */
261
+ EventEmitter.prototype.removeListener = function removeListener(event, fn, context, once) {
262
+ var evt = prefix ? prefix + event : event;
263
+
264
+ if (!this._events[evt]) return this;
265
+ if (!fn) {
266
+ clearEvent(this, evt);
267
+ return this;
268
+ }
269
+
270
+ var listeners = this._events[evt];
271
+
272
+ if (listeners.fn) {
273
+ if (
274
+ listeners.fn === fn &&
275
+ (!once || listeners.once) &&
276
+ (!context || listeners.context === context)
277
+ ) {
278
+ clearEvent(this, evt);
279
+ }
280
+ } else {
281
+ for (var i = 0, events = [], length = listeners.length; i < length; i++) {
282
+ if (
283
+ listeners[i].fn !== fn ||
284
+ (once && !listeners[i].once) ||
285
+ (context && listeners[i].context !== context)
286
+ ) {
287
+ events.push(listeners[i]);
288
+ }
289
+ }
290
+
291
+ //
292
+ // Reset the array, or remove it completely if we have no more listeners.
293
+ //
294
+ if (events.length) this._events[evt] = events.length === 1 ? events[0] : events;
295
+ else clearEvent(this, evt);
296
+ }
297
+
298
+ return this;
299
+ };
300
+
301
+ /**
302
+ * Remove all listeners, or those of the specified event.
303
+ *
304
+ * @param {(String|Symbol)} [event] The event name.
305
+ * @returns {EventEmitter} `this`.
306
+ * @public
307
+ */
308
+ EventEmitter.prototype.removeAllListeners = function removeAllListeners(event) {
309
+ var evt;
310
+
311
+ if (event) {
312
+ evt = prefix ? prefix + event : event;
313
+ if (this._events[evt]) clearEvent(this, evt);
314
+ } else {
315
+ this._events = new Events();
316
+ this._eventsCount = 0;
317
+ }
318
+
319
+ return this;
320
+ };
321
+
322
+ //
323
+ // Alias methods names because people roll like that.
324
+ //
325
+ EventEmitter.prototype.off = EventEmitter.prototype.removeListener;
326
+ EventEmitter.prototype.addListener = EventEmitter.prototype.on;
327
+
328
+ //
329
+ // Expose the prefix.
330
+ //
331
+ EventEmitter.prefixed = prefix;
332
+
333
+ //
334
+ // Allow `EventEmitter` to be imported as module namespace.
335
+ //
336
+ EventEmitter.EventEmitter = EventEmitter;
337
+
338
+ //
339
+ // Expose the module.
340
+ //
341
+ {
342
+ module.exports = EventEmitter;
343
+ }
344
+ } (eventemitter3));
345
+ return eventemitter3.exports;
346
+ }
347
+
348
+ export { requireEventemitter3 as __require };
349
+ //# sourceMappingURL=index.js.map