@ordanetwork/sdk 1.3.0 → 2.0.0

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 (1791) hide show
  1. package/CHANGELOG.md +92 -0
  2. package/README.md +37 -34
  3. package/dist/browser/api/Balances.d.ts +2 -2
  4. package/dist/browser/api/JWT.d.ts +2 -2
  5. package/dist/browser/api/OffRamp.d.ts +2 -2
  6. package/dist/browser/api/OnRamp.d.ts +2 -2
  7. package/dist/browser/api/Prices.d.ts +2 -2
  8. package/dist/browser/api/Quote.d.ts +2 -2
  9. package/dist/browser/api/Recipient.d.ts +2 -2
  10. package/dist/browser/api/Transaction.d.ts +2 -2
  11. package/dist/browser/api/Transaction.js +1 -1
  12. package/dist/browser/auth/hmac.js +1 -1
  13. package/dist/browser/crypto/factory.d.ts +1 -1
  14. package/dist/browser/crypto/factory.js +2 -2
  15. package/dist/browser/crypto/node-crypto.d.ts +1 -1
  16. package/dist/browser/crypto/node-crypto.js +1 -1
  17. package/dist/browser/crypto/web-crypto.d.ts +1 -1
  18. package/dist/browser/http/client.d.ts +2 -2
  19. package/dist/browser/http/client.js +3 -3
  20. package/dist/browser/index.d.ts +27 -31
  21. package/dist/browser/index.d.ts.map +1 -1
  22. package/dist/browser/index.js +33 -37
  23. package/dist/browser/index.js.map +1 -1
  24. package/dist/browser/types/guards.d.ts +3 -3
  25. package/dist/browser/types/index.d.ts +6 -8
  26. package/dist/browser/types/index.d.ts.map +1 -1
  27. package/dist/browser/types/index.js +3 -5
  28. package/dist/browser/types/index.js.map +1 -1
  29. package/dist/browser/types/jwt.d.ts +1 -2
  30. package/dist/browser/types/jwt.d.ts.map +1 -1
  31. package/dist/browser/types/offramp.d.ts +2 -2
  32. package/dist/browser/types/onramp.d.ts +1 -1
  33. package/dist/cjs/index.d.ts +2 -6
  34. package/dist/cjs/index.d.ts.map +1 -1
  35. package/dist/cjs/index.js +7 -20
  36. package/dist/cjs/index.js.map +1 -1
  37. package/dist/cjs/types/index.d.ts +0 -2
  38. package/dist/cjs/types/index.d.ts.map +1 -1
  39. package/dist/cjs/types/index.js +0 -2
  40. package/dist/cjs/types/index.js.map +1 -1
  41. package/dist/cjs/types/jwt.d.ts +1 -2
  42. package/dist/cjs/types/jwt.d.ts.map +1 -1
  43. package/dist/esm/api/Balances.d.ts +2 -2
  44. package/dist/esm/api/JWT.d.ts +2 -2
  45. package/dist/esm/api/OffRamp.d.ts +2 -2
  46. package/dist/esm/api/OnRamp.d.ts +2 -2
  47. package/dist/esm/api/Prices.d.ts +2 -2
  48. package/dist/esm/api/Quote.d.ts +2 -2
  49. package/dist/esm/api/Recipient.d.ts +2 -2
  50. package/dist/esm/api/Transaction.d.ts +2 -2
  51. package/dist/esm/api/Transaction.js +1 -1
  52. package/dist/esm/auth/hmac.js +1 -1
  53. package/dist/esm/crypto/factory.d.ts +1 -1
  54. package/dist/esm/crypto/factory.js +2 -2
  55. package/dist/esm/crypto/node-crypto.d.ts +1 -1
  56. package/dist/esm/crypto/node-crypto.js +1 -1
  57. package/dist/esm/crypto/web-crypto.d.ts +1 -1
  58. package/dist/esm/http/client.d.ts +2 -2
  59. package/dist/esm/http/client.js +3 -3
  60. package/dist/esm/index.d.ts +27 -31
  61. package/dist/esm/index.d.ts.map +1 -1
  62. package/dist/esm/index.js +33 -37
  63. package/dist/esm/index.js.map +1 -1
  64. package/dist/esm/types/guards.d.ts +3 -3
  65. package/dist/esm/types/index.d.ts +6 -8
  66. package/dist/esm/types/index.d.ts.map +1 -1
  67. package/dist/esm/types/index.js +3 -5
  68. package/dist/esm/types/index.js.map +1 -1
  69. package/dist/esm/types/jwt.d.ts +1 -2
  70. package/dist/esm/types/jwt.d.ts.map +1 -1
  71. package/dist/esm/types/offramp.d.ts +2 -2
  72. package/dist/esm/types/onramp.d.ts +1 -1
  73. package/dist/types/index.d.ts +2 -6
  74. package/dist/types/index.d.ts.map +1 -1
  75. package/dist/types/types/index.d.ts +0 -2
  76. package/dist/types/types/index.d.ts.map +1 -1
  77. package/dist/types/types/jwt.d.ts +1 -2
  78. package/dist/types/types/jwt.d.ts.map +1 -1
  79. package/package.json +9 -94
  80. package/dist/browser/react/assets/animations/completed.json +0 -1
  81. package/dist/browser/react/assets/animations/converting.json +0 -1
  82. package/dist/browser/react/assets/animations/error.json +0 -1
  83. package/dist/browser/react/assets/animations/index.d.ts +0 -4
  84. package/dist/browser/react/assets/animations/index.d.ts.map +0 -1
  85. package/dist/browser/react/assets/animations/index.js +0 -6
  86. package/dist/browser/react/assets/animations/index.js.map +0 -1
  87. package/dist/browser/react/assets/chains/index.d.ts +0 -3
  88. package/dist/browser/react/assets/chains/index.d.ts.map +0 -1
  89. package/dist/browser/react/assets/chains/index.js +0 -31
  90. package/dist/browser/react/assets/chains/index.js.map +0 -1
  91. package/dist/browser/react/assets/icons/index.d.ts +0 -10
  92. package/dist/browser/react/assets/icons/index.d.ts.map +0 -1
  93. package/dist/browser/react/assets/icons/index.js +0 -10
  94. package/dist/browser/react/assets/icons/index.js.map +0 -1
  95. package/dist/browser/react/assets/index.d.ts +0 -6
  96. package/dist/browser/react/assets/index.d.ts.map +0 -1
  97. package/dist/browser/react/assets/index.js +0 -9
  98. package/dist/browser/react/assets/index.js.map +0 -1
  99. package/dist/browser/react/assets/tokens/index.d.ts +0 -3
  100. package/dist/browser/react/assets/tokens/index.d.ts.map +0 -1
  101. package/dist/browser/react/assets/tokens/index.js +0 -45
  102. package/dist/browser/react/assets/tokens/index.js.map +0 -1
  103. package/dist/browser/react/components/Widget/Widget.d.ts +0 -2
  104. package/dist/browser/react/components/Widget/Widget.d.ts.map +0 -1
  105. package/dist/browser/react/components/Widget/Widget.js +0 -682
  106. package/dist/browser/react/components/Widget/Widget.js.map +0 -1
  107. package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
  108. package/dist/browser/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
  109. package/dist/browser/react/components/Widget/components/CollapsibleDetails.js +0 -50
  110. package/dist/browser/react/components/Widget/components/CollapsibleDetails.js.map +0 -1
  111. package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
  112. package/dist/browser/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
  113. package/dist/browser/react/components/Widget/components/CustomDialogHeader.js +0 -27
  114. package/dist/browser/react/components/Widget/components/CustomDialogHeader.js.map +0 -1
  115. package/dist/browser/react/components/Widget/components/Footer.d.ts +0 -2
  116. package/dist/browser/react/components/Widget/components/Footer.d.ts.map +0 -1
  117. package/dist/browser/react/components/Widget/components/Footer.js +0 -6
  118. package/dist/browser/react/components/Widget/components/Footer.js.map +0 -1
  119. package/dist/browser/react/components/Widget/components/Header.d.ts +0 -2
  120. package/dist/browser/react/components/Widget/components/Header.d.ts.map +0 -1
  121. package/dist/browser/react/components/Widget/components/Header.js +0 -33
  122. package/dist/browser/react/components/Widget/components/Header.js.map +0 -1
  123. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
  124. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
  125. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +0 -79
  126. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +0 -1
  127. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
  128. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
  129. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +0 -79
  130. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +0 -1
  131. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
  132. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
  133. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +0 -90
  134. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +0 -1
  135. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
  136. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
  137. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +0 -2
  138. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +0 -1
  139. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
  140. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
  141. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +0 -15
  142. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +0 -1
  143. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
  144. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
  145. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js +0 -3
  146. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +0 -1
  147. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
  148. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
  149. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js +0 -2
  150. package/dist/browser/react/components/Widget/components/OffRampRecipientDialog/index.js.map +0 -1
  151. package/dist/browser/react/components/Widget/components/Recipient.d.ts +0 -8
  152. package/dist/browser/react/components/Widget/components/Recipient.d.ts.map +0 -1
  153. package/dist/browser/react/components/Widget/components/Recipient.js +0 -9
  154. package/dist/browser/react/components/Widget/components/Recipient.js.map +0 -1
  155. package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
  156. package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
  157. package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js +0 -114
  158. package/dist/browser/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +0 -1
  159. package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
  160. package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
  161. package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +0 -49
  162. package/dist/browser/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +0 -1
  163. package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
  164. package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
  165. package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js +0 -2
  166. package/dist/browser/react/components/Widget/components/RecipientDialog/components/index.js.map +0 -1
  167. package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
  168. package/dist/browser/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
  169. package/dist/browser/react/components/Widget/components/RecipientDialog/index.js +0 -2
  170. package/dist/browser/react/components/Widget/components/RecipientDialog/index.js.map +0 -1
  171. package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
  172. package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
  173. package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +0 -100
  174. package/dist/browser/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +0 -1
  175. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
  176. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
  177. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +0 -10
  178. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +0 -1
  179. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
  180. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
  181. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +0 -55
  182. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +0 -1
  183. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
  184. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
  185. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +0 -35
  186. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +0 -1
  187. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
  188. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
  189. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +0 -11
  190. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +0 -1
  191. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
  192. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
  193. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +0 -4
  194. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +0 -1
  195. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
  196. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
  197. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +0 -2
  198. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +0 -1
  199. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
  200. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
  201. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js +0 -2
  202. package/dist/browser/react/components/Widget/components/SelectAssetDialog/components/index.js.map +0 -1
  203. package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
  204. package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
  205. package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js +0 -2
  206. package/dist/browser/react/components/Widget/components/SelectAssetDialog/index.js.map +0 -1
  207. package/dist/browser/react/components/Widget/components/TokenInput.d.ts +0 -16
  208. package/dist/browser/react/components/Widget/components/TokenInput.d.ts.map +0 -1
  209. package/dist/browser/react/components/Widget/components/TokenInput.js +0 -21
  210. package/dist/browser/react/components/Widget/components/TokenInput.js.map +0 -1
  211. package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
  212. package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
  213. package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js +0 -33
  214. package/dist/browser/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +0 -1
  215. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
  216. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
  217. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +0 -313
  218. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +0 -1
  219. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
  220. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
  221. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +0 -75
  222. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +0 -1
  223. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
  224. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
  225. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +0 -2
  226. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +0 -1
  227. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
  228. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
  229. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +0 -2
  230. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +0 -1
  231. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
  232. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
  233. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +0 -93
  234. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +0 -1
  235. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
  236. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
  237. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +0 -32
  238. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +0 -1
  239. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
  240. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
  241. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +0 -32
  242. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +0 -1
  243. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
  244. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
  245. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +0 -37
  246. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +0 -1
  247. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
  248. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
  249. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +0 -4
  250. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +0 -1
  251. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
  252. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
  253. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +0 -2
  254. package/dist/browser/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +0 -1
  255. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
  256. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
  257. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +0 -357
  258. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +0 -1
  259. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
  260. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
  261. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js +0 -2
  262. package/dist/browser/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +0 -1
  263. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
  264. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
  265. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +0 -45
  266. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +0 -1
  267. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
  268. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
  269. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +0 -49
  270. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +0 -1
  271. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
  272. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
  273. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +0 -2
  274. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +0 -1
  275. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
  276. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
  277. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +0 -2
  278. package/dist/browser/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +0 -1
  279. package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
  280. package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
  281. package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js +0 -5
  282. package/dist/browser/react/components/Widget/components/TransactionDialog/components/index.js.map +0 -1
  283. package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
  284. package/dist/browser/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
  285. package/dist/browser/react/components/Widget/components/TransactionDialog/index.js +0 -2
  286. package/dist/browser/react/components/Widget/components/TransactionDialog/index.js.map +0 -1
  287. package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
  288. package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
  289. package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +0 -25
  290. package/dist/browser/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +0 -1
  291. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
  292. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
  293. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +0 -30
  294. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +0 -1
  295. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
  296. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
  297. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +0 -17
  298. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +0 -1
  299. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
  300. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
  301. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +0 -2
  302. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +0 -1
  303. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
  304. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
  305. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +0 -2
  306. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +0 -1
  307. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
  308. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
  309. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +0 -68
  310. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +0 -1
  311. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
  312. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
  313. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +0 -36
  314. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +0 -1
  315. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
  316. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
  317. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +0 -2
  318. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +0 -1
  319. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
  320. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
  321. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +0 -2
  322. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +0 -1
  323. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
  324. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
  325. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js +0 -3
  326. package/dist/browser/react/components/Widget/components/UserAccountDrawer/components/index.js.map +0 -1
  327. package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
  328. package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
  329. package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js +0 -2
  330. package/dist/browser/react/components/Widget/components/UserAccountDrawer/index.js.map +0 -1
  331. package/dist/browser/react/components/Widget/components/index.d.ts +0 -13
  332. package/dist/browser/react/components/Widget/components/index.d.ts.map +0 -1
  333. package/dist/browser/react/components/Widget/components/index.js +0 -13
  334. package/dist/browser/react/components/Widget/components/index.js.map +0 -1
  335. package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
  336. package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
  337. package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js +0 -31
  338. package/dist/browser/react/components/Widget/components/shared/TokenIconDisplay.js.map +0 -1
  339. package/dist/browser/react/components/Widget/components/shared/index.d.ts +0 -2
  340. package/dist/browser/react/components/Widget/components/shared/index.d.ts.map +0 -1
  341. package/dist/browser/react/components/Widget/components/shared/index.js +0 -2
  342. package/dist/browser/react/components/Widget/components/shared/index.js.map +0 -1
  343. package/dist/browser/react/components/Widget/index.d.ts +0 -3
  344. package/dist/browser/react/components/Widget/index.d.ts.map +0 -1
  345. package/dist/browser/react/components/Widget/index.js +0 -2
  346. package/dist/browser/react/components/Widget/index.js.map +0 -1
  347. package/dist/browser/react/components/Widget/types/quote.d.ts +0 -205
  348. package/dist/browser/react/components/Widget/types/quote.d.ts.map +0 -1
  349. package/dist/browser/react/components/Widget/types/quote.js +0 -53
  350. package/dist/browser/react/components/Widget/types/quote.js.map +0 -1
  351. package/dist/browser/react/components/Widget/types.d.ts +0 -24
  352. package/dist/browser/react/components/Widget/types.d.ts.map +0 -1
  353. package/dist/browser/react/components/Widget/types.js +0 -3
  354. package/dist/browser/react/components/Widget/types.js.map +0 -1
  355. package/dist/browser/react/components/ui/badge.d.ts +0 -10
  356. package/dist/browser/react/components/ui/badge.d.ts.map +0 -1
  357. package/dist/browser/react/components/ui/badge.js +0 -21
  358. package/dist/browser/react/components/ui/badge.js.map +0 -1
  359. package/dist/browser/react/components/ui/button.d.ts +0 -12
  360. package/dist/browser/react/components/ui/button.d.ts.map +0 -1
  361. package/dist/browser/react/components/ui/button.js +0 -34
  362. package/dist/browser/react/components/ui/button.js.map +0 -1
  363. package/dist/browser/react/components/ui/dialog.d.ts +0 -18
  364. package/dist/browser/react/components/ui/dialog.d.ts.map +0 -1
  365. package/dist/browser/react/components/ui/dialog.js +0 -41
  366. package/dist/browser/react/components/ui/dialog.js.map +0 -1
  367. package/dist/browser/react/components/ui/drawer.d.ts +0 -23
  368. package/dist/browser/react/components/ui/drawer.d.ts.map +0 -1
  369. package/dist/browser/react/components/ui/drawer.js +0 -24
  370. package/dist/browser/react/components/ui/drawer.js.map +0 -1
  371. package/dist/browser/react/components/ui/index.d.ts +0 -12
  372. package/dist/browser/react/components/ui/index.d.ts.map +0 -1
  373. package/dist/browser/react/components/ui/index.js +0 -10
  374. package/dist/browser/react/components/ui/index.js.map +0 -1
  375. package/dist/browser/react/components/ui/input.d.ts +0 -4
  376. package/dist/browser/react/components/ui/input.d.ts.map +0 -1
  377. package/dist/browser/react/components/ui/input.js +0 -9
  378. package/dist/browser/react/components/ui/input.js.map +0 -1
  379. package/dist/browser/react/components/ui/label.d.ts +0 -6
  380. package/dist/browser/react/components/ui/label.d.ts.map +0 -1
  381. package/dist/browser/react/components/ui/label.js +0 -10
  382. package/dist/browser/react/components/ui/label.js.map +0 -1
  383. package/dist/browser/react/components/ui/popover.d.ts +0 -8
  384. package/dist/browser/react/components/ui/popover.d.ts.map +0 -1
  385. package/dist/browser/react/components/ui/popover.js +0 -12
  386. package/dist/browser/react/components/ui/popover.js.map +0 -1
  387. package/dist/browser/react/components/ui/select.d.ts +0 -14
  388. package/dist/browser/react/components/ui/select.d.ts.map +0 -1
  389. package/dist/browser/react/components/ui/select.js +0 -27
  390. package/dist/browser/react/components/ui/select.js.map +0 -1
  391. package/dist/browser/react/components/ui/sheet.d.ts +0 -26
  392. package/dist/browser/react/components/ui/sheet.d.ts.map +0 -1
  393. package/dist/browser/react/components/ui/sheet.js +0 -38
  394. package/dist/browser/react/components/ui/sheet.js.map +0 -1
  395. package/dist/browser/react/config/appkit.d.ts +0 -2719
  396. package/dist/browser/react/config/appkit.d.ts.map +0 -1
  397. package/dist/browser/react/config/appkit.js +0 -79
  398. package/dist/browser/react/config/appkit.js.map +0 -1
  399. package/dist/browser/react/config/index.d.ts +0 -3
  400. package/dist/browser/react/config/index.d.ts.map +0 -1
  401. package/dist/browser/react/config/index.js +0 -2
  402. package/dist/browser/react/config/index.js.map +0 -1
  403. package/dist/browser/react/hooks/index.d.ts +0 -18
  404. package/dist/browser/react/hooks/index.d.ts.map +0 -1
  405. package/dist/browser/react/hooks/index.js +0 -11
  406. package/dist/browser/react/hooks/index.js.map +0 -1
  407. package/dist/browser/react/hooks/useBalances.d.ts +0 -41
  408. package/dist/browser/react/hooks/useBalances.d.ts.map +0 -1
  409. package/dist/browser/react/hooks/useBalances.js +0 -65
  410. package/dist/browser/react/hooks/useBalances.js.map +0 -1
  411. package/dist/browser/react/hooks/useLocalRecipients.d.ts +0 -69
  412. package/dist/browser/react/hooks/useLocalRecipients.d.ts.map +0 -1
  413. package/dist/browser/react/hooks/useLocalRecipients.js +0 -166
  414. package/dist/browser/react/hooks/useLocalRecipients.js.map +0 -1
  415. package/dist/browser/react/hooks/useMediaQuery.d.ts +0 -21
  416. package/dist/browser/react/hooks/useMediaQuery.d.ts.map +0 -1
  417. package/dist/browser/react/hooks/useMediaQuery.js +0 -38
  418. package/dist/browser/react/hooks/useMediaQuery.js.map +0 -1
  419. package/dist/browser/react/hooks/useMultiChainBalances.d.ts +0 -58
  420. package/dist/browser/react/hooks/useMultiChainBalances.d.ts.map +0 -1
  421. package/dist/browser/react/hooks/useMultiChainBalances.js +0 -179
  422. package/dist/browser/react/hooks/useMultiChainBalances.js.map +0 -1
  423. package/dist/browser/react/hooks/useOffRamp.d.ts +0 -34
  424. package/dist/browser/react/hooks/useOffRamp.d.ts.map +0 -1
  425. package/dist/browser/react/hooks/useOffRamp.js +0 -109
  426. package/dist/browser/react/hooks/useOffRamp.js.map +0 -1
  427. package/dist/browser/react/hooks/useOnRamp.d.ts +0 -34
  428. package/dist/browser/react/hooks/useOnRamp.d.ts.map +0 -1
  429. package/dist/browser/react/hooks/useOnRamp.js +0 -109
  430. package/dist/browser/react/hooks/useOnRamp.js.map +0 -1
  431. package/dist/browser/react/hooks/useQuote.d.ts +0 -28
  432. package/dist/browser/react/hooks/useQuote.d.ts.map +0 -1
  433. package/dist/browser/react/hooks/useQuote.js +0 -79
  434. package/dist/browser/react/hooks/useQuote.js.map +0 -1
  435. package/dist/browser/react/hooks/useRecipient.d.ts +0 -30
  436. package/dist/browser/react/hooks/useRecipient.d.ts.map +0 -1
  437. package/dist/browser/react/hooks/useRecipient.js +0 -158
  438. package/dist/browser/react/hooks/useRecipient.js.map +0 -1
  439. package/dist/browser/react/hooks/useTokenPrices.d.ts +0 -34
  440. package/dist/browser/react/hooks/useTokenPrices.d.ts.map +0 -1
  441. package/dist/browser/react/hooks/useTokenPrices.js +0 -58
  442. package/dist/browser/react/hooks/useTokenPrices.js.map +0 -1
  443. package/dist/browser/react/hooks/useTransaction.d.ts +0 -31
  444. package/dist/browser/react/hooks/useTransaction.d.ts.map +0 -1
  445. package/dist/browser/react/hooks/useTransaction.js +0 -102
  446. package/dist/browser/react/hooks/useTransaction.js.map +0 -1
  447. package/dist/browser/react/index.d.ts +0 -16
  448. package/dist/browser/react/index.d.ts.map +0 -1
  449. package/dist/browser/react/index.js +0 -10
  450. package/dist/browser/react/index.js.map +0 -1
  451. package/dist/browser/react/lib/constants/chains.d.ts +0 -65
  452. package/dist/browser/react/lib/constants/chains.d.ts.map +0 -1
  453. package/dist/browser/react/lib/constants/chains.js +0 -259
  454. package/dist/browser/react/lib/constants/chains.js.map +0 -1
  455. package/dist/browser/react/lib/constants/index.d.ts +0 -6
  456. package/dist/browser/react/lib/constants/index.d.ts.map +0 -1
  457. package/dist/browser/react/lib/constants/index.js +0 -4
  458. package/dist/browser/react/lib/constants/index.js.map +0 -1
  459. package/dist/browser/react/lib/constants/tokens.d.ts +0 -30
  460. package/dist/browser/react/lib/constants/tokens.d.ts.map +0 -1
  461. package/dist/browser/react/lib/constants/tokens.js +0 -418
  462. package/dist/browser/react/lib/constants/tokens.js.map +0 -1
  463. package/dist/browser/react/lib/constants/wrappedTokens.d.ts +0 -21
  464. package/dist/browser/react/lib/constants/wrappedTokens.d.ts.map +0 -1
  465. package/dist/browser/react/lib/constants/wrappedTokens.js +0 -63
  466. package/dist/browser/react/lib/constants/wrappedTokens.js.map +0 -1
  467. package/dist/browser/react/lib/index.d.ts +0 -5
  468. package/dist/browser/react/lib/index.d.ts.map +0 -1
  469. package/dist/browser/react/lib/index.js +0 -4
  470. package/dist/browser/react/lib/index.js.map +0 -1
  471. package/dist/browser/react/lib/sdk-client.d.ts +0 -17
  472. package/dist/browser/react/lib/sdk-client.d.ts.map +0 -1
  473. package/dist/browser/react/lib/sdk-client.js +0 -51
  474. package/dist/browser/react/lib/sdk-client.js.map +0 -1
  475. package/dist/browser/react/lib/utils/chain.d.ts +0 -11
  476. package/dist/browser/react/lib/utils/chain.d.ts.map +0 -1
  477. package/dist/browser/react/lib/utils/chain.js +0 -31
  478. package/dist/browser/react/lib/utils/chain.js.map +0 -1
  479. package/dist/browser/react/lib/utils/cn.d.ts +0 -3
  480. package/dist/browser/react/lib/utils/cn.d.ts.map +0 -1
  481. package/dist/browser/react/lib/utils/cn.js +0 -6
  482. package/dist/browser/react/lib/utils/cn.js.map +0 -1
  483. package/dist/browser/react/lib/utils/copyToClipboard.d.ts +0 -2
  484. package/dist/browser/react/lib/utils/copyToClipboard.d.ts.map +0 -1
  485. package/dist/browser/react/lib/utils/copyToClipboard.js +0 -16
  486. package/dist/browser/react/lib/utils/copyToClipboard.js.map +0 -1
  487. package/dist/browser/react/lib/utils/errors.d.ts +0 -11
  488. package/dist/browser/react/lib/utils/errors.d.ts.map +0 -1
  489. package/dist/browser/react/lib/utils/errors.js +0 -15
  490. package/dist/browser/react/lib/utils/errors.js.map +0 -1
  491. package/dist/browser/react/lib/utils/format.d.ts +0 -38
  492. package/dist/browser/react/lib/utils/format.d.ts.map +0 -1
  493. package/dist/browser/react/lib/utils/format.js +0 -92
  494. package/dist/browser/react/lib/utils/format.js.map +0 -1
  495. package/dist/browser/react/lib/utils/formatUsd.d.ts +0 -19
  496. package/dist/browser/react/lib/utils/formatUsd.d.ts.map +0 -1
  497. package/dist/browser/react/lib/utils/formatUsd.js +0 -58
  498. package/dist/browser/react/lib/utils/formatUsd.js.map +0 -1
  499. package/dist/browser/react/lib/utils/index.d.ts +0 -12
  500. package/dist/browser/react/lib/utils/index.d.ts.map +0 -1
  501. package/dist/browser/react/lib/utils/index.js +0 -11
  502. package/dist/browser/react/lib/utils/index.js.map +0 -1
  503. package/dist/browser/react/lib/utils/inputFormatters.d.ts +0 -6
  504. package/dist/browser/react/lib/utils/inputFormatters.d.ts.map +0 -1
  505. package/dist/browser/react/lib/utils/inputFormatters.js +0 -32
  506. package/dist/browser/react/lib/utils/inputFormatters.js.map +0 -1
  507. package/dist/browser/react/lib/utils/network-mapping.d.ts +0 -45
  508. package/dist/browser/react/lib/utils/network-mapping.d.ts.map +0 -1
  509. package/dist/browser/react/lib/utils/network-mapping.js +0 -153
  510. package/dist/browser/react/lib/utils/network-mapping.js.map +0 -1
  511. package/dist/browser/react/lib/utils/transaction.d.ts +0 -57
  512. package/dist/browser/react/lib/utils/transaction.d.ts.map +0 -1
  513. package/dist/browser/react/lib/utils/transaction.js +0 -136
  514. package/dist/browser/react/lib/utils/transaction.js.map +0 -1
  515. package/dist/browser/react/lib/utils/validation.d.ts +0 -27
  516. package/dist/browser/react/lib/utils/validation.d.ts.map +0 -1
  517. package/dist/browser/react/lib/utils/validation.js +0 -36
  518. package/dist/browser/react/lib/utils/validation.js.map +0 -1
  519. package/dist/browser/react/providers/OrdaProvider.d.ts +0 -38
  520. package/dist/browser/react/providers/OrdaProvider.d.ts.map +0 -1
  521. package/dist/browser/react/providers/OrdaProvider.js +0 -55
  522. package/dist/browser/react/providers/OrdaProvider.js.map +0 -1
  523. package/dist/browser/react/providers/OrdaSDKContext.d.ts +0 -26
  524. package/dist/browser/react/providers/OrdaSDKContext.d.ts.map +0 -1
  525. package/dist/browser/react/providers/OrdaSDKContext.js +0 -154
  526. package/dist/browser/react/providers/OrdaSDKContext.js.map +0 -1
  527. package/dist/browser/react/providers/index.d.ts +0 -4
  528. package/dist/browser/react/providers/index.d.ts.map +0 -1
  529. package/dist/browser/react/providers/index.js +0 -3
  530. package/dist/browser/react/providers/index.js.map +0 -1
  531. package/dist/browser/react/providers/types.d.ts +0 -68
  532. package/dist/browser/react/providers/types.d.ts.map +0 -1
  533. package/dist/browser/react/providers/types.js +0 -2
  534. package/dist/browser/react/providers/types.js.map +0 -1
  535. package/dist/browser/smart-wallets/LocalSigner.d.ts +0 -19
  536. package/dist/browser/smart-wallets/LocalSigner.d.ts.map +0 -1
  537. package/dist/browser/smart-wallets/LocalSigner.js +0 -57
  538. package/dist/browser/smart-wallets/LocalSigner.js.map +0 -1
  539. package/dist/browser/smart-wallets/SmartWalletClient.d.ts +0 -19
  540. package/dist/browser/smart-wallets/SmartWalletClient.d.ts.map +0 -1
  541. package/dist/browser/smart-wallets/SmartWalletClient.js +0 -180
  542. package/dist/browser/smart-wallets/SmartWalletClient.js.map +0 -1
  543. package/dist/browser/smart-wallets/SmartWalletManager.d.ts +0 -17
  544. package/dist/browser/smart-wallets/SmartWalletManager.d.ts.map +0 -1
  545. package/dist/browser/smart-wallets/SmartWalletManager.js +0 -59
  546. package/dist/browser/smart-wallets/SmartWalletManager.js.map +0 -1
  547. package/dist/browser/smart-wallets/chains.d.ts +0 -11
  548. package/dist/browser/smart-wallets/chains.d.ts.map +0 -1
  549. package/dist/browser/smart-wallets/chains.js +0 -30
  550. package/dist/browser/smart-wallets/chains.js.map +0 -1
  551. package/dist/browser/smart-wallets/errors.d.ts +0 -23
  552. package/dist/browser/smart-wallets/errors.d.ts.map +0 -1
  553. package/dist/browser/smart-wallets/errors.js +0 -44
  554. package/dist/browser/smart-wallets/errors.js.map +0 -1
  555. package/dist/browser/smart-wallets/index.d.ts +0 -11
  556. package/dist/browser/smart-wallets/index.d.ts.map +0 -1
  557. package/dist/browser/smart-wallets/index.js +0 -13
  558. package/dist/browser/smart-wallets/index.js.map +0 -1
  559. package/dist/browser/smart-wallets/types.d.ts +0 -47
  560. package/dist/browser/smart-wallets/types.d.ts.map +0 -1
  561. package/dist/browser/smart-wallets/types.js +0 -2
  562. package/dist/browser/smart-wallets/types.js.map +0 -1
  563. package/dist/browser/smart-wallets/utils.d.ts +0 -22
  564. package/dist/browser/smart-wallets/utils.d.ts.map +0 -1
  565. package/dist/browser/smart-wallets/utils.js +0 -57
  566. package/dist/browser/smart-wallets/utils.js.map +0 -1
  567. package/dist/cjs/react/assets/animations/completed.json +0 -1
  568. package/dist/cjs/react/assets/animations/converting.json +0 -1
  569. package/dist/cjs/react/assets/animations/error.json +0 -1
  570. package/dist/cjs/react/assets/animations/index.d.ts +0 -4
  571. package/dist/cjs/react/assets/animations/index.d.ts.map +0 -1
  572. package/dist/cjs/react/assets/animations/index.js +0 -15
  573. package/dist/cjs/react/assets/animations/index.js.map +0 -1
  574. package/dist/cjs/react/assets/chains/index.d.ts +0 -3
  575. package/dist/cjs/react/assets/chains/index.d.ts.map +0 -1
  576. package/dist/cjs/react/assets/chains/index.js +0 -35
  577. package/dist/cjs/react/assets/chains/index.js.map +0 -1
  578. package/dist/cjs/react/assets/icons/index.d.ts +0 -10
  579. package/dist/cjs/react/assets/icons/index.d.ts.map +0 -1
  580. package/dist/cjs/react/assets/icons/index.js +0 -13
  581. package/dist/cjs/react/assets/icons/index.js.map +0 -1
  582. package/dist/cjs/react/assets/index.d.ts +0 -6
  583. package/dist/cjs/react/assets/index.d.ts.map +0 -1
  584. package/dist/cjs/react/assets/index.js +0 -31
  585. package/dist/cjs/react/assets/index.js.map +0 -1
  586. package/dist/cjs/react/assets/tokens/index.d.ts +0 -3
  587. package/dist/cjs/react/assets/tokens/index.d.ts.map +0 -1
  588. package/dist/cjs/react/assets/tokens/index.js +0 -49
  589. package/dist/cjs/react/assets/tokens/index.js.map +0 -1
  590. package/dist/cjs/react/components/Widget/Widget.d.ts +0 -2
  591. package/dist/cjs/react/components/Widget/Widget.d.ts.map +0 -1
  592. package/dist/cjs/react/components/Widget/Widget.js +0 -686
  593. package/dist/cjs/react/components/Widget/Widget.js.map +0 -1
  594. package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
  595. package/dist/cjs/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
  596. package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js +0 -54
  597. package/dist/cjs/react/components/Widget/components/CollapsibleDetails.js.map +0 -1
  598. package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
  599. package/dist/cjs/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
  600. package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js +0 -34
  601. package/dist/cjs/react/components/Widget/components/CustomDialogHeader.js.map +0 -1
  602. package/dist/cjs/react/components/Widget/components/Footer.d.ts +0 -2
  603. package/dist/cjs/react/components/Widget/components/Footer.d.ts.map +0 -1
  604. package/dist/cjs/react/components/Widget/components/Footer.js +0 -10
  605. package/dist/cjs/react/components/Widget/components/Footer.js.map +0 -1
  606. package/dist/cjs/react/components/Widget/components/Header.d.ts +0 -2
  607. package/dist/cjs/react/components/Widget/components/Header.d.ts.map +0 -1
  608. package/dist/cjs/react/components/Widget/components/Header.js +0 -37
  609. package/dist/cjs/react/components/Widget/components/Header.js.map +0 -1
  610. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
  611. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
  612. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +0 -83
  613. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +0 -1
  614. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
  615. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
  616. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +0 -83
  617. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +0 -1
  618. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
  619. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
  620. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +0 -93
  621. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +0 -1
  622. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
  623. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
  624. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +0 -6
  625. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +0 -1
  626. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
  627. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
  628. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +0 -19
  629. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +0 -1
  630. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
  631. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
  632. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js +0 -8
  633. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +0 -1
  634. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
  635. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
  636. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js +0 -6
  637. package/dist/cjs/react/components/Widget/components/OffRampRecipientDialog/index.js.map +0 -1
  638. package/dist/cjs/react/components/Widget/components/Recipient.d.ts +0 -8
  639. package/dist/cjs/react/components/Widget/components/Recipient.d.ts.map +0 -1
  640. package/dist/cjs/react/components/Widget/components/Recipient.js +0 -13
  641. package/dist/cjs/react/components/Widget/components/Recipient.js.map +0 -1
  642. package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
  643. package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
  644. package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js +0 -118
  645. package/dist/cjs/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +0 -1
  646. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
  647. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
  648. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +0 -53
  649. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +0 -1
  650. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
  651. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
  652. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js +0 -6
  653. package/dist/cjs/react/components/Widget/components/RecipientDialog/components/index.js.map +0 -1
  654. package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
  655. package/dist/cjs/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
  656. package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js +0 -6
  657. package/dist/cjs/react/components/Widget/components/RecipientDialog/index.js.map +0 -1
  658. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
  659. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
  660. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +0 -104
  661. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +0 -1
  662. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
  663. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
  664. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +0 -14
  665. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +0 -1
  666. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
  667. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
  668. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +0 -59
  669. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +0 -1
  670. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
  671. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
  672. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +0 -39
  673. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +0 -1
  674. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
  675. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
  676. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +0 -15
  677. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +0 -1
  678. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
  679. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
  680. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +0 -10
  681. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +0 -1
  682. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
  683. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
  684. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +0 -6
  685. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +0 -1
  686. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
  687. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
  688. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js +0 -6
  689. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/components/index.js.map +0 -1
  690. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
  691. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
  692. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js +0 -6
  693. package/dist/cjs/react/components/Widget/components/SelectAssetDialog/index.js.map +0 -1
  694. package/dist/cjs/react/components/Widget/components/TokenInput.d.ts +0 -16
  695. package/dist/cjs/react/components/Widget/components/TokenInput.d.ts.map +0 -1
  696. package/dist/cjs/react/components/Widget/components/TokenInput.js +0 -25
  697. package/dist/cjs/react/components/Widget/components/TokenInput.js.map +0 -1
  698. package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
  699. package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
  700. package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js +0 -37
  701. package/dist/cjs/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +0 -1
  702. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
  703. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
  704. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +0 -317
  705. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +0 -1
  706. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
  707. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
  708. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +0 -79
  709. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +0 -1
  710. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
  711. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
  712. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +0 -6
  713. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +0 -1
  714. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
  715. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
  716. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +0 -6
  717. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +0 -1
  718. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
  719. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
  720. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +0 -97
  721. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +0 -1
  722. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
  723. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
  724. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +0 -36
  725. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +0 -1
  726. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
  727. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
  728. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +0 -36
  729. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +0 -1
  730. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
  731. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
  732. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +0 -41
  733. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +0 -1
  734. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
  735. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
  736. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +0 -10
  737. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +0 -1
  738. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
  739. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
  740. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +0 -6
  741. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +0 -1
  742. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
  743. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
  744. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +0 -361
  745. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +0 -1
  746. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
  747. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
  748. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js +0 -6
  749. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +0 -1
  750. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
  751. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
  752. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +0 -49
  753. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +0 -1
  754. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
  755. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
  756. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +0 -53
  757. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +0 -1
  758. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
  759. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
  760. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +0 -6
  761. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +0 -1
  762. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
  763. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
  764. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +0 -6
  765. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +0 -1
  766. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
  767. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
  768. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js +0 -12
  769. package/dist/cjs/react/components/Widget/components/TransactionDialog/components/index.js.map +0 -1
  770. package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
  771. package/dist/cjs/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
  772. package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js +0 -6
  773. package/dist/cjs/react/components/Widget/components/TransactionDialog/index.js.map +0 -1
  774. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
  775. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
  776. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +0 -29
  777. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +0 -1
  778. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
  779. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
  780. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +0 -34
  781. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +0 -1
  782. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
  783. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
  784. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +0 -21
  785. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +0 -1
  786. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
  787. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
  788. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +0 -6
  789. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +0 -1
  790. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
  791. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
  792. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +0 -6
  793. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +0 -1
  794. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
  795. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
  796. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +0 -72
  797. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +0 -1
  798. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
  799. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
  800. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +0 -40
  801. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +0 -1
  802. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
  803. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
  804. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +0 -6
  805. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +0 -1
  806. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
  807. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
  808. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +0 -6
  809. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +0 -1
  810. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
  811. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
  812. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js +0 -8
  813. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/components/index.js.map +0 -1
  814. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
  815. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
  816. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js +0 -6
  817. package/dist/cjs/react/components/Widget/components/UserAccountDrawer/index.js.map +0 -1
  818. package/dist/cjs/react/components/Widget/components/index.d.ts +0 -13
  819. package/dist/cjs/react/components/Widget/components/index.d.ts.map +0 -1
  820. package/dist/cjs/react/components/Widget/components/index.js +0 -28
  821. package/dist/cjs/react/components/Widget/components/index.js.map +0 -1
  822. package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
  823. package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
  824. package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js +0 -34
  825. package/dist/cjs/react/components/Widget/components/shared/TokenIconDisplay.js.map +0 -1
  826. package/dist/cjs/react/components/Widget/components/shared/index.d.ts +0 -2
  827. package/dist/cjs/react/components/Widget/components/shared/index.d.ts.map +0 -1
  828. package/dist/cjs/react/components/Widget/components/shared/index.js +0 -6
  829. package/dist/cjs/react/components/Widget/components/shared/index.js.map +0 -1
  830. package/dist/cjs/react/components/Widget/index.d.ts +0 -3
  831. package/dist/cjs/react/components/Widget/index.d.ts.map +0 -1
  832. package/dist/cjs/react/components/Widget/index.js +0 -6
  833. package/dist/cjs/react/components/Widget/index.js.map +0 -1
  834. package/dist/cjs/react/components/Widget/types/quote.d.ts +0 -205
  835. package/dist/cjs/react/components/Widget/types/quote.d.ts.map +0 -1
  836. package/dist/cjs/react/components/Widget/types/quote.js +0 -59
  837. package/dist/cjs/react/components/Widget/types/quote.js.map +0 -1
  838. package/dist/cjs/react/components/Widget/types.d.ts +0 -24
  839. package/dist/cjs/react/components/Widget/types.d.ts.map +0 -1
  840. package/dist/cjs/react/components/Widget/types.js +0 -19
  841. package/dist/cjs/react/components/Widget/types.js.map +0 -1
  842. package/dist/cjs/react/components/ui/badge.d.ts +0 -10
  843. package/dist/cjs/react/components/ui/badge.d.ts.map +0 -1
  844. package/dist/cjs/react/components/ui/badge.js +0 -25
  845. package/dist/cjs/react/components/ui/badge.js.map +0 -1
  846. package/dist/cjs/react/components/ui/button.d.ts +0 -12
  847. package/dist/cjs/react/components/ui/button.d.ts.map +0 -1
  848. package/dist/cjs/react/components/ui/button.js +0 -71
  849. package/dist/cjs/react/components/ui/button.js.map +0 -1
  850. package/dist/cjs/react/components/ui/dialog.d.ts +0 -18
  851. package/dist/cjs/react/components/ui/dialog.d.ts.map +0 -1
  852. package/dist/cjs/react/components/ui/dialog.js +0 -86
  853. package/dist/cjs/react/components/ui/dialog.js.map +0 -1
  854. package/dist/cjs/react/components/ui/drawer.d.ts +0 -23
  855. package/dist/cjs/react/components/ui/drawer.d.ts.map +0 -1
  856. package/dist/cjs/react/components/ui/drawer.js +0 -69
  857. package/dist/cjs/react/components/ui/drawer.js.map +0 -1
  858. package/dist/cjs/react/components/ui/index.d.ts +0 -12
  859. package/dist/cjs/react/components/ui/index.d.ts.map +0 -1
  860. package/dist/cjs/react/components/ui/index.js +0 -63
  861. package/dist/cjs/react/components/ui/index.js.map +0 -1
  862. package/dist/cjs/react/components/ui/input.d.ts +0 -4
  863. package/dist/cjs/react/components/ui/input.d.ts.map +0 -1
  864. package/dist/cjs/react/components/ui/input.js +0 -45
  865. package/dist/cjs/react/components/ui/input.js.map +0 -1
  866. package/dist/cjs/react/components/ui/label.d.ts +0 -6
  867. package/dist/cjs/react/components/ui/label.d.ts.map +0 -1
  868. package/dist/cjs/react/components/ui/label.js +0 -46
  869. package/dist/cjs/react/components/ui/label.js.map +0 -1
  870. package/dist/cjs/react/components/ui/popover.d.ts +0 -8
  871. package/dist/cjs/react/components/ui/popover.d.ts.map +0 -1
  872. package/dist/cjs/react/components/ui/popover.js +0 -51
  873. package/dist/cjs/react/components/ui/popover.js.map +0 -1
  874. package/dist/cjs/react/components/ui/select.d.ts +0 -14
  875. package/dist/cjs/react/components/ui/select.d.ts.map +0 -1
  876. package/dist/cjs/react/components/ui/select.js +0 -72
  877. package/dist/cjs/react/components/ui/select.js.map +0 -1
  878. package/dist/cjs/react/components/ui/sheet.d.ts +0 -26
  879. package/dist/cjs/react/components/ui/sheet.d.ts.map +0 -1
  880. package/dist/cjs/react/components/ui/sheet.js +0 -83
  881. package/dist/cjs/react/components/ui/sheet.js.map +0 -1
  882. package/dist/cjs/react/config/appkit.d.ts +0 -2719
  883. package/dist/cjs/react/config/appkit.d.ts.map +0 -1
  884. package/dist/cjs/react/config/appkit.js +0 -83
  885. package/dist/cjs/react/config/appkit.js.map +0 -1
  886. package/dist/cjs/react/config/index.d.ts +0 -3
  887. package/dist/cjs/react/config/index.d.ts.map +0 -1
  888. package/dist/cjs/react/config/index.js +0 -8
  889. package/dist/cjs/react/config/index.js.map +0 -1
  890. package/dist/cjs/react/hooks/index.d.ts +0 -18
  891. package/dist/cjs/react/hooks/index.d.ts.map +0 -1
  892. package/dist/cjs/react/hooks/index.js +0 -23
  893. package/dist/cjs/react/hooks/index.js.map +0 -1
  894. package/dist/cjs/react/hooks/useBalances.d.ts +0 -41
  895. package/dist/cjs/react/hooks/useBalances.d.ts.map +0 -1
  896. package/dist/cjs/react/hooks/useBalances.js +0 -68
  897. package/dist/cjs/react/hooks/useBalances.js.map +0 -1
  898. package/dist/cjs/react/hooks/useLocalRecipients.d.ts +0 -69
  899. package/dist/cjs/react/hooks/useLocalRecipients.d.ts.map +0 -1
  900. package/dist/cjs/react/hooks/useLocalRecipients.js +0 -169
  901. package/dist/cjs/react/hooks/useLocalRecipients.js.map +0 -1
  902. package/dist/cjs/react/hooks/useMediaQuery.d.ts +0 -21
  903. package/dist/cjs/react/hooks/useMediaQuery.d.ts.map +0 -1
  904. package/dist/cjs/react/hooks/useMediaQuery.js +0 -41
  905. package/dist/cjs/react/hooks/useMediaQuery.js.map +0 -1
  906. package/dist/cjs/react/hooks/useMultiChainBalances.d.ts +0 -58
  907. package/dist/cjs/react/hooks/useMultiChainBalances.d.ts.map +0 -1
  908. package/dist/cjs/react/hooks/useMultiChainBalances.js +0 -215
  909. package/dist/cjs/react/hooks/useMultiChainBalances.js.map +0 -1
  910. package/dist/cjs/react/hooks/useOffRamp.d.ts +0 -34
  911. package/dist/cjs/react/hooks/useOffRamp.d.ts.map +0 -1
  912. package/dist/cjs/react/hooks/useOffRamp.js +0 -112
  913. package/dist/cjs/react/hooks/useOffRamp.js.map +0 -1
  914. package/dist/cjs/react/hooks/useOnRamp.d.ts +0 -34
  915. package/dist/cjs/react/hooks/useOnRamp.d.ts.map +0 -1
  916. package/dist/cjs/react/hooks/useOnRamp.js +0 -112
  917. package/dist/cjs/react/hooks/useOnRamp.js.map +0 -1
  918. package/dist/cjs/react/hooks/useQuote.d.ts +0 -28
  919. package/dist/cjs/react/hooks/useQuote.d.ts.map +0 -1
  920. package/dist/cjs/react/hooks/useQuote.js +0 -82
  921. package/dist/cjs/react/hooks/useQuote.js.map +0 -1
  922. package/dist/cjs/react/hooks/useRecipient.d.ts +0 -30
  923. package/dist/cjs/react/hooks/useRecipient.d.ts.map +0 -1
  924. package/dist/cjs/react/hooks/useRecipient.js +0 -161
  925. package/dist/cjs/react/hooks/useRecipient.js.map +0 -1
  926. package/dist/cjs/react/hooks/useTokenPrices.d.ts +0 -34
  927. package/dist/cjs/react/hooks/useTokenPrices.d.ts.map +0 -1
  928. package/dist/cjs/react/hooks/useTokenPrices.js +0 -61
  929. package/dist/cjs/react/hooks/useTokenPrices.js.map +0 -1
  930. package/dist/cjs/react/hooks/useTransaction.d.ts +0 -31
  931. package/dist/cjs/react/hooks/useTransaction.d.ts.map +0 -1
  932. package/dist/cjs/react/hooks/useTransaction.js +0 -105
  933. package/dist/cjs/react/hooks/useTransaction.js.map +0 -1
  934. package/dist/cjs/react/index.d.ts +0 -16
  935. package/dist/cjs/react/index.d.ts.map +0 -1
  936. package/dist/cjs/react/index.js +0 -89
  937. package/dist/cjs/react/index.js.map +0 -1
  938. package/dist/cjs/react/lib/constants/chains.d.ts +0 -65
  939. package/dist/cjs/react/lib/constants/chains.d.ts.map +0 -1
  940. package/dist/cjs/react/lib/constants/chains.js +0 -269
  941. package/dist/cjs/react/lib/constants/chains.js.map +0 -1
  942. package/dist/cjs/react/lib/constants/index.d.ts +0 -6
  943. package/dist/cjs/react/lib/constants/index.d.ts.map +0 -1
  944. package/dist/cjs/react/lib/constants/index.js +0 -27
  945. package/dist/cjs/react/lib/constants/index.js.map +0 -1
  946. package/dist/cjs/react/lib/constants/tokens.d.ts +0 -30
  947. package/dist/cjs/react/lib/constants/tokens.d.ts.map +0 -1
  948. package/dist/cjs/react/lib/constants/tokens.js +0 -421
  949. package/dist/cjs/react/lib/constants/tokens.js.map +0 -1
  950. package/dist/cjs/react/lib/constants/wrappedTokens.d.ts +0 -21
  951. package/dist/cjs/react/lib/constants/wrappedTokens.d.ts.map +0 -1
  952. package/dist/cjs/react/lib/constants/wrappedTokens.js +0 -68
  953. package/dist/cjs/react/lib/constants/wrappedTokens.js.map +0 -1
  954. package/dist/cjs/react/lib/index.d.ts +0 -5
  955. package/dist/cjs/react/lib/index.d.ts.map +0 -1
  956. package/dist/cjs/react/lib/index.js +0 -49
  957. package/dist/cjs/react/lib/index.js.map +0 -1
  958. package/dist/cjs/react/lib/sdk-client.d.ts +0 -17
  959. package/dist/cjs/react/lib/sdk-client.d.ts.map +0 -1
  960. package/dist/cjs/react/lib/sdk-client.js +0 -56
  961. package/dist/cjs/react/lib/sdk-client.js.map +0 -1
  962. package/dist/cjs/react/lib/utils/chain.d.ts +0 -11
  963. package/dist/cjs/react/lib/utils/chain.d.ts.map +0 -1
  964. package/dist/cjs/react/lib/utils/chain.js +0 -35
  965. package/dist/cjs/react/lib/utils/chain.js.map +0 -1
  966. package/dist/cjs/react/lib/utils/cn.d.ts +0 -3
  967. package/dist/cjs/react/lib/utils/cn.d.ts.map +0 -1
  968. package/dist/cjs/react/lib/utils/cn.js +0 -9
  969. package/dist/cjs/react/lib/utils/cn.js.map +0 -1
  970. package/dist/cjs/react/lib/utils/copyToClipboard.d.ts +0 -2
  971. package/dist/cjs/react/lib/utils/copyToClipboard.d.ts.map +0 -1
  972. package/dist/cjs/react/lib/utils/copyToClipboard.js +0 -20
  973. package/dist/cjs/react/lib/utils/copyToClipboard.js.map +0 -1
  974. package/dist/cjs/react/lib/utils/errors.d.ts +0 -11
  975. package/dist/cjs/react/lib/utils/errors.d.ts.map +0 -1
  976. package/dist/cjs/react/lib/utils/errors.js +0 -19
  977. package/dist/cjs/react/lib/utils/errors.js.map +0 -1
  978. package/dist/cjs/react/lib/utils/format.d.ts +0 -38
  979. package/dist/cjs/react/lib/utils/format.d.ts.map +0 -1
  980. package/dist/cjs/react/lib/utils/format.js +0 -98
  981. package/dist/cjs/react/lib/utils/format.js.map +0 -1
  982. package/dist/cjs/react/lib/utils/formatUsd.d.ts +0 -19
  983. package/dist/cjs/react/lib/utils/formatUsd.d.ts.map +0 -1
  984. package/dist/cjs/react/lib/utils/formatUsd.js +0 -62
  985. package/dist/cjs/react/lib/utils/formatUsd.js.map +0 -1
  986. package/dist/cjs/react/lib/utils/index.d.ts +0 -12
  987. package/dist/cjs/react/lib/utils/index.d.ts.map +0 -1
  988. package/dist/cjs/react/lib/utils/index.js +0 -47
  989. package/dist/cjs/react/lib/utils/index.js.map +0 -1
  990. package/dist/cjs/react/lib/utils/inputFormatters.d.ts +0 -6
  991. package/dist/cjs/react/lib/utils/inputFormatters.d.ts.map +0 -1
  992. package/dist/cjs/react/lib/utils/inputFormatters.js +0 -40
  993. package/dist/cjs/react/lib/utils/inputFormatters.js.map +0 -1
  994. package/dist/cjs/react/lib/utils/network-mapping.d.ts +0 -45
  995. package/dist/cjs/react/lib/utils/network-mapping.d.ts.map +0 -1
  996. package/dist/cjs/react/lib/utils/network-mapping.js +0 -162
  997. package/dist/cjs/react/lib/utils/network-mapping.js.map +0 -1
  998. package/dist/cjs/react/lib/utils/transaction.d.ts +0 -57
  999. package/dist/cjs/react/lib/utils/transaction.d.ts.map +0 -1
  1000. package/dist/cjs/react/lib/utils/transaction.js +0 -144
  1001. package/dist/cjs/react/lib/utils/transaction.js.map +0 -1
  1002. package/dist/cjs/react/lib/utils/validation.d.ts +0 -27
  1003. package/dist/cjs/react/lib/utils/validation.d.ts.map +0 -1
  1004. package/dist/cjs/react/lib/utils/validation.js +0 -41
  1005. package/dist/cjs/react/lib/utils/validation.js.map +0 -1
  1006. package/dist/cjs/react/providers/OrdaProvider.d.ts +0 -38
  1007. package/dist/cjs/react/providers/OrdaProvider.d.ts.map +0 -1
  1008. package/dist/cjs/react/providers/OrdaProvider.js +0 -58
  1009. package/dist/cjs/react/providers/OrdaProvider.js.map +0 -1
  1010. package/dist/cjs/react/providers/OrdaSDKContext.d.ts +0 -26
  1011. package/dist/cjs/react/providers/OrdaSDKContext.d.ts.map +0 -1
  1012. package/dist/cjs/react/providers/OrdaSDKContext.js +0 -158
  1013. package/dist/cjs/react/providers/OrdaSDKContext.js.map +0 -1
  1014. package/dist/cjs/react/providers/index.d.ts +0 -4
  1015. package/dist/cjs/react/providers/index.d.ts.map +0 -1
  1016. package/dist/cjs/react/providers/index.js +0 -8
  1017. package/dist/cjs/react/providers/index.js.map +0 -1
  1018. package/dist/cjs/react/providers/types.d.ts +0 -68
  1019. package/dist/cjs/react/providers/types.d.ts.map +0 -1
  1020. package/dist/cjs/react/providers/types.js +0 -3
  1021. package/dist/cjs/react/providers/types.js.map +0 -1
  1022. package/dist/cjs/smart-wallets/LocalSigner.d.ts +0 -19
  1023. package/dist/cjs/smart-wallets/LocalSigner.d.ts.map +0 -1
  1024. package/dist/cjs/smart-wallets/LocalSigner.js +0 -61
  1025. package/dist/cjs/smart-wallets/LocalSigner.js.map +0 -1
  1026. package/dist/cjs/smart-wallets/SmartWalletClient.d.ts +0 -19
  1027. package/dist/cjs/smart-wallets/SmartWalletClient.d.ts.map +0 -1
  1028. package/dist/cjs/smart-wallets/SmartWalletClient.js +0 -184
  1029. package/dist/cjs/smart-wallets/SmartWalletClient.js.map +0 -1
  1030. package/dist/cjs/smart-wallets/SmartWalletManager.d.ts +0 -17
  1031. package/dist/cjs/smart-wallets/SmartWalletManager.d.ts.map +0 -1
  1032. package/dist/cjs/smart-wallets/SmartWalletManager.js +0 -63
  1033. package/dist/cjs/smart-wallets/SmartWalletManager.js.map +0 -1
  1034. package/dist/cjs/smart-wallets/chains.d.ts +0 -11
  1035. package/dist/cjs/smart-wallets/chains.d.ts.map +0 -1
  1036. package/dist/cjs/smart-wallets/chains.js +0 -36
  1037. package/dist/cjs/smart-wallets/chains.js.map +0 -1
  1038. package/dist/cjs/smart-wallets/errors.d.ts +0 -23
  1039. package/dist/cjs/smart-wallets/errors.d.ts.map +0 -1
  1040. package/dist/cjs/smart-wallets/errors.js +0 -54
  1041. package/dist/cjs/smart-wallets/errors.js.map +0 -1
  1042. package/dist/cjs/smart-wallets/index.d.ts +0 -11
  1043. package/dist/cjs/smart-wallets/index.d.ts.map +0 -1
  1044. package/dist/cjs/smart-wallets/index.js +0 -36
  1045. package/dist/cjs/smart-wallets/index.js.map +0 -1
  1046. package/dist/cjs/smart-wallets/types.d.ts +0 -47
  1047. package/dist/cjs/smart-wallets/types.d.ts.map +0 -1
  1048. package/dist/cjs/smart-wallets/types.js +0 -3
  1049. package/dist/cjs/smart-wallets/types.js.map +0 -1
  1050. package/dist/cjs/smart-wallets/utils.d.ts +0 -22
  1051. package/dist/cjs/smart-wallets/utils.d.ts.map +0 -1
  1052. package/dist/cjs/smart-wallets/utils.js +0 -64
  1053. package/dist/cjs/smart-wallets/utils.js.map +0 -1
  1054. package/dist/esm/react/assets/animations/completed.json +0 -1
  1055. package/dist/esm/react/assets/animations/converting.json +0 -1
  1056. package/dist/esm/react/assets/animations/error.json +0 -1
  1057. package/dist/esm/react/assets/animations/index.d.ts +0 -4
  1058. package/dist/esm/react/assets/animations/index.d.ts.map +0 -1
  1059. package/dist/esm/react/assets/animations/index.js +0 -6
  1060. package/dist/esm/react/assets/animations/index.js.map +0 -1
  1061. package/dist/esm/react/assets/chains/index.d.ts +0 -3
  1062. package/dist/esm/react/assets/chains/index.d.ts.map +0 -1
  1063. package/dist/esm/react/assets/chains/index.js +0 -31
  1064. package/dist/esm/react/assets/chains/index.js.map +0 -1
  1065. package/dist/esm/react/assets/icons/index.d.ts +0 -10
  1066. package/dist/esm/react/assets/icons/index.d.ts.map +0 -1
  1067. package/dist/esm/react/assets/icons/index.js +0 -10
  1068. package/dist/esm/react/assets/icons/index.js.map +0 -1
  1069. package/dist/esm/react/assets/index.d.ts +0 -6
  1070. package/dist/esm/react/assets/index.d.ts.map +0 -1
  1071. package/dist/esm/react/assets/index.js +0 -9
  1072. package/dist/esm/react/assets/index.js.map +0 -1
  1073. package/dist/esm/react/assets/tokens/index.d.ts +0 -3
  1074. package/dist/esm/react/assets/tokens/index.d.ts.map +0 -1
  1075. package/dist/esm/react/assets/tokens/index.js +0 -45
  1076. package/dist/esm/react/assets/tokens/index.js.map +0 -1
  1077. package/dist/esm/react/components/Widget/Widget.d.ts +0 -2
  1078. package/dist/esm/react/components/Widget/Widget.d.ts.map +0 -1
  1079. package/dist/esm/react/components/Widget/Widget.js +0 -682
  1080. package/dist/esm/react/components/Widget/Widget.js.map +0 -1
  1081. package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
  1082. package/dist/esm/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
  1083. package/dist/esm/react/components/Widget/components/CollapsibleDetails.js +0 -50
  1084. package/dist/esm/react/components/Widget/components/CollapsibleDetails.js.map +0 -1
  1085. package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
  1086. package/dist/esm/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
  1087. package/dist/esm/react/components/Widget/components/CustomDialogHeader.js +0 -27
  1088. package/dist/esm/react/components/Widget/components/CustomDialogHeader.js.map +0 -1
  1089. package/dist/esm/react/components/Widget/components/Footer.d.ts +0 -2
  1090. package/dist/esm/react/components/Widget/components/Footer.d.ts.map +0 -1
  1091. package/dist/esm/react/components/Widget/components/Footer.js +0 -6
  1092. package/dist/esm/react/components/Widget/components/Footer.js.map +0 -1
  1093. package/dist/esm/react/components/Widget/components/Header.d.ts +0 -2
  1094. package/dist/esm/react/components/Widget/components/Header.d.ts.map +0 -1
  1095. package/dist/esm/react/components/Widget/components/Header.js +0 -33
  1096. package/dist/esm/react/components/Widget/components/Header.js.map +0 -1
  1097. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
  1098. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
  1099. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js +0 -79
  1100. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.js.map +0 -1
  1101. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
  1102. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
  1103. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js +0 -79
  1104. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.js.map +0 -1
  1105. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
  1106. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
  1107. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js +0 -90
  1108. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.js.map +0 -1
  1109. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
  1110. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
  1111. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js +0 -2
  1112. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.js.map +0 -1
  1113. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
  1114. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
  1115. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js +0 -15
  1116. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.js.map +0 -1
  1117. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
  1118. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
  1119. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js +0 -3
  1120. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/components/index.js.map +0 -1
  1121. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
  1122. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
  1123. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js +0 -2
  1124. package/dist/esm/react/components/Widget/components/OffRampRecipientDialog/index.js.map +0 -1
  1125. package/dist/esm/react/components/Widget/components/Recipient.d.ts +0 -8
  1126. package/dist/esm/react/components/Widget/components/Recipient.d.ts.map +0 -1
  1127. package/dist/esm/react/components/Widget/components/Recipient.js +0 -9
  1128. package/dist/esm/react/components/Widget/components/Recipient.js.map +0 -1
  1129. package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
  1130. package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
  1131. package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js +0 -114
  1132. package/dist/esm/react/components/Widget/components/RecipientDialog/RecipientDialog.js.map +0 -1
  1133. package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
  1134. package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
  1135. package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js +0 -49
  1136. package/dist/esm/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.js.map +0 -1
  1137. package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
  1138. package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
  1139. package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js +0 -2
  1140. package/dist/esm/react/components/Widget/components/RecipientDialog/components/index.js.map +0 -1
  1141. package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
  1142. package/dist/esm/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
  1143. package/dist/esm/react/components/Widget/components/RecipientDialog/index.js +0 -2
  1144. package/dist/esm/react/components/Widget/components/RecipientDialog/index.js.map +0 -1
  1145. package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
  1146. package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
  1147. package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js +0 -100
  1148. package/dist/esm/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.js.map +0 -1
  1149. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
  1150. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
  1151. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js +0 -10
  1152. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.js.map +0 -1
  1153. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
  1154. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
  1155. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js +0 -55
  1156. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.js.map +0 -1
  1157. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
  1158. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
  1159. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js +0 -35
  1160. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.js.map +0 -1
  1161. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
  1162. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
  1163. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js +0 -11
  1164. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.js.map +0 -1
  1165. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
  1166. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
  1167. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js +0 -4
  1168. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.js.map +0 -1
  1169. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
  1170. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
  1171. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js +0 -2
  1172. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.js.map +0 -1
  1173. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
  1174. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
  1175. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js +0 -2
  1176. package/dist/esm/react/components/Widget/components/SelectAssetDialog/components/index.js.map +0 -1
  1177. package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
  1178. package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
  1179. package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js +0 -2
  1180. package/dist/esm/react/components/Widget/components/SelectAssetDialog/index.js.map +0 -1
  1181. package/dist/esm/react/components/Widget/components/TokenInput.d.ts +0 -16
  1182. package/dist/esm/react/components/Widget/components/TokenInput.d.ts.map +0 -1
  1183. package/dist/esm/react/components/Widget/components/TokenInput.js +0 -21
  1184. package/dist/esm/react/components/Widget/components/TokenInput.js.map +0 -1
  1185. package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
  1186. package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
  1187. package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js +0 -33
  1188. package/dist/esm/react/components/Widget/components/TransactionDialog/TransactionDialog.js.map +0 -1
  1189. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
  1190. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
  1191. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js +0 -313
  1192. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.js.map +0 -1
  1193. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
  1194. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
  1195. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js +0 -75
  1196. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.js.map +0 -1
  1197. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
  1198. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
  1199. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js +0 -2
  1200. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.js.map +0 -1
  1201. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
  1202. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
  1203. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js +0 -2
  1204. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OffRamp/index.js.map +0 -1
  1205. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
  1206. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
  1207. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js +0 -93
  1208. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.js.map +0 -1
  1209. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
  1210. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
  1211. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js +0 -32
  1212. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.js.map +0 -1
  1213. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
  1214. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
  1215. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js +0 -32
  1216. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.js.map +0 -1
  1217. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
  1218. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
  1219. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js +0 -37
  1220. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.js.map +0 -1
  1221. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
  1222. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
  1223. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js +0 -4
  1224. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.js.map +0 -1
  1225. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
  1226. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
  1227. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js +0 -2
  1228. package/dist/esm/react/components/Widget/components/TransactionDialog/components/OnRamp/index.js.map +0 -1
  1229. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
  1230. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
  1231. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js +0 -357
  1232. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/Swap.js.map +0 -1
  1233. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
  1234. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
  1235. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js +0 -2
  1236. package/dist/esm/react/components/Widget/components/TransactionDialog/components/Swap/index.js.map +0 -1
  1237. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
  1238. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
  1239. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js +0 -45
  1240. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.js.map +0 -1
  1241. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
  1242. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
  1243. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js +0 -49
  1244. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.js.map +0 -1
  1245. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
  1246. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
  1247. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js +0 -2
  1248. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.js.map +0 -1
  1249. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
  1250. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
  1251. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js +0 -2
  1252. package/dist/esm/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.js.map +0 -1
  1253. package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
  1254. package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
  1255. package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js +0 -5
  1256. package/dist/esm/react/components/Widget/components/TransactionDialog/components/index.js.map +0 -1
  1257. package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
  1258. package/dist/esm/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
  1259. package/dist/esm/react/components/Widget/components/TransactionDialog/index.js +0 -2
  1260. package/dist/esm/react/components/Widget/components/TransactionDialog/index.js.map +0 -1
  1261. package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
  1262. package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
  1263. package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js +0 -25
  1264. package/dist/esm/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.js.map +0 -1
  1265. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
  1266. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
  1267. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js +0 -30
  1268. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.js.map +0 -1
  1269. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
  1270. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
  1271. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js +0 -17
  1272. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.js.map +0 -1
  1273. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
  1274. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
  1275. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js +0 -2
  1276. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.js.map +0 -1
  1277. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
  1278. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
  1279. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js +0 -2
  1280. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.js.map +0 -1
  1281. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
  1282. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
  1283. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js +0 -68
  1284. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.js.map +0 -1
  1285. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
  1286. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
  1287. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js +0 -36
  1288. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.js.map +0 -1
  1289. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
  1290. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
  1291. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js +0 -2
  1292. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.js.map +0 -1
  1293. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
  1294. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
  1295. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js +0 -2
  1296. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.js.map +0 -1
  1297. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
  1298. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
  1299. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js +0 -3
  1300. package/dist/esm/react/components/Widget/components/UserAccountDrawer/components/index.js.map +0 -1
  1301. package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
  1302. package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
  1303. package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js +0 -2
  1304. package/dist/esm/react/components/Widget/components/UserAccountDrawer/index.js.map +0 -1
  1305. package/dist/esm/react/components/Widget/components/index.d.ts +0 -13
  1306. package/dist/esm/react/components/Widget/components/index.d.ts.map +0 -1
  1307. package/dist/esm/react/components/Widget/components/index.js +0 -13
  1308. package/dist/esm/react/components/Widget/components/index.js.map +0 -1
  1309. package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
  1310. package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
  1311. package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js +0 -31
  1312. package/dist/esm/react/components/Widget/components/shared/TokenIconDisplay.js.map +0 -1
  1313. package/dist/esm/react/components/Widget/components/shared/index.d.ts +0 -2
  1314. package/dist/esm/react/components/Widget/components/shared/index.d.ts.map +0 -1
  1315. package/dist/esm/react/components/Widget/components/shared/index.js +0 -2
  1316. package/dist/esm/react/components/Widget/components/shared/index.js.map +0 -1
  1317. package/dist/esm/react/components/Widget/index.d.ts +0 -3
  1318. package/dist/esm/react/components/Widget/index.d.ts.map +0 -1
  1319. package/dist/esm/react/components/Widget/index.js +0 -2
  1320. package/dist/esm/react/components/Widget/index.js.map +0 -1
  1321. package/dist/esm/react/components/Widget/types/quote.d.ts +0 -205
  1322. package/dist/esm/react/components/Widget/types/quote.d.ts.map +0 -1
  1323. package/dist/esm/react/components/Widget/types/quote.js +0 -53
  1324. package/dist/esm/react/components/Widget/types/quote.js.map +0 -1
  1325. package/dist/esm/react/components/Widget/types.d.ts +0 -24
  1326. package/dist/esm/react/components/Widget/types.d.ts.map +0 -1
  1327. package/dist/esm/react/components/Widget/types.js +0 -3
  1328. package/dist/esm/react/components/Widget/types.js.map +0 -1
  1329. package/dist/esm/react/components/ui/badge.d.ts +0 -10
  1330. package/dist/esm/react/components/ui/badge.d.ts.map +0 -1
  1331. package/dist/esm/react/components/ui/badge.js +0 -21
  1332. package/dist/esm/react/components/ui/badge.js.map +0 -1
  1333. package/dist/esm/react/components/ui/button.d.ts +0 -12
  1334. package/dist/esm/react/components/ui/button.d.ts.map +0 -1
  1335. package/dist/esm/react/components/ui/button.js +0 -34
  1336. package/dist/esm/react/components/ui/button.js.map +0 -1
  1337. package/dist/esm/react/components/ui/dialog.d.ts +0 -18
  1338. package/dist/esm/react/components/ui/dialog.d.ts.map +0 -1
  1339. package/dist/esm/react/components/ui/dialog.js +0 -41
  1340. package/dist/esm/react/components/ui/dialog.js.map +0 -1
  1341. package/dist/esm/react/components/ui/drawer.d.ts +0 -23
  1342. package/dist/esm/react/components/ui/drawer.d.ts.map +0 -1
  1343. package/dist/esm/react/components/ui/drawer.js +0 -24
  1344. package/dist/esm/react/components/ui/drawer.js.map +0 -1
  1345. package/dist/esm/react/components/ui/index.d.ts +0 -12
  1346. package/dist/esm/react/components/ui/index.d.ts.map +0 -1
  1347. package/dist/esm/react/components/ui/index.js +0 -10
  1348. package/dist/esm/react/components/ui/index.js.map +0 -1
  1349. package/dist/esm/react/components/ui/input.d.ts +0 -4
  1350. package/dist/esm/react/components/ui/input.d.ts.map +0 -1
  1351. package/dist/esm/react/components/ui/input.js +0 -9
  1352. package/dist/esm/react/components/ui/input.js.map +0 -1
  1353. package/dist/esm/react/components/ui/label.d.ts +0 -6
  1354. package/dist/esm/react/components/ui/label.d.ts.map +0 -1
  1355. package/dist/esm/react/components/ui/label.js +0 -10
  1356. package/dist/esm/react/components/ui/label.js.map +0 -1
  1357. package/dist/esm/react/components/ui/popover.d.ts +0 -8
  1358. package/dist/esm/react/components/ui/popover.d.ts.map +0 -1
  1359. package/dist/esm/react/components/ui/popover.js +0 -12
  1360. package/dist/esm/react/components/ui/popover.js.map +0 -1
  1361. package/dist/esm/react/components/ui/select.d.ts +0 -14
  1362. package/dist/esm/react/components/ui/select.d.ts.map +0 -1
  1363. package/dist/esm/react/components/ui/select.js +0 -27
  1364. package/dist/esm/react/components/ui/select.js.map +0 -1
  1365. package/dist/esm/react/components/ui/sheet.d.ts +0 -26
  1366. package/dist/esm/react/components/ui/sheet.d.ts.map +0 -1
  1367. package/dist/esm/react/components/ui/sheet.js +0 -38
  1368. package/dist/esm/react/components/ui/sheet.js.map +0 -1
  1369. package/dist/esm/react/config/appkit.d.ts +0 -2719
  1370. package/dist/esm/react/config/appkit.d.ts.map +0 -1
  1371. package/dist/esm/react/config/appkit.js +0 -79
  1372. package/dist/esm/react/config/appkit.js.map +0 -1
  1373. package/dist/esm/react/config/index.d.ts +0 -3
  1374. package/dist/esm/react/config/index.d.ts.map +0 -1
  1375. package/dist/esm/react/config/index.js +0 -2
  1376. package/dist/esm/react/config/index.js.map +0 -1
  1377. package/dist/esm/react/hooks/index.d.ts +0 -18
  1378. package/dist/esm/react/hooks/index.d.ts.map +0 -1
  1379. package/dist/esm/react/hooks/index.js +0 -11
  1380. package/dist/esm/react/hooks/index.js.map +0 -1
  1381. package/dist/esm/react/hooks/useBalances.d.ts +0 -41
  1382. package/dist/esm/react/hooks/useBalances.d.ts.map +0 -1
  1383. package/dist/esm/react/hooks/useBalances.js +0 -65
  1384. package/dist/esm/react/hooks/useBalances.js.map +0 -1
  1385. package/dist/esm/react/hooks/useLocalRecipients.d.ts +0 -69
  1386. package/dist/esm/react/hooks/useLocalRecipients.d.ts.map +0 -1
  1387. package/dist/esm/react/hooks/useLocalRecipients.js +0 -166
  1388. package/dist/esm/react/hooks/useLocalRecipients.js.map +0 -1
  1389. package/dist/esm/react/hooks/useMediaQuery.d.ts +0 -21
  1390. package/dist/esm/react/hooks/useMediaQuery.d.ts.map +0 -1
  1391. package/dist/esm/react/hooks/useMediaQuery.js +0 -38
  1392. package/dist/esm/react/hooks/useMediaQuery.js.map +0 -1
  1393. package/dist/esm/react/hooks/useMultiChainBalances.d.ts +0 -58
  1394. package/dist/esm/react/hooks/useMultiChainBalances.d.ts.map +0 -1
  1395. package/dist/esm/react/hooks/useMultiChainBalances.js +0 -179
  1396. package/dist/esm/react/hooks/useMultiChainBalances.js.map +0 -1
  1397. package/dist/esm/react/hooks/useOffRamp.d.ts +0 -34
  1398. package/dist/esm/react/hooks/useOffRamp.d.ts.map +0 -1
  1399. package/dist/esm/react/hooks/useOffRamp.js +0 -109
  1400. package/dist/esm/react/hooks/useOffRamp.js.map +0 -1
  1401. package/dist/esm/react/hooks/useOnRamp.d.ts +0 -34
  1402. package/dist/esm/react/hooks/useOnRamp.d.ts.map +0 -1
  1403. package/dist/esm/react/hooks/useOnRamp.js +0 -109
  1404. package/dist/esm/react/hooks/useOnRamp.js.map +0 -1
  1405. package/dist/esm/react/hooks/useQuote.d.ts +0 -28
  1406. package/dist/esm/react/hooks/useQuote.d.ts.map +0 -1
  1407. package/dist/esm/react/hooks/useQuote.js +0 -79
  1408. package/dist/esm/react/hooks/useQuote.js.map +0 -1
  1409. package/dist/esm/react/hooks/useRecipient.d.ts +0 -30
  1410. package/dist/esm/react/hooks/useRecipient.d.ts.map +0 -1
  1411. package/dist/esm/react/hooks/useRecipient.js +0 -158
  1412. package/dist/esm/react/hooks/useRecipient.js.map +0 -1
  1413. package/dist/esm/react/hooks/useTokenPrices.d.ts +0 -34
  1414. package/dist/esm/react/hooks/useTokenPrices.d.ts.map +0 -1
  1415. package/dist/esm/react/hooks/useTokenPrices.js +0 -58
  1416. package/dist/esm/react/hooks/useTokenPrices.js.map +0 -1
  1417. package/dist/esm/react/hooks/useTransaction.d.ts +0 -31
  1418. package/dist/esm/react/hooks/useTransaction.d.ts.map +0 -1
  1419. package/dist/esm/react/hooks/useTransaction.js +0 -102
  1420. package/dist/esm/react/hooks/useTransaction.js.map +0 -1
  1421. package/dist/esm/react/index.d.ts +0 -16
  1422. package/dist/esm/react/index.d.ts.map +0 -1
  1423. package/dist/esm/react/index.js +0 -10
  1424. package/dist/esm/react/index.js.map +0 -1
  1425. package/dist/esm/react/lib/constants/chains.d.ts +0 -65
  1426. package/dist/esm/react/lib/constants/chains.d.ts.map +0 -1
  1427. package/dist/esm/react/lib/constants/chains.js +0 -259
  1428. package/dist/esm/react/lib/constants/chains.js.map +0 -1
  1429. package/dist/esm/react/lib/constants/index.d.ts +0 -6
  1430. package/dist/esm/react/lib/constants/index.d.ts.map +0 -1
  1431. package/dist/esm/react/lib/constants/index.js +0 -4
  1432. package/dist/esm/react/lib/constants/index.js.map +0 -1
  1433. package/dist/esm/react/lib/constants/tokens.d.ts +0 -30
  1434. package/dist/esm/react/lib/constants/tokens.d.ts.map +0 -1
  1435. package/dist/esm/react/lib/constants/tokens.js +0 -418
  1436. package/dist/esm/react/lib/constants/tokens.js.map +0 -1
  1437. package/dist/esm/react/lib/constants/wrappedTokens.d.ts +0 -21
  1438. package/dist/esm/react/lib/constants/wrappedTokens.d.ts.map +0 -1
  1439. package/dist/esm/react/lib/constants/wrappedTokens.js +0 -63
  1440. package/dist/esm/react/lib/constants/wrappedTokens.js.map +0 -1
  1441. package/dist/esm/react/lib/index.d.ts +0 -5
  1442. package/dist/esm/react/lib/index.d.ts.map +0 -1
  1443. package/dist/esm/react/lib/index.js +0 -4
  1444. package/dist/esm/react/lib/index.js.map +0 -1
  1445. package/dist/esm/react/lib/sdk-client.d.ts +0 -17
  1446. package/dist/esm/react/lib/sdk-client.d.ts.map +0 -1
  1447. package/dist/esm/react/lib/sdk-client.js +0 -51
  1448. package/dist/esm/react/lib/sdk-client.js.map +0 -1
  1449. package/dist/esm/react/lib/utils/chain.d.ts +0 -11
  1450. package/dist/esm/react/lib/utils/chain.d.ts.map +0 -1
  1451. package/dist/esm/react/lib/utils/chain.js +0 -31
  1452. package/dist/esm/react/lib/utils/chain.js.map +0 -1
  1453. package/dist/esm/react/lib/utils/cn.d.ts +0 -3
  1454. package/dist/esm/react/lib/utils/cn.d.ts.map +0 -1
  1455. package/dist/esm/react/lib/utils/cn.js +0 -6
  1456. package/dist/esm/react/lib/utils/cn.js.map +0 -1
  1457. package/dist/esm/react/lib/utils/copyToClipboard.d.ts +0 -2
  1458. package/dist/esm/react/lib/utils/copyToClipboard.d.ts.map +0 -1
  1459. package/dist/esm/react/lib/utils/copyToClipboard.js +0 -16
  1460. package/dist/esm/react/lib/utils/copyToClipboard.js.map +0 -1
  1461. package/dist/esm/react/lib/utils/errors.d.ts +0 -11
  1462. package/dist/esm/react/lib/utils/errors.d.ts.map +0 -1
  1463. package/dist/esm/react/lib/utils/errors.js +0 -15
  1464. package/dist/esm/react/lib/utils/errors.js.map +0 -1
  1465. package/dist/esm/react/lib/utils/format.d.ts +0 -38
  1466. package/dist/esm/react/lib/utils/format.d.ts.map +0 -1
  1467. package/dist/esm/react/lib/utils/format.js +0 -92
  1468. package/dist/esm/react/lib/utils/format.js.map +0 -1
  1469. package/dist/esm/react/lib/utils/formatUsd.d.ts +0 -19
  1470. package/dist/esm/react/lib/utils/formatUsd.d.ts.map +0 -1
  1471. package/dist/esm/react/lib/utils/formatUsd.js +0 -58
  1472. package/dist/esm/react/lib/utils/formatUsd.js.map +0 -1
  1473. package/dist/esm/react/lib/utils/index.d.ts +0 -12
  1474. package/dist/esm/react/lib/utils/index.d.ts.map +0 -1
  1475. package/dist/esm/react/lib/utils/index.js +0 -11
  1476. package/dist/esm/react/lib/utils/index.js.map +0 -1
  1477. package/dist/esm/react/lib/utils/inputFormatters.d.ts +0 -6
  1478. package/dist/esm/react/lib/utils/inputFormatters.d.ts.map +0 -1
  1479. package/dist/esm/react/lib/utils/inputFormatters.js +0 -32
  1480. package/dist/esm/react/lib/utils/inputFormatters.js.map +0 -1
  1481. package/dist/esm/react/lib/utils/network-mapping.d.ts +0 -45
  1482. package/dist/esm/react/lib/utils/network-mapping.d.ts.map +0 -1
  1483. package/dist/esm/react/lib/utils/network-mapping.js +0 -153
  1484. package/dist/esm/react/lib/utils/network-mapping.js.map +0 -1
  1485. package/dist/esm/react/lib/utils/transaction.d.ts +0 -57
  1486. package/dist/esm/react/lib/utils/transaction.d.ts.map +0 -1
  1487. package/dist/esm/react/lib/utils/transaction.js +0 -136
  1488. package/dist/esm/react/lib/utils/transaction.js.map +0 -1
  1489. package/dist/esm/react/lib/utils/validation.d.ts +0 -27
  1490. package/dist/esm/react/lib/utils/validation.d.ts.map +0 -1
  1491. package/dist/esm/react/lib/utils/validation.js +0 -36
  1492. package/dist/esm/react/lib/utils/validation.js.map +0 -1
  1493. package/dist/esm/react/providers/OrdaProvider.d.ts +0 -38
  1494. package/dist/esm/react/providers/OrdaProvider.d.ts.map +0 -1
  1495. package/dist/esm/react/providers/OrdaProvider.js +0 -55
  1496. package/dist/esm/react/providers/OrdaProvider.js.map +0 -1
  1497. package/dist/esm/react/providers/OrdaSDKContext.d.ts +0 -26
  1498. package/dist/esm/react/providers/OrdaSDKContext.d.ts.map +0 -1
  1499. package/dist/esm/react/providers/OrdaSDKContext.js +0 -154
  1500. package/dist/esm/react/providers/OrdaSDKContext.js.map +0 -1
  1501. package/dist/esm/react/providers/index.d.ts +0 -4
  1502. package/dist/esm/react/providers/index.d.ts.map +0 -1
  1503. package/dist/esm/react/providers/index.js +0 -3
  1504. package/dist/esm/react/providers/index.js.map +0 -1
  1505. package/dist/esm/react/providers/types.d.ts +0 -68
  1506. package/dist/esm/react/providers/types.d.ts.map +0 -1
  1507. package/dist/esm/react/providers/types.js +0 -2
  1508. package/dist/esm/react/providers/types.js.map +0 -1
  1509. package/dist/esm/smart-wallets/LocalSigner.d.ts +0 -19
  1510. package/dist/esm/smart-wallets/LocalSigner.d.ts.map +0 -1
  1511. package/dist/esm/smart-wallets/LocalSigner.js +0 -57
  1512. package/dist/esm/smart-wallets/LocalSigner.js.map +0 -1
  1513. package/dist/esm/smart-wallets/SmartWalletClient.d.ts +0 -19
  1514. package/dist/esm/smart-wallets/SmartWalletClient.d.ts.map +0 -1
  1515. package/dist/esm/smart-wallets/SmartWalletClient.js +0 -180
  1516. package/dist/esm/smart-wallets/SmartWalletClient.js.map +0 -1
  1517. package/dist/esm/smart-wallets/SmartWalletManager.d.ts +0 -17
  1518. package/dist/esm/smart-wallets/SmartWalletManager.d.ts.map +0 -1
  1519. package/dist/esm/smart-wallets/SmartWalletManager.js +0 -59
  1520. package/dist/esm/smart-wallets/SmartWalletManager.js.map +0 -1
  1521. package/dist/esm/smart-wallets/chains.d.ts +0 -11
  1522. package/dist/esm/smart-wallets/chains.d.ts.map +0 -1
  1523. package/dist/esm/smart-wallets/chains.js +0 -30
  1524. package/dist/esm/smart-wallets/chains.js.map +0 -1
  1525. package/dist/esm/smart-wallets/errors.d.ts +0 -23
  1526. package/dist/esm/smart-wallets/errors.d.ts.map +0 -1
  1527. package/dist/esm/smart-wallets/errors.js +0 -44
  1528. package/dist/esm/smart-wallets/errors.js.map +0 -1
  1529. package/dist/esm/smart-wallets/index.d.ts +0 -11
  1530. package/dist/esm/smart-wallets/index.d.ts.map +0 -1
  1531. package/dist/esm/smart-wallets/index.js +0 -13
  1532. package/dist/esm/smart-wallets/index.js.map +0 -1
  1533. package/dist/esm/smart-wallets/types.d.ts +0 -47
  1534. package/dist/esm/smart-wallets/types.d.ts.map +0 -1
  1535. package/dist/esm/smart-wallets/types.js +0 -2
  1536. package/dist/esm/smart-wallets/types.js.map +0 -1
  1537. package/dist/esm/smart-wallets/utils.d.ts +0 -22
  1538. package/dist/esm/smart-wallets/utils.d.ts.map +0 -1
  1539. package/dist/esm/smart-wallets/utils.js +0 -57
  1540. package/dist/esm/smart-wallets/utils.js.map +0 -1
  1541. package/dist/react/chunk-2DNKUSZW.mjs +0 -26
  1542. package/dist/react/chunk-DOIEWRNM.cjs +0 -29
  1543. package/dist/react/index.cjs +0 -8447
  1544. package/dist/react/index.d.mts +0 -4581
  1545. package/dist/react/index.d.ts +0 -4581
  1546. package/dist/react/index.mjs +0 -8310
  1547. package/dist/react/styles.css +0 -2
  1548. package/dist/react/web-crypto-DE5M6GOD.mjs +0 -1
  1549. package/dist/react/web-crypto-MCH7ICH6.cjs +0 -10
  1550. package/dist/types/react/assets/animations/index.d.ts +0 -4
  1551. package/dist/types/react/assets/animations/index.d.ts.map +0 -1
  1552. package/dist/types/react/assets/chains/index.d.ts +0 -3
  1553. package/dist/types/react/assets/chains/index.d.ts.map +0 -1
  1554. package/dist/types/react/assets/icons/index.d.ts +0 -10
  1555. package/dist/types/react/assets/icons/index.d.ts.map +0 -1
  1556. package/dist/types/react/assets/index.d.ts +0 -6
  1557. package/dist/types/react/assets/index.d.ts.map +0 -1
  1558. package/dist/types/react/assets/tokens/index.d.ts +0 -3
  1559. package/dist/types/react/assets/tokens/index.d.ts.map +0 -1
  1560. package/dist/types/react/components/Widget/Widget.d.ts +0 -2
  1561. package/dist/types/react/components/Widget/Widget.d.ts.map +0 -1
  1562. package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts +0 -15
  1563. package/dist/types/react/components/Widget/components/CollapsibleDetails.d.ts.map +0 -1
  1564. package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts +0 -13
  1565. package/dist/types/react/components/Widget/components/CustomDialogHeader.d.ts.map +0 -1
  1566. package/dist/types/react/components/Widget/components/Footer.d.ts +0 -2
  1567. package/dist/types/react/components/Widget/components/Footer.d.ts.map +0 -1
  1568. package/dist/types/react/components/Widget/components/Header.d.ts +0 -2
  1569. package/dist/types/react/components/Widget/components/Header.d.ts.map +0 -1
  1570. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts +0 -15
  1571. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/OffRampRecipientDialog.d.ts.map +0 -1
  1572. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts +0 -8
  1573. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.d.ts.map +0 -1
  1574. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts +0 -21
  1575. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/PixKeyForm.schema.d.ts.map +0 -1
  1576. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts +0 -3
  1577. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/PixKeyForm/index.d.ts.map +0 -1
  1578. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts +0 -9
  1579. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/RecipientOptions.d.ts.map +0 -1
  1580. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts +0 -3
  1581. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/components/index.d.ts.map +0 -1
  1582. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts +0 -2
  1583. package/dist/types/react/components/Widget/components/OffRampRecipientDialog/index.d.ts.map +0 -1
  1584. package/dist/types/react/components/Widget/components/Recipient.d.ts +0 -8
  1585. package/dist/types/react/components/Widget/components/Recipient.d.ts.map +0 -1
  1586. package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts +0 -13
  1587. package/dist/types/react/components/Widget/components/RecipientDialog/RecipientDialog.d.ts.map +0 -1
  1588. package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts +0 -24
  1589. package/dist/types/react/components/Widget/components/RecipientDialog/components/RecipientDialogContent.d.ts.map +0 -1
  1590. package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts +0 -2
  1591. package/dist/types/react/components/Widget/components/RecipientDialog/components/index.d.ts.map +0 -1
  1592. package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts +0 -2
  1593. package/dist/types/react/components/Widget/components/RecipientDialog/index.d.ts.map +0 -1
  1594. package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts +0 -15
  1595. package/dist/types/react/components/Widget/components/SelectAssetDialog/SelectAssetDialog.d.ts.map +0 -1
  1596. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts +0 -27
  1597. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/AssetSelector.d.ts.map +0 -1
  1598. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts +0 -18
  1599. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/AssetsList.d.ts.map +0 -1
  1600. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts +0 -14
  1601. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/FilterByNetworks.d.ts.map +0 -1
  1602. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts +0 -12
  1603. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/SearchBar.d.ts.map +0 -1
  1604. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts +0 -4
  1605. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/components/index.d.ts.map +0 -1
  1606. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts +0 -2
  1607. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/AssetSelector/index.d.ts.map +0 -1
  1608. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts +0 -2
  1609. package/dist/types/react/components/Widget/components/SelectAssetDialog/components/index.d.ts.map +0 -1
  1610. package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts +0 -2
  1611. package/dist/types/react/components/Widget/components/SelectAssetDialog/index.d.ts.map +0 -1
  1612. package/dist/types/react/components/Widget/components/TokenInput.d.ts +0 -16
  1613. package/dist/types/react/components/Widget/components/TokenInput.d.ts.map +0 -1
  1614. package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts +0 -25
  1615. package/dist/types/react/components/Widget/components/TransactionDialog/TransactionDialog.d.ts.map +0 -1
  1616. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts +0 -17
  1617. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/OffRamp.d.ts.map +0 -1
  1618. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts +0 -21
  1619. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/OffRampConversion.d.ts.map +0 -1
  1620. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts +0 -2
  1621. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/components/index.d.ts.map +0 -1
  1622. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts +0 -2
  1623. package/dist/types/react/components/Widget/components/TransactionDialog/components/OffRamp/index.d.ts.map +0 -1
  1624. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts +0 -16
  1625. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/OnRamp.d.ts.map +0 -1
  1626. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts +0 -10
  1627. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/Deposit.d.ts.map +0 -1
  1628. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts +0 -9
  1629. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/DepositStatus.d.ts.map +0 -1
  1630. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts +0 -17
  1631. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/OnRampConversion.d.ts.map +0 -1
  1632. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts +0 -4
  1633. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/components/index.d.ts.map +0 -1
  1634. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts +0 -2
  1635. package/dist/types/react/components/Widget/components/TransactionDialog/components/OnRamp/index.d.ts.map +0 -1
  1636. package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts +0 -18
  1637. package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/Swap.d.ts.map +0 -1
  1638. package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts +0 -2
  1639. package/dist/types/react/components/Widget/components/TransactionDialog/components/Swap/index.d.ts.map +0 -1
  1640. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts +0 -17
  1641. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/TransactionDetails.d.ts.map +0 -1
  1642. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts +0 -10
  1643. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/CollapsibleInfo.d.ts.map +0 -1
  1644. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts +0 -2
  1645. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/components/index.d.ts.map +0 -1
  1646. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts +0 -2
  1647. package/dist/types/react/components/Widget/components/TransactionDialog/components/TransactionDetails/index.d.ts.map +0 -1
  1648. package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts +0 -5
  1649. package/dist/types/react/components/Widget/components/TransactionDialog/components/index.d.ts.map +0 -1
  1650. package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts +0 -2
  1651. package/dist/types/react/components/Widget/components/TransactionDialog/index.d.ts.map +0 -1
  1652. package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts +0 -7
  1653. package/dist/types/react/components/Widget/components/UserAccountDrawer/UserAccountDrawer.d.ts.map +0 -1
  1654. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts +0 -7
  1655. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/UserAccountData.d.ts.map +0 -1
  1656. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts +0 -12
  1657. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/AssetInfo.d.ts.map +0 -1
  1658. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts +0 -2
  1659. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/components/index.d.ts.map +0 -1
  1660. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts +0 -2
  1661. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/UserAccountData/index.d.ts.map +0 -1
  1662. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts +0 -7
  1663. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/Wallets.d.ts.map +0 -1
  1664. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts +0 -16
  1665. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/WalletItem.d.ts.map +0 -1
  1666. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts +0 -2
  1667. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/components/index.d.ts.map +0 -1
  1668. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts +0 -2
  1669. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/Wallets/index.d.ts.map +0 -1
  1670. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts +0 -3
  1671. package/dist/types/react/components/Widget/components/UserAccountDrawer/components/index.d.ts.map +0 -1
  1672. package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts +0 -2
  1673. package/dist/types/react/components/Widget/components/UserAccountDrawer/index.d.ts.map +0 -1
  1674. package/dist/types/react/components/Widget/components/index.d.ts +0 -13
  1675. package/dist/types/react/components/Widget/components/index.d.ts.map +0 -1
  1676. package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts +0 -15
  1677. package/dist/types/react/components/Widget/components/shared/TokenIconDisplay.d.ts.map +0 -1
  1678. package/dist/types/react/components/Widget/components/shared/index.d.ts +0 -2
  1679. package/dist/types/react/components/Widget/components/shared/index.d.ts.map +0 -1
  1680. package/dist/types/react/components/Widget/index.d.ts +0 -3
  1681. package/dist/types/react/components/Widget/index.d.ts.map +0 -1
  1682. package/dist/types/react/components/Widget/types/quote.d.ts +0 -205
  1683. package/dist/types/react/components/Widget/types/quote.d.ts.map +0 -1
  1684. package/dist/types/react/components/Widget/types.d.ts +0 -24
  1685. package/dist/types/react/components/Widget/types.d.ts.map +0 -1
  1686. package/dist/types/react/components/ui/badge.d.ts +0 -10
  1687. package/dist/types/react/components/ui/badge.d.ts.map +0 -1
  1688. package/dist/types/react/components/ui/button.d.ts +0 -12
  1689. package/dist/types/react/components/ui/button.d.ts.map +0 -1
  1690. package/dist/types/react/components/ui/dialog.d.ts +0 -18
  1691. package/dist/types/react/components/ui/dialog.d.ts.map +0 -1
  1692. package/dist/types/react/components/ui/drawer.d.ts +0 -23
  1693. package/dist/types/react/components/ui/drawer.d.ts.map +0 -1
  1694. package/dist/types/react/components/ui/index.d.ts +0 -12
  1695. package/dist/types/react/components/ui/index.d.ts.map +0 -1
  1696. package/dist/types/react/components/ui/input.d.ts +0 -4
  1697. package/dist/types/react/components/ui/input.d.ts.map +0 -1
  1698. package/dist/types/react/components/ui/label.d.ts +0 -6
  1699. package/dist/types/react/components/ui/label.d.ts.map +0 -1
  1700. package/dist/types/react/components/ui/popover.d.ts +0 -8
  1701. package/dist/types/react/components/ui/popover.d.ts.map +0 -1
  1702. package/dist/types/react/components/ui/select.d.ts +0 -14
  1703. package/dist/types/react/components/ui/select.d.ts.map +0 -1
  1704. package/dist/types/react/components/ui/sheet.d.ts +0 -26
  1705. package/dist/types/react/components/ui/sheet.d.ts.map +0 -1
  1706. package/dist/types/react/config/appkit.d.ts +0 -2719
  1707. package/dist/types/react/config/appkit.d.ts.map +0 -1
  1708. package/dist/types/react/config/index.d.ts +0 -3
  1709. package/dist/types/react/config/index.d.ts.map +0 -1
  1710. package/dist/types/react/hooks/index.d.ts +0 -18
  1711. package/dist/types/react/hooks/index.d.ts.map +0 -1
  1712. package/dist/types/react/hooks/useBalances.d.ts +0 -41
  1713. package/dist/types/react/hooks/useBalances.d.ts.map +0 -1
  1714. package/dist/types/react/hooks/useLocalRecipients.d.ts +0 -69
  1715. package/dist/types/react/hooks/useLocalRecipients.d.ts.map +0 -1
  1716. package/dist/types/react/hooks/useMediaQuery.d.ts +0 -21
  1717. package/dist/types/react/hooks/useMediaQuery.d.ts.map +0 -1
  1718. package/dist/types/react/hooks/useMultiChainBalances.d.ts +0 -58
  1719. package/dist/types/react/hooks/useMultiChainBalances.d.ts.map +0 -1
  1720. package/dist/types/react/hooks/useOffRamp.d.ts +0 -34
  1721. package/dist/types/react/hooks/useOffRamp.d.ts.map +0 -1
  1722. package/dist/types/react/hooks/useOnRamp.d.ts +0 -34
  1723. package/dist/types/react/hooks/useOnRamp.d.ts.map +0 -1
  1724. package/dist/types/react/hooks/useQuote.d.ts +0 -28
  1725. package/dist/types/react/hooks/useQuote.d.ts.map +0 -1
  1726. package/dist/types/react/hooks/useRecipient.d.ts +0 -30
  1727. package/dist/types/react/hooks/useRecipient.d.ts.map +0 -1
  1728. package/dist/types/react/hooks/useTokenPrices.d.ts +0 -34
  1729. package/dist/types/react/hooks/useTokenPrices.d.ts.map +0 -1
  1730. package/dist/types/react/hooks/useTransaction.d.ts +0 -31
  1731. package/dist/types/react/hooks/useTransaction.d.ts.map +0 -1
  1732. package/dist/types/react/index.d.ts +0 -16
  1733. package/dist/types/react/index.d.ts.map +0 -1
  1734. package/dist/types/react/lib/constants/chains.d.ts +0 -65
  1735. package/dist/types/react/lib/constants/chains.d.ts.map +0 -1
  1736. package/dist/types/react/lib/constants/index.d.ts +0 -6
  1737. package/dist/types/react/lib/constants/index.d.ts.map +0 -1
  1738. package/dist/types/react/lib/constants/tokens.d.ts +0 -30
  1739. package/dist/types/react/lib/constants/tokens.d.ts.map +0 -1
  1740. package/dist/types/react/lib/constants/wrappedTokens.d.ts +0 -21
  1741. package/dist/types/react/lib/constants/wrappedTokens.d.ts.map +0 -1
  1742. package/dist/types/react/lib/index.d.ts +0 -5
  1743. package/dist/types/react/lib/index.d.ts.map +0 -1
  1744. package/dist/types/react/lib/sdk-client.d.ts +0 -17
  1745. package/dist/types/react/lib/sdk-client.d.ts.map +0 -1
  1746. package/dist/types/react/lib/utils/chain.d.ts +0 -11
  1747. package/dist/types/react/lib/utils/chain.d.ts.map +0 -1
  1748. package/dist/types/react/lib/utils/cn.d.ts +0 -3
  1749. package/dist/types/react/lib/utils/cn.d.ts.map +0 -1
  1750. package/dist/types/react/lib/utils/copyToClipboard.d.ts +0 -2
  1751. package/dist/types/react/lib/utils/copyToClipboard.d.ts.map +0 -1
  1752. package/dist/types/react/lib/utils/errors.d.ts +0 -11
  1753. package/dist/types/react/lib/utils/errors.d.ts.map +0 -1
  1754. package/dist/types/react/lib/utils/format.d.ts +0 -38
  1755. package/dist/types/react/lib/utils/format.d.ts.map +0 -1
  1756. package/dist/types/react/lib/utils/formatUsd.d.ts +0 -19
  1757. package/dist/types/react/lib/utils/formatUsd.d.ts.map +0 -1
  1758. package/dist/types/react/lib/utils/index.d.ts +0 -12
  1759. package/dist/types/react/lib/utils/index.d.ts.map +0 -1
  1760. package/dist/types/react/lib/utils/inputFormatters.d.ts +0 -6
  1761. package/dist/types/react/lib/utils/inputFormatters.d.ts.map +0 -1
  1762. package/dist/types/react/lib/utils/network-mapping.d.ts +0 -45
  1763. package/dist/types/react/lib/utils/network-mapping.d.ts.map +0 -1
  1764. package/dist/types/react/lib/utils/transaction.d.ts +0 -57
  1765. package/dist/types/react/lib/utils/transaction.d.ts.map +0 -1
  1766. package/dist/types/react/lib/utils/validation.d.ts +0 -27
  1767. package/dist/types/react/lib/utils/validation.d.ts.map +0 -1
  1768. package/dist/types/react/providers/OrdaProvider.d.ts +0 -38
  1769. package/dist/types/react/providers/OrdaProvider.d.ts.map +0 -1
  1770. package/dist/types/react/providers/OrdaSDKContext.d.ts +0 -26
  1771. package/dist/types/react/providers/OrdaSDKContext.d.ts.map +0 -1
  1772. package/dist/types/react/providers/index.d.ts +0 -4
  1773. package/dist/types/react/providers/index.d.ts.map +0 -1
  1774. package/dist/types/react/providers/types.d.ts +0 -68
  1775. package/dist/types/react/providers/types.d.ts.map +0 -1
  1776. package/dist/types/smart-wallets/LocalSigner.d.ts +0 -19
  1777. package/dist/types/smart-wallets/LocalSigner.d.ts.map +0 -1
  1778. package/dist/types/smart-wallets/SmartWalletClient.d.ts +0 -19
  1779. package/dist/types/smart-wallets/SmartWalletClient.d.ts.map +0 -1
  1780. package/dist/types/smart-wallets/SmartWalletManager.d.ts +0 -17
  1781. package/dist/types/smart-wallets/SmartWalletManager.d.ts.map +0 -1
  1782. package/dist/types/smart-wallets/chains.d.ts +0 -11
  1783. package/dist/types/smart-wallets/chains.d.ts.map +0 -1
  1784. package/dist/types/smart-wallets/errors.d.ts +0 -23
  1785. package/dist/types/smart-wallets/errors.d.ts.map +0 -1
  1786. package/dist/types/smart-wallets/index.d.ts +0 -11
  1787. package/dist/types/smart-wallets/index.d.ts.map +0 -1
  1788. package/dist/types/smart-wallets/types.d.ts +0 -47
  1789. package/dist/types/smart-wallets/types.d.ts.map +0 -1
  1790. package/dist/types/smart-wallets/utils.d.ts +0 -22
  1791. package/dist/types/smart-wallets/utils.d.ts.map +0 -1
@@ -1,4581 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import * as abitype from 'abitype';
3
- import * as _reown_appkit_networks from '@reown/appkit/networks';
4
- import { AppKitNetwork } from '@reown/appkit/networks';
5
- import * as viem from 'viem';
6
- import { Chain as Chain$1, BaseError, Address } from 'viem';
7
- import { createAppKit } from '@reown/appkit/react';
8
- import { WagmiAdapter } from '@reown/appkit-adapter-wagmi';
9
- import { SolanaAdapter } from '@reown/appkit-adapter-solana';
10
- import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
11
- import * as React$1 from 'react';
12
- import { VariantProps } from 'class-variance-authority';
13
- import * as LabelPrimitive from '@radix-ui/react-label';
14
- import * as DialogPrimitive from '@radix-ui/react-dialog';
15
- import * as vaul from 'vaul';
16
- import { Drawer as Drawer$1 } from 'vaul';
17
- import * as PopoverPrimitive from '@radix-ui/react-popover';
18
- import * as SelectPrimitive from '@radix-ui/react-select';
19
- import { ClassValue } from 'clsx';
20
-
21
- declare class HmacAuthenticator {
22
- private clientId;
23
- private clientSecret;
24
- private cryptoProvider;
25
- constructor(clientId: string, clientSecret: string);
26
- /**
27
- * Canonicalizes a JavaScript object into deterministic JSON string
28
- */
29
- private canonicalizeJSON;
30
- /**
31
- * Generates HMAC signature for a payload
32
- * @param payload The payload to sign
33
- * @returns Hex-encoded signature
34
- */
35
- generateSignature(payload: any): Promise<string>;
36
- /**
37
- * Gets authentication headers for API requests
38
- * @param body Request body to sign
39
- * @param includeTimestamp Whether to include timestamp header
40
- * @returns Authentication headers
41
- */
42
- getAuthHeaders(body: any, includeTimestamp?: boolean): Promise<Record<string, string>>;
43
- }
44
-
45
- /**
46
- * JWT Bearer Token Authenticator
47
- *
48
- * Provides authentication headers using a JWT.
49
- * The token is opaque to the SDK - it's simply passed as a Bearer token.
50
- */
51
- declare class JWTAuthenticator {
52
- private token;
53
- constructor(token: string);
54
- /**
55
- * Updates the JWT dynamically without creating a new authenticator instance
56
- *
57
- * @param newToken - The new JWT to use for authentication
58
- * @throws {Error} If the new token is empty or null
59
- */
60
- updateToken(newToken: string): void;
61
- /**
62
- * Gets authentication headers for API requests
63
- * @returns Authentication headers with Bearer token
64
- */
65
- getAuthHeaders(): Promise<Record<string, string>>;
66
- }
67
-
68
- /**
69
- * Request configuration
70
- */
71
- interface RequestConfig {
72
- path: string;
73
- method: 'GET' | 'POST' | 'PUT' | 'DELETE';
74
- headers?: Record<string, string>;
75
- params?: Record<string, any>;
76
- body?: any;
77
- timeout?: number;
78
- }
79
- /**
80
- * Universal HTTP client using fetch API
81
- */
82
- declare class UniversalHttpClient {
83
- private baseUrl;
84
- private timeout;
85
- private authenticator?;
86
- private enableTimestamp;
87
- private debug;
88
- constructor(baseUrl: string, timeout?: number, options?: {
89
- authenticator?: HmacAuthenticator | JWTAuthenticator;
90
- enableTimestamp?: boolean;
91
- debug?: boolean;
92
- });
93
- /**
94
- * Makes an HTTP request
95
- */
96
- request<T>(config: RequestConfig): Promise<T>;
97
- /**
98
- * Handles error responses from the API
99
- */
100
- private handleErrorResponse;
101
- get<T>(path: string, params?: any): Promise<T>;
102
- post<T>(path: string, body?: any): Promise<T>;
103
- put<T>(path: string, body?: any): Promise<T>;
104
- delete<T>(path: string): Promise<T>;
105
- }
106
-
107
- /**
108
- * Transaction-related types for SDK
109
- * Based on backend implementation in src/utils/types/transfer.ts
110
- */
111
- /**
112
- * Parameters for token approval transaction
113
- */
114
- interface ApprovalTransactionParams {
115
- from: string;
116
- to: string;
117
- data: string;
118
- value: string;
119
- chainId?: number;
120
- nonce?: number | string;
121
- gas?: string;
122
- }
123
- /**
124
- * Transaction request parameters
125
- */
126
- interface TransactionRequest {
127
- from: string;
128
- to: string;
129
- data: string;
130
- value: string;
131
- chainId: number;
132
- gas?: string;
133
- gasPrice?: string;
134
- maxFeePerGas?: string;
135
- maxPriorityFeePerGas?: string;
136
- nonce?: string | number;
137
- requestId?: string;
138
- }
139
- /**
140
- * Provider quote details
141
- * Structure may vary by provider, but common fields are included
142
- */
143
- interface ProviderQuoteDetails {
144
- provider: string;
145
- subProvider?: string;
146
- providerRequestId?: string;
147
- [key: string]: unknown;
148
- }
149
-
150
- interface OffRampQuoteParams {
151
- fromChain: string;
152
- fromToken: string;
153
- fromAddress: string;
154
- intent: Intent;
155
- recipientId?: string;
156
- kycInformation?: KYCInformation;
157
- fiatSettlementDetails?: FiatSettlementDetails;
158
- }
159
- interface OffRampQuoteResponse {
160
- message: string;
161
- transactionId: string;
162
- quote: {
163
- provider: string;
164
- providerRequestId?: string;
165
- fromToken: {
166
- address: string;
167
- symbol: string;
168
- };
169
- toCurrency: string;
170
- fromAmount: string;
171
- toAmount: string;
172
- exchangeRate: string;
173
- fromAddress: string;
174
- estimatedDuration: number;
175
- };
176
- approvalTxParams?: ApprovalTransactionParams | Record<string, never>;
177
- transactionRequest?: TransactionRequest | Record<string, never>;
178
- }
179
- type OffRampStatusType = 'Pending' | 'Processing' | 'Completed' | 'Failed' | 'Refunded';
180
- interface OffRampStatusResponse {
181
- id: string;
182
- status: OffRampStatusType;
183
- createdAt: string;
184
- updatedAt: string;
185
- depositAddress: string;
186
- depositAmount: string;
187
- depositTxHash: string;
188
- withdrawalAmount: string;
189
- withdrawalDetails: {
190
- bankAccountNumber?: string;
191
- currency?: string;
192
- status?: string;
193
- [key: string]: any;
194
- };
195
- }
196
-
197
- /**
198
- * On-Ramp (Fiat to Crypto) Types
199
- */
200
- interface OnRampQuoteParams {
201
- fromCurrency: string;
202
- intent: Intent;
203
- recipientId?: string;
204
- settlementDetails?: {
205
- toChain: string;
206
- toToken: string;
207
- toAddress: string;
208
- };
209
- }
210
- interface OnRampQuoteResponse {
211
- message: string;
212
- transactionId: string;
213
- depositInstructions: {
214
- method: string;
215
- amount: number;
216
- currency: string;
217
- pixQrCode?: string;
218
- pixKey?: string;
219
- depositAddress?: string;
220
- expiresAt: string;
221
- referenceId: string;
222
- };
223
- quote: {
224
- provider: string;
225
- fromCurrency: string;
226
- toCrypto: string;
227
- fromAmount: string;
228
- toAmount: string;
229
- toAddress: string;
230
- exchangeRate: number;
231
- estimatedDuration: number;
232
- };
233
- }
234
- interface OnRampStatusResponse {
235
- transactionId: string;
236
- status: string;
237
- type: string;
238
- fromCurrency: string;
239
- toCrypto: string;
240
- toChain: string;
241
- fiatAmount: any;
242
- cryptoAmount: any;
243
- settlementAddress: string;
244
- depositMethod: string;
245
- depositStatus: string;
246
- transferoOrderId?: string;
247
- transferoReferenceId?: string;
248
- createdAt: Date | string;
249
- updatedAt: Date | string;
250
- }
251
-
252
- /**
253
- * JWT Authentication & Authorization Types
254
- *
255
- * JWT serves dual purposes:
256
- * - Authentication: Verifies identity via signature
257
- * - Authorization: Permissions control access to resources
258
- */
259
- /**
260
- * Available permissions for JWT-based authorization
261
- */
262
- type JWTPermission = 'quotes:read' | 'offramp:read' | 'onramp:read' | 'transactions:read' | 'recipients:read' | 'recipients:write' | 'balances:read' | 'prices:read';
263
- /**
264
- * Request parameters for generating a JWT
265
- */
266
- interface GenerateJWTRequest {
267
- clientId: string;
268
- clientSecret: string;
269
- expiresIn?: number;
270
- permissions?: JWTPermission[];
271
- }
272
- /**
273
- * Response from JWT generation
274
- */
275
- interface GenerateJWTResponse {
276
- token: string;
277
- expiresAt: string;
278
- }
279
- /**
280
- * Configuration for JWT-based SDK authentication
281
- */
282
- interface JWTAuthConfig {
283
- token: string;
284
- requestTimeout?: number;
285
- debug?: boolean;
286
- alchemyApiKey?: string;
287
- }
288
-
289
- interface TokenPriceRequest {
290
- address: string;
291
- chainId: string;
292
- }
293
- interface TokenPriceData {
294
- address: string;
295
- chainId: string;
296
- usdPrice: number | null;
297
- lastUpdatedAt: string | null;
298
- error: string | null;
299
- }
300
- interface PricesFetchResponse {
301
- data: {
302
- prices: TokenPriceData[];
303
- };
304
- meta: {
305
- cached: boolean;
306
- cachedAt: string | null;
307
- expiresAt: string | null;
308
- };
309
- }
310
-
311
- /**
312
- * Token balance information
313
- */
314
- interface TokenBalance {
315
- chainId: string;
316
- tokenAddress: string;
317
- balance: string;
318
- balanceFormatted: string;
319
- symbol: string;
320
- name: string;
321
- decimals: number;
322
- isNative: boolean;
323
- isKnown: boolean;
324
- }
325
- interface BalancesFetchOptions {
326
- chainIds?: string[];
327
- filter?: 'known' | 'all';
328
- }
329
- interface BalancesSummary {
330
- totalTokens: number;
331
- knownTokens: number;
332
- unknownTokens: number;
333
- chainsQueried?: number;
334
- chainsSucceeded?: number;
335
- chainsFailed?: number;
336
- }
337
- interface ChainFailure {
338
- chainId: string;
339
- error: string;
340
- }
341
- interface BalancesFetchResponse {
342
- data: {
343
- address: string;
344
- balances: TokenBalance[];
345
- summary: BalancesSummary;
346
- failures?: ChainFailure[];
347
- };
348
- meta?: {
349
- cached: boolean;
350
- cachedAt: string | null;
351
- expiresAt: string | null;
352
- };
353
- }
354
-
355
- type IntentMethod = 'usd' | 'fromAmount' | 'toAmount';
356
- interface Intent {
357
- method: IntentMethod;
358
- value: string;
359
- }
360
- declare enum TransactionStatus {
361
- PENDING = "Pending",
362
- IN_PROGRESS = "In_progress",
363
- COMPLETED = "Completed",
364
- FAILED = "Failed",
365
- CANCELLED = "Cancelled",
366
- REFUNDED = "Refunded"
367
- }
368
- interface CryptoSettlementDetails {
369
- toChain: string;
370
- toToken: string;
371
- toAddress?: string;
372
- }
373
- interface FiatSettlementDetails {
374
- toCurrency: string;
375
- pixKey?: string;
376
- bankAccount?: string;
377
- bankBranch?: string;
378
- bankAccountType?: string;
379
- iban?: string;
380
- cbuCvu?: string;
381
- }
382
- interface KYCInformation {
383
- taxId: string;
384
- taxIdCountry: string;
385
- email: string;
386
- name: string;
387
- }
388
- interface QuoteRequestParams {
389
- fromChain: string;
390
- fromToken: string;
391
- fromAddress: string;
392
- intent: Intent;
393
- recipientId?: string;
394
- settlementDetails?: {
395
- toChain: string;
396
- toToken: string;
397
- toAddress: string;
398
- };
399
- timeout?: number;
400
- }
401
- /**
402
- * Quote response detail structure (inner quote object)
403
- * Based on backend implementation
404
- */
405
- interface QuoteResponseDetail {
406
- provider: string;
407
- subProvider?: string;
408
- providerRequestId?: string;
409
- fromToken: {
410
- address: string;
411
- decimals: number;
412
- symbol: string;
413
- price: number;
414
- chainId?: number;
415
- };
416
- toToken: {
417
- address: string;
418
- decimals: number;
419
- symbol: string;
420
- price: number;
421
- chainId?: number;
422
- };
423
- fromAmount: string;
424
- toAmount: string;
425
- fromAddress: string;
426
- toAddress: string;
427
- estimatedDuration: number;
428
- fees: {
429
- bridge: {
430
- amount: string;
431
- token: string;
432
- };
433
- gas: {
434
- amount: string;
435
- token: string;
436
- };
437
- integrator: number | string;
438
- maxSlippage: number | null;
439
- };
440
- }
441
- /**
442
- * Transfer response for crypto-to-crypto transfers
443
- */
444
- interface TransferResponse {
445
- message: string;
446
- transactionId: string | number;
447
- quote: QuoteResponseDetail;
448
- approvalTxParams: ApprovalTransactionParams | null;
449
- transactionRequest: TransactionRequest;
450
- providerQuoteDetails: ProviderQuoteDetails;
451
- }
452
- /**
453
- * Direct transfer response (same chain transfers)
454
- */
455
- interface DirectTransferResponse {
456
- message: string;
457
- transactionId: string | number;
458
- transactionRequest: TransactionRequest;
459
- feeTxParams: TransactionRequest | null;
460
- providerQuoteDetails?: ProviderQuoteDetails;
461
- }
462
- interface CreateRecipientParams {
463
- name: string;
464
- cryptoSettlementDetails?: CryptoSettlementDetails;
465
- kycInformation?: KYCInformation;
466
- fiatSettlementDetails?: FiatSettlementDetails;
467
- }
468
- interface UpdateRecipientSettlementParams {
469
- recipientId: string;
470
- cryptoSettlementDetails?: CryptoSettlementDetails;
471
- kycInformation?: KYCInformation;
472
- fiatSettlementDetails?: FiatSettlementDetails;
473
- }
474
- interface DeactivateRecipientParams {
475
- recipientId: string;
476
- }
477
- interface CreateRecipientResponse {
478
- message: string;
479
- recipientId: string;
480
- smartWallet?: {
481
- address: string;
482
- privateKey: string;
483
- type: string;
484
- capabilities: string[];
485
- };
486
- smartWalletError?: string;
487
- }
488
- interface UpdateRecipientResponse {
489
- message: string;
490
- previousDetails: {
491
- crypto?: {
492
- toChain: string;
493
- toToken: string;
494
- toAddress: string;
495
- updatedAt: Date;
496
- };
497
- fiat?: {
498
- toCurrency: string | null;
499
- bankAccount: string | null;
500
- bankBranch: string | null;
501
- bankAccountType: string | null;
502
- iban: string | null;
503
- pixKey: string | null;
504
- cbuCvu: string | null;
505
- updatedAt: Date;
506
- };
507
- };
508
- }
509
- interface DeactivateRecipientResponse {
510
- message: string;
511
- recipientName: string;
512
- deactivatedAt: Date;
513
- }
514
- interface ListRecipientsFilters {
515
- toAddress?: string;
516
- name?: string;
517
- pixKey?: string;
518
- taxId?: string;
519
- chainIds?: string | string[];
520
- }
521
- interface ListRecipientsParams {
522
- page?: number;
523
- limit?: number;
524
- filters?: ListRecipientsFilters;
525
- }
526
- interface RecipientCryptoSettlement {
527
- id: string;
528
- toChain: string;
529
- toToken: string;
530
- toAddress: string;
531
- createdAt: string | Date;
532
- updatedAt: string | Date;
533
- }
534
- interface RecipientFiatSettlement {
535
- id: string;
536
- toCurrency: string;
537
- method: string;
538
- pixDetails?: {
539
- pixKey: string;
540
- keyType?: string | null;
541
- } | null;
542
- ibanDetails?: {
543
- iban: string;
544
- bankAccount?: string | null;
545
- bankBranch?: string | null;
546
- bankAccountType?: string | null;
547
- } | null;
548
- cbuDetails?: {
549
- cbu: string;
550
- cvu?: string | null;
551
- } | null;
552
- }
553
- interface RecipientKycInformation {
554
- taxId: string;
555
- taxIdCountry: string;
556
- name: string;
557
- email: string;
558
- }
559
- interface RecipientDetails {
560
- id: string;
561
- name: string;
562
- isActive: boolean;
563
- projectId: string;
564
- businessId: string;
565
- smartWalletAddress?: string | null;
566
- walletType?: string | null;
567
- cryptoSettlement?: RecipientCryptoSettlement | null;
568
- fiatSettlement?: RecipientFiatSettlement | null;
569
- kycInformation?: RecipientKycInformation | null;
570
- createdAt: string | Date;
571
- updatedAt: string | Date;
572
- }
573
- interface ListRecipientsResponse {
574
- success: boolean;
575
- data: RecipientDetails[];
576
- pagination: {
577
- page: number;
578
- limit: number;
579
- totalCount: number;
580
- totalPages: number;
581
- };
582
- }
583
- interface TransactionStatusParams {
584
- transactionId?: string;
585
- sourceHash?: string;
586
- destinationHash?: string;
587
- }
588
- type TransactionStatusType = 'Pending' | 'In_progress' | 'Completed' | 'Failed' | 'Refunded';
589
- type TransactionTypeResponse = 'Direct' | 'LiFi' | 'Relay' | 'Wormhole' | 'Transfero';
590
- interface TransactionStatusResponse {
591
- requestSuccess: boolean;
592
- transaction?: {
593
- id: string;
594
- status: TransactionStatusType;
595
- type: TransactionTypeResponse;
596
- fromChain: string;
597
- toChain: string;
598
- fromToken: string;
599
- toToken: string;
600
- fromAmount: string;
601
- usdAmount: number;
602
- sourceTransactionHash?: string;
603
- destinationTransactionHash?: string;
604
- failureReason?: string;
605
- createdAt: string | Date;
606
- updatedAt: string | Date;
607
- };
608
- error?: string;
609
- }
610
- interface TransactionListItem {
611
- _id: string;
612
- fromChain: string;
613
- toChain: string;
614
- fromToken: string;
615
- toToken: string;
616
- fromAmount: string;
617
- toAmount: string;
618
- usdAmount: number;
619
- fromAddress: string;
620
- toAddress: string;
621
- type: TransactionTypeResponse;
622
- fee: string;
623
- createdAt: string;
624
- sourceTransactionHash: string;
625
- destinationTransactionHash: string;
626
- }
627
-
628
- /**
629
- * API wrapper for quote operations
630
- */
631
- declare class Quote {
632
- private httpClient;
633
- constructor(httpClient: UniversalHttpClient);
634
- /**
635
- * Requests a quote for a cross-chain transfer
636
- * @param params Quote request parameters
637
- * @returns Quote response with transaction ID and transfer details
638
- * Returns either TransferResponse (crypto-to-crypto) or DirectTransferResponse (same chain)
639
- */
640
- request(params: QuoteRequestParams): Promise<TransferResponse | DirectTransferResponse>;
641
- }
642
-
643
- declare class Recipient {
644
- private httpClient;
645
- constructor(httpClient: UniversalHttpClient);
646
- /**
647
- * Creates a new recipient
648
- * @param params Recipient creation parameters
649
- * @returns Recipient response with ID and optional smart wallet
650
- */
651
- create(params: CreateRecipientParams): Promise<CreateRecipientResponse>;
652
- /**
653
- * Updates recipient settlement details
654
- * @param params Update parameters including recipient ID
655
- * @returns Update response
656
- */
657
- updateSettlement(params: UpdateRecipientSettlementParams): Promise<UpdateRecipientResponse>;
658
- /**
659
- * Deactivates a recipient
660
- * @param params Deactivation parameters
661
- * @returns Deactivation response
662
- */
663
- deactivate(params: DeactivateRecipientParams): Promise<DeactivateRecipientResponse>;
664
- /**
665
- * Lists recipients with pagination and filters
666
- * @param params List parameters including pagination and filters
667
- * @returns List of recipients with pagination metadata
668
- */
669
- list(params?: ListRecipientsParams): Promise<ListRecipientsResponse>;
670
- }
671
-
672
- interface PollingOptions {
673
- intervalMs?: number;
674
- timeoutMs?: number;
675
- onStatusUpdate?: (status: TransactionStatus) => void;
676
- }
677
- declare class Transaction {
678
- private httpClient;
679
- constructor(httpClient: UniversalHttpClient);
680
- /**
681
- * Gets the status of a transaction
682
- * @param params Query parameters for transaction lookup
683
- * @returns Transaction status response
684
- */
685
- getStatus(params: TransactionStatusParams): Promise<TransactionStatusResponse>;
686
- /**
687
- * Gets all successful transactions
688
- * @returns Array of successful transactions
689
- */
690
- getSuccessfulTransactions(): Promise<TransactionListItem[]>;
691
- /**
692
- * Waits for a transaction to reach a terminal state
693
- * @param transactionId The transaction ID to monitor
694
- * @param options Polling configuration
695
- * @returns Final transaction status
696
- */
697
- waitForCompletion(transactionId: string, options?: PollingOptions): Promise<TransactionStatusResponse>;
698
- /**
699
- * Checks if a status is terminal
700
- */
701
- private isTerminalStatus;
702
- private sleep;
703
- }
704
-
705
- /**
706
- * Polling options for off-ramp operations
707
- */
708
- interface OffRampPollingOptions {
709
- intervalMs?: number;
710
- timeoutMs?: number;
711
- onStatusUpdate?: (status: OffRampStatusType) => void;
712
- }
713
- /**
714
- * API wrapper for off-ramp (crypto to fiat) operations
715
- */
716
- declare class OffRamp {
717
- private httpClient;
718
- constructor(httpClient: UniversalHttpClient);
719
- /**
720
- * Requests a quote for off-ramping crypto to fiat
721
- * @param params Off-ramp quote parameters
722
- * @returns Off-ramp quote response
723
- */
724
- requestQuote(params: OffRampQuoteParams): Promise<OffRampQuoteResponse>;
725
- /**
726
- * Gets the status of an off-ramp transaction
727
- * @param transactionId The transaction ID
728
- * @returns Off-ramp transaction status
729
- */
730
- getStatus(transactionId: string): Promise<OffRampStatusResponse>;
731
- /**
732
- * Waits for off-ramp completion using polling
733
- * @param transactionId The transaction ID to monitor
734
- * @param options Polling configuration
735
- * @returns Final off-ramp status
736
- */
737
- waitForCompletion(transactionId: string, options?: OffRampPollingOptions): Promise<OffRampStatusResponse>;
738
- /**
739
- * Checks if a status is terminal
740
- */
741
- private isTerminalStatus;
742
- /**
743
- * Helper to sleep for a given duration
744
- */
745
- private sleep;
746
- }
747
-
748
- interface OnRampPollingOptions {
749
- intervalMs?: number;
750
- timeoutMs?: number;
751
- onStatusUpdate?: (status: string) => void;
752
- }
753
- /**
754
- * API wrapper for on-ramp (fiat to crypto) operations
755
- */
756
- declare class OnRamp {
757
- private httpClient;
758
- constructor(httpClient: UniversalHttpClient);
759
- /**
760
- * Requests a quote for on-ramping fiat to crypto
761
- * @param params On-ramp quote parameters
762
- * @returns On-ramp quote response with deposit instructions
763
- */
764
- requestQuote(params: OnRampQuoteParams): Promise<OnRampQuoteResponse>;
765
- /**
766
- * Gets the status of an on-ramp transaction
767
- * @param transactionId The transaction ID
768
- * @returns On-ramp transaction status
769
- */
770
- getStatus(transactionId: string): Promise<OnRampStatusResponse>;
771
- /**
772
- * Waits for on-ramp completion using polling
773
- * @param transactionId The transaction ID to monitor
774
- * @param options Polling configuration
775
- * @returns Final on-ramp status
776
- */
777
- waitForCompletion(transactionId: string, options?: OnRampPollingOptions): Promise<OnRampStatusResponse>;
778
- /**
779
- * Checks if a status is terminal
780
- */
781
- private isTerminalStatus;
782
- /**
783
- * Helper to sleep for a given duration
784
- */
785
- private sleep;
786
- }
787
-
788
- /**
789
- * API wrapper for JWT authentication operations
790
- *
791
- * Handles generation of JWTs for client-side authentication.
792
- * Note: "token" in this context refers to JWT (authentication), not ERC-20 tokens (assets).
793
- */
794
- declare class JWT {
795
- private httpClient;
796
- constructor(httpClient: UniversalHttpClient);
797
- /**
798
- * Generates a JWT for authentication using project credentials
799
- *
800
- * This endpoint does NOT use HMAC authentication - it directly validates
801
- * the clientId and clientSecret to generate a JWT.
802
- *
803
- * @param params JWT generation parameters
804
- * @returns JWT string and expiration timestamp
805
- *
806
- * @example
807
- * ```typescript
808
- * // Create an unauthenticated client
809
- * const client = new UniversalHttpClient('https://api.orda.network/v1');
810
- *
811
- * // Generate a JWT
812
- * const jwtApi = new JWT(client);
813
- * const { token, expiresAt } = await jwtApi.generate({
814
- * clientId: 'proj_xxx',
815
- * clientSecret: 'secret_yyy',
816
- * expiresIn: 3600,
817
- * permissions: ['quotes:read', 'transactions:read']
818
- * });
819
- *
820
- * // Use the JWT with SDK
821
- * const sdk = new OrdaSDK({ token });
822
- * ```
823
- */
824
- generate(params: GenerateJWTRequest): Promise<GenerateJWTResponse>;
825
- }
826
-
827
- /**
828
- * API wrapper for token price operations
829
- */
830
- declare class Prices {
831
- private httpClient;
832
- constructor(httpClient: UniversalHttpClient);
833
- /**
834
- * Fetches USD prices for multiple tokens
835
- * @param tokens Array of token identifiers (address + chainId)
836
- * @returns Full price response including prices array and cache metadata
837
- *
838
- * @example
839
- * ```typescript
840
- * const response = await sdk.prices.fetch([
841
- * { address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', chainId: '1' }, // USDC
842
- * { address: '0x0000000000000000000000000000000000000000', chainId: '137' }, // Native MATIC
843
- * ]);
844
- * console.log(response.data.prices);
845
- * console.log(response.meta.cached);
846
- * ```
847
- */
848
- fetch(tokens: TokenPriceRequest[]): Promise<PricesFetchResponse>;
849
- }
850
-
851
- /**
852
- * API wrapper for token balance operations
853
- */
854
- declare class Balances {
855
- private httpClient;
856
- constructor(httpClient: UniversalHttpClient);
857
- /**
858
- * Fetches token balances for a wallet address across multiple chains
859
- * @param address Wallet address to fetch balances for
860
- * @param options Optional filtering options (chainIds, filter mode)
861
- * @returns Balance fetch response with token balances and summary
862
- *
863
- * @example
864
- * ```typescript
865
- * // Fetch all known token balances
866
- * const result = await sdk.balances.fetch('0x1234...5678');
867
- *
868
- * // Fetch balances for specific chains
869
- * const result = await sdk.balances.fetch('0x1234...5678', {
870
- * chainIds: ['1', '137', '8453'],
871
- * filter: 'known',
872
- * });
873
- *
874
- * console.log(result.data.balances);
875
- * console.log(result.data.summary.totalTokens);
876
- * ```
877
- */
878
- fetch(address: string, options?: BalancesFetchOptions): Promise<BalancesFetchResponse>;
879
- }
880
-
881
- type AccountType = 'MODULAR_ACCOUNT_V2' | 'LIGHT_ACCOUNT';
882
- type EntityType = 'project' | 'recipient';
883
- type TransportType = 'alchemy' | 'http';
884
- interface SmartWalletCredentials {
885
- address: string;
886
- privateKey: string;
887
- type: AccountType;
888
- entityType: EntityType;
889
- entityId: string;
890
- chainId: number;
891
- }
892
- interface SmartWalletConfig {
893
- credentials: SmartWalletCredentials;
894
- chain: number;
895
- transport?: TransportType;
896
- alchemyApiKey?: string;
897
- rpcUrl?: string;
898
- }
899
- interface UserOperationRequest {
900
- target: string;
901
- data?: string;
902
- value?: bigint;
903
- }
904
- interface TransactionResult {
905
- hash: string;
906
- sender: string;
907
- status?: 'pending' | 'success' | 'failed';
908
- }
909
- interface SmartWalletState {
910
- isConnected: boolean;
911
- isDeployed?: boolean;
912
- address?: string;
913
- chainId?: number;
914
- }
915
- interface SmartWalletInterface {
916
- connect(): Promise<void>;
917
- disconnect(): void;
918
- sendUserOperation(request: UserOperationRequest): Promise<TransactionResult>;
919
- sendBatchUserOperation(requests: UserOperationRequest[]): Promise<TransactionResult>;
920
- getAddress(): string;
921
- isDeployed(): Promise<boolean>;
922
- getState(): SmartWalletState;
923
- }
924
-
925
- declare class SmartWalletClient implements SmartWalletInterface {
926
- private client?;
927
- private publicClient?;
928
- private config;
929
- private state;
930
- private signer;
931
- constructor(config: SmartWalletConfig);
932
- connect(): Promise<void>;
933
- disconnect(): void;
934
- sendUserOperation(request: UserOperationRequest): Promise<TransactionResult>;
935
- sendBatchUserOperation(requests: UserOperationRequest[]): Promise<TransactionResult>;
936
- getAddress(): string;
937
- isDeployed(): Promise<boolean>;
938
- getState(): SmartWalletState;
939
- private getTransport;
940
- waitForUserOperationReceipt(hash: string, timeout?: number): Promise<TransactionResult>;
941
- }
942
-
943
- interface SmartWalletManagerConfig {
944
- alchemyApiKey?: string;
945
- }
946
- declare class SmartWalletManager {
947
- private config;
948
- constructor(config?: SmartWalletManagerConfig);
949
- createProjectWallet(projectId: string, privateKey: string, chainId: number, accountType?: 'MODULAR_ACCOUNT_V2' | 'LIGHT_ACCOUNT'): Promise<SmartWalletClient>;
950
- createRecipientWallet(recipientId: string, privateKey: string, chainId: number, accountType?: 'MODULAR_ACCOUNT_V2' | 'LIGHT_ACCOUNT'): Promise<SmartWalletClient>;
951
- validatePrivateKey(privateKey: string): boolean;
952
- generatePrivateKey(): Promise<{
953
- privateKey: string;
954
- address: string;
955
- }>;
956
- getAddressFromPrivateKey(privateKey: string): Promise<string>;
957
- }
958
-
959
- /**
960
- * Configuration options for OrdaSDK
961
- */
962
- interface OrdaConfig {
963
- clientId: string;
964
- clientSecret: string;
965
- requestTimeout?: number;
966
- enableTimestamp?: boolean;
967
- debug?: boolean;
968
- alchemyApiKey?: string;
969
- }
970
- /**
971
- * Main SDK class for interacting with Orda API
972
- *
973
- * Supports both authentication modes:
974
- * 1. HMAC: Server-side authentication with clientId/clientSecret
975
- * 2. JWT: Client-side authentication with JWT
976
- */
977
- declare class OrdaSDK {
978
- private httpClient;
979
- private config;
980
- quote: Quote;
981
- recipients: Recipient;
982
- transactions: Transaction;
983
- offRamp: OffRamp;
984
- onRamp: OnRamp;
985
- jwt: JWT;
986
- prices: Prices;
987
- balances: Balances;
988
- smartWallets: SmartWalletManager;
989
- constructor(config: OrdaConfig | JWTAuthConfig);
990
- updateToken(newToken: string): void;
991
- isJWTMode(): boolean;
992
- /**
993
- * Checks if the SDK is running in a browser environment
994
- */
995
- static isBrowser(): boolean;
996
- /**
997
- * Checks if the SDK is running in Node.js
998
- */
999
- static isNode(): boolean;
1000
- /**
1001
- * Gets the current SDK version
1002
- */
1003
- static get version(): string;
1004
- }
1005
-
1006
- declare const evmNetworks: readonly [{
1007
- blockExplorers: {
1008
- readonly default: {
1009
- readonly name: "Etherscan";
1010
- readonly url: "https://etherscan.io";
1011
- readonly apiUrl: "https://api.etherscan.io/api";
1012
- };
1013
- };
1014
- blockTime: 12000;
1015
- contracts: {
1016
- readonly ensUniversalResolver: {
1017
- readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1018
- readonly blockCreated: 23085558;
1019
- };
1020
- readonly multicall3: {
1021
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1022
- readonly blockCreated: 14353601;
1023
- };
1024
- };
1025
- ensTlds?: readonly string[] | undefined;
1026
- id: 1;
1027
- name: "Ethereum";
1028
- nativeCurrency: {
1029
- readonly name: "Ether";
1030
- readonly symbol: "ETH";
1031
- readonly decimals: 18;
1032
- };
1033
- experimental_preconfirmationTime?: number | undefined | undefined;
1034
- rpcUrls: {
1035
- readonly default: {
1036
- readonly http: readonly ["https://eth.merkle.io"];
1037
- };
1038
- };
1039
- sourceId?: number | undefined | undefined;
1040
- testnet?: boolean | undefined | undefined;
1041
- custom?: Record<string, unknown> | undefined;
1042
- fees?: viem.ChainFees<undefined> | undefined;
1043
- formatters?: undefined;
1044
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1045
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1046
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1047
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1048
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1049
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1050
- }] | undefined;
1051
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1052
- }, {
1053
- blockExplorers: {
1054
- readonly default: {
1055
- readonly name: "Arbiscan";
1056
- readonly url: "https://arbiscan.io";
1057
- readonly apiUrl: "https://api.arbiscan.io/api";
1058
- };
1059
- };
1060
- blockTime: 250;
1061
- contracts: {
1062
- readonly multicall3: {
1063
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1064
- readonly blockCreated: 7654707;
1065
- };
1066
- };
1067
- ensTlds?: readonly string[] | undefined;
1068
- id: 42161;
1069
- name: "Arbitrum One";
1070
- nativeCurrency: {
1071
- readonly name: "Ether";
1072
- readonly symbol: "ETH";
1073
- readonly decimals: 18;
1074
- };
1075
- experimental_preconfirmationTime?: number | undefined | undefined;
1076
- rpcUrls: {
1077
- readonly default: {
1078
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
1079
- };
1080
- };
1081
- sourceId?: number | undefined | undefined;
1082
- testnet?: boolean | undefined | undefined;
1083
- custom?: Record<string, unknown> | undefined;
1084
- fees?: viem.ChainFees<undefined> | undefined;
1085
- formatters?: undefined;
1086
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1087
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1088
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1089
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1090
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1091
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1092
- }] | undefined;
1093
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1094
- }, {
1095
- blockExplorers: {
1096
- readonly default: {
1097
- readonly name: "Basescan";
1098
- readonly url: "https://basescan.org";
1099
- readonly apiUrl: "https://api.basescan.org/api";
1100
- };
1101
- };
1102
- blockTime: 2000;
1103
- contracts: {
1104
- readonly disputeGameFactory: {
1105
- readonly 1: {
1106
- readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
1107
- };
1108
- };
1109
- readonly l2OutputOracle: {
1110
- readonly 1: {
1111
- readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
1112
- };
1113
- };
1114
- readonly multicall3: {
1115
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1116
- readonly blockCreated: 5022;
1117
- };
1118
- readonly portal: {
1119
- readonly 1: {
1120
- readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
1121
- readonly blockCreated: 17482143;
1122
- };
1123
- };
1124
- readonly l1StandardBridge: {
1125
- readonly 1: {
1126
- readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
1127
- readonly blockCreated: 17482143;
1128
- };
1129
- };
1130
- readonly gasPriceOracle: {
1131
- readonly address: "0x420000000000000000000000000000000000000F";
1132
- };
1133
- readonly l1Block: {
1134
- readonly address: "0x4200000000000000000000000000000000000015";
1135
- };
1136
- readonly l2CrossDomainMessenger: {
1137
- readonly address: "0x4200000000000000000000000000000000000007";
1138
- };
1139
- readonly l2Erc721Bridge: {
1140
- readonly address: "0x4200000000000000000000000000000000000014";
1141
- };
1142
- readonly l2StandardBridge: {
1143
- readonly address: "0x4200000000000000000000000000000000000010";
1144
- };
1145
- readonly l2ToL1MessagePasser: {
1146
- readonly address: "0x4200000000000000000000000000000000000016";
1147
- };
1148
- };
1149
- ensTlds?: readonly string[] | undefined;
1150
- id: 8453;
1151
- name: "Base";
1152
- nativeCurrency: {
1153
- readonly name: "Ether";
1154
- readonly symbol: "ETH";
1155
- readonly decimals: 18;
1156
- };
1157
- experimental_preconfirmationTime?: number | undefined | undefined;
1158
- rpcUrls: {
1159
- readonly default: {
1160
- readonly http: readonly ["https://mainnet.base.org"];
1161
- };
1162
- };
1163
- sourceId: 1;
1164
- testnet?: boolean | undefined | undefined;
1165
- custom?: Record<string, unknown> | undefined;
1166
- fees?: viem.ChainFees<undefined> | undefined;
1167
- formatters: {
1168
- readonly block: {
1169
- exclude: [] | undefined;
1170
- format: (args: _reown_appkit_networks.OpStackRpcBlock, action?: string | undefined) => {
1171
- baseFeePerGas: bigint | null;
1172
- blobGasUsed: bigint;
1173
- difficulty: bigint;
1174
- excessBlobGas: bigint;
1175
- extraData: viem.Hex;
1176
- gasLimit: bigint;
1177
- gasUsed: bigint;
1178
- hash: `0x${string}` | null;
1179
- logsBloom: `0x${string}` | null;
1180
- miner: abitype.Address;
1181
- mixHash: viem.Hash;
1182
- nonce: `0x${string}` | null;
1183
- number: bigint | null;
1184
- parentBeaconBlockRoot?: `0x${string}` | undefined;
1185
- parentHash: viem.Hash;
1186
- receiptsRoot: viem.Hex;
1187
- sealFields: viem.Hex[];
1188
- sha3Uncles: viem.Hash;
1189
- size: bigint;
1190
- stateRoot: viem.Hash;
1191
- timestamp: bigint;
1192
- totalDifficulty: bigint | null;
1193
- transactions: `0x${string}`[] | _reown_appkit_networks.OpStackTransaction<boolean>[];
1194
- transactionsRoot: viem.Hash;
1195
- uncles: viem.Hash[];
1196
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
1197
- withdrawalsRoot?: `0x${string}` | undefined;
1198
- } & {};
1199
- type: "block";
1200
- };
1201
- readonly transaction: {
1202
- exclude: [] | undefined;
1203
- format: (args: _reown_appkit_networks.OpStackRpcTransaction, action?: string | undefined) => ({
1204
- blockHash: `0x${string}` | null;
1205
- blockNumber: bigint | null;
1206
- from: abitype.Address;
1207
- gas: bigint;
1208
- hash: viem.Hash;
1209
- input: viem.Hex;
1210
- nonce: number;
1211
- r: viem.Hex;
1212
- s: viem.Hex;
1213
- to: abitype.Address | null;
1214
- transactionIndex: number | null;
1215
- typeHex: viem.Hex | null;
1216
- v: bigint;
1217
- value: bigint;
1218
- yParity: number;
1219
- gasPrice?: undefined | undefined;
1220
- maxFeePerBlobGas?: undefined | undefined;
1221
- maxFeePerGas: bigint;
1222
- maxPriorityFeePerGas: bigint;
1223
- isSystemTx?: boolean;
1224
- mint?: bigint | undefined | undefined;
1225
- sourceHash: viem.Hex;
1226
- type: "deposit";
1227
- } | {
1228
- r: viem.Hex;
1229
- s: viem.Hex;
1230
- v: bigint;
1231
- value: bigint;
1232
- gas: bigint;
1233
- to: abitype.Address | null;
1234
- from: abitype.Address;
1235
- nonce: number;
1236
- blockHash: `0x${string}` | null;
1237
- blockNumber: bigint | null;
1238
- transactionIndex: number | null;
1239
- hash: viem.Hash;
1240
- input: viem.Hex;
1241
- typeHex: viem.Hex | null;
1242
- accessList?: undefined | undefined;
1243
- authorizationList?: undefined | undefined;
1244
- blobVersionedHashes?: undefined | undefined;
1245
- chainId?: number | undefined;
1246
- yParity?: undefined | undefined;
1247
- type: "legacy";
1248
- gasPrice: bigint;
1249
- maxFeePerBlobGas?: undefined | undefined;
1250
- maxFeePerGas?: undefined | undefined;
1251
- maxPriorityFeePerGas?: undefined | undefined;
1252
- isSystemTx?: undefined | undefined;
1253
- mint?: undefined | undefined;
1254
- sourceHash?: undefined | undefined;
1255
- } | {
1256
- blockHash: `0x${string}` | null;
1257
- blockNumber: bigint | null;
1258
- from: abitype.Address;
1259
- gas: bigint;
1260
- hash: viem.Hash;
1261
- input: viem.Hex;
1262
- nonce: number;
1263
- r: viem.Hex;
1264
- s: viem.Hex;
1265
- to: abitype.Address | null;
1266
- transactionIndex: number | null;
1267
- typeHex: viem.Hex | null;
1268
- v: bigint;
1269
- value: bigint;
1270
- yParity: number;
1271
- accessList: viem.AccessList;
1272
- authorizationList?: undefined | undefined;
1273
- blobVersionedHashes?: undefined | undefined;
1274
- chainId: number;
1275
- type: "eip2930";
1276
- gasPrice: bigint;
1277
- maxFeePerBlobGas?: undefined | undefined;
1278
- maxFeePerGas?: undefined | undefined;
1279
- maxPriorityFeePerGas?: undefined | undefined;
1280
- isSystemTx?: undefined | undefined;
1281
- mint?: undefined | undefined;
1282
- sourceHash?: undefined | undefined;
1283
- } | {
1284
- blockHash: `0x${string}` | null;
1285
- blockNumber: bigint | null;
1286
- from: abitype.Address;
1287
- gas: bigint;
1288
- hash: viem.Hash;
1289
- input: viem.Hex;
1290
- nonce: number;
1291
- r: viem.Hex;
1292
- s: viem.Hex;
1293
- to: abitype.Address | null;
1294
- transactionIndex: number | null;
1295
- typeHex: viem.Hex | null;
1296
- v: bigint;
1297
- value: bigint;
1298
- yParity: number;
1299
- accessList: viem.AccessList;
1300
- authorizationList?: undefined | undefined;
1301
- blobVersionedHashes?: undefined | undefined;
1302
- chainId: number;
1303
- type: "eip1559";
1304
- gasPrice?: undefined | undefined;
1305
- maxFeePerBlobGas?: undefined | undefined;
1306
- maxFeePerGas: bigint;
1307
- maxPriorityFeePerGas: bigint;
1308
- isSystemTx?: undefined | undefined;
1309
- mint?: undefined | undefined;
1310
- sourceHash?: undefined | undefined;
1311
- } | {
1312
- blockHash: `0x${string}` | null;
1313
- blockNumber: bigint | null;
1314
- from: abitype.Address;
1315
- gas: bigint;
1316
- hash: viem.Hash;
1317
- input: viem.Hex;
1318
- nonce: number;
1319
- r: viem.Hex;
1320
- s: viem.Hex;
1321
- to: abitype.Address | null;
1322
- transactionIndex: number | null;
1323
- typeHex: viem.Hex | null;
1324
- v: bigint;
1325
- value: bigint;
1326
- yParity: number;
1327
- accessList: viem.AccessList;
1328
- authorizationList?: undefined | undefined;
1329
- blobVersionedHashes: readonly viem.Hex[];
1330
- chainId: number;
1331
- type: "eip4844";
1332
- gasPrice?: undefined | undefined;
1333
- maxFeePerBlobGas: bigint;
1334
- maxFeePerGas: bigint;
1335
- maxPriorityFeePerGas: bigint;
1336
- isSystemTx?: undefined | undefined;
1337
- mint?: undefined | undefined;
1338
- sourceHash?: undefined | undefined;
1339
- } | {
1340
- blockHash: `0x${string}` | null;
1341
- blockNumber: bigint | null;
1342
- from: abitype.Address;
1343
- gas: bigint;
1344
- hash: viem.Hash;
1345
- input: viem.Hex;
1346
- nonce: number;
1347
- r: viem.Hex;
1348
- s: viem.Hex;
1349
- to: abitype.Address | null;
1350
- transactionIndex: number | null;
1351
- typeHex: viem.Hex | null;
1352
- v: bigint;
1353
- value: bigint;
1354
- yParity: number;
1355
- accessList: viem.AccessList;
1356
- authorizationList: viem.SignedAuthorizationList;
1357
- blobVersionedHashes?: undefined | undefined;
1358
- chainId: number;
1359
- type: "eip7702";
1360
- gasPrice?: undefined | undefined;
1361
- maxFeePerBlobGas?: undefined | undefined;
1362
- maxFeePerGas: bigint;
1363
- maxPriorityFeePerGas: bigint;
1364
- isSystemTx?: undefined | undefined;
1365
- mint?: undefined | undefined;
1366
- sourceHash?: undefined | undefined;
1367
- }) & {};
1368
- type: "transaction";
1369
- };
1370
- readonly transactionReceipt: {
1371
- exclude: [] | undefined;
1372
- format: (args: _reown_appkit_networks.OpStackRpcTransactionReceipt, action?: string | undefined) => {
1373
- blobGasPrice?: bigint | undefined;
1374
- blobGasUsed?: bigint | undefined;
1375
- blockHash: viem.Hash;
1376
- blockNumber: bigint;
1377
- contractAddress: abitype.Address | null | undefined;
1378
- cumulativeGasUsed: bigint;
1379
- effectiveGasPrice: bigint;
1380
- from: abitype.Address;
1381
- gasUsed: bigint;
1382
- logs: viem.Log<bigint, number, false>[];
1383
- logsBloom: viem.Hex;
1384
- root?: `0x${string}` | undefined;
1385
- status: "success" | "reverted";
1386
- to: abitype.Address | null;
1387
- transactionHash: viem.Hash;
1388
- transactionIndex: number;
1389
- type: viem.TransactionType;
1390
- l1GasPrice: bigint | null;
1391
- l1GasUsed: bigint | null;
1392
- l1Fee: bigint | null;
1393
- l1FeeScalar: number | null;
1394
- } & {};
1395
- type: "transactionReceipt";
1396
- };
1397
- };
1398
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1399
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1400
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1401
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1402
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1403
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1404
- }] | undefined;
1405
- serializers: {
1406
- readonly transaction: typeof _reown_appkit_networks.serializeTransactionOpStack;
1407
- };
1408
- }, {
1409
- blockExplorers: {
1410
- readonly default: {
1411
- readonly name: "Optimism Explorer";
1412
- readonly url: "https://optimistic.etherscan.io";
1413
- readonly apiUrl: "https://api-optimistic.etherscan.io/api";
1414
- };
1415
- };
1416
- blockTime: 2000;
1417
- contracts: {
1418
- readonly disputeGameFactory: {
1419
- readonly 1: {
1420
- readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
1421
- };
1422
- };
1423
- readonly l2OutputOracle: {
1424
- readonly 1: {
1425
- readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
1426
- };
1427
- };
1428
- readonly multicall3: {
1429
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1430
- readonly blockCreated: 4286263;
1431
- };
1432
- readonly portal: {
1433
- readonly 1: {
1434
- readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
1435
- };
1436
- };
1437
- readonly l1StandardBridge: {
1438
- readonly 1: {
1439
- readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
1440
- };
1441
- };
1442
- readonly gasPriceOracle: {
1443
- readonly address: "0x420000000000000000000000000000000000000F";
1444
- };
1445
- readonly l1Block: {
1446
- readonly address: "0x4200000000000000000000000000000000000015";
1447
- };
1448
- readonly l2CrossDomainMessenger: {
1449
- readonly address: "0x4200000000000000000000000000000000000007";
1450
- };
1451
- readonly l2Erc721Bridge: {
1452
- readonly address: "0x4200000000000000000000000000000000000014";
1453
- };
1454
- readonly l2StandardBridge: {
1455
- readonly address: "0x4200000000000000000000000000000000000010";
1456
- };
1457
- readonly l2ToL1MessagePasser: {
1458
- readonly address: "0x4200000000000000000000000000000000000016";
1459
- };
1460
- };
1461
- ensTlds?: readonly string[] | undefined;
1462
- id: 10;
1463
- name: "OP Mainnet";
1464
- nativeCurrency: {
1465
- readonly name: "Ether";
1466
- readonly symbol: "ETH";
1467
- readonly decimals: 18;
1468
- };
1469
- experimental_preconfirmationTime?: number | undefined | undefined;
1470
- rpcUrls: {
1471
- readonly default: {
1472
- readonly http: readonly ["https://mainnet.optimism.io"];
1473
- };
1474
- };
1475
- sourceId: 1;
1476
- testnet?: boolean | undefined | undefined;
1477
- custom?: Record<string, unknown> | undefined;
1478
- fees?: viem.ChainFees<undefined> | undefined;
1479
- formatters: {
1480
- readonly block: {
1481
- exclude: [] | undefined;
1482
- format: (args: _reown_appkit_networks.OpStackRpcBlock, action?: string | undefined) => {
1483
- baseFeePerGas: bigint | null;
1484
- blobGasUsed: bigint;
1485
- difficulty: bigint;
1486
- excessBlobGas: bigint;
1487
- extraData: viem.Hex;
1488
- gasLimit: bigint;
1489
- gasUsed: bigint;
1490
- hash: `0x${string}` | null;
1491
- logsBloom: `0x${string}` | null;
1492
- miner: abitype.Address;
1493
- mixHash: viem.Hash;
1494
- nonce: `0x${string}` | null;
1495
- number: bigint | null;
1496
- parentBeaconBlockRoot?: `0x${string}` | undefined;
1497
- parentHash: viem.Hash;
1498
- receiptsRoot: viem.Hex;
1499
- sealFields: viem.Hex[];
1500
- sha3Uncles: viem.Hash;
1501
- size: bigint;
1502
- stateRoot: viem.Hash;
1503
- timestamp: bigint;
1504
- totalDifficulty: bigint | null;
1505
- transactions: `0x${string}`[] | _reown_appkit_networks.OpStackTransaction<boolean>[];
1506
- transactionsRoot: viem.Hash;
1507
- uncles: viem.Hash[];
1508
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
1509
- withdrawalsRoot?: `0x${string}` | undefined;
1510
- } & {};
1511
- type: "block";
1512
- };
1513
- readonly transaction: {
1514
- exclude: [] | undefined;
1515
- format: (args: _reown_appkit_networks.OpStackRpcTransaction, action?: string | undefined) => ({
1516
- blockHash: `0x${string}` | null;
1517
- blockNumber: bigint | null;
1518
- from: abitype.Address;
1519
- gas: bigint;
1520
- hash: viem.Hash;
1521
- input: viem.Hex;
1522
- nonce: number;
1523
- r: viem.Hex;
1524
- s: viem.Hex;
1525
- to: abitype.Address | null;
1526
- transactionIndex: number | null;
1527
- typeHex: viem.Hex | null;
1528
- v: bigint;
1529
- value: bigint;
1530
- yParity: number;
1531
- gasPrice?: undefined | undefined;
1532
- maxFeePerBlobGas?: undefined | undefined;
1533
- maxFeePerGas: bigint;
1534
- maxPriorityFeePerGas: bigint;
1535
- isSystemTx?: boolean;
1536
- mint?: bigint | undefined | undefined;
1537
- sourceHash: viem.Hex;
1538
- type: "deposit";
1539
- } | {
1540
- r: viem.Hex;
1541
- s: viem.Hex;
1542
- v: bigint;
1543
- value: bigint;
1544
- gas: bigint;
1545
- to: abitype.Address | null;
1546
- from: abitype.Address;
1547
- nonce: number;
1548
- blockHash: `0x${string}` | null;
1549
- blockNumber: bigint | null;
1550
- transactionIndex: number | null;
1551
- hash: viem.Hash;
1552
- input: viem.Hex;
1553
- typeHex: viem.Hex | null;
1554
- accessList?: undefined | undefined;
1555
- authorizationList?: undefined | undefined;
1556
- blobVersionedHashes?: undefined | undefined;
1557
- chainId?: number | undefined;
1558
- yParity?: undefined | undefined;
1559
- type: "legacy";
1560
- gasPrice: bigint;
1561
- maxFeePerBlobGas?: undefined | undefined;
1562
- maxFeePerGas?: undefined | undefined;
1563
- maxPriorityFeePerGas?: undefined | undefined;
1564
- isSystemTx?: undefined | undefined;
1565
- mint?: undefined | undefined;
1566
- sourceHash?: undefined | undefined;
1567
- } | {
1568
- blockHash: `0x${string}` | null;
1569
- blockNumber: bigint | null;
1570
- from: abitype.Address;
1571
- gas: bigint;
1572
- hash: viem.Hash;
1573
- input: viem.Hex;
1574
- nonce: number;
1575
- r: viem.Hex;
1576
- s: viem.Hex;
1577
- to: abitype.Address | null;
1578
- transactionIndex: number | null;
1579
- typeHex: viem.Hex | null;
1580
- v: bigint;
1581
- value: bigint;
1582
- yParity: number;
1583
- accessList: viem.AccessList;
1584
- authorizationList?: undefined | undefined;
1585
- blobVersionedHashes?: undefined | undefined;
1586
- chainId: number;
1587
- type: "eip2930";
1588
- gasPrice: bigint;
1589
- maxFeePerBlobGas?: undefined | undefined;
1590
- maxFeePerGas?: undefined | undefined;
1591
- maxPriorityFeePerGas?: undefined | undefined;
1592
- isSystemTx?: undefined | undefined;
1593
- mint?: undefined | undefined;
1594
- sourceHash?: undefined | undefined;
1595
- } | {
1596
- blockHash: `0x${string}` | null;
1597
- blockNumber: bigint | null;
1598
- from: abitype.Address;
1599
- gas: bigint;
1600
- hash: viem.Hash;
1601
- input: viem.Hex;
1602
- nonce: number;
1603
- r: viem.Hex;
1604
- s: viem.Hex;
1605
- to: abitype.Address | null;
1606
- transactionIndex: number | null;
1607
- typeHex: viem.Hex | null;
1608
- v: bigint;
1609
- value: bigint;
1610
- yParity: number;
1611
- accessList: viem.AccessList;
1612
- authorizationList?: undefined | undefined;
1613
- blobVersionedHashes?: undefined | undefined;
1614
- chainId: number;
1615
- type: "eip1559";
1616
- gasPrice?: undefined | undefined;
1617
- maxFeePerBlobGas?: undefined | undefined;
1618
- maxFeePerGas: bigint;
1619
- maxPriorityFeePerGas: bigint;
1620
- isSystemTx?: undefined | undefined;
1621
- mint?: undefined | undefined;
1622
- sourceHash?: undefined | undefined;
1623
- } | {
1624
- blockHash: `0x${string}` | null;
1625
- blockNumber: bigint | null;
1626
- from: abitype.Address;
1627
- gas: bigint;
1628
- hash: viem.Hash;
1629
- input: viem.Hex;
1630
- nonce: number;
1631
- r: viem.Hex;
1632
- s: viem.Hex;
1633
- to: abitype.Address | null;
1634
- transactionIndex: number | null;
1635
- typeHex: viem.Hex | null;
1636
- v: bigint;
1637
- value: bigint;
1638
- yParity: number;
1639
- accessList: viem.AccessList;
1640
- authorizationList?: undefined | undefined;
1641
- blobVersionedHashes: readonly viem.Hex[];
1642
- chainId: number;
1643
- type: "eip4844";
1644
- gasPrice?: undefined | undefined;
1645
- maxFeePerBlobGas: bigint;
1646
- maxFeePerGas: bigint;
1647
- maxPriorityFeePerGas: bigint;
1648
- isSystemTx?: undefined | undefined;
1649
- mint?: undefined | undefined;
1650
- sourceHash?: undefined | undefined;
1651
- } | {
1652
- blockHash: `0x${string}` | null;
1653
- blockNumber: bigint | null;
1654
- from: abitype.Address;
1655
- gas: bigint;
1656
- hash: viem.Hash;
1657
- input: viem.Hex;
1658
- nonce: number;
1659
- r: viem.Hex;
1660
- s: viem.Hex;
1661
- to: abitype.Address | null;
1662
- transactionIndex: number | null;
1663
- typeHex: viem.Hex | null;
1664
- v: bigint;
1665
- value: bigint;
1666
- yParity: number;
1667
- accessList: viem.AccessList;
1668
- authorizationList: viem.SignedAuthorizationList;
1669
- blobVersionedHashes?: undefined | undefined;
1670
- chainId: number;
1671
- type: "eip7702";
1672
- gasPrice?: undefined | undefined;
1673
- maxFeePerBlobGas?: undefined | undefined;
1674
- maxFeePerGas: bigint;
1675
- maxPriorityFeePerGas: bigint;
1676
- isSystemTx?: undefined | undefined;
1677
- mint?: undefined | undefined;
1678
- sourceHash?: undefined | undefined;
1679
- }) & {};
1680
- type: "transaction";
1681
- };
1682
- readonly transactionReceipt: {
1683
- exclude: [] | undefined;
1684
- format: (args: _reown_appkit_networks.OpStackRpcTransactionReceipt, action?: string | undefined) => {
1685
- blobGasPrice?: bigint | undefined;
1686
- blobGasUsed?: bigint | undefined;
1687
- blockHash: viem.Hash;
1688
- blockNumber: bigint;
1689
- contractAddress: abitype.Address | null | undefined;
1690
- cumulativeGasUsed: bigint;
1691
- effectiveGasPrice: bigint;
1692
- from: abitype.Address;
1693
- gasUsed: bigint;
1694
- logs: viem.Log<bigint, number, false>[];
1695
- logsBloom: viem.Hex;
1696
- root?: `0x${string}` | undefined;
1697
- status: "success" | "reverted";
1698
- to: abitype.Address | null;
1699
- transactionHash: viem.Hash;
1700
- transactionIndex: number;
1701
- type: viem.TransactionType;
1702
- l1GasPrice: bigint | null;
1703
- l1GasUsed: bigint | null;
1704
- l1Fee: bigint | null;
1705
- l1FeeScalar: number | null;
1706
- } & {};
1707
- type: "transactionReceipt";
1708
- };
1709
- };
1710
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1711
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1712
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1713
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1714
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1715
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1716
- }] | undefined;
1717
- serializers: {
1718
- readonly transaction: typeof _reown_appkit_networks.serializeTransactionOpStack;
1719
- };
1720
- }, {
1721
- blockExplorers: {
1722
- readonly default: {
1723
- readonly name: "PolygonScan";
1724
- readonly url: "https://polygonscan.com";
1725
- readonly apiUrl: "https://api.polygonscan.com/api";
1726
- };
1727
- };
1728
- blockTime: 2000;
1729
- contracts: {
1730
- readonly multicall3: {
1731
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1732
- readonly blockCreated: 25770160;
1733
- };
1734
- };
1735
- ensTlds?: readonly string[] | undefined;
1736
- id: 137;
1737
- name: "Polygon";
1738
- nativeCurrency: {
1739
- readonly name: "POL";
1740
- readonly symbol: "POL";
1741
- readonly decimals: 18;
1742
- };
1743
- experimental_preconfirmationTime?: number | undefined | undefined;
1744
- rpcUrls: {
1745
- readonly default: {
1746
- readonly http: readonly ["https://polygon-rpc.com"];
1747
- };
1748
- };
1749
- sourceId?: number | undefined | undefined;
1750
- testnet?: boolean | undefined | undefined;
1751
- custom?: Record<string, unknown> | undefined;
1752
- fees?: viem.ChainFees<undefined> | undefined;
1753
- formatters?: undefined;
1754
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1755
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1756
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1757
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1758
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1759
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1760
- }] | undefined;
1761
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1762
- }, {
1763
- blockExplorers: {
1764
- readonly default: {
1765
- readonly name: "SnowTrace";
1766
- readonly url: "https://snowtrace.io";
1767
- readonly apiUrl: "https://api.snowtrace.io";
1768
- };
1769
- };
1770
- blockTime: 1700;
1771
- contracts: {
1772
- readonly multicall3: {
1773
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1774
- readonly blockCreated: 11907934;
1775
- };
1776
- };
1777
- ensTlds?: readonly string[] | undefined;
1778
- id: 43114;
1779
- name: "Avalanche";
1780
- nativeCurrency: {
1781
- readonly decimals: 18;
1782
- readonly name: "Avalanche";
1783
- readonly symbol: "AVAX";
1784
- };
1785
- experimental_preconfirmationTime?: number | undefined | undefined;
1786
- rpcUrls: {
1787
- readonly default: {
1788
- readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
1789
- };
1790
- };
1791
- sourceId?: number | undefined | undefined;
1792
- testnet?: boolean | undefined | undefined;
1793
- custom?: Record<string, unknown> | undefined;
1794
- fees?: viem.ChainFees<undefined> | undefined;
1795
- formatters?: undefined;
1796
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1797
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1798
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1799
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1800
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1801
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1802
- }] | undefined;
1803
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1804
- }, {
1805
- blockExplorers: {
1806
- readonly default: {
1807
- readonly name: "BscScan";
1808
- readonly url: "https://bscscan.com";
1809
- readonly apiUrl: "https://api.bscscan.com/api";
1810
- };
1811
- };
1812
- blockTime: 750;
1813
- contracts: {
1814
- readonly multicall3: {
1815
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1816
- readonly blockCreated: 15921452;
1817
- };
1818
- };
1819
- ensTlds?: readonly string[] | undefined;
1820
- id: 56;
1821
- name: "BNB Smart Chain";
1822
- nativeCurrency: {
1823
- readonly decimals: 18;
1824
- readonly name: "BNB";
1825
- readonly symbol: "BNB";
1826
- };
1827
- experimental_preconfirmationTime?: number | undefined | undefined;
1828
- rpcUrls: {
1829
- readonly default: {
1830
- readonly http: readonly ["https://56.rpc.thirdweb.com"];
1831
- };
1832
- };
1833
- sourceId?: number | undefined | undefined;
1834
- testnet?: boolean | undefined | undefined;
1835
- custom?: Record<string, unknown> | undefined;
1836
- fees?: viem.ChainFees<undefined> | undefined;
1837
- formatters?: undefined;
1838
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1839
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1840
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1841
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1842
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1843
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1844
- }] | undefined;
1845
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1846
- }, {
1847
- blockExplorers: {
1848
- readonly default: {
1849
- readonly name: "Etherscan";
1850
- readonly url: "https://lineascan.build";
1851
- readonly apiUrl: "https://api.lineascan.build/api";
1852
- };
1853
- };
1854
- blockTime: 2000;
1855
- contracts: {
1856
- readonly multicall3: {
1857
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1858
- readonly blockCreated: 42;
1859
- };
1860
- readonly ensRegistry: {
1861
- readonly address: "0x50130b669B28C339991d8676FA73CF122a121267";
1862
- readonly blockCreated: 6682888;
1863
- };
1864
- readonly ensUniversalResolver: {
1865
- readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
1866
- readonly blockCreated: 22222151;
1867
- };
1868
- };
1869
- ensTlds: readonly [".linea.eth"];
1870
- id: 59144;
1871
- name: "Linea Mainnet";
1872
- nativeCurrency: {
1873
- readonly name: "Linea Ether";
1874
- readonly symbol: "ETH";
1875
- readonly decimals: 18;
1876
- };
1877
- experimental_preconfirmationTime?: number | undefined | undefined;
1878
- rpcUrls: {
1879
- readonly default: {
1880
- readonly http: readonly ["https://rpc.linea.build"];
1881
- readonly webSocket: readonly ["wss://rpc.linea.build"];
1882
- };
1883
- };
1884
- sourceId?: number | undefined | undefined;
1885
- testnet: false;
1886
- custom?: Record<string, unknown> | undefined;
1887
- fees: {
1888
- readonly estimateFeesPerGas: ({ client, multiply, request, type, }: Parameters<viem.ChainEstimateFeesPerGasFn>[0]) => ReturnType<viem.ChainEstimateFeesPerGasFn>;
1889
- readonly maxPriorityFeePerGas: ({ block, client, request }: viem.ChainFeesFnParameters<viem.ChainFormatters | undefined>) => Promise<bigint | null>;
1890
- };
1891
- formatters?: undefined;
1892
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1893
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1894
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1895
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1896
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1897
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1898
- }] | undefined;
1899
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1900
- }, {
1901
- blockExplorers: {
1902
- readonly default: {
1903
- readonly name: "Scrollscan";
1904
- readonly url: "https://scrollscan.com";
1905
- readonly apiUrl: "https://api.scrollscan.com/api";
1906
- };
1907
- };
1908
- blockTime: 3000;
1909
- contracts: {
1910
- readonly multicall3: {
1911
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1912
- readonly blockCreated: 14;
1913
- };
1914
- };
1915
- ensTlds?: readonly string[] | undefined;
1916
- id: 534352;
1917
- name: "Scroll";
1918
- nativeCurrency: {
1919
- readonly name: "Ether";
1920
- readonly symbol: "ETH";
1921
- readonly decimals: 18;
1922
- };
1923
- experimental_preconfirmationTime?: number | undefined | undefined;
1924
- rpcUrls: {
1925
- readonly default: {
1926
- readonly http: readonly ["https://rpc.scroll.io"];
1927
- readonly webSocket: readonly ["wss://wss-rpc.scroll.io/ws"];
1928
- };
1929
- };
1930
- sourceId?: number | undefined | undefined;
1931
- testnet: false;
1932
- custom?: Record<string, unknown> | undefined;
1933
- fees?: viem.ChainFees<undefined> | undefined;
1934
- formatters?: undefined;
1935
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1936
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1937
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1938
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1939
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1940
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1941
- }] | undefined;
1942
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1943
- }, {
1944
- blockExplorers: {
1945
- readonly default: {
1946
- readonly name: "Gnosisscan";
1947
- readonly url: "https://gnosisscan.io";
1948
- readonly apiUrl: "https://api.gnosisscan.io/api";
1949
- };
1950
- };
1951
- blockTime: 5000;
1952
- contracts: {
1953
- readonly multicall3: {
1954
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1955
- readonly blockCreated: 21022491;
1956
- };
1957
- };
1958
- ensTlds?: readonly string[] | undefined;
1959
- id: 100;
1960
- name: "Gnosis";
1961
- nativeCurrency: {
1962
- readonly decimals: 18;
1963
- readonly name: "xDAI";
1964
- readonly symbol: "XDAI";
1965
- };
1966
- experimental_preconfirmationTime?: number | undefined | undefined;
1967
- rpcUrls: {
1968
- readonly default: {
1969
- readonly http: readonly ["https://rpc.gnosischain.com"];
1970
- readonly webSocket: readonly ["wss://rpc.gnosischain.com/wss"];
1971
- };
1972
- };
1973
- sourceId?: number | undefined | undefined;
1974
- testnet?: boolean | undefined | undefined;
1975
- custom?: Record<string, unknown> | undefined;
1976
- fees?: viem.ChainFees<undefined> | undefined;
1977
- formatters?: undefined;
1978
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
1979
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1980
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
1981
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1982
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
1983
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1984
- }] | undefined;
1985
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1986
- }, {
1987
- blockExplorers: {
1988
- readonly default: {
1989
- readonly name: "Celo Explorer";
1990
- readonly url: "https://celoscan.io";
1991
- readonly apiUrl: "https://api.celoscan.io/api";
1992
- };
1993
- };
1994
- blockTime: 1000;
1995
- contracts: {
1996
- readonly multicall3: {
1997
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1998
- readonly blockCreated: 13112599;
1999
- };
2000
- };
2001
- ensTlds?: readonly string[] | undefined;
2002
- id: 42220;
2003
- name: "Celo";
2004
- nativeCurrency: {
2005
- readonly decimals: 18;
2006
- readonly name: "CELO";
2007
- readonly symbol: "CELO";
2008
- };
2009
- experimental_preconfirmationTime?: number | undefined | undefined;
2010
- rpcUrls: {
2011
- readonly default: {
2012
- readonly http: readonly ["https://forno.celo.org"];
2013
- };
2014
- };
2015
- sourceId?: number | undefined | undefined;
2016
- testnet: false;
2017
- custom?: Record<string, unknown> | undefined;
2018
- fees: viem.ChainFees<{
2019
- readonly block: {
2020
- exclude: [] | undefined;
2021
- format: (args: _reown_appkit_networks.CeloRpcBlock, action?: string | undefined) => {
2022
- baseFeePerGas: bigint | null;
2023
- blobGasUsed: bigint;
2024
- difficulty: bigint;
2025
- excessBlobGas: bigint;
2026
- extraData: viem.Hex;
2027
- gasLimit: bigint;
2028
- gasUsed: bigint;
2029
- hash: `0x${string}` | null;
2030
- logsBloom: `0x${string}` | null;
2031
- miner: abitype.Address;
2032
- mixHash: viem.Hash;
2033
- nonce: `0x${string}` | null;
2034
- number: bigint | null;
2035
- parentBeaconBlockRoot?: `0x${string}` | undefined;
2036
- parentHash: viem.Hash;
2037
- receiptsRoot: viem.Hex;
2038
- sealFields: viem.Hex[];
2039
- sha3Uncles: viem.Hash;
2040
- size: bigint;
2041
- stateRoot: viem.Hash;
2042
- timestamp: bigint;
2043
- totalDifficulty: bigint | null;
2044
- transactions: `0x${string}`[] | _reown_appkit_networks.CeloTransaction<boolean>[];
2045
- transactionsRoot: viem.Hash;
2046
- uncles: viem.Hash[];
2047
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
2048
- withdrawalsRoot?: `0x${string}` | undefined;
2049
- } & {};
2050
- type: "block";
2051
- };
2052
- readonly transaction: {
2053
- exclude: [] | undefined;
2054
- format: (args: _reown_appkit_networks.CeloRpcTransaction, action?: string | undefined) => ({
2055
- r: viem.Hex;
2056
- s: viem.Hex;
2057
- v: bigint;
2058
- value: bigint;
2059
- gas: bigint;
2060
- to: abitype.Address | null;
2061
- from: abitype.Address;
2062
- nonce: number;
2063
- blockHash: `0x${string}` | null;
2064
- blockNumber: bigint | null;
2065
- transactionIndex: number | null;
2066
- hash: viem.Hash;
2067
- input: viem.Hex;
2068
- typeHex: viem.Hex | null;
2069
- accessList?: undefined | undefined;
2070
- authorizationList?: undefined | undefined;
2071
- blobVersionedHashes?: undefined | undefined;
2072
- chainId?: number | undefined;
2073
- yParity?: undefined | undefined;
2074
- type: "legacy";
2075
- gasPrice: bigint;
2076
- maxFeePerBlobGas?: undefined | undefined;
2077
- maxFeePerGas?: undefined | undefined;
2078
- maxPriorityFeePerGas?: undefined | undefined;
2079
- feeCurrency: abitype.Address | null;
2080
- mint?: undefined;
2081
- isSystemTx?: undefined;
2082
- sourceHash?: undefined;
2083
- gatewayFee?: undefined;
2084
- gatewayFeeRecipient?: undefined;
2085
- } | {
2086
- blockHash: `0x${string}` | null;
2087
- blockNumber: bigint | null;
2088
- from: abitype.Address;
2089
- gas: bigint;
2090
- hash: viem.Hash;
2091
- input: viem.Hex;
2092
- nonce: number;
2093
- r: viem.Hex;
2094
- s: viem.Hex;
2095
- to: abitype.Address | null;
2096
- transactionIndex: number | null;
2097
- typeHex: viem.Hex | null;
2098
- v: bigint;
2099
- value: bigint;
2100
- yParity: number;
2101
- accessList: viem.AccessList;
2102
- authorizationList?: undefined | undefined;
2103
- blobVersionedHashes?: undefined | undefined;
2104
- chainId: number;
2105
- type: "eip2930";
2106
- gasPrice: bigint;
2107
- maxFeePerBlobGas?: undefined | undefined;
2108
- maxFeePerGas?: undefined | undefined;
2109
- maxPriorityFeePerGas?: undefined | undefined;
2110
- feeCurrency: abitype.Address | null;
2111
- mint?: undefined;
2112
- isSystemTx?: undefined;
2113
- sourceHash?: undefined;
2114
- gatewayFee?: undefined;
2115
- gatewayFeeRecipient?: undefined;
2116
- } | {
2117
- blockHash: `0x${string}` | null;
2118
- blockNumber: bigint | null;
2119
- from: abitype.Address;
2120
- gas: bigint;
2121
- hash: viem.Hash;
2122
- input: viem.Hex;
2123
- nonce: number;
2124
- r: viem.Hex;
2125
- s: viem.Hex;
2126
- to: abitype.Address | null;
2127
- transactionIndex: number | null;
2128
- typeHex: viem.Hex | null;
2129
- v: bigint;
2130
- value: bigint;
2131
- yParity: number;
2132
- accessList: viem.AccessList;
2133
- authorizationList?: undefined | undefined;
2134
- blobVersionedHashes?: undefined | undefined;
2135
- chainId: number;
2136
- type: "eip1559";
2137
- gasPrice?: undefined | undefined;
2138
- maxFeePerBlobGas?: undefined | undefined;
2139
- maxFeePerGas: bigint;
2140
- maxPriorityFeePerGas: bigint;
2141
- feeCurrency: abitype.Address | null;
2142
- mint?: undefined;
2143
- isSystemTx?: undefined;
2144
- sourceHash?: undefined;
2145
- gatewayFee?: undefined;
2146
- gatewayFeeRecipient?: undefined;
2147
- } | {
2148
- blockHash: `0x${string}` | null;
2149
- blockNumber: bigint | null;
2150
- from: abitype.Address;
2151
- gas: bigint;
2152
- hash: viem.Hash;
2153
- input: viem.Hex;
2154
- nonce: number;
2155
- r: viem.Hex;
2156
- s: viem.Hex;
2157
- to: abitype.Address | null;
2158
- transactionIndex: number | null;
2159
- typeHex: viem.Hex | null;
2160
- v: bigint;
2161
- value: bigint;
2162
- yParity: number;
2163
- accessList: viem.AccessList;
2164
- authorizationList?: undefined | undefined;
2165
- blobVersionedHashes: readonly viem.Hex[];
2166
- chainId: number;
2167
- type: "eip4844";
2168
- gasPrice?: undefined | undefined;
2169
- maxFeePerBlobGas: bigint;
2170
- maxFeePerGas: bigint;
2171
- maxPriorityFeePerGas: bigint;
2172
- feeCurrency: abitype.Address | null;
2173
- mint?: undefined;
2174
- isSystemTx?: undefined;
2175
- sourceHash?: undefined;
2176
- gatewayFee?: undefined;
2177
- gatewayFeeRecipient?: undefined;
2178
- } | {
2179
- blockHash: `0x${string}` | null;
2180
- blockNumber: bigint | null;
2181
- from: abitype.Address;
2182
- gas: bigint;
2183
- hash: viem.Hash;
2184
- input: viem.Hex;
2185
- nonce: number;
2186
- r: viem.Hex;
2187
- s: viem.Hex;
2188
- to: abitype.Address | null;
2189
- transactionIndex: number | null;
2190
- typeHex: viem.Hex | null;
2191
- v: bigint;
2192
- value: bigint;
2193
- yParity: number;
2194
- accessList: viem.AccessList;
2195
- authorizationList: viem.SignedAuthorizationList;
2196
- blobVersionedHashes?: undefined | undefined;
2197
- chainId: number;
2198
- type: "eip7702";
2199
- gasPrice?: undefined | undefined;
2200
- maxFeePerBlobGas?: undefined | undefined;
2201
- maxFeePerGas: bigint;
2202
- maxPriorityFeePerGas: bigint;
2203
- feeCurrency: abitype.Address | null;
2204
- mint?: undefined;
2205
- isSystemTx?: undefined;
2206
- sourceHash?: undefined;
2207
- gatewayFee?: undefined;
2208
- gatewayFeeRecipient?: undefined;
2209
- } | {
2210
- blockHash: `0x${string}` | null;
2211
- blockNumber: bigint | null;
2212
- from: abitype.Address;
2213
- gas: bigint;
2214
- hash: viem.Hash;
2215
- input: viem.Hex;
2216
- nonce: number;
2217
- r: viem.Hex;
2218
- s: viem.Hex;
2219
- to: abitype.Address | null;
2220
- transactionIndex: number | null;
2221
- typeHex: viem.Hex | null;
2222
- v: bigint;
2223
- value: bigint;
2224
- yParity: number;
2225
- gasPrice?: undefined | undefined;
2226
- maxFeePerBlobGas?: undefined | undefined;
2227
- maxFeePerGas: bigint;
2228
- maxPriorityFeePerGas: bigint;
2229
- accessList: viem.AccessList;
2230
- chainId: number;
2231
- feeCurrency: abitype.Address | null;
2232
- gatewayFee: bigint | null;
2233
- gatewayFeeRecipient: abitype.Address | null;
2234
- type: "cip42";
2235
- blobVersionedHashes?: undefined;
2236
- authorizationList?: undefined;
2237
- mint?: undefined;
2238
- isSystemTx?: undefined;
2239
- sourceHash?: undefined;
2240
- } | {
2241
- blockHash: `0x${string}` | null;
2242
- blockNumber: bigint | null;
2243
- from: abitype.Address;
2244
- gas: bigint;
2245
- hash: viem.Hash;
2246
- input: viem.Hex;
2247
- nonce: number;
2248
- r: viem.Hex;
2249
- s: viem.Hex;
2250
- to: abitype.Address | null;
2251
- transactionIndex: number | null;
2252
- typeHex: viem.Hex | null;
2253
- v: bigint;
2254
- value: bigint;
2255
- yParity: number;
2256
- gasPrice?: undefined | undefined;
2257
- maxFeePerBlobGas?: undefined | undefined;
2258
- maxFeePerGas: bigint;
2259
- maxPriorityFeePerGas: bigint;
2260
- accessList: viem.AccessList;
2261
- chainId: number;
2262
- feeCurrency: abitype.Address | null;
2263
- type: "cip64";
2264
- blobVersionedHashes?: undefined;
2265
- authorizationList?: undefined;
2266
- mint?: undefined;
2267
- isSystemTx?: undefined;
2268
- sourceHash?: undefined;
2269
- gatewayFee?: undefined;
2270
- gatewayFeeRecipient?: undefined;
2271
- } | {
2272
- blockHash: `0x${string}` | null;
2273
- blockNumber: bigint | null;
2274
- from: abitype.Address;
2275
- gas: bigint;
2276
- hash: viem.Hash;
2277
- input: viem.Hex;
2278
- nonce: number;
2279
- r: viem.Hex;
2280
- s: viem.Hex;
2281
- to: abitype.Address | null;
2282
- transactionIndex: number | null;
2283
- typeHex: viem.Hex | null;
2284
- v: bigint;
2285
- value: bigint;
2286
- yParity: number;
2287
- gasPrice?: undefined | undefined;
2288
- maxFeePerBlobGas?: undefined | undefined;
2289
- maxFeePerGas: bigint;
2290
- maxPriorityFeePerGas: bigint;
2291
- isSystemTx?: boolean;
2292
- mint?: bigint | undefined | undefined;
2293
- sourceHash: viem.Hex;
2294
- type: "deposit";
2295
- blobVersionedHashes?: undefined;
2296
- accessList?: undefined;
2297
- authorizationList?: undefined;
2298
- chainId?: undefined;
2299
- feeCurrency?: undefined;
2300
- gatewayFee?: undefined;
2301
- gatewayFeeRecipient?: undefined;
2302
- }) & {};
2303
- type: "transaction";
2304
- };
2305
- readonly transactionRequest: {
2306
- exclude: [] | undefined;
2307
- format: (args: _reown_appkit_networks.CeloTransactionRequest, action?: string | undefined) => ({
2308
- data?: `0x${string}` | undefined;
2309
- from?: `0x${string}` | undefined;
2310
- gas?: `0x${string}` | undefined;
2311
- nonce?: `0x${string}` | undefined;
2312
- to?: `0x${string}` | null | undefined;
2313
- type?: "0x0" | undefined;
2314
- value?: `0x${string}` | undefined;
2315
- gasPrice?: `0x${string}` | undefined;
2316
- maxFeePerBlobGas?: undefined | undefined;
2317
- maxFeePerGas?: undefined | undefined;
2318
- maxPriorityFeePerGas?: undefined | undefined;
2319
- blobs?: undefined;
2320
- blobVersionedHashes?: undefined;
2321
- kzg?: undefined;
2322
- accessList?: undefined;
2323
- sidecars?: undefined;
2324
- authorizationList?: undefined;
2325
- feeCurrency?: `0x${string}` | undefined;
2326
- } | {
2327
- data?: `0x${string}` | undefined;
2328
- from?: `0x${string}` | undefined;
2329
- gas?: `0x${string}` | undefined;
2330
- nonce?: `0x${string}` | undefined;
2331
- to?: `0x${string}` | null | undefined;
2332
- type?: "0x1" | undefined;
2333
- value?: `0x${string}` | undefined;
2334
- gasPrice?: `0x${string}` | undefined;
2335
- maxFeePerBlobGas?: undefined | undefined;
2336
- maxFeePerGas?: undefined | undefined;
2337
- maxPriorityFeePerGas?: undefined | undefined;
2338
- accessList?: viem.AccessList | undefined;
2339
- blobs?: undefined;
2340
- blobVersionedHashes?: undefined;
2341
- kzg?: undefined;
2342
- sidecars?: undefined;
2343
- authorizationList?: undefined;
2344
- feeCurrency?: `0x${string}` | undefined;
2345
- } | {
2346
- data?: `0x${string}` | undefined;
2347
- from?: `0x${string}` | undefined;
2348
- gas?: `0x${string}` | undefined;
2349
- nonce?: `0x${string}` | undefined;
2350
- to?: `0x${string}` | null | undefined;
2351
- type?: "0x2" | undefined;
2352
- value?: `0x${string}` | undefined;
2353
- gasPrice?: undefined | undefined;
2354
- maxFeePerBlobGas?: undefined | undefined;
2355
- maxFeePerGas?: `0x${string}` | undefined;
2356
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2357
- accessList?: viem.AccessList | undefined;
2358
- blobs?: undefined;
2359
- blobVersionedHashes?: undefined;
2360
- kzg?: undefined;
2361
- sidecars?: undefined;
2362
- authorizationList?: undefined;
2363
- feeCurrency?: `0x${string}` | undefined;
2364
- } | {
2365
- type?: "0x3" | undefined;
2366
- data?: `0x${string}` | undefined;
2367
- value?: `0x${string}` | undefined;
2368
- gas?: `0x${string}` | undefined;
2369
- from?: `0x${string}` | undefined;
2370
- nonce?: `0x${string}` | undefined;
2371
- to: `0x${string}` | null;
2372
- gasPrice?: undefined | undefined;
2373
- maxFeePerBlobGas?: `0x${string}` | undefined;
2374
- maxFeePerGas?: `0x${string}` | undefined;
2375
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2376
- accessList?: viem.AccessList | undefined;
2377
- sidecars?: readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2378
- blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2379
- blobVersionedHashes: readonly viem.Hex[];
2380
- kzg?: undefined;
2381
- authorizationList?: undefined;
2382
- feeCurrency?: `0x${string}` | undefined;
2383
- } | {
2384
- type?: "0x3" | undefined;
2385
- data?: `0x${string}` | undefined;
2386
- value?: `0x${string}` | undefined;
2387
- gas?: `0x${string}` | undefined;
2388
- from?: `0x${string}` | undefined;
2389
- nonce?: `0x${string}` | undefined;
2390
- to: `0x${string}` | null;
2391
- gasPrice?: undefined | undefined;
2392
- maxFeePerBlobGas?: `0x${string}` | undefined;
2393
- maxFeePerGas?: `0x${string}` | undefined;
2394
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2395
- accessList?: viem.AccessList | undefined;
2396
- sidecars?: readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2397
- blobs: readonly viem.Hex[] | readonly viem.ByteArray[];
2398
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2399
- kzg?: viem.Kzg | undefined;
2400
- authorizationList?: undefined;
2401
- feeCurrency?: `0x${string}` | undefined;
2402
- } | {
2403
- gasPrice?: undefined | undefined;
2404
- maxFeePerBlobGas?: undefined | undefined;
2405
- maxFeePerGas?: `0x${string}` | undefined;
2406
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2407
- type?: "0x4" | undefined;
2408
- data?: `0x${string}` | undefined;
2409
- value?: `0x${string}` | undefined;
2410
- gas?: `0x${string}` | undefined;
2411
- to?: `0x${string}` | null | undefined;
2412
- from?: `0x${string}` | undefined;
2413
- nonce?: `0x${string}` | undefined;
2414
- accessList?: viem.AccessList | undefined;
2415
- authorizationList?: viem.RpcAuthorizationList | undefined;
2416
- blobs?: undefined;
2417
- blobVersionedHashes?: undefined;
2418
- kzg?: undefined;
2419
- sidecars?: undefined;
2420
- feeCurrency?: `0x${string}` | undefined;
2421
- } | {
2422
- data?: `0x${string}` | undefined;
2423
- from?: `0x${string}` | undefined;
2424
- gas?: `0x${string}` | undefined;
2425
- nonce?: `0x${string}` | undefined;
2426
- to?: `0x${string}` | null | undefined;
2427
- type?: "0x7b" | undefined;
2428
- value?: `0x${string}` | undefined;
2429
- accessList?: viem.AccessList | undefined;
2430
- feeCurrency?: `0x${string}` | undefined;
2431
- gasPrice?: undefined | undefined;
2432
- maxFeePerBlobGas?: undefined | undefined;
2433
- maxFeePerGas?: `0x${string}` | undefined;
2434
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2435
- blobs?: undefined;
2436
- blobVersionedHashes?: undefined;
2437
- kzg?: undefined;
2438
- sidecars?: undefined;
2439
- authorizationList?: undefined;
2440
- }) & {};
2441
- type: "transactionRequest";
2442
- };
2443
- }>;
2444
- formatters: {
2445
- readonly block: {
2446
- exclude: [] | undefined;
2447
- format: (args: _reown_appkit_networks.CeloRpcBlock, action?: string | undefined) => {
2448
- baseFeePerGas: bigint | null;
2449
- blobGasUsed: bigint;
2450
- difficulty: bigint;
2451
- excessBlobGas: bigint;
2452
- extraData: viem.Hex;
2453
- gasLimit: bigint;
2454
- gasUsed: bigint;
2455
- hash: `0x${string}` | null;
2456
- logsBloom: `0x${string}` | null;
2457
- miner: abitype.Address;
2458
- mixHash: viem.Hash;
2459
- nonce: `0x${string}` | null;
2460
- number: bigint | null;
2461
- parentBeaconBlockRoot?: `0x${string}` | undefined;
2462
- parentHash: viem.Hash;
2463
- receiptsRoot: viem.Hex;
2464
- sealFields: viem.Hex[];
2465
- sha3Uncles: viem.Hash;
2466
- size: bigint;
2467
- stateRoot: viem.Hash;
2468
- timestamp: bigint;
2469
- totalDifficulty: bigint | null;
2470
- transactions: `0x${string}`[] | _reown_appkit_networks.CeloTransaction<boolean>[];
2471
- transactionsRoot: viem.Hash;
2472
- uncles: viem.Hash[];
2473
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
2474
- withdrawalsRoot?: `0x${string}` | undefined;
2475
- } & {};
2476
- type: "block";
2477
- };
2478
- readonly transaction: {
2479
- exclude: [] | undefined;
2480
- format: (args: _reown_appkit_networks.CeloRpcTransaction, action?: string | undefined) => ({
2481
- r: viem.Hex;
2482
- s: viem.Hex;
2483
- v: bigint;
2484
- value: bigint;
2485
- gas: bigint;
2486
- to: abitype.Address | null;
2487
- from: abitype.Address;
2488
- nonce: number;
2489
- blockHash: `0x${string}` | null;
2490
- blockNumber: bigint | null;
2491
- transactionIndex: number | null;
2492
- hash: viem.Hash;
2493
- input: viem.Hex;
2494
- typeHex: viem.Hex | null;
2495
- accessList?: undefined | undefined;
2496
- authorizationList?: undefined | undefined;
2497
- blobVersionedHashes?: undefined | undefined;
2498
- chainId?: number | undefined;
2499
- yParity?: undefined | undefined;
2500
- type: "legacy";
2501
- gasPrice: bigint;
2502
- maxFeePerBlobGas?: undefined | undefined;
2503
- maxFeePerGas?: undefined | undefined;
2504
- maxPriorityFeePerGas?: undefined | undefined;
2505
- feeCurrency: abitype.Address | null;
2506
- mint?: undefined;
2507
- isSystemTx?: undefined;
2508
- sourceHash?: undefined;
2509
- gatewayFee?: undefined;
2510
- gatewayFeeRecipient?: undefined;
2511
- } | {
2512
- blockHash: `0x${string}` | null;
2513
- blockNumber: bigint | null;
2514
- from: abitype.Address;
2515
- gas: bigint;
2516
- hash: viem.Hash;
2517
- input: viem.Hex;
2518
- nonce: number;
2519
- r: viem.Hex;
2520
- s: viem.Hex;
2521
- to: abitype.Address | null;
2522
- transactionIndex: number | null;
2523
- typeHex: viem.Hex | null;
2524
- v: bigint;
2525
- value: bigint;
2526
- yParity: number;
2527
- accessList: viem.AccessList;
2528
- authorizationList?: undefined | undefined;
2529
- blobVersionedHashes?: undefined | undefined;
2530
- chainId: number;
2531
- type: "eip2930";
2532
- gasPrice: bigint;
2533
- maxFeePerBlobGas?: undefined | undefined;
2534
- maxFeePerGas?: undefined | undefined;
2535
- maxPriorityFeePerGas?: undefined | undefined;
2536
- feeCurrency: abitype.Address | null;
2537
- mint?: undefined;
2538
- isSystemTx?: undefined;
2539
- sourceHash?: undefined;
2540
- gatewayFee?: undefined;
2541
- gatewayFeeRecipient?: undefined;
2542
- } | {
2543
- blockHash: `0x${string}` | null;
2544
- blockNumber: bigint | null;
2545
- from: abitype.Address;
2546
- gas: bigint;
2547
- hash: viem.Hash;
2548
- input: viem.Hex;
2549
- nonce: number;
2550
- r: viem.Hex;
2551
- s: viem.Hex;
2552
- to: abitype.Address | null;
2553
- transactionIndex: number | null;
2554
- typeHex: viem.Hex | null;
2555
- v: bigint;
2556
- value: bigint;
2557
- yParity: number;
2558
- accessList: viem.AccessList;
2559
- authorizationList?: undefined | undefined;
2560
- blobVersionedHashes?: undefined | undefined;
2561
- chainId: number;
2562
- type: "eip1559";
2563
- gasPrice?: undefined | undefined;
2564
- maxFeePerBlobGas?: undefined | undefined;
2565
- maxFeePerGas: bigint;
2566
- maxPriorityFeePerGas: bigint;
2567
- feeCurrency: abitype.Address | null;
2568
- mint?: undefined;
2569
- isSystemTx?: undefined;
2570
- sourceHash?: undefined;
2571
- gatewayFee?: undefined;
2572
- gatewayFeeRecipient?: undefined;
2573
- } | {
2574
- blockHash: `0x${string}` | null;
2575
- blockNumber: bigint | null;
2576
- from: abitype.Address;
2577
- gas: bigint;
2578
- hash: viem.Hash;
2579
- input: viem.Hex;
2580
- nonce: number;
2581
- r: viem.Hex;
2582
- s: viem.Hex;
2583
- to: abitype.Address | null;
2584
- transactionIndex: number | null;
2585
- typeHex: viem.Hex | null;
2586
- v: bigint;
2587
- value: bigint;
2588
- yParity: number;
2589
- accessList: viem.AccessList;
2590
- authorizationList?: undefined | undefined;
2591
- blobVersionedHashes: readonly viem.Hex[];
2592
- chainId: number;
2593
- type: "eip4844";
2594
- gasPrice?: undefined | undefined;
2595
- maxFeePerBlobGas: bigint;
2596
- maxFeePerGas: bigint;
2597
- maxPriorityFeePerGas: bigint;
2598
- feeCurrency: abitype.Address | null;
2599
- mint?: undefined;
2600
- isSystemTx?: undefined;
2601
- sourceHash?: undefined;
2602
- gatewayFee?: undefined;
2603
- gatewayFeeRecipient?: undefined;
2604
- } | {
2605
- blockHash: `0x${string}` | null;
2606
- blockNumber: bigint | null;
2607
- from: abitype.Address;
2608
- gas: bigint;
2609
- hash: viem.Hash;
2610
- input: viem.Hex;
2611
- nonce: number;
2612
- r: viem.Hex;
2613
- s: viem.Hex;
2614
- to: abitype.Address | null;
2615
- transactionIndex: number | null;
2616
- typeHex: viem.Hex | null;
2617
- v: bigint;
2618
- value: bigint;
2619
- yParity: number;
2620
- accessList: viem.AccessList;
2621
- authorizationList: viem.SignedAuthorizationList;
2622
- blobVersionedHashes?: undefined | undefined;
2623
- chainId: number;
2624
- type: "eip7702";
2625
- gasPrice?: undefined | undefined;
2626
- maxFeePerBlobGas?: undefined | undefined;
2627
- maxFeePerGas: bigint;
2628
- maxPriorityFeePerGas: bigint;
2629
- feeCurrency: abitype.Address | null;
2630
- mint?: undefined;
2631
- isSystemTx?: undefined;
2632
- sourceHash?: undefined;
2633
- gatewayFee?: undefined;
2634
- gatewayFeeRecipient?: undefined;
2635
- } | {
2636
- blockHash: `0x${string}` | null;
2637
- blockNumber: bigint | null;
2638
- from: abitype.Address;
2639
- gas: bigint;
2640
- hash: viem.Hash;
2641
- input: viem.Hex;
2642
- nonce: number;
2643
- r: viem.Hex;
2644
- s: viem.Hex;
2645
- to: abitype.Address | null;
2646
- transactionIndex: number | null;
2647
- typeHex: viem.Hex | null;
2648
- v: bigint;
2649
- value: bigint;
2650
- yParity: number;
2651
- gasPrice?: undefined | undefined;
2652
- maxFeePerBlobGas?: undefined | undefined;
2653
- maxFeePerGas: bigint;
2654
- maxPriorityFeePerGas: bigint;
2655
- accessList: viem.AccessList;
2656
- chainId: number;
2657
- feeCurrency: abitype.Address | null;
2658
- gatewayFee: bigint | null;
2659
- gatewayFeeRecipient: abitype.Address | null;
2660
- type: "cip42";
2661
- blobVersionedHashes?: undefined;
2662
- authorizationList?: undefined;
2663
- mint?: undefined;
2664
- isSystemTx?: undefined;
2665
- sourceHash?: undefined;
2666
- } | {
2667
- blockHash: `0x${string}` | null;
2668
- blockNumber: bigint | null;
2669
- from: abitype.Address;
2670
- gas: bigint;
2671
- hash: viem.Hash;
2672
- input: viem.Hex;
2673
- nonce: number;
2674
- r: viem.Hex;
2675
- s: viem.Hex;
2676
- to: abitype.Address | null;
2677
- transactionIndex: number | null;
2678
- typeHex: viem.Hex | null;
2679
- v: bigint;
2680
- value: bigint;
2681
- yParity: number;
2682
- gasPrice?: undefined | undefined;
2683
- maxFeePerBlobGas?: undefined | undefined;
2684
- maxFeePerGas: bigint;
2685
- maxPriorityFeePerGas: bigint;
2686
- accessList: viem.AccessList;
2687
- chainId: number;
2688
- feeCurrency: abitype.Address | null;
2689
- type: "cip64";
2690
- blobVersionedHashes?: undefined;
2691
- authorizationList?: undefined;
2692
- mint?: undefined;
2693
- isSystemTx?: undefined;
2694
- sourceHash?: undefined;
2695
- gatewayFee?: undefined;
2696
- gatewayFeeRecipient?: undefined;
2697
- } | {
2698
- blockHash: `0x${string}` | null;
2699
- blockNumber: bigint | null;
2700
- from: abitype.Address;
2701
- gas: bigint;
2702
- hash: viem.Hash;
2703
- input: viem.Hex;
2704
- nonce: number;
2705
- r: viem.Hex;
2706
- s: viem.Hex;
2707
- to: abitype.Address | null;
2708
- transactionIndex: number | null;
2709
- typeHex: viem.Hex | null;
2710
- v: bigint;
2711
- value: bigint;
2712
- yParity: number;
2713
- gasPrice?: undefined | undefined;
2714
- maxFeePerBlobGas?: undefined | undefined;
2715
- maxFeePerGas: bigint;
2716
- maxPriorityFeePerGas: bigint;
2717
- isSystemTx?: boolean;
2718
- mint?: bigint | undefined | undefined;
2719
- sourceHash: viem.Hex;
2720
- type: "deposit";
2721
- blobVersionedHashes?: undefined;
2722
- accessList?: undefined;
2723
- authorizationList?: undefined;
2724
- chainId?: undefined;
2725
- feeCurrency?: undefined;
2726
- gatewayFee?: undefined;
2727
- gatewayFeeRecipient?: undefined;
2728
- }) & {};
2729
- type: "transaction";
2730
- };
2731
- readonly transactionRequest: {
2732
- exclude: [] | undefined;
2733
- format: (args: _reown_appkit_networks.CeloTransactionRequest, action?: string | undefined) => ({
2734
- data?: `0x${string}` | undefined;
2735
- from?: `0x${string}` | undefined;
2736
- gas?: `0x${string}` | undefined;
2737
- nonce?: `0x${string}` | undefined;
2738
- to?: `0x${string}` | null | undefined;
2739
- type?: "0x0" | undefined;
2740
- value?: `0x${string}` | undefined;
2741
- gasPrice?: `0x${string}` | undefined;
2742
- maxFeePerBlobGas?: undefined | undefined;
2743
- maxFeePerGas?: undefined | undefined;
2744
- maxPriorityFeePerGas?: undefined | undefined;
2745
- blobs?: undefined;
2746
- blobVersionedHashes?: undefined;
2747
- kzg?: undefined;
2748
- accessList?: undefined;
2749
- sidecars?: undefined;
2750
- authorizationList?: undefined;
2751
- feeCurrency?: `0x${string}` | undefined;
2752
- } | {
2753
- data?: `0x${string}` | undefined;
2754
- from?: `0x${string}` | undefined;
2755
- gas?: `0x${string}` | undefined;
2756
- nonce?: `0x${string}` | undefined;
2757
- to?: `0x${string}` | null | undefined;
2758
- type?: "0x1" | undefined;
2759
- value?: `0x${string}` | undefined;
2760
- gasPrice?: `0x${string}` | undefined;
2761
- maxFeePerBlobGas?: undefined | undefined;
2762
- maxFeePerGas?: undefined | undefined;
2763
- maxPriorityFeePerGas?: undefined | undefined;
2764
- accessList?: viem.AccessList | undefined;
2765
- blobs?: undefined;
2766
- blobVersionedHashes?: undefined;
2767
- kzg?: undefined;
2768
- sidecars?: undefined;
2769
- authorizationList?: undefined;
2770
- feeCurrency?: `0x${string}` | undefined;
2771
- } | {
2772
- data?: `0x${string}` | undefined;
2773
- from?: `0x${string}` | undefined;
2774
- gas?: `0x${string}` | undefined;
2775
- nonce?: `0x${string}` | undefined;
2776
- to?: `0x${string}` | null | undefined;
2777
- type?: "0x2" | undefined;
2778
- value?: `0x${string}` | undefined;
2779
- gasPrice?: undefined | undefined;
2780
- maxFeePerBlobGas?: undefined | undefined;
2781
- maxFeePerGas?: `0x${string}` | undefined;
2782
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2783
- accessList?: viem.AccessList | undefined;
2784
- blobs?: undefined;
2785
- blobVersionedHashes?: undefined;
2786
- kzg?: undefined;
2787
- sidecars?: undefined;
2788
- authorizationList?: undefined;
2789
- feeCurrency?: `0x${string}` | undefined;
2790
- } | {
2791
- type?: "0x3" | undefined;
2792
- data?: `0x${string}` | undefined;
2793
- value?: `0x${string}` | undefined;
2794
- gas?: `0x${string}` | undefined;
2795
- from?: `0x${string}` | undefined;
2796
- nonce?: `0x${string}` | undefined;
2797
- to: `0x${string}` | null;
2798
- gasPrice?: undefined | undefined;
2799
- maxFeePerBlobGas?: `0x${string}` | undefined;
2800
- maxFeePerGas?: `0x${string}` | undefined;
2801
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2802
- accessList?: viem.AccessList | undefined;
2803
- sidecars?: readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2804
- blobs?: readonly `0x${string}`[] | readonly viem.ByteArray[] | undefined;
2805
- blobVersionedHashes: readonly viem.Hex[];
2806
- kzg?: undefined;
2807
- authorizationList?: undefined;
2808
- feeCurrency?: `0x${string}` | undefined;
2809
- } | {
2810
- type?: "0x3" | undefined;
2811
- data?: `0x${string}` | undefined;
2812
- value?: `0x${string}` | undefined;
2813
- gas?: `0x${string}` | undefined;
2814
- from?: `0x${string}` | undefined;
2815
- nonce?: `0x${string}` | undefined;
2816
- to: `0x${string}` | null;
2817
- gasPrice?: undefined | undefined;
2818
- maxFeePerBlobGas?: `0x${string}` | undefined;
2819
- maxFeePerGas?: `0x${string}` | undefined;
2820
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2821
- accessList?: viem.AccessList | undefined;
2822
- sidecars?: readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2823
- blobs: readonly viem.Hex[] | readonly viem.ByteArray[];
2824
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2825
- kzg?: viem.Kzg | undefined;
2826
- authorizationList?: undefined;
2827
- feeCurrency?: `0x${string}` | undefined;
2828
- } | {
2829
- gasPrice?: undefined | undefined;
2830
- maxFeePerBlobGas?: undefined | undefined;
2831
- maxFeePerGas?: `0x${string}` | undefined;
2832
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2833
- type?: "0x4" | undefined;
2834
- data?: `0x${string}` | undefined;
2835
- value?: `0x${string}` | undefined;
2836
- gas?: `0x${string}` | undefined;
2837
- to?: `0x${string}` | null | undefined;
2838
- from?: `0x${string}` | undefined;
2839
- nonce?: `0x${string}` | undefined;
2840
- accessList?: viem.AccessList | undefined;
2841
- authorizationList?: viem.RpcAuthorizationList | undefined;
2842
- blobs?: undefined;
2843
- blobVersionedHashes?: undefined;
2844
- kzg?: undefined;
2845
- sidecars?: undefined;
2846
- feeCurrency?: `0x${string}` | undefined;
2847
- } | {
2848
- data?: `0x${string}` | undefined;
2849
- from?: `0x${string}` | undefined;
2850
- gas?: `0x${string}` | undefined;
2851
- nonce?: `0x${string}` | undefined;
2852
- to?: `0x${string}` | null | undefined;
2853
- type?: "0x7b" | undefined;
2854
- value?: `0x${string}` | undefined;
2855
- accessList?: viem.AccessList | undefined;
2856
- feeCurrency?: `0x${string}` | undefined;
2857
- gasPrice?: undefined | undefined;
2858
- maxFeePerBlobGas?: undefined | undefined;
2859
- maxFeePerGas?: `0x${string}` | undefined;
2860
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2861
- blobs?: undefined;
2862
- blobVersionedHashes?: undefined;
2863
- kzg?: undefined;
2864
- sidecars?: undefined;
2865
- authorizationList?: undefined;
2866
- }) & {};
2867
- type: "transactionRequest";
2868
- };
2869
- };
2870
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
2871
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2872
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
2873
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2874
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
2875
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
2876
- }] | undefined;
2877
- serializers: {
2878
- readonly transaction: typeof _reown_appkit_networks.serializeTransactionCelo;
2879
- };
2880
- }, {
2881
- blockExplorers: {
2882
- readonly default: {
2883
- readonly name: "Mantle Explorer";
2884
- readonly url: "https://mantlescan.xyz/";
2885
- readonly apiUrl: "https://api.mantlescan.xyz/api";
2886
- };
2887
- };
2888
- blockTime?: number | undefined | undefined;
2889
- contracts: {
2890
- readonly multicall3: {
2891
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
2892
- readonly blockCreated: 304717;
2893
- };
2894
- };
2895
- ensTlds?: readonly string[] | undefined;
2896
- id: 5000;
2897
- name: "Mantle";
2898
- nativeCurrency: {
2899
- readonly decimals: 18;
2900
- readonly name: "MNT";
2901
- readonly symbol: "MNT";
2902
- };
2903
- experimental_preconfirmationTime?: number | undefined | undefined;
2904
- rpcUrls: {
2905
- readonly default: {
2906
- readonly http: readonly ["https://rpc.mantle.xyz"];
2907
- };
2908
- };
2909
- sourceId?: number | undefined | undefined;
2910
- testnet?: boolean | undefined | undefined;
2911
- custom?: Record<string, unknown> | undefined;
2912
- fees?: viem.ChainFees<undefined> | undefined;
2913
- formatters?: undefined;
2914
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
2915
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2916
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
2917
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2918
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
2919
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
2920
- }] | undefined;
2921
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
2922
- }, {
2923
- blockExplorers: {
2924
- readonly default: {
2925
- readonly name: "Seitrace";
2926
- readonly url: "https://seitrace.com";
2927
- readonly apiUrl: "https://seitrace.com/pacific-1/api";
2928
- };
2929
- };
2930
- blockTime?: number | undefined | undefined;
2931
- contracts: {
2932
- readonly multicall3: {
2933
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
2934
- };
2935
- };
2936
- ensTlds?: readonly string[] | undefined;
2937
- id: 1329;
2938
- name: "Sei Network";
2939
- nativeCurrency: {
2940
- readonly name: "Sei";
2941
- readonly symbol: "SEI";
2942
- readonly decimals: 18;
2943
- };
2944
- experimental_preconfirmationTime?: number | undefined | undefined;
2945
- rpcUrls: {
2946
- readonly default: {
2947
- readonly http: readonly ["https://evm-rpc.sei-apis.com/"];
2948
- readonly webSocket: readonly ["wss://evm-ws.sei-apis.com/"];
2949
- };
2950
- };
2951
- sourceId?: number | undefined | undefined;
2952
- testnet?: boolean | undefined | undefined;
2953
- custom?: Record<string, unknown> | undefined;
2954
- fees?: viem.ChainFees<undefined> | undefined;
2955
- formatters?: undefined;
2956
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
2957
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2958
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
2959
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2960
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
2961
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
2962
- }] | undefined;
2963
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
2964
- }, {
2965
- blockExplorers: {
2966
- readonly default: {
2967
- readonly name: "Worldscan";
2968
- readonly url: "https://worldscan.org";
2969
- readonly apiUrl: "https://api.worldscan.org/api";
2970
- };
2971
- readonly blockscout: {
2972
- readonly name: "Blockscout";
2973
- readonly url: "https://worldchain-mainnet.explorer.alchemy.com";
2974
- readonly apiUrl: "https://worldchain-mainnet.explorer.alchemy.com/api";
2975
- };
2976
- };
2977
- blockTime: 2000;
2978
- contracts: {
2979
- readonly multicall3: {
2980
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2981
- readonly blockCreated: 0;
2982
- };
2983
- readonly disputeGameFactory: {
2984
- readonly 1: {
2985
- readonly address: "0x069c4c579671f8c120b1327a73217D01Ea2EC5ea";
2986
- };
2987
- };
2988
- readonly l2OutputOracle: {
2989
- readonly 1: {
2990
- readonly address: "0x19A6d1E9034596196295CF148509796978343c5D";
2991
- };
2992
- };
2993
- readonly portal: {
2994
- readonly 1: {
2995
- readonly address: "0xd5ec14a83B7d95BE1E2Ac12523e2dEE12Cbeea6C";
2996
- };
2997
- };
2998
- readonly l1StandardBridge: {
2999
- readonly 1: {
3000
- readonly address: "0x470458C91978D2d929704489Ad730DC3E3001113";
3001
- };
3002
- };
3003
- readonly gasPriceOracle: {
3004
- readonly address: "0x420000000000000000000000000000000000000F";
3005
- };
3006
- readonly l1Block: {
3007
- readonly address: "0x4200000000000000000000000000000000000015";
3008
- };
3009
- readonly l2CrossDomainMessenger: {
3010
- readonly address: "0x4200000000000000000000000000000000000007";
3011
- };
3012
- readonly l2Erc721Bridge: {
3013
- readonly address: "0x4200000000000000000000000000000000000014";
3014
- };
3015
- readonly l2StandardBridge: {
3016
- readonly address: "0x4200000000000000000000000000000000000010";
3017
- };
3018
- readonly l2ToL1MessagePasser: {
3019
- readonly address: "0x4200000000000000000000000000000000000016";
3020
- };
3021
- };
3022
- ensTlds?: readonly string[] | undefined;
3023
- id: 480;
3024
- name: "World Chain";
3025
- nativeCurrency: {
3026
- readonly name: "Ether";
3027
- readonly symbol: "ETH";
3028
- readonly decimals: 18;
3029
- };
3030
- experimental_preconfirmationTime?: number | undefined | undefined;
3031
- rpcUrls: {
3032
- readonly default: {
3033
- readonly http: readonly ["https://worldchain-mainnet.g.alchemy.com/public"];
3034
- };
3035
- };
3036
- sourceId: 1;
3037
- testnet: false;
3038
- custom?: Record<string, unknown> | undefined;
3039
- fees?: viem.ChainFees<undefined> | undefined;
3040
- formatters: {
3041
- readonly block: {
3042
- exclude: [] | undefined;
3043
- format: (args: _reown_appkit_networks.OpStackRpcBlock, action?: string | undefined) => {
3044
- baseFeePerGas: bigint | null;
3045
- blobGasUsed: bigint;
3046
- difficulty: bigint;
3047
- excessBlobGas: bigint;
3048
- extraData: viem.Hex;
3049
- gasLimit: bigint;
3050
- gasUsed: bigint;
3051
- hash: `0x${string}` | null;
3052
- logsBloom: `0x${string}` | null;
3053
- miner: abitype.Address;
3054
- mixHash: viem.Hash;
3055
- nonce: `0x${string}` | null;
3056
- number: bigint | null;
3057
- parentBeaconBlockRoot?: `0x${string}` | undefined;
3058
- parentHash: viem.Hash;
3059
- receiptsRoot: viem.Hex;
3060
- sealFields: viem.Hex[];
3061
- sha3Uncles: viem.Hash;
3062
- size: bigint;
3063
- stateRoot: viem.Hash;
3064
- timestamp: bigint;
3065
- totalDifficulty: bigint | null;
3066
- transactions: `0x${string}`[] | _reown_appkit_networks.OpStackTransaction<boolean>[];
3067
- transactionsRoot: viem.Hash;
3068
- uncles: viem.Hash[];
3069
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
3070
- withdrawalsRoot?: `0x${string}` | undefined;
3071
- } & {};
3072
- type: "block";
3073
- };
3074
- readonly transaction: {
3075
- exclude: [] | undefined;
3076
- format: (args: _reown_appkit_networks.OpStackRpcTransaction, action?: string | undefined) => ({
3077
- blockHash: `0x${string}` | null;
3078
- blockNumber: bigint | null;
3079
- from: abitype.Address;
3080
- gas: bigint;
3081
- hash: viem.Hash;
3082
- input: viem.Hex;
3083
- nonce: number;
3084
- r: viem.Hex;
3085
- s: viem.Hex;
3086
- to: abitype.Address | null;
3087
- transactionIndex: number | null;
3088
- typeHex: viem.Hex | null;
3089
- v: bigint;
3090
- value: bigint;
3091
- yParity: number;
3092
- gasPrice?: undefined | undefined;
3093
- maxFeePerBlobGas?: undefined | undefined;
3094
- maxFeePerGas: bigint;
3095
- maxPriorityFeePerGas: bigint;
3096
- isSystemTx?: boolean;
3097
- mint?: bigint | undefined | undefined;
3098
- sourceHash: viem.Hex;
3099
- type: "deposit";
3100
- } | {
3101
- r: viem.Hex;
3102
- s: viem.Hex;
3103
- v: bigint;
3104
- value: bigint;
3105
- gas: bigint;
3106
- to: abitype.Address | null;
3107
- from: abitype.Address;
3108
- nonce: number;
3109
- blockHash: `0x${string}` | null;
3110
- blockNumber: bigint | null;
3111
- transactionIndex: number | null;
3112
- hash: viem.Hash;
3113
- input: viem.Hex;
3114
- typeHex: viem.Hex | null;
3115
- accessList?: undefined | undefined;
3116
- authorizationList?: undefined | undefined;
3117
- blobVersionedHashes?: undefined | undefined;
3118
- chainId?: number | undefined;
3119
- yParity?: undefined | undefined;
3120
- type: "legacy";
3121
- gasPrice: bigint;
3122
- maxFeePerBlobGas?: undefined | undefined;
3123
- maxFeePerGas?: undefined | undefined;
3124
- maxPriorityFeePerGas?: undefined | undefined;
3125
- isSystemTx?: undefined | undefined;
3126
- mint?: undefined | undefined;
3127
- sourceHash?: undefined | undefined;
3128
- } | {
3129
- blockHash: `0x${string}` | null;
3130
- blockNumber: bigint | null;
3131
- from: abitype.Address;
3132
- gas: bigint;
3133
- hash: viem.Hash;
3134
- input: viem.Hex;
3135
- nonce: number;
3136
- r: viem.Hex;
3137
- s: viem.Hex;
3138
- to: abitype.Address | null;
3139
- transactionIndex: number | null;
3140
- typeHex: viem.Hex | null;
3141
- v: bigint;
3142
- value: bigint;
3143
- yParity: number;
3144
- accessList: viem.AccessList;
3145
- authorizationList?: undefined | undefined;
3146
- blobVersionedHashes?: undefined | undefined;
3147
- chainId: number;
3148
- type: "eip2930";
3149
- gasPrice: bigint;
3150
- maxFeePerBlobGas?: undefined | undefined;
3151
- maxFeePerGas?: undefined | undefined;
3152
- maxPriorityFeePerGas?: undefined | undefined;
3153
- isSystemTx?: undefined | undefined;
3154
- mint?: undefined | undefined;
3155
- sourceHash?: undefined | undefined;
3156
- } | {
3157
- blockHash: `0x${string}` | null;
3158
- blockNumber: bigint | null;
3159
- from: abitype.Address;
3160
- gas: bigint;
3161
- hash: viem.Hash;
3162
- input: viem.Hex;
3163
- nonce: number;
3164
- r: viem.Hex;
3165
- s: viem.Hex;
3166
- to: abitype.Address | null;
3167
- transactionIndex: number | null;
3168
- typeHex: viem.Hex | null;
3169
- v: bigint;
3170
- value: bigint;
3171
- yParity: number;
3172
- accessList: viem.AccessList;
3173
- authorizationList?: undefined | undefined;
3174
- blobVersionedHashes?: undefined | undefined;
3175
- chainId: number;
3176
- type: "eip1559";
3177
- gasPrice?: undefined | undefined;
3178
- maxFeePerBlobGas?: undefined | undefined;
3179
- maxFeePerGas: bigint;
3180
- maxPriorityFeePerGas: bigint;
3181
- isSystemTx?: undefined | undefined;
3182
- mint?: undefined | undefined;
3183
- sourceHash?: undefined | undefined;
3184
- } | {
3185
- blockHash: `0x${string}` | null;
3186
- blockNumber: bigint | null;
3187
- from: abitype.Address;
3188
- gas: bigint;
3189
- hash: viem.Hash;
3190
- input: viem.Hex;
3191
- nonce: number;
3192
- r: viem.Hex;
3193
- s: viem.Hex;
3194
- to: abitype.Address | null;
3195
- transactionIndex: number | null;
3196
- typeHex: viem.Hex | null;
3197
- v: bigint;
3198
- value: bigint;
3199
- yParity: number;
3200
- accessList: viem.AccessList;
3201
- authorizationList?: undefined | undefined;
3202
- blobVersionedHashes: readonly viem.Hex[];
3203
- chainId: number;
3204
- type: "eip4844";
3205
- gasPrice?: undefined | undefined;
3206
- maxFeePerBlobGas: bigint;
3207
- maxFeePerGas: bigint;
3208
- maxPriorityFeePerGas: bigint;
3209
- isSystemTx?: undefined | undefined;
3210
- mint?: undefined | undefined;
3211
- sourceHash?: undefined | undefined;
3212
- } | {
3213
- blockHash: `0x${string}` | null;
3214
- blockNumber: bigint | null;
3215
- from: abitype.Address;
3216
- gas: bigint;
3217
- hash: viem.Hash;
3218
- input: viem.Hex;
3219
- nonce: number;
3220
- r: viem.Hex;
3221
- s: viem.Hex;
3222
- to: abitype.Address | null;
3223
- transactionIndex: number | null;
3224
- typeHex: viem.Hex | null;
3225
- v: bigint;
3226
- value: bigint;
3227
- yParity: number;
3228
- accessList: viem.AccessList;
3229
- authorizationList: viem.SignedAuthorizationList;
3230
- blobVersionedHashes?: undefined | undefined;
3231
- chainId: number;
3232
- type: "eip7702";
3233
- gasPrice?: undefined | undefined;
3234
- maxFeePerBlobGas?: undefined | undefined;
3235
- maxFeePerGas: bigint;
3236
- maxPriorityFeePerGas: bigint;
3237
- isSystemTx?: undefined | undefined;
3238
- mint?: undefined | undefined;
3239
- sourceHash?: undefined | undefined;
3240
- }) & {};
3241
- type: "transaction";
3242
- };
3243
- readonly transactionReceipt: {
3244
- exclude: [] | undefined;
3245
- format: (args: _reown_appkit_networks.OpStackRpcTransactionReceipt, action?: string | undefined) => {
3246
- blobGasPrice?: bigint | undefined;
3247
- blobGasUsed?: bigint | undefined;
3248
- blockHash: viem.Hash;
3249
- blockNumber: bigint;
3250
- contractAddress: abitype.Address | null | undefined;
3251
- cumulativeGasUsed: bigint;
3252
- effectiveGasPrice: bigint;
3253
- from: abitype.Address;
3254
- gasUsed: bigint;
3255
- logs: viem.Log<bigint, number, false>[];
3256
- logsBloom: viem.Hex;
3257
- root?: `0x${string}` | undefined;
3258
- status: "success" | "reverted";
3259
- to: abitype.Address | null;
3260
- transactionHash: viem.Hash;
3261
- transactionIndex: number;
3262
- type: viem.TransactionType;
3263
- l1GasPrice: bigint | null;
3264
- l1GasUsed: bigint | null;
3265
- l1Fee: bigint | null;
3266
- l1FeeScalar: number | null;
3267
- } & {};
3268
- type: "transactionReceipt";
3269
- };
3270
- };
3271
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
3272
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3273
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
3274
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3275
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
3276
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3277
- }] | undefined;
3278
- serializers: {
3279
- readonly transaction: typeof _reown_appkit_networks.serializeTransactionOpStack;
3280
- };
3281
- readonly network: "worldchain";
3282
- }, {
3283
- blockExplorers: {
3284
- readonly default: {
3285
- readonly name: "Uniscan";
3286
- readonly url: "https://uniscan.xyz";
3287
- readonly apiUrl: "https://api.uniscan.xyz/api";
3288
- };
3289
- };
3290
- blockTime: 1000;
3291
- contracts: {
3292
- readonly multicall3: {
3293
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3294
- readonly blockCreated: 0;
3295
- };
3296
- readonly disputeGameFactory: {
3297
- readonly 1: {
3298
- readonly address: "0x2F12d621a16e2d3285929C9996f478508951dFe4";
3299
- };
3300
- };
3301
- readonly portal: {
3302
- readonly 1: {
3303
- readonly address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2";
3304
- };
3305
- };
3306
- readonly l1StandardBridge: {
3307
- readonly 1: {
3308
- readonly address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA";
3309
- };
3310
- };
3311
- readonly gasPriceOracle: {
3312
- readonly address: "0x420000000000000000000000000000000000000F";
3313
- };
3314
- readonly l1Block: {
3315
- readonly address: "0x4200000000000000000000000000000000000015";
3316
- };
3317
- readonly l2CrossDomainMessenger: {
3318
- readonly address: "0x4200000000000000000000000000000000000007";
3319
- };
3320
- readonly l2Erc721Bridge: {
3321
- readonly address: "0x4200000000000000000000000000000000000014";
3322
- };
3323
- readonly l2StandardBridge: {
3324
- readonly address: "0x4200000000000000000000000000000000000010";
3325
- };
3326
- readonly l2ToL1MessagePasser: {
3327
- readonly address: "0x4200000000000000000000000000000000000016";
3328
- };
3329
- };
3330
- ensTlds?: readonly string[] | undefined;
3331
- id: 130;
3332
- name: "Unichain";
3333
- nativeCurrency: {
3334
- readonly name: "Ether";
3335
- readonly symbol: "ETH";
3336
- readonly decimals: 18;
3337
- };
3338
- experimental_preconfirmationTime?: number | undefined | undefined;
3339
- rpcUrls: {
3340
- readonly default: {
3341
- readonly http: readonly ["https://mainnet.unichain.org/"];
3342
- };
3343
- };
3344
- sourceId: 1;
3345
- testnet?: boolean | undefined | undefined;
3346
- custom?: Record<string, unknown> | undefined;
3347
- fees?: viem.ChainFees<undefined> | undefined;
3348
- formatters: {
3349
- readonly block: {
3350
- exclude: [] | undefined;
3351
- format: (args: _reown_appkit_networks.OpStackRpcBlock, action?: string | undefined) => {
3352
- baseFeePerGas: bigint | null;
3353
- blobGasUsed: bigint;
3354
- difficulty: bigint;
3355
- excessBlobGas: bigint;
3356
- extraData: viem.Hex;
3357
- gasLimit: bigint;
3358
- gasUsed: bigint;
3359
- hash: `0x${string}` | null;
3360
- logsBloom: `0x${string}` | null;
3361
- miner: abitype.Address;
3362
- mixHash: viem.Hash;
3363
- nonce: `0x${string}` | null;
3364
- number: bigint | null;
3365
- parentBeaconBlockRoot?: `0x${string}` | undefined;
3366
- parentHash: viem.Hash;
3367
- receiptsRoot: viem.Hex;
3368
- sealFields: viem.Hex[];
3369
- sha3Uncles: viem.Hash;
3370
- size: bigint;
3371
- stateRoot: viem.Hash;
3372
- timestamp: bigint;
3373
- totalDifficulty: bigint | null;
3374
- transactions: `0x${string}`[] | _reown_appkit_networks.OpStackTransaction<boolean>[];
3375
- transactionsRoot: viem.Hash;
3376
- uncles: viem.Hash[];
3377
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
3378
- withdrawalsRoot?: `0x${string}` | undefined;
3379
- } & {};
3380
- type: "block";
3381
- };
3382
- readonly transaction: {
3383
- exclude: [] | undefined;
3384
- format: (args: _reown_appkit_networks.OpStackRpcTransaction, action?: string | undefined) => ({
3385
- blockHash: `0x${string}` | null;
3386
- blockNumber: bigint | null;
3387
- from: abitype.Address;
3388
- gas: bigint;
3389
- hash: viem.Hash;
3390
- input: viem.Hex;
3391
- nonce: number;
3392
- r: viem.Hex;
3393
- s: viem.Hex;
3394
- to: abitype.Address | null;
3395
- transactionIndex: number | null;
3396
- typeHex: viem.Hex | null;
3397
- v: bigint;
3398
- value: bigint;
3399
- yParity: number;
3400
- gasPrice?: undefined | undefined;
3401
- maxFeePerBlobGas?: undefined | undefined;
3402
- maxFeePerGas: bigint;
3403
- maxPriorityFeePerGas: bigint;
3404
- isSystemTx?: boolean;
3405
- mint?: bigint | undefined | undefined;
3406
- sourceHash: viem.Hex;
3407
- type: "deposit";
3408
- } | {
3409
- r: viem.Hex;
3410
- s: viem.Hex;
3411
- v: bigint;
3412
- value: bigint;
3413
- gas: bigint;
3414
- to: abitype.Address | null;
3415
- from: abitype.Address;
3416
- nonce: number;
3417
- blockHash: `0x${string}` | null;
3418
- blockNumber: bigint | null;
3419
- transactionIndex: number | null;
3420
- hash: viem.Hash;
3421
- input: viem.Hex;
3422
- typeHex: viem.Hex | null;
3423
- accessList?: undefined | undefined;
3424
- authorizationList?: undefined | undefined;
3425
- blobVersionedHashes?: undefined | undefined;
3426
- chainId?: number | undefined;
3427
- yParity?: undefined | undefined;
3428
- type: "legacy";
3429
- gasPrice: bigint;
3430
- maxFeePerBlobGas?: undefined | undefined;
3431
- maxFeePerGas?: undefined | undefined;
3432
- maxPriorityFeePerGas?: undefined | undefined;
3433
- isSystemTx?: undefined | undefined;
3434
- mint?: undefined | undefined;
3435
- sourceHash?: undefined | undefined;
3436
- } | {
3437
- blockHash: `0x${string}` | null;
3438
- blockNumber: bigint | null;
3439
- from: abitype.Address;
3440
- gas: bigint;
3441
- hash: viem.Hash;
3442
- input: viem.Hex;
3443
- nonce: number;
3444
- r: viem.Hex;
3445
- s: viem.Hex;
3446
- to: abitype.Address | null;
3447
- transactionIndex: number | null;
3448
- typeHex: viem.Hex | null;
3449
- v: bigint;
3450
- value: bigint;
3451
- yParity: number;
3452
- accessList: viem.AccessList;
3453
- authorizationList?: undefined | undefined;
3454
- blobVersionedHashes?: undefined | undefined;
3455
- chainId: number;
3456
- type: "eip2930";
3457
- gasPrice: bigint;
3458
- maxFeePerBlobGas?: undefined | undefined;
3459
- maxFeePerGas?: undefined | undefined;
3460
- maxPriorityFeePerGas?: undefined | undefined;
3461
- isSystemTx?: undefined | undefined;
3462
- mint?: undefined | undefined;
3463
- sourceHash?: undefined | undefined;
3464
- } | {
3465
- blockHash: `0x${string}` | null;
3466
- blockNumber: bigint | null;
3467
- from: abitype.Address;
3468
- gas: bigint;
3469
- hash: viem.Hash;
3470
- input: viem.Hex;
3471
- nonce: number;
3472
- r: viem.Hex;
3473
- s: viem.Hex;
3474
- to: abitype.Address | null;
3475
- transactionIndex: number | null;
3476
- typeHex: viem.Hex | null;
3477
- v: bigint;
3478
- value: bigint;
3479
- yParity: number;
3480
- accessList: viem.AccessList;
3481
- authorizationList?: undefined | undefined;
3482
- blobVersionedHashes?: undefined | undefined;
3483
- chainId: number;
3484
- type: "eip1559";
3485
- gasPrice?: undefined | undefined;
3486
- maxFeePerBlobGas?: undefined | undefined;
3487
- maxFeePerGas: bigint;
3488
- maxPriorityFeePerGas: bigint;
3489
- isSystemTx?: undefined | undefined;
3490
- mint?: undefined | undefined;
3491
- sourceHash?: undefined | undefined;
3492
- } | {
3493
- blockHash: `0x${string}` | null;
3494
- blockNumber: bigint | null;
3495
- from: abitype.Address;
3496
- gas: bigint;
3497
- hash: viem.Hash;
3498
- input: viem.Hex;
3499
- nonce: number;
3500
- r: viem.Hex;
3501
- s: viem.Hex;
3502
- to: abitype.Address | null;
3503
- transactionIndex: number | null;
3504
- typeHex: viem.Hex | null;
3505
- v: bigint;
3506
- value: bigint;
3507
- yParity: number;
3508
- accessList: viem.AccessList;
3509
- authorizationList?: undefined | undefined;
3510
- blobVersionedHashes: readonly viem.Hex[];
3511
- chainId: number;
3512
- type: "eip4844";
3513
- gasPrice?: undefined | undefined;
3514
- maxFeePerBlobGas: bigint;
3515
- maxFeePerGas: bigint;
3516
- maxPriorityFeePerGas: bigint;
3517
- isSystemTx?: undefined | undefined;
3518
- mint?: undefined | undefined;
3519
- sourceHash?: undefined | undefined;
3520
- } | {
3521
- blockHash: `0x${string}` | null;
3522
- blockNumber: bigint | null;
3523
- from: abitype.Address;
3524
- gas: bigint;
3525
- hash: viem.Hash;
3526
- input: viem.Hex;
3527
- nonce: number;
3528
- r: viem.Hex;
3529
- s: viem.Hex;
3530
- to: abitype.Address | null;
3531
- transactionIndex: number | null;
3532
- typeHex: viem.Hex | null;
3533
- v: bigint;
3534
- value: bigint;
3535
- yParity: number;
3536
- accessList: viem.AccessList;
3537
- authorizationList: viem.SignedAuthorizationList;
3538
- blobVersionedHashes?: undefined | undefined;
3539
- chainId: number;
3540
- type: "eip7702";
3541
- gasPrice?: undefined | undefined;
3542
- maxFeePerBlobGas?: undefined | undefined;
3543
- maxFeePerGas: bigint;
3544
- maxPriorityFeePerGas: bigint;
3545
- isSystemTx?: undefined | undefined;
3546
- mint?: undefined | undefined;
3547
- sourceHash?: undefined | undefined;
3548
- }) & {};
3549
- type: "transaction";
3550
- };
3551
- readonly transactionReceipt: {
3552
- exclude: [] | undefined;
3553
- format: (args: _reown_appkit_networks.OpStackRpcTransactionReceipt, action?: string | undefined) => {
3554
- blobGasPrice?: bigint | undefined;
3555
- blobGasUsed?: bigint | undefined;
3556
- blockHash: viem.Hash;
3557
- blockNumber: bigint;
3558
- contractAddress: abitype.Address | null | undefined;
3559
- cumulativeGasUsed: bigint;
3560
- effectiveGasPrice: bigint;
3561
- from: abitype.Address;
3562
- gasUsed: bigint;
3563
- logs: viem.Log<bigint, number, false>[];
3564
- logsBloom: viem.Hex;
3565
- root?: `0x${string}` | undefined;
3566
- status: "success" | "reverted";
3567
- to: abitype.Address | null;
3568
- transactionHash: viem.Hash;
3569
- transactionIndex: number;
3570
- type: viem.TransactionType;
3571
- l1GasPrice: bigint | null;
3572
- l1GasUsed: bigint | null;
3573
- l1Fee: bigint | null;
3574
- l1FeeScalar: number | null;
3575
- } & {};
3576
- type: "transactionReceipt";
3577
- };
3578
- };
3579
- prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
3580
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3581
- }) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
3582
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3583
- }) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
3584
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3585
- }] | undefined;
3586
- serializers: {
3587
- readonly transaction: typeof _reown_appkit_networks.serializeTransactionOpStack;
3588
- };
3589
- }];
3590
- declare const solanaNetworks: readonly [{
3591
- blockExplorers: {
3592
- readonly default: {
3593
- readonly name: "Solscan";
3594
- readonly url: "https://solscan.io";
3595
- };
3596
- };
3597
- blockTime?: number | undefined | undefined;
3598
- contracts?: {
3599
- [x: string]: viem.ChainContract | {
3600
- [sourceId: number]: viem.ChainContract | undefined;
3601
- } | undefined;
3602
- ensRegistry?: viem.ChainContract | undefined;
3603
- ensUniversalResolver?: viem.ChainContract | undefined;
3604
- multicall3?: viem.ChainContract | undefined;
3605
- erc6492Verifier?: viem.ChainContract | undefined;
3606
- } | undefined;
3607
- ensTlds?: readonly string[] | undefined;
3608
- name: "Solana";
3609
- nativeCurrency: {
3610
- readonly name: "Solana";
3611
- readonly symbol: "SOL";
3612
- readonly decimals: 9;
3613
- };
3614
- experimental_preconfirmationTime?: number | undefined | undefined;
3615
- rpcUrls: {
3616
- readonly default: {
3617
- readonly http: readonly ["https://rpc.walletconnect.org/v1"];
3618
- };
3619
- };
3620
- sourceId?: number | undefined | undefined;
3621
- testnet: false;
3622
- custom?: Record<string, unknown> | undefined;
3623
- fees?: viem.ChainFees<undefined> | undefined;
3624
- formatters?: undefined;
3625
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
3626
- id: "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
3627
- chainNamespace: "solana";
3628
- caipNetworkId: "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp";
3629
- assets?: {
3630
- imageId: string | undefined;
3631
- imageUrl: string | undefined;
3632
- } | undefined;
3633
- readonly network: "solana-mainnet";
3634
- readonly deprecatedCaipNetworkId: "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ";
3635
- }, {
3636
- blockExplorers: {
3637
- readonly default: {
3638
- readonly name: "Solscan";
3639
- readonly url: "https://solscan.io";
3640
- };
3641
- };
3642
- blockTime?: number | undefined | undefined;
3643
- contracts?: {
3644
- [x: string]: viem.ChainContract | {
3645
- [sourceId: number]: viem.ChainContract | undefined;
3646
- } | undefined;
3647
- ensRegistry?: viem.ChainContract | undefined;
3648
- ensUniversalResolver?: viem.ChainContract | undefined;
3649
- multicall3?: viem.ChainContract | undefined;
3650
- erc6492Verifier?: viem.ChainContract | undefined;
3651
- } | undefined;
3652
- ensTlds?: readonly string[] | undefined;
3653
- name: "Solana Devnet";
3654
- nativeCurrency: {
3655
- readonly name: "Solana";
3656
- readonly symbol: "SOL";
3657
- readonly decimals: 9;
3658
- };
3659
- experimental_preconfirmationTime?: number | undefined | undefined;
3660
- rpcUrls: {
3661
- readonly default: {
3662
- readonly http: readonly ["https://rpc.walletconnect.org/v1"];
3663
- };
3664
- };
3665
- sourceId?: number | undefined | undefined;
3666
- testnet: true;
3667
- custom?: Record<string, unknown> | undefined;
3668
- fees?: viem.ChainFees<undefined> | undefined;
3669
- formatters?: undefined;
3670
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
3671
- id: "EtWTRABZaYq6iMfeYKouRu166VU2xqa1";
3672
- chainNamespace: "solana";
3673
- caipNetworkId: "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1";
3674
- assets?: {
3675
- imageId: string | undefined;
3676
- imageUrl: string | undefined;
3677
- } | undefined;
3678
- readonly network: "solana-devnet";
3679
- readonly deprecatedCaipNetworkId: "solana:8E9rvCKLFQia2Y35HXjjpWzj8weVo44K";
3680
- }];
3681
- interface AppKitFactoryConfig {
3682
- /**
3683
- * WalletConnect project ID from https://cloud.reown.com/
3684
- */
3685
- projectId: string;
3686
- /**
3687
- * Optional metadata for wallet connection modal
3688
- */
3689
- metadata?: {
3690
- name?: string;
3691
- description?: string;
3692
- url?: string;
3693
- icons?: string[];
3694
- };
3695
- }
3696
- interface AppKitConfig {
3697
- wagmiAdapter: WagmiAdapter;
3698
- wagmiConfig: WagmiAdapter['wagmiConfig'];
3699
- solanaAdapter: SolanaAdapter;
3700
- modal: ReturnType<typeof createAppKit>;
3701
- }
3702
- /**
3703
- * Creates AppKit configuration for wallet connections.
3704
- *
3705
- * Call this at module level (outside components) for SSR safety.
3706
- *
3707
- * @example
3708
- * ```tsx
3709
- * import { createAppKitConfig } from '@ordanetwork/sdk/react';
3710
- *
3711
- * const appKitConfig = createAppKitConfig({
3712
- * projectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID!,
3713
- * metadata: {
3714
- * name: 'My App',
3715
- * description: 'My payment app',
3716
- * },
3717
- * });
3718
- * ```
3719
- */
3720
- declare function createAppKitConfig(config: AppKitFactoryConfig): AppKitConfig;
3721
-
3722
- /**
3723
- * JWT token response from getToken callback
3724
- */
3725
- interface TokenResponse {
3726
- jwt: string;
3727
- expiresAt: number;
3728
- }
3729
- /**
3730
- * Configuration for OrdaProvider
3731
- */
3732
- interface OrdaProviderConfig {
3733
- /**
3734
- * Function that returns a JWT token for SDK authentication.
3735
- * Called on initialization and before token expiration.
3736
- *
3737
- * @example
3738
- * ```ts
3739
- * getToken: async () => {
3740
- * const res = await fetch('/api/auth/jwt', { method: 'POST' });
3741
- * return res.json(); // { jwt: string, expiresAt: number }
3742
- * }
3743
- * ```
3744
- */
3745
- getToken: () => Promise<TokenResponse>;
3746
- /**
3747
- * AppKit configuration from createAppKitConfig().
3748
- * Provides wallet connection capabilities for EVM and Solana chains.
3749
- *
3750
- * @example
3751
- * ```ts
3752
- * const appKitConfig = createAppKitConfig({
3753
- * projectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID!,
3754
- * });
3755
- *
3756
- * <OrdaProvider config={{ appKitConfig, getToken }}>
3757
- * ```
3758
- */
3759
- appKitConfig: AppKitConfig;
3760
- debug?: boolean;
3761
- }
3762
- /**
3763
- * Props for OrdaProvider component
3764
- */
3765
- interface OrdaProviderProps {
3766
- config: OrdaProviderConfig;
3767
- children: React.ReactNode;
3768
- }
3769
- /**
3770
- * SDK context value available via useOrdaSDK()
3771
- */
3772
- interface OrdaSDKContextValue {
3773
- sdk: OrdaSDK | null;
3774
- isLoading: boolean;
3775
- error: Error | null;
3776
- refreshToken: () => Promise<void>;
3777
- isRefreshing: boolean;
3778
- waitForRefresh: () => Promise<void>;
3779
- }
3780
-
3781
- /**
3782
- * Main provider component for the Orda SDK React integration.
3783
- *
3784
- * Provides:
3785
- * - Wallet connection (EVM + Solana via Reown AppKit)
3786
- * - SDK initialization and JWT management
3787
- * - TanStack Query for data fetching
3788
- * - Toast notifications
3789
- *
3790
- * @example
3791
- * ```tsx
3792
- * import { createAppKitConfig, OrdaProvider, Widget } from '@ordanetwork/sdk/react';
3793
- * import '@ordanetwork/sdk/react/styles.css';
3794
- *
3795
- * const appKitConfig = createAppKitConfig({
3796
- * projectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID!,
3797
- * });
3798
- *
3799
- * function App() {
3800
- * return (
3801
- * <OrdaProvider
3802
- * config={{
3803
- * getToken: async () => {
3804
- * const res = await fetch('/api/auth/jwt', { method: 'POST' });
3805
- * return res.json();
3806
- * },
3807
- * appKitConfig,
3808
- * }}
3809
- * >
3810
- * <Widget />
3811
- * </OrdaProvider>
3812
- * );
3813
- * }
3814
- * ```
3815
- */
3816
- declare function OrdaProvider({ config, children }: OrdaProviderProps): react_jsx_runtime.JSX.Element;
3817
-
3818
- /**
3819
- * Hook to access the Orda SDK instance and authentication state.
3820
- *
3821
- * @throws Error if used outside of OrdaProvider
3822
- *
3823
- * @example
3824
- * ```tsx
3825
- * function MyComponent() {
3826
- * const { sdk, isLoading, error } = useOrdaSDK();
3827
- *
3828
- * if (isLoading) return <div>Loading...</div>;
3829
- * if (error) return <div>Error: {error.message}</div>;
3830
- * if (!sdk) return null;
3831
- *
3832
- * // Use sdk...
3833
- * }
3834
- * ```
3835
- */
3836
- declare function useOrdaSDK(): OrdaSDKContextValue;
3837
-
3838
- interface UseQuoteReturn {
3839
- quote: TransferResponse | DirectTransferResponse | null;
3840
- isLoading: boolean;
3841
- error: Error | null;
3842
- requestQuote: (params: QuoteRequestParams) => Promise<TransferResponse | DirectTransferResponse | null>;
3843
- clearQuote: () => void;
3844
- }
3845
- /**
3846
- * Hook for requesting cross-chain transfer quotes
3847
- *
3848
- * @example
3849
- * ```tsx
3850
- * const { quote, isLoading, error, requestQuote } = useQuote();
3851
- *
3852
- * const handleGetQuote = async () => {
3853
- * const result = await requestQuote({
3854
- * fromChain: '1',
3855
- * fromToken: '0x...',
3856
- * fromAddress: '0x...',
3857
- * intent: { method: 'usd', value: '100' },
3858
- * recipientId: 'rec_xxx',
3859
- * });
3860
- * };
3861
- * ```
3862
- */
3863
- declare function useQuote(): UseQuoteReturn;
3864
-
3865
- interface UseRecipientReturn {
3866
- recipient: CreateRecipientResponse | UpdateRecipientResponse | null;
3867
- isLoading: boolean;
3868
- error: Error | null;
3869
- createRecipient: (params: CreateRecipientParams) => Promise<CreateRecipientResponse | null>;
3870
- updateRecipient: (params: UpdateRecipientSettlementParams) => Promise<UpdateRecipientResponse | null>;
3871
- deactivateRecipient: (params: DeactivateRecipientParams) => Promise<boolean>;
3872
- listRecipients: (params?: ListRecipientsParams) => Promise<ListRecipientsResponse | null>;
3873
- clearRecipient: () => void;
3874
- }
3875
- /**
3876
- * Hook for managing recipients (create, update, deactivate, list)
3877
- *
3878
- * @example
3879
- * ```tsx
3880
- * const { recipient, isLoading, createRecipient, listRecipients } = useRecipient();
3881
- *
3882
- * // Create a recipient
3883
- * const newRecipient = await createRecipient({
3884
- * name: 'John Doe',
3885
- * cryptoSettlementDetails: { toChain: '1', toToken: '0x...', toAddress: '0x...' },
3886
- * });
3887
- *
3888
- * // List recipients
3889
- * const recipients = await listRecipients({ limit: 10 });
3890
- * ```
3891
- */
3892
- declare function useRecipient(): UseRecipientReturn;
3893
-
3894
- interface UseTransactionReturn {
3895
- status: TransactionStatusResponse | null;
3896
- isLoading: boolean;
3897
- error: Error | null;
3898
- getStatus: (params: TransactionStatusParams) => Promise<TransactionStatusResponse | null>;
3899
- waitForCompletion: (transactionId: string, options?: PollingOptions) => Promise<TransactionStatusResponse | null>;
3900
- getSuccessfulTransactions: () => Promise<TransactionListItem[] | null>;
3901
- clearStatus: () => void;
3902
- }
3903
- /**
3904
- * Hook for transaction status monitoring and polling
3905
- *
3906
- * @example
3907
- * ```tsx
3908
- * const { status, isLoading, getStatus, waitForCompletion } = useTransaction();
3909
- *
3910
- * // Get current status
3911
- * const result = await getStatus({ transactionId: 'tx_xxx' });
3912
- *
3913
- * // Wait for completion with polling
3914
- * const finalStatus = await waitForCompletion('tx_xxx', {
3915
- * intervalMs: 5000,
3916
- * timeoutMs: 300000,
3917
- * onStatusUpdate: (status) => console.log('Status:', status),
3918
- * });
3919
- * ```
3920
- */
3921
- declare function useTransaction(): UseTransactionReturn;
3922
-
3923
- interface UseOffRampReturn {
3924
- quote: OffRampQuoteResponse | null;
3925
- status: OffRampStatusResponse | null;
3926
- isLoading: boolean;
3927
- error: Error | null;
3928
- requestQuote: (params: OffRampQuoteParams) => Promise<OffRampQuoteResponse | null>;
3929
- getStatus: (transactionId: string) => Promise<OffRampStatusResponse | null>;
3930
- waitForCompletion: (transactionId: string, options?: OffRampPollingOptions) => Promise<OffRampStatusResponse | null>;
3931
- clearQuote: () => void;
3932
- }
3933
- /**
3934
- * Hook for off-ramp (crypto to fiat) operations
3935
- *
3936
- * @example
3937
- * ```tsx
3938
- * const { quote, status, isLoading, requestQuote, waitForCompletion } = useOffRamp();
3939
- *
3940
- * // Request off-ramp quote
3941
- * const quoteResult = await requestQuote({
3942
- * fromChain: '137',
3943
- * fromToken: '0x...',
3944
- * fromAddress: '0x...',
3945
- * fromAmount: '100000000',
3946
- * recipientId: 'rec_xxx',
3947
- * });
3948
- *
3949
- * // Wait for completion
3950
- * const finalStatus = await waitForCompletion(quoteResult.transactionId);
3951
- * ```
3952
- */
3953
- declare function useOffRamp(): UseOffRampReturn;
3954
-
3955
- interface UseOnRampReturn {
3956
- quote: OnRampQuoteResponse | null;
3957
- status: OnRampStatusResponse | null;
3958
- isLoading: boolean;
3959
- error: Error | null;
3960
- requestQuote: (params: OnRampQuoteParams) => Promise<OnRampQuoteResponse | null>;
3961
- getStatus: (transactionId: string) => Promise<OnRampStatusResponse | null>;
3962
- waitForCompletion: (transactionId: string, options?: OnRampPollingOptions) => Promise<OnRampStatusResponse | null>;
3963
- clearQuote: () => void;
3964
- }
3965
- /**
3966
- * Hook for on-ramp (fiat to crypto) operations
3967
- *
3968
- * @example
3969
- * ```tsx
3970
- * const { quote, status, isLoading, requestQuote, waitForCompletion } = useOnRamp();
3971
- *
3972
- * // Request on-ramp quote
3973
- * const quoteResult = await requestQuote({
3974
- * toChain: '137',
3975
- * toToken: '0x...',
3976
- * toAddress: '0x...',
3977
- * fiatAmount: '100',
3978
- * fiatCurrency: 'BRL',
3979
- * });
3980
- *
3981
- * // Wait for completion
3982
- * const finalStatus = await waitForCompletion(quoteResult.transactionId);
3983
- * ```
3984
- */
3985
- declare function useOnRamp(): UseOnRampReturn;
3986
-
3987
- interface UseTokenPricesOptions {
3988
- tokens: TokenPriceRequest[];
3989
- enabled?: boolean;
3990
- staleTime?: number;
3991
- refetchInterval?: number;
3992
- }
3993
- interface UseTokenPricesReturn {
3994
- prices: TokenPriceData[];
3995
- isLoading: boolean;
3996
- isFetching: boolean;
3997
- error: Error | null;
3998
- refetch: () => Promise<void>;
3999
- }
4000
- /**
4001
- * Hook for fetching token prices with TanStack Query caching
4002
- *
4003
- * Uses the SDK's backend-powered prices API
4004
- *
4005
- * @example
4006
- * ```tsx
4007
- * const { prices, isLoading, error } = useTokenPrices({
4008
- * tokens: [
4009
- * { address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', chainId: '1' }, // USDC
4010
- * { address: '0x0000000000000000000000000000000000000000', chainId: '137' }, // Native MATIC
4011
- * ],
4012
- * });
4013
- *
4014
- * // Access price data
4015
- * const usdcPrice = prices.find(p => p.chainId === '1')?.usdPrice;
4016
- * ```
4017
- */
4018
- declare function useTokenPrices(options: UseTokenPricesOptions): UseTokenPricesReturn;
4019
-
4020
- interface UseBalancesOptions {
4021
- address: string | undefined;
4022
- options?: BalancesFetchOptions;
4023
- enabled?: boolean;
4024
- staleTime?: number;
4025
- refetchInterval?: number;
4026
- }
4027
- interface UseBalancesReturn {
4028
- data: BalancesFetchResponse | null;
4029
- isLoading: boolean;
4030
- isFetching: boolean;
4031
- error: Error | null;
4032
- refetch: () => Promise<void>;
4033
- }
4034
- /**
4035
- * Hook for fetching wallet token balances with TanStack Query caching
4036
- *
4037
- * Uses the SDK's backend-powered balances.
4038
- *
4039
- * @example
4040
- * ```tsx
4041
- * const { data, isLoading, error } = useBalances({
4042
- * address: walletAddress,
4043
- * options: {
4044
- * chainIds: ['1', '137', '8453'],
4045
- * filter: 'known',
4046
- * },
4047
- * });
4048
- *
4049
- * // Access balance data
4050
- * if (data) {
4051
- * console.log('Total tokens:', data.data.summary.totalTokens);
4052
- * data.data.balances.forEach(balance => {
4053
- * console.log(`${balance.symbol}: ${balance.balanceFormatted}`);
4054
- * });
4055
- * }
4056
- * ```
4057
- */
4058
- declare function useBalances(options: UseBalancesOptions): UseBalancesReturn;
4059
-
4060
- /**
4061
- * Hook for responsive design using CSS media queries
4062
- *
4063
- * SSR-safe: Returns false during server-side rendering and initial hydration,
4064
- * then updates to the actual value after the component mounts. This prevents
4065
- * hydration mismatches when using media queries to conditionally render
4066
- * different components (e.g., Dialog vs Drawer).
4067
- *
4068
- * @example
4069
- * ```tsx
4070
- * const isMobile = useMediaQuery('(max-width: 768px)');
4071
- * const isTablet = useMediaQuery('(min-width: 769px) and (max-width: 1024px)');
4072
- * const prefersDark = useMediaQuery('(prefers-color-scheme: dark)');
4073
- *
4074
- * if (isMobile) {
4075
- * return <MobileLayout />;
4076
- * }
4077
- * ```
4078
- */
4079
- declare function useMediaQuery(query: string): boolean;
4080
-
4081
- /**
4082
- * Stored fiat (off-ramp) recipient with PIX payment details
4083
- */
4084
- interface StoredFiatRecipient {
4085
- recipientId: string;
4086
- name: string;
4087
- pixKey: string;
4088
- createdAt: number;
4089
- }
4090
- /**
4091
- * Stored crypto (on-ramp) recipient with wallet details
4092
- */
4093
- interface StoredCryptoRecipient {
4094
- recipientId: string;
4095
- name: string;
4096
- address: string;
4097
- chainId: string;
4098
- tokenAddress: string;
4099
- createdAt: number;
4100
- }
4101
- interface UseLocalRecipientsReturn {
4102
- fiatRecipients: StoredFiatRecipient[];
4103
- addFiatRecipient: (recipient: Omit<StoredFiatRecipient, 'createdAt'>) => void;
4104
- findFiatByPixKey: (pixKey: string) => StoredFiatRecipient | undefined;
4105
- cryptoRecipients: StoredCryptoRecipient[];
4106
- addCryptoRecipient: (recipient: Omit<StoredCryptoRecipient, 'createdAt'>) => void;
4107
- findCryptoByAddress: (address: string) => StoredCryptoRecipient | undefined;
4108
- findCryptoByAddressChainAndToken: (address: string, chainId: string, tokenAddress: string) => StoredCryptoRecipient | undefined;
4109
- getUniqueAddressRecipients: () => StoredCryptoRecipient[];
4110
- }
4111
- /**
4112
- * Hook for managing recipients in localStorage with fiat/crypto separation
4113
- *
4114
- * Persists recipient selections across sessions.
4115
- *
4116
- * @example
4117
- * ```tsx
4118
- * const {
4119
- * fiatRecipients,
4120
- * addFiatRecipient,
4121
- * findFiatByPixKey,
4122
- * cryptoRecipients,
4123
- * addCryptoRecipient,
4124
- * findCryptoByAddressChainAndToken,
4125
- * getUniqueAddressRecipients,
4126
- * } = useLocalRecipients();
4127
- *
4128
- * // Add a fiat recipient
4129
- * addFiatRecipient({
4130
- * recipientId: 'rec_xxx',
4131
- * name: 'John Doe',
4132
- * pixKey: 'john@email.com',
4133
- * });
4134
- *
4135
- * // Add a crypto recipient
4136
- * addCryptoRecipient({
4137
- * recipientId: 'rec_yyy',
4138
- * name: 'Wallet 0x1234...',
4139
- * address: '0x1234...',
4140
- * chainId: '1',
4141
- * tokenAddress: '0xA0b8...',
4142
- * });
4143
- *
4144
- * // Find existing recipient
4145
- * const existing = findCryptoByAddressChainAndToken('0x1234...', '1', '0xA0b8...');
4146
- * ```
4147
- */
4148
- declare function useLocalRecipients(): UseLocalRecipientsReturn;
4149
-
4150
- declare const buttonVariants: (props?: ({
4151
- variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
4152
- size?: "default" | "icon" | "sm" | "lg" | null | undefined;
4153
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
4154
- interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
4155
- asChild?: boolean;
4156
- }
4157
- declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
4158
-
4159
- declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
4160
-
4161
- declare const Label: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_dist_types.ClassProp | undefined) => string> & React$1.RefAttributes<HTMLLabelElement>>;
4162
-
4163
- declare const badgeVariants: (props?: ({
4164
- variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
4165
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
4166
- interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
4167
- }
4168
- declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
4169
-
4170
- declare function Dialog({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
4171
- declare function DialogTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
4172
- declare function DialogPortal({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
4173
- declare function DialogClose({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
4174
- declare function DialogOverlay({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
4175
- declare function DialogContent({ className, children, showCloseButton, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
4176
- showCloseButton?: boolean;
4177
- }): react_jsx_runtime.JSX.Element;
4178
- declare function DialogHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
4179
- declare function DialogFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
4180
- declare function DialogTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
4181
- declare function DialogDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
4182
-
4183
- declare const Drawer: {
4184
- ({ shouldScaleBackground, ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
4185
- displayName: string;
4186
- };
4187
- declare const DrawerTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
4188
- declare const DrawerPortal: typeof vaul.Portal;
4189
- declare const DrawerClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
4190
- declare const DrawerOverlay: React$1.ForwardRefExoticComponent<Omit<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4191
- declare const DrawerContent: React$1.ForwardRefExoticComponent<Omit<Omit<DialogPrimitive.DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4192
- declare const DrawerHeader: {
4193
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
4194
- displayName: string;
4195
- };
4196
- declare const DrawerFooter: {
4197
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
4198
- displayName: string;
4199
- };
4200
- declare const DrawerTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
4201
- declare const DrawerDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
4202
-
4203
- declare const Popover: React$1.FC<PopoverPrimitive.PopoverProps>;
4204
- declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
4205
- declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
4206
- declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4207
-
4208
- declare const Select: React$1.FC<SelectPrimitive.SelectProps>;
4209
- declare const SelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
4210
- declare const SelectValue: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React$1.RefAttributes<HTMLSpanElement>>;
4211
- declare const SelectTrigger: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
4212
- declare const SelectScrollUpButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4213
- declare const SelectScrollDownButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4214
- declare const SelectContent: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4215
- declare const SelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4216
- declare const SelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4217
- declare const SelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4218
-
4219
- declare const Sheet: React$1.FC<DialogPrimitive.DialogProps>;
4220
- declare const SheetTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
4221
- declare const SheetClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
4222
- declare const SheetPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
4223
- declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
4224
- declare const sheetVariants: (props?: ({
4225
- side?: "top" | "right" | "bottom" | "left" | null | undefined;
4226
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
4227
- interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, VariantProps<typeof sheetVariants> {
4228
- }
4229
- declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
4230
- declare const SheetHeader: {
4231
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
4232
- displayName: string;
4233
- };
4234
- declare const SheetFooter: {
4235
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
4236
- displayName: string;
4237
- };
4238
- declare const SheetTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
4239
- declare const SheetDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
4240
-
4241
- declare const Widget: () => react_jsx_runtime.JSX.Element;
4242
-
4243
- type Token = {
4244
- address?: string;
4245
- symbol: string;
4246
- name: string;
4247
- decimals: number;
4248
- chainId: string;
4249
- logoUrl?: string;
4250
- disabled?: boolean;
4251
- };
4252
- type Chain = {
4253
- value: string;
4254
- label: string;
4255
- logoUrl?: string;
4256
- symbol: string;
4257
- };
4258
- type TransactionType = 'onRamp' | 'offRamp' | 'swap';
4259
- type RecipientType = {
4260
- key: string;
4261
- chain: string;
4262
- image: string;
4263
- };
4264
-
4265
- declare function cn(...inputs: ClassValue[]): string;
4266
-
4267
- /**
4268
- * Converts nominal (human-readable) values to native (smallest unit) values
4269
- * Uses string manipulation to avoid floating-point precision issues
4270
- * Example: "100.5" USDC (6 decimals) → "100500000"
4271
- *
4272
- * @param nominalValue - Human-readable amount (e.g., "100.5")
4273
- * @param decimals - Token decimals (e.g., 6 for USDC, 18 for ETH)
4274
- * @returns Native units as string (e.g., "100500000")
4275
- */
4276
- declare function parseToNativeUnits(nominalValue: string, decimals: number): string;
4277
- /**
4278
- * Converts native (smallest unit) values to nominal (human-readable) values
4279
- * Example: "100500000" → "100.5" (6 decimals)
4280
- *
4281
- * @param nativeValue - Native units as string (e.g., "100500000")
4282
- * @param decimals - Token decimals (e.g., 6 for USDC, 18 for ETH)
4283
- * @returns Human-readable amount as string (e.g., "100.5")
4284
- */
4285
- declare function parseFromNativeUnits(nativeValue: string, decimals: number): string;
4286
- /**
4287
- * Format crypto amounts for display with smart decimal places
4288
- * Adjusts precision based on amount magnitude
4289
- *
4290
- * @param amount - Amount in native units as string
4291
- * @param decimals - Token decimals
4292
- * @returns Formatted display string (e.g., "100.50", "0.0012")
4293
- */
4294
- declare function formatCryptoAmount(amount: string, decimals: number): string;
4295
- /**
4296
- * Truncates an address for display
4297
- * Example: 0x1234567890abcdef... → 0x1234...cdef
4298
- *
4299
- * @param address - The full address to truncate
4300
- * @param chars - Number of characters to show at start and end (default: 4)
4301
- * @returns Truncated address string (e.g., "0x1234...cdef")
4302
- */
4303
- declare function truncateAddress(address: string, chars?: number): string;
4304
-
4305
- /**
4306
- * Format USD values with smart precision based on magnitude
4307
- *
4308
- * Examples:
4309
- * - formatUsd(0.0067) → "$0.0067" (4 decimals for tiny values)
4310
- * - formatUsd(0.5) → "$0.50" (2 decimals for normal values)
4311
- * - formatUsd(1234.56) → "$1.23K" (abbreviated for thousands)
4312
- * - formatUsd(1234567) → "$1.23M" (abbreviated for millions)
4313
- */
4314
- declare function formatUsd(value: number | null | undefined, options?: {
4315
- alwaysShowDecimals?: boolean;
4316
- compact?: boolean;
4317
- }): string | null;
4318
- /**
4319
- * Format USD with non-compact notation (always full number)
4320
- * Example: formatUsdFull(1234567) → "$1,234,567.00"
4321
- */
4322
- declare function formatUsdFull(value: number | null | undefined): string | null;
4323
-
4324
- /**
4325
- * Validates Ethereum address format
4326
- * @param address - The address to validate
4327
- * @returns true if address is valid, false otherwise
4328
- */
4329
- declare function isValidAddress(address: string): boolean;
4330
- /**
4331
- * Validates amount input (positive number)
4332
- * @param amount - The amount string to validate
4333
- * @returns true if amount is valid and positive, false otherwise
4334
- */
4335
- declare function isValidAmount(amount: string): boolean;
4336
- /**
4337
- * Checks if two tokens represent the same asset (direct transfer)
4338
- * Used to determine if a quote API call is needed or if it's a direct 1:1 transfer
4339
- * @param token1 - First token with address and chainId
4340
- * @param token2 - Second token with address and chainId
4341
- * @returns true if tokens are the same, false otherwise
4342
- */
4343
- declare function isSameToken(token1: {
4344
- address?: string;
4345
- chainId: string | number;
4346
- }, token2: {
4347
- address?: string;
4348
- chainId: string | number;
4349
- }): boolean;
4350
-
4351
- /**
4352
- * Map Orda chainId (number) to wagmi/viem chain objects.
4353
- * These chains are compatible with both viem and AppKit.
4354
- */
4355
- declare function getWagmiChain(chainId: number | string): Chain$1 | undefined;
4356
- /**
4357
- * Get human-readable chain name for error messages
4358
- */
4359
- declare function getChainName$1(chainId: number | string): string;
4360
-
4361
- declare const copyToClipboard: (text: string) => Promise<void>;
4362
-
4363
- /**
4364
- * Network Mapping Utility
4365
- * Maps internal chain IDs to Reown AppKit network objects for wallet switching
4366
- */
4367
-
4368
- declare function getAppKitNetwork(chainId: string | number): AppKitNetwork | null;
4369
- declare function requiresNetworkSwitch(chainId: string | number): boolean;
4370
- declare function getNetworkDisplayName(chainId: string | number): string;
4371
- /**
4372
- * Maps Alchemy network identifier to RPC endpoint URL
4373
- * Used for per-network balance fetching via Alchemy JSON-RPC
4374
- *
4375
- * @param network - Alchemy network identifier (e.g., 'eth-mainnet', 'polygon-mainnet')
4376
- * @param apiKey - Alchemy API key
4377
- * @returns Full RPC URL for the network, or null if unsupported
4378
- *
4379
- * @example
4380
- * const url = getAlchemyRpcUrl('eth-mainnet', 'abc123')
4381
- * // Returns: 'https://eth-mainnet.g.alchemy.com/v2/abc123'
4382
- */
4383
- declare function getAlchemyRpcUrl(network: string, apiKey: string): string | null;
4384
- /**
4385
- * Gets all supported Alchemy network identifiers for EVM chains
4386
- * Used to fetch balances across all configured networks
4387
- *
4388
- * @returns Array of Alchemy network identifiers
4389
- */
4390
- declare function getAllAlchemyNetworks(): string[];
4391
- /**
4392
- * Maps internal chain ID to Alchemy network identifier
4393
- * Used for price fetching and network identification
4394
- *
4395
- * @param chainId - Internal chain ID (e.g., '1', '137', '42161')
4396
- * @returns Alchemy network identifier (e.g., 'eth-mainnet') or null if unsupported
4397
- */
4398
- declare function mapChainIdToAlchemyNetwork(chainId: string | number): string | null;
4399
- /**
4400
- * Maps Alchemy network identifier back to internal chain ID (reverse mapping)
4401
- * Used for converting Alchemy API responses back to internal chain IDs
4402
- *
4403
- * @param alchemyNetwork - Alchemy network identifier (e.g., 'eth-mainnet')
4404
- * @returns Internal chain ID (e.g., '1') or null if unsupported
4405
- */
4406
- declare function mapAlchemyNetworkToChainId(alchemyNetwork: string): string | null;
4407
-
4408
- /**
4409
- * Transaction utility helpers for safe parameter parsing and validation
4410
- */
4411
- interface TransactionParams {
4412
- from: Address;
4413
- to: Address;
4414
- data: `0x${string}`;
4415
- value?: string | number | bigint;
4416
- gas?: string | number | bigint;
4417
- gasPrice?: string | number | bigint;
4418
- maxFeePerGas?: string | number | bigint;
4419
- maxPriorityFeePerGas?: string | number | bigint;
4420
- nonce?: number | string;
4421
- chainId: number;
4422
- }
4423
- /**
4424
- * Safely parse a value to BigInt, handling various formats
4425
- * - Hex strings: "0xdbb0" → 56240n
4426
- * - Decimal strings: "56240" → 56240n
4427
- * - Numbers: 56240 → 56240n
4428
- * - Empty/undefined: → 0n
4429
- * - BigInt: pass through
4430
- */
4431
- declare function safeParseBigInt(value: string | number | bigint | null | undefined): bigint;
4432
- /**
4433
- * Parse transaction value field safely
4434
- * Returns bigint, defaults to 0n for invalid values
4435
- */
4436
- declare function parseTransactionValue(value: string | number | bigint | null | undefined): bigint;
4437
- /**
4438
- * Parse gas parameter safely
4439
- * Returns bigint | undefined (undefined means let wallet estimate)
4440
- */
4441
- declare function parseGasParam(gas: string | number | bigint | null | undefined): bigint | undefined;
4442
- /**
4443
- * Validate transaction parameters before sending
4444
- * Throws descriptive errors if validation fails
4445
- */
4446
- declare function validateTransactionParams(params: {
4447
- to?: string;
4448
- from?: string;
4449
- data?: string;
4450
- chainId?: number;
4451
- }): void;
4452
- /**
4453
- * Check if an error is a user rejection
4454
- */
4455
- declare function isUserRejection(error: unknown): error is BaseError;
4456
- /**
4457
- * Get user-friendly error message from transaction error
4458
- */
4459
- declare function getTransactionErrorMessage(error: unknown): {
4460
- title: string;
4461
- description: string;
4462
- };
4463
-
4464
- declare enum ChainId {
4465
- ETHEREUM = 1,
4466
- OPTIMISM = 10,
4467
- POLYGON = 137,
4468
- BASE = 8453,
4469
- ARBITRUM = 42161,
4470
- AVALANCHE = 43114,
4471
- LINEA = 59144,
4472
- SCROLL = 534352,
4473
- SOLANA = 1001001,
4474
- BITCOIN = 1001002,
4475
- BSC = 56,
4476
- GNOSIS = 100,
4477
- MANTLE = 5000,
4478
- CELO = 42220,
4479
- SEI = 1329,
4480
- WORLDCHAIN = 480,
4481
- UNICHAIN = 130
4482
- }
4483
- declare enum ChainType {
4484
- EVM = "EVM",
4485
- SOLANA = "SOLANA",
4486
- BITCOIN = "BITCOIN"
4487
- }
4488
- interface ChainInfo {
4489
- id: string;
4490
- name: string;
4491
- displayName: string;
4492
- symbol: string;
4493
- type: ChainType;
4494
- decimals: number;
4495
- rpcUrl?: string;
4496
- blockExplorer?: string;
4497
- logoUrl?: string;
4498
- }
4499
- interface FiatInfo {
4500
- id: string;
4501
- name: string;
4502
- displayName: string;
4503
- symbol: string;
4504
- logoUrl?: string;
4505
- }
4506
- declare const SUPPORTED_CHAINS: Record<string, ChainInfo>;
4507
- declare const SUPPORTED_FIAT: Record<string, FiatInfo>;
4508
- declare const CHAIN_OPTIONS: {
4509
- value: string;
4510
- label: string;
4511
- logoUrl: string | undefined;
4512
- symbol: string;
4513
- }[];
4514
- declare const FIAT_OPTION: {
4515
- value: string;
4516
- label: string;
4517
- logoUrl: string;
4518
- symbol: string;
4519
- }[];
4520
- declare function isSupportedChain(chainId: string | number): boolean;
4521
- declare function isEVMChain(chainId: string | number): boolean;
4522
- declare function isSolanaChain(chainId: string | number): boolean;
4523
- declare function isBitcoinChain(chainId: string | number): boolean;
4524
- declare function getChainInfo(chainId: string | number): ChainInfo | FiatInfo | undefined;
4525
- declare function getChainName(chainId: string | number): string | undefined;
4526
- declare function getChainLogoUrl(chainId: string | number, tokenSymbol?: string): string | undefined;
4527
- declare const COMMON_CHAINS: string[];
4528
-
4529
- interface TokenInfo {
4530
- address?: Address | string;
4531
- symbol: string;
4532
- name: string;
4533
- decimals: number;
4534
- chainId: string;
4535
- logoUrl?: string;
4536
- }
4537
- declare const COMMON_TOKENS: TokenInfo[];
4538
- declare const FIAT_CURRENCIES: ({
4539
- symbol: string;
4540
- name: string;
4541
- decimals: number;
4542
- chainId: string;
4543
- logoUrl: string;
4544
- disabled?: undefined;
4545
- } | {
4546
- symbol: string;
4547
- name: string;
4548
- decimals: number;
4549
- chainId: string;
4550
- logoUrl: string;
4551
- disabled: boolean;
4552
- })[];
4553
- declare const TAX_ID_COUNTRIES: {
4554
- value: string;
4555
- label: string;
4556
- }[];
4557
-
4558
- /**
4559
- * Wrapped Native Token Address Mappings
4560
- *
4561
- * Maps chain IDs to their wrapped native token contract addresses.
4562
- * Used for fetching USD prices of native tokens (ETH, AVAX, etc.) via their wrapped equivalents.
4563
- *
4564
- * Native tokens use the zero address (0x0000000000000000000000000000000000000000),
4565
- * but price APIs typically don't return data for this address. Instead, we use the wrapped
4566
- * token address (WETH, WAVAX, etc.) which has the same price as the native token.
4567
- */
4568
- declare const WRAPPED_NATIVE_TOKENS: Record<string, string>;
4569
- /**
4570
- * Check if an address is the native token zero address
4571
- */
4572
- declare function isNativeTokenAddress(address: string | null | undefined): boolean;
4573
- /**
4574
- * Get the wrapped token address for a native token on a given chain
4575
- * Returns the wrapped address if available, otherwise returns the original address
4576
- */
4577
- declare function getWrappedAddressForPricing(address: string | null | undefined, chainId: string | number): string | null;
4578
-
4579
- declare const VERSION = "1.0.0";
4580
-
4581
- export { type AppKitConfig, type AppKitFactoryConfig, Badge, type BadgeProps, type BalancesFetchOptions, type BalancesFetchResponse, Button, type ButtonProps, CHAIN_OPTIONS, COMMON_CHAINS, COMMON_TOKENS, type Chain, ChainId, type ChainInfo, ChainType, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, FIAT_CURRENCIES, FIAT_OPTION, type FiatInfo, Input, Label, OrdaProvider, type OrdaProviderConfig, type OrdaProviderProps, type OrdaSDKContextValue, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, type RecipientType, SUPPORTED_CHAINS, SUPPORTED_FIAT, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, type StoredCryptoRecipient, type StoredFiatRecipient, TAX_ID_COUNTRIES, type Token, type TokenBalance, type TokenInfo, type TokenPriceData, type TokenPriceRequest, type TokenResponse, type TransactionParams, type TransactionType, type UseBalancesOptions, type UseBalancesReturn, type UseLocalRecipientsReturn, type UseOffRampReturn, type UseOnRampReturn, type UseQuoteReturn, type UseRecipientReturn, type UseTokenPricesOptions, type UseTokenPricesReturn, type UseTransactionReturn, VERSION, WRAPPED_NATIVE_TOKENS, Widget, badgeVariants, buttonVariants, cn, copyToClipboard, createAppKitConfig, evmNetworks, formatCryptoAmount, formatUsd, formatUsdFull, getAlchemyRpcUrl, getAllAlchemyNetworks, getAppKitNetwork, getChainInfo, getChainLogoUrl, getChainName, getNetworkDisplayName, getTransactionErrorMessage, getWagmiChain, getChainName$1 as getWagmiChainName, getWrappedAddressForPricing, isBitcoinChain, isEVMChain, isNativeTokenAddress, isSameToken, isSolanaChain, isSupportedChain, isUserRejection, isValidAddress, isValidAmount, mapAlchemyNetworkToChainId, mapChainIdToAlchemyNetwork, parseFromNativeUnits, parseGasParam, parseToNativeUnits, parseTransactionValue, requiresNetworkSwitch, safeParseBigInt, solanaNetworks, truncateAddress, useBalances, useLocalRecipients, useMediaQuery, useOffRamp, useOnRamp, useOrdaSDK, useQuote, useRecipient, useTokenPrices, useTransaction, validateTransactionParams };