@wormhole-foundation/wormhole-connect 3.0.1-beta.6-development → 3.0.1-beta.7-development

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 (298) hide show
  1. package/dist/assets/{evm-CP2QogPh.js → evm-Daw1hnd1.js} +1 -1
  2. package/dist/assets/{tokens-p0GcG7JT.js → tokens-CD1l6Xjr.js} +13 -13
  3. package/dist/main.js +81 -81
  4. package/dist/src/AppRouter.d.ts.map +1 -1
  5. package/dist/src/components/AssetBadge.d.ts.map +1 -1
  6. package/dist/src/components/ConfigurablePageHeader.d.ts +4 -0
  7. package/dist/src/components/ConfigurablePageHeader.d.ts.map +1 -0
  8. package/dist/src/components/SampleApp/index.d.ts.map +1 -1
  9. package/dist/src/components/v3/AlertBanner.d.ts +14 -0
  10. package/dist/src/components/v3/AlertBanner.d.ts.map +1 -0
  11. package/dist/src/components/v3/Button.d.ts +22 -0
  12. package/dist/src/components/v3/Button.d.ts.map +1 -0
  13. package/dist/src/config/ui.d.ts +1 -1
  14. package/dist/src/config/ui.d.ts.map +1 -1
  15. package/dist/src/hooks/useAmountValidation.d.ts +2 -2
  16. package/dist/src/hooks/useAmountValidation.d.ts.map +1 -1
  17. package/dist/src/icons/Clock.d.ts +5 -0
  18. package/dist/src/icons/Clock.d.ts.map +1 -0
  19. package/dist/src/icons/SwapVertical.d.ts +5 -0
  20. package/dist/src/icons/SwapVertical.d.ts.map +1 -0
  21. package/dist/src/icons/TokenIcons.d.ts +1 -1
  22. package/dist/src/icons/TokenIcons.d.ts.map +1 -1
  23. package/dist/src/theme.d.ts +10 -3
  24. package/dist/src/theme.d.ts.map +1 -1
  25. package/dist/src/views/v3/Bridge/AmountInput/index.d.ts +21 -0
  26. package/dist/src/views/v3/Bridge/AmountInput/index.d.ts.map +1 -0
  27. package/dist/src/views/v3/Bridge/AmountValidationError.d.ts +11 -0
  28. package/dist/src/views/v3/Bridge/AmountValidationError.d.ts.map +1 -0
  29. package/dist/src/views/v3/Bridge/AssetPicker/ChainList.d.ts +16 -0
  30. package/dist/src/views/v3/Bridge/AssetPicker/ChainList.d.ts.map +1 -0
  31. package/dist/src/views/v3/Bridge/AssetPicker/PickerBottomSheet.d.ts +31 -0
  32. package/dist/src/views/v3/Bridge/AssetPicker/PickerBottomSheet.d.ts.map +1 -0
  33. package/dist/src/views/v3/Bridge/AssetPicker/PickerModal.d.ts +32 -0
  34. package/dist/src/views/v3/Bridge/AssetPicker/PickerModal.d.ts.map +1 -0
  35. package/dist/src/views/v3/Bridge/AssetPicker/SearchableList/SearchInput.d.ts +11 -0
  36. package/dist/src/views/v3/Bridge/AssetPicker/SearchableList/SearchInput.d.ts.map +1 -0
  37. package/dist/src/views/v3/Bridge/AssetPicker/SearchableList/index.d.ts +20 -0
  38. package/dist/src/views/v3/Bridge/AssetPicker/SearchableList/index.d.ts.map +1 -0
  39. package/dist/src/views/v3/Bridge/AssetPicker/TokenItem.d.ts +16 -0
  40. package/dist/src/views/v3/Bridge/AssetPicker/TokenItem.d.ts.map +1 -0
  41. package/dist/src/views/v3/Bridge/AssetPicker/TokenList.d.ts +24 -0
  42. package/dist/src/views/v3/Bridge/AssetPicker/TokenList.d.ts.map +1 -0
  43. package/dist/src/views/v3/Bridge/AssetPicker/index.d.ts +32 -0
  44. package/dist/src/views/v3/Bridge/AssetPicker/index.d.ts.map +1 -0
  45. package/dist/src/views/v3/Bridge/GasSlider/index.d.ts +11 -0
  46. package/dist/src/views/v3/Bridge/GasSlider/index.d.ts.map +1 -0
  47. package/dist/src/views/v3/Bridge/Routes/RouteBadge.d.ts +9 -0
  48. package/dist/src/views/v3/Bridge/Routes/RouteBadge.d.ts.map +1 -0
  49. package/dist/src/views/v3/Bridge/Routes/RoutesBottomSheet.d.ts +26 -0
  50. package/dist/src/views/v3/Bridge/Routes/RoutesBottomSheet.d.ts.map +1 -0
  51. package/dist/src/views/v3/Bridge/Routes/RoutesList.d.ts +20 -0
  52. package/dist/src/views/v3/Bridge/Routes/RoutesList.d.ts.map +1 -0
  53. package/dist/src/views/v3/Bridge/Routes/RoutesModal.d.ts +25 -0
  54. package/dist/src/views/v3/Bridge/Routes/RoutesModal.d.ts.map +1 -0
  55. package/dist/src/views/v3/Bridge/Routes/SingleRoute.d.ts +17 -0
  56. package/dist/src/views/v3/Bridge/Routes/SingleRoute.d.ts.map +1 -0
  57. package/dist/src/views/v3/Bridge/Routes/index.d.ts +13 -0
  58. package/dist/src/views/v3/Bridge/Routes/index.d.ts.map +1 -0
  59. package/dist/src/views/v3/Bridge/SwapInputs/index.d.ts +5 -0
  60. package/dist/src/views/v3/Bridge/SwapInputs/index.d.ts.map +1 -0
  61. package/dist/src/views/v3/Bridge/WalletConnector/Controller.d.ts +8 -0
  62. package/dist/src/views/v3/Bridge/WalletConnector/Controller.d.ts.map +1 -0
  63. package/dist/src/views/v3/Bridge/WalletConnector/ExplorerLink.d.ts +10 -0
  64. package/dist/src/views/v3/Bridge/WalletConnector/ExplorerLink.d.ts.map +1 -0
  65. package/dist/src/views/v3/Bridge/WalletConnector/Sidebar.d.ts +11 -0
  66. package/dist/src/views/v3/Bridge/WalletConnector/Sidebar.d.ts.map +1 -0
  67. package/dist/src/views/v3/Bridge/WalletConnector/index.d.ts +11 -0
  68. package/dist/src/views/v3/Bridge/WalletConnector/index.d.ts.map +1 -0
  69. package/dist/src/views/v3/Bridge/index.d.ts +5 -0
  70. package/dist/src/views/v3/Bridge/index.d.ts.map +1 -0
  71. package/dist/src/views/v3/Redeem/TransactionDetails/index.d.ts +4 -0
  72. package/dist/src/views/v3/Redeem/TransactionDetails/index.d.ts.map +1 -0
  73. package/dist/src/views/v3/Redeem/index.d.ts +5 -0
  74. package/dist/src/views/v3/Redeem/index.d.ts.map +1 -0
  75. package/dist/src/views/v3/TxHistory/Item/index.d.ts +8 -0
  76. package/dist/src/views/v3/TxHistory/Item/index.d.ts.map +1 -0
  77. package/dist/src/views/v3/TxHistory/Widget/Item.d.ts +9 -0
  78. package/dist/src/views/v3/TxHistory/Widget/Item.d.ts.map +1 -0
  79. package/dist/src/views/v3/TxHistory/Widget/index.d.ts +6 -0
  80. package/dist/src/views/v3/TxHistory/Widget/index.d.ts.map +1 -0
  81. package/dist/src/views/v3/TxHistory/index.d.ts +4 -0
  82. package/dist/src/views/v3/TxHistory/index.d.ts.map +1 -0
  83. package/lib/{account-DtI49BC9.mjs → account-BXlWsVcD.mjs} +1 -1
  84. package/lib/{account-BNVdeY3i.js → account-D3Whnyky.js} +1 -1
  85. package/lib/address-B2sdpJNe.js +1 -0
  86. package/lib/{address-DHjpQ41W.js → address-CFAt6HNS.js} +1 -1
  87. package/lib/{address-C4qO2bMD.mjs → address-CZArADcj.mjs} +1 -1
  88. package/lib/{address-BJhcbdG9.mjs → address-DPWm1fbw.mjs} +212 -205
  89. package/lib/{address-XxuWo72f.js → address-DpQlJQKV.js} +7 -7
  90. package/lib/{address-QpeLv2yn.mjs → address-YYxpimx3.mjs} +277 -276
  91. package/lib/{aptos-BPPwy9CZ.js → aptos-BQFrxLpU.js} +1 -1
  92. package/lib/{aptos-b3ytowip.js → aptos-C6eC7BKq.js} +2 -2
  93. package/lib/{aptos-C8FBg3S2.mjs → aptos-DNhNK-_f.mjs} +7 -7
  94. package/lib/{aptos-ButqYPXo.mjs → aptos-YbewU4Io.mjs} +3 -3
  95. package/lib/{basic-YNjcoRfK.js → basic-BH3rU0o2.js} +1 -1
  96. package/lib/{basic-BDC-Dz2c.mjs → basic-CVEIWCYi.mjs} +2 -2
  97. package/lib/{basic-B5VNsnap.mjs → basic-D3Mgm4Qb.mjs} +2 -2
  98. package/lib/{basic-BR_WJgiZ.js → basic-kfvhCLeC.js} +1 -1
  99. package/lib/{blake2b-5ZGBTE8v.mjs → blake2b-BFJ9US29.mjs} +7 -7
  100. package/lib/{blake2b-BJ4wVK7V.js → blake2b-aUiblHhG.js} +1 -1
  101. package/lib/{browser-ponyfill-C53najnL.js → browser-ponyfill-BeX4lPJd.js} +1 -1
  102. package/lib/{browser-ponyfill-CuZzL5JS.mjs → browser-ponyfill-Cn2t1qf7.mjs} +1 -1
  103. package/lib/{chain-B7MIR9_r.mjs → chain-D5okRkwk.mjs} +1 -1
  104. package/lib/{chain-CSpjwyBt.js → chain-Dme8n2tA.js} +1 -1
  105. package/lib/{chunk-KJH4KKG6-qC3BvugF.mjs → chunk-KJH4KKG6-DTOJZuhY.mjs} +144 -144
  106. package/lib/{chunk-KJH4KKG6-B9iq51o1.js → chunk-KJH4KKG6-HfCF1Kt-.js} +1 -1
  107. package/lib/{constants-DWhraRof.mjs → constants-BHQAYN6w.mjs} +3 -3
  108. package/lib/{constants-BA7a60_u.js → constants-BsKTcZQ3.js} +1 -1
  109. package/lib/{contract-D4Vzf62E.mjs → contract-CjL0DzEO.mjs} +39 -39
  110. package/lib/{contract-CQnkFb54.js → contract-DPL0fm8A.js} +1 -1
  111. package/lib/{core-DY8-r2Jo.mjs → core-C67jLszg.mjs} +7 -7
  112. package/lib/{core-DzA-Itto.js → core-DmZlgGHj.js} +3 -3
  113. package/lib/{create-CtvZoy0X.mjs → create-BlfwwO0_.mjs} +3 -3
  114. package/lib/{create-DCJBhyHG.js → create-CovWyutZ.js} +1 -1
  115. package/lib/{evm-BvQ1H4_y.js → evm-BWTWGvAv.js} +2 -2
  116. package/lib/{evm-Dn0xYGMV.mjs → evm-BohuNM6V.mjs} +9 -9
  117. package/lib/{evm-CrfP3Qfk.js → evm-CqywsvEZ.js} +2 -2
  118. package/lib/{evm-BfefVZFh.mjs → evm-M0ImOGaN.mjs} +7 -7
  119. package/lib/executor.js +1 -1
  120. package/lib/executor.mjs +46 -46
  121. package/lib/hosted.js +1 -1
  122. package/lib/hosted.mjs +1 -1
  123. package/lib/{index-CnCmR4Uj.js → index-2CmAUr-U.js} +1 -1
  124. package/lib/{index-DF2WGKez.js → index-85b_tiAE.js} +1 -1
  125. package/lib/{index-Ct88Toxl.mjs → index-95FB4Qgc.mjs} +3 -3
  126. package/lib/{index-lN-puZih.js → index-B7ho7Pb6.js} +1 -1
  127. package/lib/{index-DbPhljz1.mjs → index-BAUIp5vX.mjs} +15 -15
  128. package/lib/{index-DQp_O8iB.mjs → index-BCZtiDee.mjs} +4 -4
  129. package/lib/{index-BiS8vv7E.mjs → index-BGq4wC4S.mjs} +1 -1
  130. package/lib/{index-CBHIr2qc.mjs → index-BQuPDPUZ.mjs} +14 -14
  131. package/lib/{index-C1NzL1cw.mjs → index-BSj3tfTR.mjs} +3 -3
  132. package/lib/{index-CbVRI3aO.mjs → index-BV1jWLbR.mjs} +40 -40
  133. package/lib/{index-CXwf1C77.mjs → index-BXk8QNCQ.mjs} +6 -6
  134. package/lib/{index-DwX86vgy.mjs → index-BcAk5RDV.mjs} +31 -31
  135. package/lib/{index-BarjntIo.mjs → index-BgOkhLJ5.mjs} +4 -4
  136. package/lib/{index-BjbPJ-9w.js → index-BkPAiliF.js} +1 -1
  137. package/lib/{index-DLilRB-O.js → index-Bn-q9qez.js} +1 -1
  138. package/lib/{index-3pNz5RJC.js → index-Bt7K1A1Q.js} +1 -1
  139. package/lib/{index-BrjiGZLN.mjs → index-C-NwpT7M.mjs} +4 -4
  140. package/lib/{index-B2oGf_0Z.js → index-C7dcnZ_Y.js} +1 -1
  141. package/lib/{index-BuxGl_Bi.js → index-C9Mdci2_.js} +1 -1
  142. package/lib/index-CBBfcDND.js +335 -0
  143. package/lib/{index-BGsoGuxr.js → index-CGjibiRn.js} +1 -1
  144. package/lib/{index-Yra08X_i.js → index-CJ_ewe88.js} +1 -1
  145. package/lib/{index-CS1x3lLl.mjs → index-CMyIX4q3.mjs} +1 -1
  146. package/lib/{index-C6plXYir.mjs → index-CPq5TByt.mjs} +31052 -27169
  147. package/lib/{index-Czoo2lwG.mjs → index-Cd2G9Q0O.mjs} +2 -2
  148. package/lib/{index-iXUxUBar.js → index-D8YqkJyN.js} +1 -1
  149. package/lib/{index-BG9uNreI.js → index-DMtTF3lo.js} +1 -1
  150. package/lib/{index-DrcGXX5n.mjs → index-DRZtHRGC.mjs} +5 -5
  151. package/lib/{index-BZsgCHbh.js → index-DSFtUxH1.js} +1 -1
  152. package/lib/{index-B9Jj-myq.mjs → index-DYspQsyV.mjs} +4 -4
  153. package/lib/{index-BPdR4VSR.mjs → index-Difh_8Uq.mjs} +35 -35
  154. package/lib/{index-D2-kSqKC.mjs → index-Dl11esS0.mjs} +12 -12
  155. package/lib/{index-Dg1FDsF7.js → index-DlZQ535U.js} +1 -1
  156. package/lib/{index-DPZNqrkJ.mjs → index-DnaDROoD.mjs} +3 -3
  157. package/lib/{index-C6deIq6M.js → index-DocFg1hF.js} +1 -1
  158. package/lib/{index-BHv9flJb.js → index-DpEQBLtA.js} +1 -1
  159. package/lib/{index-OjOZm9KZ.mjs → index-DpSdWR-Q.mjs} +19 -19
  160. package/lib/{index-DCIXsPdt.js → index-DzxRHhWq.js} +1 -1
  161. package/lib/{index-BYNs7o4U.js → index-LMdITOCB.js} +1 -1
  162. package/lib/{index-C3JpIduu.js → index-cT-KFIxA.js} +1 -1
  163. package/lib/{index-TWJ3iDnH.js → index-k6e49slq.js} +1 -1
  164. package/lib/{index-t4mLpVUg.mjs → index-uuu1viWa.mjs} +1 -1
  165. package/lib/{index.es-CGmlPDhv.js → index.es-BYFwv7lT.js} +1 -1
  166. package/lib/{index.es-Cv23C4D_.mjs → index.es-BhhigIOQ.mjs} +3 -3
  167. package/lib/{index.es-C-nP3Wu4.mjs → index.es-DGqzeimm.mjs} +5 -5
  168. package/lib/{index.es-DOcp1QIZ.js → index.es-Fc3_m80E.js} +3 -3
  169. package/lib/index.js +1 -1
  170. package/lib/index.mjs +2 -2
  171. package/lib/mayan.js +9 -2
  172. package/lib/mayan.mjs +21900 -18117
  173. package/lib/{mint-DDRe5tvc.js → mint-C2AsTCD2.js} +1 -1
  174. package/lib/{mint-CwWYApOB.mjs → mint-CLB7p3ZL.mjs} +2 -2
  175. package/lib/ntt.js +1 -1
  176. package/lib/ntt.mjs +2370 -2323
  177. package/lib/{platform-Cdz3d-G9.js → platform-Cl1b31bn.js} +1 -1
  178. package/lib/{platform-C2My6P6V.js → platform-DV62YjSS.js} +1 -1
  179. package/lib/{platform-CkZe-n0U.js → platform-Dw5tN12f.js} +1 -1
  180. package/lib/{platform-B0QvkHbE.mjs → platform-bCY3DvqI.mjs} +14 -14
  181. package/lib/{platform-lg76WojY.mjs → platform-mkzPOtcO.mjs} +42 -21
  182. package/lib/{platform-IW8iV_CA.mjs → platform-pX0KL6zm.mjs} +6 -6
  183. package/lib/{provider-jsonrpc-Bd_Ha8XL.js → provider-jsonrpc-B0bAKP-a.js} +1 -1
  184. package/lib/{provider-jsonrpc-BXNY8lbA.mjs → provider-jsonrpc-DwKu1fjn.mjs} +120 -120
  185. package/lib/{secp256k1-BaYwfoJI.js → secp256k1-1EcPGQYM.js} +1 -1
  186. package/lib/{secp256k1-etdIygIN.mjs → secp256k1-6Zr6y_zm.mjs} +1 -1
  187. package/lib/{secp256k1-D3q9LbdQ.js → secp256k1-7IiVcfA7.js} +1 -1
  188. package/lib/{secp256k1-luy_3ZLQ.mjs → secp256k1-BeZAjIBs.mjs} +1 -1
  189. package/lib/{secp256k1-Cplgnjin.mjs → secp256k1-DXI-6Erh.mjs} +1 -1
  190. package/lib/{secp256k1-CuaGNRQC.js → secp256k1-Y38qxq0y.js} +1 -1
  191. package/lib/{signer-DKbAIeFy.mjs → signer-CzGPDOMI.mjs} +20 -20
  192. package/lib/{signer-BrSuBAB7.js → signer-D6-3r3Sp.js} +1 -1
  193. package/lib/{solana-BnirZbTQ.js → solana-Da7iWCux.js} +4 -4
  194. package/lib/solana-mjJtTggS.js +1 -0
  195. package/lib/{solana-DR8_Oms-.mjs → solana-os3Osxo6.mjs} +10 -10
  196. package/lib/solana-vo_l-zLm.mjs +18 -0
  197. package/lib/{solanaEmbed.esm-fUPiKqY3.mjs → solanaEmbed.esm-BBnVqCsz.mjs} +2 -2
  198. package/lib/{solanaEmbed.esm-BKWwcEou.js → solanaEmbed.esm-RhVD6vLR.js} +1 -1
  199. package/lib/src/AppRouter.d.ts.map +1 -1
  200. package/lib/src/components/AssetBadge.d.ts.map +1 -1
  201. package/lib/src/components/ConfigurablePageHeader.d.ts +4 -0
  202. package/lib/src/components/ConfigurablePageHeader.d.ts.map +1 -0
  203. package/lib/src/components/SampleApp/index.d.ts.map +1 -1
  204. package/lib/src/components/v3/AlertBanner.d.ts +14 -0
  205. package/lib/src/components/v3/AlertBanner.d.ts.map +1 -0
  206. package/lib/src/components/v3/Button.d.ts +22 -0
  207. package/lib/src/components/v3/Button.d.ts.map +1 -0
  208. package/lib/src/config/ui.d.ts +1 -1
  209. package/lib/src/config/ui.d.ts.map +1 -1
  210. package/lib/src/hooks/useAmountValidation.d.ts +2 -2
  211. package/lib/src/hooks/useAmountValidation.d.ts.map +1 -1
  212. package/lib/src/icons/Clock.d.ts +5 -0
  213. package/lib/src/icons/Clock.d.ts.map +1 -0
  214. package/lib/src/icons/SwapVertical.d.ts +5 -0
  215. package/lib/src/icons/SwapVertical.d.ts.map +1 -0
  216. package/lib/src/icons/TokenIcons.d.ts +1 -1
  217. package/lib/src/icons/TokenIcons.d.ts.map +1 -1
  218. package/lib/src/theme.d.ts +10 -3
  219. package/lib/src/theme.d.ts.map +1 -1
  220. package/lib/src/views/v3/Bridge/AmountInput/index.d.ts +21 -0
  221. package/lib/src/views/v3/Bridge/AmountInput/index.d.ts.map +1 -0
  222. package/lib/src/views/v3/Bridge/AmountValidationError.d.ts +11 -0
  223. package/lib/src/views/v3/Bridge/AmountValidationError.d.ts.map +1 -0
  224. package/lib/src/views/v3/Bridge/AssetPicker/ChainList.d.ts +16 -0
  225. package/lib/src/views/v3/Bridge/AssetPicker/ChainList.d.ts.map +1 -0
  226. package/lib/src/views/v3/Bridge/AssetPicker/PickerBottomSheet.d.ts +31 -0
  227. package/lib/src/views/v3/Bridge/AssetPicker/PickerBottomSheet.d.ts.map +1 -0
  228. package/lib/src/views/v3/Bridge/AssetPicker/PickerModal.d.ts +32 -0
  229. package/lib/src/views/v3/Bridge/AssetPicker/PickerModal.d.ts.map +1 -0
  230. package/lib/src/views/v3/Bridge/AssetPicker/SearchableList/SearchInput.d.ts +11 -0
  231. package/lib/src/views/v3/Bridge/AssetPicker/SearchableList/SearchInput.d.ts.map +1 -0
  232. package/lib/src/views/v3/Bridge/AssetPicker/SearchableList/index.d.ts +20 -0
  233. package/lib/src/views/v3/Bridge/AssetPicker/SearchableList/index.d.ts.map +1 -0
  234. package/lib/src/views/v3/Bridge/AssetPicker/TokenItem.d.ts +16 -0
  235. package/lib/src/views/v3/Bridge/AssetPicker/TokenItem.d.ts.map +1 -0
  236. package/lib/src/views/v3/Bridge/AssetPicker/TokenList.d.ts +24 -0
  237. package/lib/src/views/v3/Bridge/AssetPicker/TokenList.d.ts.map +1 -0
  238. package/lib/src/views/v3/Bridge/AssetPicker/index.d.ts +32 -0
  239. package/lib/src/views/v3/Bridge/AssetPicker/index.d.ts.map +1 -0
  240. package/lib/src/views/v3/Bridge/GasSlider/index.d.ts +11 -0
  241. package/lib/src/views/v3/Bridge/GasSlider/index.d.ts.map +1 -0
  242. package/lib/src/views/v3/Bridge/Routes/RouteBadge.d.ts +9 -0
  243. package/lib/src/views/v3/Bridge/Routes/RouteBadge.d.ts.map +1 -0
  244. package/lib/src/views/v3/Bridge/Routes/RoutesBottomSheet.d.ts +26 -0
  245. package/lib/src/views/v3/Bridge/Routes/RoutesBottomSheet.d.ts.map +1 -0
  246. package/lib/src/views/v3/Bridge/Routes/RoutesList.d.ts +20 -0
  247. package/lib/src/views/v3/Bridge/Routes/RoutesList.d.ts.map +1 -0
  248. package/lib/src/views/v3/Bridge/Routes/RoutesModal.d.ts +25 -0
  249. package/lib/src/views/v3/Bridge/Routes/RoutesModal.d.ts.map +1 -0
  250. package/lib/src/views/v3/Bridge/Routes/SingleRoute.d.ts +17 -0
  251. package/lib/src/views/v3/Bridge/Routes/SingleRoute.d.ts.map +1 -0
  252. package/lib/src/views/v3/Bridge/Routes/index.d.ts +13 -0
  253. package/lib/src/views/v3/Bridge/Routes/index.d.ts.map +1 -0
  254. package/lib/src/views/v3/Bridge/SwapInputs/index.d.ts +5 -0
  255. package/lib/src/views/v3/Bridge/SwapInputs/index.d.ts.map +1 -0
  256. package/lib/src/views/v3/Bridge/WalletConnector/Controller.d.ts +8 -0
  257. package/lib/src/views/v3/Bridge/WalletConnector/Controller.d.ts.map +1 -0
  258. package/lib/src/views/v3/Bridge/WalletConnector/ExplorerLink.d.ts +10 -0
  259. package/lib/src/views/v3/Bridge/WalletConnector/ExplorerLink.d.ts.map +1 -0
  260. package/lib/src/views/v3/Bridge/WalletConnector/Sidebar.d.ts +11 -0
  261. package/lib/src/views/v3/Bridge/WalletConnector/Sidebar.d.ts.map +1 -0
  262. package/lib/src/views/v3/Bridge/WalletConnector/index.d.ts +11 -0
  263. package/lib/src/views/v3/Bridge/WalletConnector/index.d.ts.map +1 -0
  264. package/lib/src/views/v3/Bridge/index.d.ts +5 -0
  265. package/lib/src/views/v3/Bridge/index.d.ts.map +1 -0
  266. package/lib/src/views/v3/Redeem/TransactionDetails/index.d.ts +4 -0
  267. package/lib/src/views/v3/Redeem/TransactionDetails/index.d.ts.map +1 -0
  268. package/lib/src/views/v3/Redeem/index.d.ts +5 -0
  269. package/lib/src/views/v3/Redeem/index.d.ts.map +1 -0
  270. package/lib/src/views/v3/TxHistory/Item/index.d.ts +8 -0
  271. package/lib/src/views/v3/TxHistory/Item/index.d.ts.map +1 -0
  272. package/lib/src/views/v3/TxHistory/Widget/Item.d.ts +9 -0
  273. package/lib/src/views/v3/TxHistory/Widget/Item.d.ts.map +1 -0
  274. package/lib/src/views/v3/TxHistory/Widget/index.d.ts +6 -0
  275. package/lib/src/views/v3/TxHistory/Widget/index.d.ts.map +1 -0
  276. package/lib/src/views/v3/TxHistory/index.d.ts +4 -0
  277. package/lib/src/views/v3/TxHistory/index.d.ts.map +1 -0
  278. package/lib/{sui-BTGAAvA9.js → sui-BCWT_MP3.js} +1 -1
  279. package/lib/{sui-BBqJwRM0.mjs → sui-CFKprzku.mjs} +3 -3
  280. package/lib/{sui-DTftSE5y.js → sui-CO5gTC2j.js} +1 -1
  281. package/lib/{sui-DAYuRjfB.mjs → sui-rzSF8U-3.mjs} +33 -33
  282. package/lib/{tokens-tq3iPasz.js → tokens-D2BbVV4x.js} +1 -1
  283. package/lib/{tokens-Bdu7ORRI.mjs → tokens-D74pLzp3.mjs} +3 -3
  284. package/lib/{units-Brhe0Yro.mjs → units-BGcsq4mJ.mjs} +24 -24
  285. package/lib/{units-CMwYFpwc.js → units-CFxZtEkH.js} +1 -1
  286. package/lib/{unsignedTransaction-Brbbx5Uc.mjs → unsignedTransaction-BHbKxuLa.mjs} +14 -14
  287. package/lib/{unsignedTransaction-q5Fk1S0o.js → unsignedTransaction-D14ic9We.js} +1 -1
  288. package/lib/{w3m-modal-BfRfCY9F.js → w3m-modal-253PNp3t.js} +1 -1
  289. package/lib/{w3m-modal-CtPzALaO.mjs → w3m-modal-BXoUHiVS.mjs} +2 -2
  290. package/lib/{w3m-modal-BhCXAHBR.js → w3m-modal-Dr98fjep.js} +1 -1
  291. package/lib/{w3m-modal-Dbhbe_NS.mjs → w3m-modal-vJ0TMybJ.mjs} +2 -2
  292. package/lib/{web3-Atnj-SZ3.mjs → web3-C7dEQmtr.mjs} +6 -6
  293. package/lib/{web3-DinKgkT9.js → web3-Co7tl8ed.js} +1 -1
  294. package/package.json +32 -33
  295. package/lib/address-BWzhA9di.js +0 -1
  296. package/lib/index-BjP-grbs.js +0 -299
  297. package/lib/solana-D_QkC8QG.mjs +0 -18
  298. package/lib/solana-pu7cIYt0.js +0 -1
@@ -1,4 +1,4 @@
1
- const e = "https://wormholescan.io/#/", a = "3.0.1-beta.6-development", o = "bd6f993dd1d12e8f16d01eebf5a4d549e58be88e", n = [
1
+ const a = "https://wormholescan.io/#/", e = "3.0.1-beta.7-development", o = "fe4d469f34cf4072a7ed9e0de95c25274c180ab7", n = [
2
2
  "Ethereum",
3
3
  "Solana",
4
4
  "Arbitrum",
@@ -21,7 +21,7 @@ const e = "https://wormholescan.io/#/", a = "3.0.1-beta.6-development", o = "bd6
21
21
  ];
22
22
  export {
23
23
  o as C,
24
- e as W,
25
- a,
24
+ a as W,
25
+ e as a,
26
26
  n as b
27
27
  };
@@ -1 +1 @@
1
- "use strict";const e="https://wormholescan.io/#/",o="3.0.1-beta.6-development",n="bd6f993dd1d12e8f16d01eebf5a4d549e58be88e",t=["Ethereum","Solana","Arbitrum","Base","Sui","Bsc","Optimism","Unichain","Fantom","Polygon","Avalanche","Celo","Moonbeam","Klaytn","Scroll","Evmos","Mantle","Berachain","Mezo"];exports.CHAIN_ORDER=t;exports.CONNECT_GIT_HASH=n;exports.CONNECT_VERSION=o;exports.WORMSCAN=e;
1
+ "use strict";const e="https://wormholescan.io/#/",o="3.0.1-beta.7-development",a="fe4d469f34cf4072a7ed9e0de95c25274c180ab7",n=["Ethereum","Solana","Arbitrum","Base","Sui","Bsc","Optimism","Unichain","Fantom","Polygon","Avalanche","Celo","Moonbeam","Klaytn","Scroll","Evmos","Mantle","Berachain","Mezo"];exports.CHAIN_ORDER=n;exports.CONNECT_GIT_HASH=a;exports.CONNECT_VERSION=o;exports.WORMSCAN=e;
@@ -13,7 +13,7 @@ var He = (s, t, e, n) => ({
13
13
  return h(s, t, n);
14
14
  }
15
15
  });
16
- import { bA as p, bD as w, bs as S, bJ as fn, bz as b, br as ce, bF as Kn, by as Ct, bG as j, bE as Le, K as Jt, c8 as hn, c6 as Kt, a9 as Oe, z as pt, bV as ue, bI as It, c9 as Wn, a4 as Yn, bB as ve, ca as Xn, c7 as dn, bC as Wt } from "./address-QpeLv2yn.mjs";
16
+ import { bC as p, bF as w, bu as S, bL as fn, bB as b, bt as ce, bH as Kn, bA as Ct, bI as j, bG as Le, K as Jt, ca as hn, c8 as Kt, aa as Oe, z as pt, bX as ue, bK as It, cb as Wn, a5 as Xn, bD as ve, cc as Yn, c9 as dn, bE as Wt } from "./address-YYxpimx3.mjs";
17
17
  const ge = BigInt(0), J = BigInt(1), Bt = 9007199254740991;
18
18
  function Zn(s, t) {
19
19
  const e = ye(s, "value"), n = BigInt(ut(t, "width"));
@@ -1580,7 +1580,7 @@ class ne extends lt {
1580
1580
  return Nn(e, this.coders);
1581
1581
  }
1582
1582
  }
1583
- function Yt(s) {
1583
+ function Xt(s) {
1584
1584
  return Oe(wn(s));
1585
1585
  }
1586
1586
  function Ne(s, t) {
@@ -1759,7 +1759,7 @@ function yt(s) {
1759
1759
  }
1760
1760
  return new K(t.map((a) => Object.freeze(a)));
1761
1761
  }
1762
- function Ye(s, t) {
1762
+ function Xe(s, t) {
1763
1763
  let e = [];
1764
1764
  for (const n in t.keys())
1765
1765
  s.has(n) && e.push(n);
@@ -1788,7 +1788,7 @@ function ct(s, t) {
1788
1788
  }
1789
1789
  function In(s) {
1790
1790
  let t = ct(s, Pr);
1791
- return Ye(t, L("constant payable nonpayable".split(" "))), Ye(t, L("pure view payable nonpayable".split(" "))), t.has("view") ? "view" : t.has("pure") ? "pure" : t.has("payable") ? "payable" : t.has("nonpayable") ? "nonpayable" : t.has("constant") ? "view" : "nonpayable";
1791
+ return Xe(t, L("constant payable nonpayable".split(" "))), Xe(t, L("pure view payable nonpayable".split(" "))), t.has("view") ? "view" : t.has("pure") ? "pure" : t.has("payable") ? "payable" : t.has("nonpayable") ? "nonpayable" : t.has("constant") ? "view" : "nonpayable";
1792
1792
  }
1793
1793
  function ot(s, t) {
1794
1794
  return s.popParams().map((e) => U.from(e, t));
@@ -1806,7 +1806,7 @@ function Tt(s) {
1806
1806
  throw new Error(`unexpected tokens at offset ${s.offset}: ${s.toString()}`);
1807
1807
  }
1808
1808
  const Br = new RegExp(/^(.*)\[([0-9]*)\]$/);
1809
- function Xe(s) {
1809
+ function Ye(s) {
1810
1810
  const t = s.match(An);
1811
1811
  if (p(t, "invalid type", "type", s), s === "uint")
1812
1812
  return "uint256";
@@ -1993,7 +1993,7 @@ const H = class H {
1993
1993
  }
1994
1994
  else if (t instanceof K) {
1995
1995
  let o = "", c = "", l = null;
1996
- ct(t, L(["tuple"])).has("tuple") || t.peekType("OPEN_PAREN") ? (c = "tuple", l = t.popParams().map((v) => H.from(v)), o = `tuple(${l.map((v) => v.format()).join(",")})`) : (o = Xe(t.popType("TYPE")), c = o);
1996
+ ct(t, L(["tuple"])).has("tuple") || t.peekType("OPEN_PAREN") ? (c = "tuple", l = t.popParams().map((v) => H.from(v)), o = `tuple(${l.map((v) => v.format()).join(",")})`) : (o = Ye(t.popType("TYPE")), c = o);
1997
1997
  let f = null, d = null;
1998
1998
  for (; t.length && t.peekType("BRACKET"); ) {
1999
1999
  const v = t.pop();
@@ -2032,7 +2032,7 @@ const H = class H {
2032
2032
  const o = t.components != null ? t.components.map((l) => H.from(l)) : null;
2033
2033
  return new H(R, n || "", i, "tuple", r, o, null, null);
2034
2034
  }
2035
- return i = Xe(t.type), new H(R, n || "", i, i, r, null, null, null);
2035
+ return i = Ye(t.type), new H(R, n || "", i, i, r, null, null, null);
2036
2036
  }
2037
2037
  /**
2038
2038
  * Returns true if %%value%% is a **ParamType**.
@@ -2197,7 +2197,7 @@ class we extends Rt {
2197
2197
  p(typeof r == "string" && r.match(kn), "invalid identifier", "name", r), i = Object.freeze(i.slice()), b(this, { name: r });
2198
2198
  }
2199
2199
  }
2200
- function Xt(s, t) {
2200
+ function Yt(s, t) {
2201
2201
  return "(" + t.map((e) => e.format(s)).join(s === "full" ? ", " : ",") + ")";
2202
2202
  }
2203
2203
  class G extends we {
@@ -2211,7 +2211,7 @@ class G extends we {
2211
2211
  * The Custom Error selector.
2212
2212
  */
2213
2213
  get selector() {
2214
- return Yt(this.format("sighash")).substring(0, 10);
2214
+ return Xt(this.format("sighash")).substring(0, 10);
2215
2215
  }
2216
2216
  /**
2217
2217
  * Returns a string representation of this fragment as %%format%%.
@@ -2224,7 +2224,7 @@ class G extends we {
2224
2224
  inputs: this.inputs.map((n) => JSON.parse(n.format(t)))
2225
2225
  });
2226
2226
  const e = [];
2227
- return t !== "sighash" && e.push("error"), e.push(this.name + Xt(t, this.inputs)), e.join(" ");
2227
+ return t !== "sighash" && e.push("error"), e.push(this.name + Yt(t, this.inputs)), e.join(" ");
2228
2228
  }
2229
2229
  /**
2230
2230
  * Returns a new **ErrorFragment** for %%obj%%.
@@ -2264,7 +2264,7 @@ class Q extends we {
2264
2264
  * The Event topic hash.
2265
2265
  */
2266
2266
  get topicHash() {
2267
- return Yt(this.format("sighash"));
2267
+ return Xt(this.format("sighash"));
2268
2268
  }
2269
2269
  /**
2270
2270
  * Returns a string representation of this event as %%format%%.
@@ -2278,7 +2278,7 @@ class Q extends we {
2278
2278
  inputs: this.inputs.map((r) => JSON.parse(r.format(e)))
2279
2279
  });
2280
2280
  const n = [];
2281
- return e !== "sighash" && n.push("event"), n.push(this.name + Xt(e, this.inputs)), e !== "sighash" && this.anonymous && n.push("anonymous"), n.join(" ");
2281
+ return e !== "sighash" && n.push("event"), n.push(this.name + Yt(e, this.inputs)), e !== "sighash" && this.anonymous && n.push("anonymous"), n.join(" ");
2282
2282
  }
2283
2283
  /**
2284
2284
  * Return the topic hash for an event with %%name%% and %%params%%.
@@ -2340,7 +2340,7 @@ class at extends Rt {
2340
2340
  gas: this.gas != null ? this.gas : void 0,
2341
2341
  inputs: this.inputs.map((r) => JSON.parse(r.format(e)))
2342
2342
  });
2343
- const n = [`constructor${Xt(e, this.inputs)}`];
2343
+ const n = [`constructor${Yt(e, this.inputs)}`];
2344
2344
  return this.payable && n.push("payable"), this.gas != null && n.push(`@${this.gas.toString()}`), n.join(" ");
2345
2345
  }
2346
2346
  /**
@@ -2466,7 +2466,7 @@ class q extends we {
2466
2466
  * The Function selector.
2467
2467
  */
2468
2468
  get selector() {
2469
- return Yt(this.format("sighash")).substring(0, 10);
2469
+ return Xt(this.format("sighash")).substring(0, 10);
2470
2470
  }
2471
2471
  /**
2472
2472
  * Returns a string representation of this function as %%format%%.
@@ -2484,7 +2484,7 @@ class q extends we {
2484
2484
  outputs: this.outputs.map((r) => JSON.parse(r.format(e)))
2485
2485
  });
2486
2486
  const n = [];
2487
- return e !== "sighash" && n.push("function"), n.push(this.name + Xt(e, this.inputs)), e !== "sighash" && (this.stateMutability !== "nonpayable" && n.push(this.stateMutability), this.outputs && this.outputs.length && (n.push("returns"), n.push(Xt(e, this.outputs))), this.gas != null && n.push(`@${this.gas.toString()}`)), n.join(" ");
2487
+ return e !== "sighash" && n.push("function"), n.push(this.name + Yt(e, this.inputs)), e !== "sighash" && (this.stateMutability !== "nonpayable" && n.push(this.stateMutability), this.outputs && this.outputs.length && (n.push("returns"), n.push(Yt(e, this.outputs))), this.gas != null && n.push(`@${this.gas.toString()}`)), n.join(" ");
2488
2488
  }
2489
2489
  /**
2490
2490
  * Return the selector for a function with %%name%% and %%params%%.
@@ -2868,7 +2868,7 @@ const an = {
2868
2868
  }
2869
2869
  }
2870
2870
  };
2871
- var Y, X, Z, B, tt, ae, oe;
2871
+ var X, Y, Z, B, tt, ae, oe;
2872
2872
  const bt = class bt {
2873
2873
  /**
2874
2874
  * Create a new Interface for the %%fragments%%.
@@ -2891,13 +2891,13 @@ const bt = class bt {
2891
2891
  * If receiving ether is supported.
2892
2892
  */
2893
2893
  u(this, "receive");
2894
- P(this, Y);
2895
2894
  P(this, X);
2895
+ P(this, Y);
2896
2896
  P(this, Z);
2897
2897
  // #structs: Map<string, StructFragment>;
2898
2898
  P(this, B);
2899
2899
  let e = [];
2900
- typeof t == "string" ? e = JSON.parse(t) : e = t, E(this, Z, /* @__PURE__ */ new Map()), E(this, Y, /* @__PURE__ */ new Map()), E(this, X, /* @__PURE__ */ new Map());
2900
+ typeof t == "string" ? e = JSON.parse(t) : e = t, E(this, Z, /* @__PURE__ */ new Map()), E(this, X, /* @__PURE__ */ new Map()), E(this, Y, /* @__PURE__ */ new Map());
2901
2901
  const n = [];
2902
2902
  for (const a of e)
2903
2903
  try {
@@ -2926,10 +2926,10 @@ const bt = class bt {
2926
2926
  c = h(this, Z);
2927
2927
  break;
2928
2928
  case "event":
2929
- c = h(this, X);
2929
+ c = h(this, Y);
2930
2930
  break;
2931
2931
  case "error":
2932
- c = h(this, Y);
2932
+ c = h(this, X);
2933
2933
  break;
2934
2934
  default:
2935
2935
  return;
@@ -3041,11 +3041,11 @@ const bt = class bt {
3041
3041
  * Iterate over all events, calling %%callback%%, sorted by their name.
3042
3042
  */
3043
3043
  forEachEvent(t) {
3044
- const e = Array.from(h(this, X).keys());
3044
+ const e = Array.from(h(this, Y).keys());
3045
3045
  e.sort((n, r) => n.localeCompare(r));
3046
3046
  for (let n = 0; n < e.length; n++) {
3047
3047
  const r = e[n];
3048
- t(h(this, X).get(r), n);
3048
+ t(h(this, Y).get(r), n);
3049
3049
  }
3050
3050
  }
3051
3051
  /**
@@ -3063,14 +3063,14 @@ const bt = class bt {
3063
3063
  const r = t.toLowerCase();
3064
3064
  if (on[r])
3065
3065
  return G.from(on[r].signature);
3066
- for (const i of h(this, Y).values())
3066
+ for (const i of h(this, X).values())
3067
3067
  if (r === i.selector)
3068
3068
  return i;
3069
3069
  return null;
3070
3070
  }
3071
3071
  if (t.indexOf("(") === -1) {
3072
3072
  const r = [];
3073
- for (const [i, a] of h(this, Y))
3073
+ for (const [i, a] of h(this, X))
3074
3074
  i.split(
3075
3075
  "("
3076
3076
  /* fix:) */
@@ -3087,18 +3087,18 @@ const bt = class bt {
3087
3087
  return G.from("error Error(string)");
3088
3088
  if (t === "Panic(uint256)")
3089
3089
  return G.from("error Panic(uint256)");
3090
- const n = h(this, Y).get(t);
3090
+ const n = h(this, X).get(t);
3091
3091
  return n || null;
3092
3092
  }
3093
3093
  /**
3094
3094
  * Iterate over all errors, calling %%callback%%, sorted by their name.
3095
3095
  */
3096
3096
  forEachError(t) {
3097
- const e = Array.from(h(this, Y).keys());
3097
+ const e = Array.from(h(this, X).keys());
3098
3098
  e.sort((n, r) => n.localeCompare(r));
3099
3099
  for (let n = 0; n < e.length; n++) {
3100
3100
  const r = e[n];
3101
- t(h(this, Y).get(r), n);
3101
+ t(h(this, X).get(r), n);
3102
3102
  }
3103
3103
  }
3104
3104
  // Get the 4-byte selector used by Solidity to identify a function
@@ -3310,7 +3310,7 @@ const bt = class bt {
3310
3310
  w(e.length <= t.inputs.length, `too many arguments for ${t.format()}`, "UNEXPECTED_ARGUMENT", { count: e.length, expectedCount: t.inputs.length });
3311
3311
  const n = [];
3312
3312
  t.anonymous || n.push(t.topicHash);
3313
- const r = (i, a) => i.type === "string" ? Yt(a) : i.type === "bytes" ? Oe(S(a)) : (i.type === "bool" && typeof a == "boolean" ? a = a ? "0x01" : "0x00" : i.type.match(/^u?int/) ? a = gn(a) : i.type.match(/^bytes/) ? a = Wn(a, 32) : i.type === "address" && h(this, B).encode(["address"], [a]), Yn(S(a), 32));
3313
+ const r = (i, a) => i.type === "string" ? Xt(a) : i.type === "bytes" ? Oe(S(a)) : (i.type === "bool" && typeof a == "boolean" ? a = a ? "0x01" : "0x00" : i.type.match(/^u?int/) ? a = gn(a) : i.type.match(/^bytes/) ? a = Wn(a, 32) : i.type === "address" && h(this, B).encode(["address"], [a]), Xn(S(a), 32));
3314
3314
  for (e.forEach((i, a) => {
3315
3315
  const o = t.inputs[a];
3316
3316
  if (!o.indexed) {
@@ -3332,7 +3332,7 @@ const bt = class bt {
3332
3332
  const c = e[o];
3333
3333
  if (a.indexed)
3334
3334
  if (a.type === "string")
3335
- n.push(Yt(c));
3335
+ n.push(Xt(c));
3336
3336
  else if (a.type === "bytes")
3337
3337
  n.push(Oe(c));
3338
3338
  else {
@@ -3434,7 +3434,7 @@ const bt = class bt {
3434
3434
  return t instanceof bt ? t : typeof t == "string" ? new bt(JSON.parse(t)) : typeof t.formatJson == "function" ? new bt(t.formatJson()) : typeof t.format == "function" ? new bt(t.format("json")) : new bt(t);
3435
3435
  }
3436
3436
  };
3437
- Y = new WeakMap(), X = new WeakMap(), Z = new WeakMap(), B = new WeakMap(), tt = new WeakSet(), // Find a function definition by any means necessary (unless it is ambiguous)
3437
+ X = new WeakMap(), Y = new WeakMap(), Z = new WeakMap(), B = new WeakMap(), tt = new WeakSet(), // Find a function definition by any means necessary (unless it is ambiguous)
3438
3438
  ae = function(t, e, n) {
3439
3439
  if (pt(t)) {
3440
3440
  const i = t.toLowerCase();
@@ -3493,14 +3493,14 @@ ae = function(t, e, n) {
3493
3493
  oe = function(t, e, n) {
3494
3494
  if (pt(t)) {
3495
3495
  const i = t.toLowerCase();
3496
- for (const a of h(this, X).values())
3496
+ for (const a of h(this, Y).values())
3497
3497
  if (i === a.topicHash)
3498
3498
  return a;
3499
3499
  return null;
3500
3500
  }
3501
3501
  if (t.indexOf("(") === -1) {
3502
3502
  const i = [];
3503
- for (const [a, o] of h(this, X))
3503
+ for (const [a, o] of h(this, Y))
3504
3504
  a.split(
3505
3505
  "("
3506
3506
  /* fix:) */
@@ -3525,7 +3525,7 @@ oe = function(t, e, n) {
3525
3525
  }
3526
3526
  return i[0];
3527
3527
  }
3528
- const r = h(this, X).get(Q.from(t).format());
3528
+ const r = h(this, Y).get(Q.from(t).format());
3529
3529
  return r || null;
3530
3530
  };
3531
3531
  let Be = bt;
@@ -4876,7 +4876,7 @@ function Wr(s) {
4876
4876
  staticCall: e
4877
4877
  }), i;
4878
4878
  }
4879
- function Yr(s, t) {
4879
+ function Xr(s, t) {
4880
4880
  const e = function(...l) {
4881
4881
  const f = s.interface.getFunction(t, l);
4882
4882
  return w(f, "no matching fragment", "UNSUPPORTED_OPERATION", {
@@ -4939,7 +4939,7 @@ function Yr(s, t) {
4939
4939
  }
4940
4940
  }), c;
4941
4941
  }
4942
- function Xr(s, t) {
4942
+ function Yr(s, t) {
4943
4943
  const e = function(...r) {
4944
4944
  const i = s.interface.getEvent(t, r);
4945
4945
  return w(i, "no matching fragment", "UNSUPPORTED_OPERATION", {
@@ -5101,7 +5101,7 @@ const zt = class zt {
5101
5101
  * The fallback or receive function if any.
5102
5102
  */
5103
5103
  u(this, "fallback");
5104
- p(typeof t == "string" || Xn(t), "invalid value for Contract target", "target", t), n == null && (n = null);
5104
+ p(typeof t == "string" || Yn(t), "invalid value for Contract target", "target", t), n == null && (n = null);
5105
5105
  const i = Be.from(e);
5106
5106
  b(this, { target: t, runner: n, interface: i }), Object.defineProperty(this, he, { value: {} });
5107
5107
  let a, o = null, c = null;
@@ -5231,7 +5231,7 @@ const zt = class zt {
5231
5231
  * when using a Contract programatically.
5232
5232
  */
5233
5233
  getFunction(t) {
5234
- return typeof t != "string" && (t = t.format()), Yr(this, t);
5234
+ return typeof t != "string" && (t = t.format()), Xr(this, t);
5235
5235
  }
5236
5236
  /**
5237
5237
  * Return the event for a given name. This is useful when a contract
@@ -5239,7 +5239,7 @@ const zt = class zt {
5239
5239
  * when using a Contract programatically.
5240
5240
  */
5241
5241
  getEvent(t) {
5242
- return typeof t != "string" && (t = t.format()), Xr(this, t);
5242
+ return typeof t != "string" && (t = t.format()), Yr(this, t);
5243
5243
  }
5244
5244
  /**
5245
5245
  * @_ignore:
@@ -5423,7 +5423,7 @@ export {
5423
5423
  gt as f,
5424
5424
  ut as g,
5425
5425
  Zn as h,
5426
- Yt as i,
5426
+ Xt as i,
5427
5427
  ir as j,
5428
5428
  Er as k,
5429
5429
  Qn as l,