@circle-fin/usdckit 0.17.1 → 0.18.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 (770) hide show
  1. package/README.md +49 -25
  2. package/dist/cjs/actions/generateTransferLink.d.ts +2 -2
  3. package/dist/cjs/actions/generateTransferLink.d.ts.map +1 -1
  4. package/dist/cjs/actions/generateTransferLink.js +3 -2
  5. package/dist/cjs/actions/generateTransferLink.js.map +1 -1
  6. package/dist/cjs/actions/index.d.ts +13 -9
  7. package/dist/cjs/actions/index.d.ts.map +1 -1
  8. package/dist/cjs/actions/index.js +6 -4
  9. package/dist/cjs/actions/index.js.map +1 -1
  10. package/dist/cjs/actions/index.test.js +1 -4
  11. package/dist/cjs/actions/index.test.js.map +1 -1
  12. package/dist/cjs/actions/parseUnitsAsToken.d.ts +3 -3
  13. package/dist/cjs/actions/parseUnitsAsToken.d.ts.map +1 -1
  14. package/dist/cjs/actions/parseUnitsAsToken.js +0 -2
  15. package/dist/cjs/actions/parseUnitsAsToken.js.map +1 -1
  16. package/dist/cjs/actions/sweep.d.ts +17 -0
  17. package/dist/cjs/actions/sweep.d.ts.map +1 -0
  18. package/dist/cjs/actions/{drainFrom.js → sweep.js} +7 -6
  19. package/dist/cjs/actions/sweep.js.map +1 -0
  20. package/dist/cjs/actions/sweep.test.d.ts +2 -0
  21. package/dist/cjs/actions/sweep.test.d.ts.map +1 -0
  22. package/dist/cjs/actions/{drainFrom.test.js → sweep.test.js} +4 -4
  23. package/dist/cjs/actions/sweep.test.js.map +1 -0
  24. package/dist/cjs/actions/transfer.d.ts +2 -2
  25. package/dist/cjs/actions/transfer.d.ts.map +1 -1
  26. package/dist/cjs/actions/transfer.js +4 -4
  27. package/dist/cjs/actions/transfer.js.map +1 -1
  28. package/dist/cjs/actions/transfer.test.js +0 -1
  29. package/dist/cjs/actions/transfer.test.js.map +1 -1
  30. package/dist/cjs/chains/ARB.d.ts +136 -0
  31. package/dist/cjs/chains/ARB.d.ts.map +1 -1
  32. package/dist/cjs/chains/ARB.js +1 -1
  33. package/dist/cjs/chains/ARB.js.map +1 -1
  34. package/dist/cjs/chains/ARB_SEPOLIA.d.ts +136 -0
  35. package/dist/cjs/chains/ARB_SEPOLIA.d.ts.map +1 -1
  36. package/dist/cjs/chains/ARB_SEPOLIA.js +1 -1
  37. package/dist/cjs/chains/ARB_SEPOLIA.js.map +1 -1
  38. package/dist/cjs/chains/AVAX.d.ts +271 -0
  39. package/dist/cjs/chains/AVAX.d.ts.map +1 -1
  40. package/dist/cjs/chains/AVAX.js +2 -2
  41. package/dist/cjs/chains/AVAX.js.map +1 -1
  42. package/dist/cjs/chains/AVAX_FUJI.d.ts +271 -0
  43. package/dist/cjs/chains/AVAX_FUJI.d.ts.map +1 -1
  44. package/dist/cjs/chains/AVAX_FUJI.js +2 -2
  45. package/dist/cjs/chains/AVAX_FUJI.js.map +1 -1
  46. package/dist/cjs/chains/BASE.d.ts +271 -0
  47. package/dist/cjs/chains/BASE.d.ts.map +1 -1
  48. package/dist/cjs/chains/BASE.js +2 -2
  49. package/dist/cjs/chains/BASE.js.map +1 -1
  50. package/dist/cjs/chains/BASE_SEPOLIA.d.ts +271 -0
  51. package/dist/cjs/chains/BASE_SEPOLIA.d.ts.map +1 -1
  52. package/dist/cjs/chains/BASE_SEPOLIA.js +2 -2
  53. package/dist/cjs/chains/BASE_SEPOLIA.js.map +1 -1
  54. package/dist/cjs/chains/ETH.d.ts +271 -0
  55. package/dist/cjs/chains/ETH.d.ts.map +1 -1
  56. package/dist/cjs/chains/ETH.js +2 -2
  57. package/dist/cjs/chains/ETH.js.map +1 -1
  58. package/dist/cjs/chains/ETH_SEPOLIA.d.ts +271 -0
  59. package/dist/cjs/chains/ETH_SEPOLIA.d.ts.map +1 -1
  60. package/dist/cjs/chains/ETH_SEPOLIA.js +2 -2
  61. package/dist/cjs/chains/ETH_SEPOLIA.js.map +1 -1
  62. package/dist/cjs/chains/MATIC.d.ts +136 -0
  63. package/dist/cjs/chains/MATIC.d.ts.map +1 -1
  64. package/dist/cjs/chains/MATIC.js +1 -1
  65. package/dist/cjs/chains/MATIC.js.map +1 -1
  66. package/dist/cjs/chains/MATIC_AMOY.d.ts +136 -0
  67. package/dist/cjs/chains/MATIC_AMOY.d.ts.map +1 -1
  68. package/dist/cjs/chains/MATIC_AMOY.js +1 -1
  69. package/dist/cjs/chains/MATIC_AMOY.js.map +1 -1
  70. package/dist/cjs/chains/NEAR.d.ts +3 -3
  71. package/dist/cjs/chains/NEAR.d.ts.map +1 -1
  72. package/dist/cjs/chains/NEAR.js +1 -1
  73. package/dist/cjs/chains/NEAR.js.map +1 -1
  74. package/dist/cjs/chains/NEAR_TESTNET.d.ts +3 -3
  75. package/dist/cjs/chains/NEAR_TESTNET.d.ts.map +1 -1
  76. package/dist/cjs/chains/NEAR_TESTNET.js +1 -1
  77. package/dist/cjs/chains/NEAR_TESTNET.js.map +1 -1
  78. package/dist/cjs/chains/OP.d.ts +136 -0
  79. package/dist/cjs/chains/OP.d.ts.map +1 -1
  80. package/dist/cjs/chains/OP.js +1 -1
  81. package/dist/cjs/chains/OP.js.map +1 -1
  82. package/dist/cjs/chains/OP_SEPOLIA.d.ts +136 -0
  83. package/dist/cjs/chains/OP_SEPOLIA.d.ts.map +1 -1
  84. package/dist/cjs/chains/OP_SEPOLIA.js +1 -1
  85. package/dist/cjs/chains/OP_SEPOLIA.js.map +1 -1
  86. package/dist/cjs/chains/UNI.d.ts +136 -0
  87. package/dist/cjs/chains/UNI.d.ts.map +1 -1
  88. package/dist/cjs/chains/UNI.js +1 -1
  89. package/dist/cjs/chains/UNI.js.map +1 -1
  90. package/dist/cjs/chains/UNI_SEPOLIA.d.ts +136 -0
  91. package/dist/cjs/chains/UNI_SEPOLIA.d.ts.map +1 -1
  92. package/dist/cjs/chains/UNI_SEPOLIA.js +1 -1
  93. package/dist/cjs/chains/UNI_SEPOLIA.js.map +1 -1
  94. package/dist/cjs/extractChain.d.ts +2720 -4
  95. package/dist/cjs/extractChain.d.ts.map +1 -1
  96. package/dist/cjs/index.d.ts +21 -3
  97. package/dist/cjs/index.d.ts.map +1 -1
  98. package/dist/cjs/index.js +11 -0
  99. package/dist/cjs/index.js.map +1 -1
  100. package/dist/cjs/metadata.js +1 -1
  101. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.d.ts +3 -3
  102. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.d.ts.map +1 -1
  103. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.js +2 -4
  104. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.js.map +1 -1
  105. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/approve.test.js.map +1 -1
  106. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts +3 -3
  107. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts.map +1 -1
  108. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.js +3 -5
  109. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.js.map +1 -1
  110. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/depositForBurn.test.js.map +1 -1
  111. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.d.ts +2 -1
  112. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.d.ts.map +1 -1
  113. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.test.js +0 -6
  114. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/index.test.js.map +1 -1
  115. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts +2 -2
  116. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts.map +1 -1
  117. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/listMessages.js.map +1 -1
  118. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts +2 -2
  119. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts.map +1 -1
  120. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.js +3 -3
  121. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.js.map +1 -1
  122. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
  123. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +6 -3
  124. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
  125. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +22 -17
  126. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
  127. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +51 -0
  128. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js.map +1 -1
  129. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts +1 -2
  130. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts.map +1 -1
  131. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.js.map +1 -1
  132. package/dist/cjs/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.test.js.map +1 -1
  133. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +136 -0
  134. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts.map +1 -1
  135. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +136 -0
  136. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts.map +1 -1
  137. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +271 -0
  138. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts.map +1 -1
  139. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +271 -0
  140. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts.map +1 -1
  141. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +271 -0
  142. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
  143. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +271 -0
  144. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
  145. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +271 -0
  146. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts.map +1 -1
  147. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +271 -0
  148. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts.map +1 -1
  149. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +136 -0
  150. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts.map +1 -1
  151. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +136 -0
  152. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts.map +1 -1
  153. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +136 -0
  154. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
  155. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +136 -0
  156. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
  157. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +136 -0
  158. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
  159. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +136 -0
  160. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
  161. package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts +2714 -0
  162. package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
  163. package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +2714 -0
  164. package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
  165. package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts +5 -3
  166. package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
  167. package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
  168. package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts +2 -2
  169. package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +1 -1
  170. package/dist/cjs/providers/developer-controlled-wallets/actions/createTransaction.js.map +1 -1
  171. package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +3 -3
  172. package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +1 -1
  173. package/dist/cjs/providers/developer-controlled-wallets/actions/createWalletSet.js +1 -1
  174. package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts +2 -2
  175. package/dist/cjs/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +1 -1
  176. package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +2 -2
  177. package/dist/cjs/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +1 -1
  178. package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +2 -2
  179. package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +1 -1
  180. package/dist/cjs/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +1 -1
  181. package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts +5 -3
  182. package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
  183. package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
  184. package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +2 -2
  185. package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +1 -1
  186. package/dist/cjs/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +1 -1
  187. package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +9 -3
  188. package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +1 -1
  189. package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js +7 -2
  190. package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +1 -1
  191. package/dist/cjs/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +1 -1
  192. package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +2 -2
  193. package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +1 -1
  194. package/dist/cjs/providers/developer-controlled-wallets/actions/getTransactionById.js.map +1 -1
  195. package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts +2 -2
  196. package/dist/cjs/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +1 -1
  197. package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +2 -2
  198. package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +1 -1
  199. package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +1 -1
  200. package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +2 -2
  201. package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +1 -1
  202. package/dist/cjs/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +1 -1
  203. package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts +2 -2
  204. package/dist/cjs/providers/developer-controlled-wallets/actions/index.d.ts.map +1 -1
  205. package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js +0 -17
  206. package/dist/cjs/providers/developer-controlled-wallets/actions/index.test.js.map +1 -1
  207. package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts +2 -2
  208. package/dist/cjs/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +1 -1
  209. package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts +2 -2
  210. package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +1 -1
  211. package/dist/cjs/providers/developer-controlled-wallets/actions/signTransaction.js.map +1 -1
  212. package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts +2 -2
  213. package/dist/cjs/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +1 -1
  214. package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +1 -1
  215. package/dist/cjs/providers/developer-controlled-wallets/actions/verifyNotification.js.map +1 -1
  216. package/dist/cjs/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +1 -1
  217. package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts +2714 -0
  218. package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
  219. package/dist/cjs/providers/developer-controlled-wallets/index.d.ts +2714 -0
  220. package/dist/cjs/providers/developer-controlled-wallets/index.d.ts.map +1 -1
  221. package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts +1 -2
  222. package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
  223. package/dist/cjs/providers/developer-controlled-wallets/provider.js.map +1 -1
  224. package/dist/cjs/providers/faucet/actions/drip.d.ts +2 -4
  225. package/dist/cjs/providers/faucet/actions/drip.d.ts.map +1 -1
  226. package/dist/cjs/providers/faucet/actions/drip.js +2 -2
  227. package/dist/cjs/providers/faucet/actions/drip.js.map +1 -1
  228. package/dist/cjs/providers/faucet/actions/drip.test.js.map +1 -1
  229. package/dist/cjs/providers/faucet/actions/index.d.ts +2 -1
  230. package/dist/cjs/providers/faucet/actions/index.d.ts.map +1 -1
  231. package/dist/cjs/providers/faucet/actions/index.test.js +0 -2
  232. package/dist/cjs/providers/faucet/actions/index.test.js.map +1 -1
  233. package/dist/cjs/providers/faucet/actions/requestTestnetTokens.d.ts.map +1 -1
  234. package/dist/cjs/providers/faucet/actions/requestTestnetTokens.js.map +1 -1
  235. package/dist/cjs/providers/faucet/extractChain.d.ts +1357 -0
  236. package/dist/cjs/providers/faucet/extractChain.d.ts.map +1 -1
  237. package/dist/cjs/providers/faucet/index.d.ts +1357 -0
  238. package/dist/cjs/providers/faucet/index.d.ts.map +1 -1
  239. package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +2 -2
  240. package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -1
  241. package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +2 -2
  242. package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -1
  243. package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts +100 -3
  244. package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -1
  245. package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts +2 -2
  246. package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -1
  247. package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -1
  248. package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts +2 -2
  249. package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -1
  250. package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts +2 -2
  251. package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts.map +1 -1
  252. package/dist/cjs/providers/smart-contract-platform/actions/index.test.js +0 -6
  253. package/dist/cjs/providers/smart-contract-platform/actions/index.test.js.map +1 -1
  254. package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js +2 -2
  255. package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js.map +1 -1
  256. package/dist/cjs/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -1
  257. package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts +2784 -0
  258. package/dist/cjs/providers/smart-contract-platform/extractChain.d.ts.map +1 -1
  259. package/dist/cjs/providers/smart-contract-platform/index.d.ts +2784 -0
  260. package/dist/cjs/providers/smart-contract-platform/index.d.ts.map +1 -1
  261. package/dist/cjs/providers/smart-contract-platform/index.js +2 -0
  262. package/dist/cjs/providers/smart-contract-platform/index.js.map +1 -1
  263. package/dist/cjs/providers/uniswap/abis/QuoterV2.d.ts +207 -0
  264. package/dist/cjs/providers/uniswap/abis/QuoterV2.d.ts.map +1 -0
  265. package/dist/cjs/providers/uniswap/abis/QuoterV2.js +280 -0
  266. package/dist/cjs/providers/uniswap/abis/QuoterV2.js.map +1 -0
  267. package/dist/cjs/providers/uniswap/abis/SwapRouter02.d.ts +822 -0
  268. package/dist/cjs/providers/uniswap/abis/SwapRouter02.d.ts.map +1 -0
  269. package/dist/cjs/providers/uniswap/abis/SwapRouter02.js +1076 -0
  270. package/dist/cjs/providers/uniswap/abis/SwapRouter02.js.map +1 -0
  271. package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.d.ts +185 -0
  272. package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.d.ts.map +1 -0
  273. package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.js +249 -0
  274. package/dist/cjs/providers/uniswap/abis/UniswapV3Factory.js.map +1 -0
  275. package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.d.ts +776 -0
  276. package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.d.ts.map +1 -0
  277. package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.js +1001 -0
  278. package/dist/cjs/providers/uniswap/abis/UniswapV3Pool.js.map +1 -0
  279. package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts +50 -0
  280. package/dist/cjs/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
  281. package/dist/cjs/providers/uniswap/actions/exactInputSingle.js +108 -0
  282. package/dist/cjs/providers/uniswap/actions/exactInputSingle.js.map +1 -0
  283. package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.d.ts +2 -0
  284. package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.d.ts.map +1 -0
  285. package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.js +126 -0
  286. package/dist/cjs/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
  287. package/dist/cjs/providers/uniswap/actions/getPool.d.ts +45 -0
  288. package/dist/cjs/providers/uniswap/actions/getPool.d.ts.map +1 -0
  289. package/dist/cjs/providers/uniswap/actions/getPool.js +96 -0
  290. package/dist/cjs/providers/uniswap/actions/getPool.js.map +1 -0
  291. package/dist/cjs/providers/uniswap/actions/getPool.test.d.ts +2 -0
  292. package/dist/cjs/providers/uniswap/actions/getPool.test.d.ts.map +1 -0
  293. package/dist/cjs/providers/uniswap/actions/getPool.test.js +101 -0
  294. package/dist/cjs/providers/uniswap/actions/getPool.test.js.map +1 -0
  295. package/dist/cjs/providers/uniswap/actions/index.d.ts +15 -0
  296. package/dist/cjs/providers/uniswap/actions/index.d.ts.map +1 -0
  297. package/dist/cjs/providers/uniswap/actions/index.js +45 -0
  298. package/dist/cjs/providers/uniswap/actions/index.js.map +1 -0
  299. package/dist/cjs/providers/uniswap/actions/index.test.d.ts +2 -0
  300. package/dist/cjs/providers/uniswap/actions/index.test.d.ts.map +1 -0
  301. package/dist/cjs/providers/uniswap/actions/index.test.js +32 -0
  302. package/dist/cjs/providers/uniswap/actions/index.test.js.map +1 -0
  303. package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.d.ts +49 -0
  304. package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.d.ts.map +1 -0
  305. package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.js +88 -0
  306. package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.js.map +1 -0
  307. package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.d.ts +2 -0
  308. package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.d.ts.map +1 -0
  309. package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.js +109 -0
  310. package/dist/cjs/providers/uniswap/actions/quoteExactInputSingle.test.js.map +1 -0
  311. package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +1810 -0
  312. package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts.map +1 -0
  313. package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.js +31 -0
  314. package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.js.map +1 -0
  315. package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1544 -0
  316. package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts.map +1 -0
  317. package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.js +31 -0
  318. package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.js.map +1 -0
  319. package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +1661 -0
  320. package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts.map +1 -0
  321. package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.js +31 -0
  322. package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.js.map +1 -0
  323. package/dist/cjs/providers/uniswap/chains/index.d.ts +4 -0
  324. package/dist/cjs/providers/uniswap/chains/index.d.ts.map +1 -0
  325. package/dist/cjs/providers/uniswap/chains/index.js +20 -0
  326. package/dist/cjs/providers/uniswap/chains/index.js.map +1 -0
  327. package/dist/cjs/providers/uniswap/chains/index.test.d.ts +2 -0
  328. package/dist/cjs/providers/uniswap/chains/index.test.d.ts.map +1 -0
  329. package/dist/cjs/providers/uniswap/chains/index.test.js +56 -0
  330. package/dist/cjs/providers/uniswap/chains/index.test.js.map +1 -0
  331. package/dist/cjs/providers/uniswap/extractChain.d.ts +5013 -0
  332. package/dist/cjs/providers/uniswap/extractChain.d.ts.map +1 -0
  333. package/dist/cjs/providers/uniswap/extractChain.js +22 -0
  334. package/dist/cjs/providers/uniswap/extractChain.js.map +1 -0
  335. package/dist/cjs/providers/uniswap/extractChain.test.d.ts +2 -0
  336. package/dist/cjs/providers/uniswap/extractChain.test.d.ts.map +1 -0
  337. package/dist/cjs/providers/uniswap/extractChain.test.js +29 -0
  338. package/dist/cjs/providers/uniswap/extractChain.test.js.map +1 -0
  339. package/dist/cjs/providers/uniswap/index.d.ts +5014 -0
  340. package/dist/cjs/providers/uniswap/index.d.ts.map +1 -0
  341. package/dist/cjs/providers/uniswap/index.js +35 -0
  342. package/dist/cjs/providers/uniswap/index.js.map +1 -0
  343. package/dist/cjs/types.d.ts +2 -2
  344. package/dist/cjs/types.d.ts.map +1 -1
  345. package/dist/cjs/utils/getChainContractByAddress.d.ts +2 -2
  346. package/dist/cjs/utils/getChainContractByAddress.d.ts.map +1 -1
  347. package/dist/cjs/utils/getContract.d.ts +1098 -0
  348. package/dist/cjs/utils/getContract.d.ts.map +1 -0
  349. package/dist/cjs/utils/getContract.js +37 -0
  350. package/dist/cjs/utils/getContract.js.map +1 -0
  351. package/dist/cjs/utils/getContract.test.d.ts +2 -0
  352. package/dist/cjs/utils/getContract.test.d.ts.map +1 -0
  353. package/dist/cjs/utils/getContract.test.js +57 -0
  354. package/dist/cjs/utils/getContract.test.js.map +1 -0
  355. package/dist/cjs/utils/index.d.ts +1 -0
  356. package/dist/cjs/utils/index.d.ts.map +1 -1
  357. package/dist/cjs/utils/index.js +1 -0
  358. package/dist/cjs/utils/index.js.map +1 -1
  359. package/dist/cjs/utils/index.test.js +2 -0
  360. package/dist/cjs/utils/index.test.js.map +1 -1
  361. package/dist/cjs/utils/parseAccount.d.ts +26 -3
  362. package/dist/cjs/utils/parseAccount.d.ts.map +1 -1
  363. package/dist/cjs/utils/parseAccount.js +3 -6
  364. package/dist/cjs/utils/parseAccount.js.map +1 -1
  365. package/dist/cjs/utils/parseAccount.test.js +18 -4
  366. package/dist/cjs/utils/parseAccount.test.js.map +1 -1
  367. package/dist/cjs/utils/parseAddress.d.ts +1 -2
  368. package/dist/cjs/utils/parseAddress.d.ts.map +1 -1
  369. package/dist/cjs/utils/parseAddress.js.map +1 -1
  370. package/dist/esm/actions/generateTransferLink.d.ts +2 -2
  371. package/dist/esm/actions/generateTransferLink.d.ts.map +1 -1
  372. package/dist/esm/actions/generateTransferLink.js +3 -2
  373. package/dist/esm/actions/generateTransferLink.js.map +1 -1
  374. package/dist/esm/actions/index.d.ts +13 -9
  375. package/dist/esm/actions/index.d.ts.map +1 -1
  376. package/dist/esm/actions/index.js +6 -4
  377. package/dist/esm/actions/index.js.map +1 -1
  378. package/dist/esm/actions/index.test.js +1 -4
  379. package/dist/esm/actions/index.test.js.map +1 -1
  380. package/dist/esm/actions/parseUnitsAsToken.d.ts +3 -3
  381. package/dist/esm/actions/parseUnitsAsToken.d.ts.map +1 -1
  382. package/dist/esm/actions/parseUnitsAsToken.js +0 -2
  383. package/dist/esm/actions/parseUnitsAsToken.js.map +1 -1
  384. package/dist/esm/actions/sweep.d.ts +17 -0
  385. package/dist/esm/actions/sweep.d.ts.map +1 -0
  386. package/dist/esm/actions/{drainFrom.js → sweep.js} +6 -5
  387. package/dist/esm/actions/sweep.js.map +1 -0
  388. package/dist/esm/actions/sweep.test.d.ts +2 -0
  389. package/dist/esm/actions/sweep.test.d.ts.map +1 -0
  390. package/dist/esm/actions/{drainFrom.test.js → sweep.test.js} +4 -4
  391. package/dist/esm/actions/sweep.test.js.map +1 -0
  392. package/dist/esm/actions/transfer.d.ts +2 -2
  393. package/dist/esm/actions/transfer.d.ts.map +1 -1
  394. package/dist/esm/actions/transfer.js +4 -4
  395. package/dist/esm/actions/transfer.js.map +1 -1
  396. package/dist/esm/actions/transfer.test.js +0 -1
  397. package/dist/esm/actions/transfer.test.js.map +1 -1
  398. package/dist/esm/chains/ARB.d.ts +136 -0
  399. package/dist/esm/chains/ARB.d.ts.map +1 -1
  400. package/dist/esm/chains/ARB.js +2 -2
  401. package/dist/esm/chains/ARB.js.map +1 -1
  402. package/dist/esm/chains/ARB_SEPOLIA.d.ts +136 -0
  403. package/dist/esm/chains/ARB_SEPOLIA.d.ts.map +1 -1
  404. package/dist/esm/chains/ARB_SEPOLIA.js +2 -2
  405. package/dist/esm/chains/ARB_SEPOLIA.js.map +1 -1
  406. package/dist/esm/chains/AVAX.d.ts +271 -0
  407. package/dist/esm/chains/AVAX.d.ts.map +1 -1
  408. package/dist/esm/chains/AVAX.js +3 -3
  409. package/dist/esm/chains/AVAX.js.map +1 -1
  410. package/dist/esm/chains/AVAX_FUJI.d.ts +271 -0
  411. package/dist/esm/chains/AVAX_FUJI.d.ts.map +1 -1
  412. package/dist/esm/chains/AVAX_FUJI.js +3 -3
  413. package/dist/esm/chains/AVAX_FUJI.js.map +1 -1
  414. package/dist/esm/chains/BASE.d.ts +271 -0
  415. package/dist/esm/chains/BASE.d.ts.map +1 -1
  416. package/dist/esm/chains/BASE.js +3 -3
  417. package/dist/esm/chains/BASE.js.map +1 -1
  418. package/dist/esm/chains/BASE_SEPOLIA.d.ts +271 -0
  419. package/dist/esm/chains/BASE_SEPOLIA.d.ts.map +1 -1
  420. package/dist/esm/chains/BASE_SEPOLIA.js +3 -3
  421. package/dist/esm/chains/BASE_SEPOLIA.js.map +1 -1
  422. package/dist/esm/chains/ETH.d.ts +271 -0
  423. package/dist/esm/chains/ETH.d.ts.map +1 -1
  424. package/dist/esm/chains/ETH.js +3 -3
  425. package/dist/esm/chains/ETH.js.map +1 -1
  426. package/dist/esm/chains/ETH_SEPOLIA.d.ts +271 -0
  427. package/dist/esm/chains/ETH_SEPOLIA.d.ts.map +1 -1
  428. package/dist/esm/chains/ETH_SEPOLIA.js +3 -3
  429. package/dist/esm/chains/ETH_SEPOLIA.js.map +1 -1
  430. package/dist/esm/chains/MATIC.d.ts +136 -0
  431. package/dist/esm/chains/MATIC.d.ts.map +1 -1
  432. package/dist/esm/chains/MATIC.js +2 -2
  433. package/dist/esm/chains/MATIC.js.map +1 -1
  434. package/dist/esm/chains/MATIC_AMOY.d.ts +136 -0
  435. package/dist/esm/chains/MATIC_AMOY.d.ts.map +1 -1
  436. package/dist/esm/chains/MATIC_AMOY.js +2 -2
  437. package/dist/esm/chains/MATIC_AMOY.js.map +1 -1
  438. package/dist/esm/chains/NEAR.d.ts +3 -3
  439. package/dist/esm/chains/NEAR.d.ts.map +1 -1
  440. package/dist/esm/chains/NEAR.js +1 -1
  441. package/dist/esm/chains/NEAR.js.map +1 -1
  442. package/dist/esm/chains/NEAR_TESTNET.d.ts +3 -3
  443. package/dist/esm/chains/NEAR_TESTNET.d.ts.map +1 -1
  444. package/dist/esm/chains/NEAR_TESTNET.js +1 -1
  445. package/dist/esm/chains/NEAR_TESTNET.js.map +1 -1
  446. package/dist/esm/chains/OP.d.ts +136 -0
  447. package/dist/esm/chains/OP.d.ts.map +1 -1
  448. package/dist/esm/chains/OP.js +2 -2
  449. package/dist/esm/chains/OP.js.map +1 -1
  450. package/dist/esm/chains/OP_SEPOLIA.d.ts +136 -0
  451. package/dist/esm/chains/OP_SEPOLIA.d.ts.map +1 -1
  452. package/dist/esm/chains/OP_SEPOLIA.js +2 -2
  453. package/dist/esm/chains/OP_SEPOLIA.js.map +1 -1
  454. package/dist/esm/chains/UNI.d.ts +136 -0
  455. package/dist/esm/chains/UNI.d.ts.map +1 -1
  456. package/dist/esm/chains/UNI.js +2 -2
  457. package/dist/esm/chains/UNI.js.map +1 -1
  458. package/dist/esm/chains/UNI_SEPOLIA.d.ts +136 -0
  459. package/dist/esm/chains/UNI_SEPOLIA.d.ts.map +1 -1
  460. package/dist/esm/chains/UNI_SEPOLIA.js +2 -2
  461. package/dist/esm/chains/UNI_SEPOLIA.js.map +1 -1
  462. package/dist/esm/cli/index.d.mts +3 -0
  463. package/dist/esm/cli/index.d.mts.map +1 -0
  464. package/dist/esm/cli/index.mjs +18 -0
  465. package/dist/esm/cli/index.mjs.map +1 -0
  466. package/dist/esm/cli/register-entity-secret.d.ts +11 -0
  467. package/dist/esm/cli/register-entity-secret.d.ts.map +1 -0
  468. package/dist/esm/cli/register-entity-secret.js +205 -0
  469. package/dist/esm/cli/register-entity-secret.js.map +1 -0
  470. package/dist/esm/cli/register-entity-secret.test.d.ts +2 -0
  471. package/dist/esm/cli/register-entity-secret.test.d.ts.map +1 -0
  472. package/dist/esm/cli/register-entity-secret.test.js +122 -0
  473. package/dist/esm/cli/register-entity-secret.test.js.map +1 -0
  474. package/dist/esm/cli/utils.d.ts +83 -0
  475. package/dist/esm/cli/utils.d.ts.map +1 -0
  476. package/dist/esm/cli/utils.js +112 -0
  477. package/dist/esm/cli/utils.js.map +1 -0
  478. package/dist/esm/cli/utils.test.d.ts +2 -0
  479. package/dist/esm/cli/utils.test.d.ts.map +1 -0
  480. package/dist/esm/cli/utils.test.js +103 -0
  481. package/dist/esm/cli/utils.test.js.map +1 -0
  482. package/dist/esm/extractChain.d.ts +2720 -4
  483. package/dist/esm/extractChain.d.ts.map +1 -1
  484. package/dist/esm/index.d.ts +21 -3
  485. package/dist/esm/index.d.ts.map +1 -1
  486. package/dist/esm/index.js +11 -0
  487. package/dist/esm/index.js.map +1 -1
  488. package/dist/esm/metadata.js +1 -1
  489. package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.d.ts +3 -3
  490. package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.d.ts.map +1 -1
  491. package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.js +2 -4
  492. package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.js.map +1 -1
  493. package/dist/esm/providers/cross-chain-transfer-protocol/actions/approve.test.js.map +1 -1
  494. package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts +3 -3
  495. package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.d.ts.map +1 -1
  496. package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.js +3 -5
  497. package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.js.map +1 -1
  498. package/dist/esm/providers/cross-chain-transfer-protocol/actions/depositForBurn.test.js.map +1 -1
  499. package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.d.ts +2 -1
  500. package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.d.ts.map +1 -1
  501. package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.test.js +0 -6
  502. package/dist/esm/providers/cross-chain-transfer-protocol/actions/index.test.js.map +1 -1
  503. package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts +2 -2
  504. package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.d.ts.map +1 -1
  505. package/dist/esm/providers/cross-chain-transfer-protocol/actions/listMessages.js.map +1 -1
  506. package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts +2 -2
  507. package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.d.ts.map +1 -1
  508. package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.js +3 -3
  509. package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.js.map +1 -1
  510. package/dist/esm/providers/cross-chain-transfer-protocol/actions/receiveMessage.test.js.map +1 -1
  511. package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts +6 -3
  512. package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.d.ts.map +1 -1
  513. package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js +22 -17
  514. package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.js.map +1 -1
  515. package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js +52 -1
  516. package/dist/esm/providers/cross-chain-transfer-protocol/actions/transferViaCCTP.test.js.map +1 -1
  517. package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts +1 -2
  518. package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.d.ts.map +1 -1
  519. package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.js.map +1 -1
  520. package/dist/esm/providers/cross-chain-transfer-protocol/actions/waitForAttestationMessage.test.js.map +1 -1
  521. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +136 -0
  522. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts.map +1 -1
  523. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +136 -0
  524. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts.map +1 -1
  525. package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +271 -0
  526. package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts.map +1 -1
  527. package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +271 -0
  528. package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts.map +1 -1
  529. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +271 -0
  530. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
  531. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +271 -0
  532. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
  533. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +271 -0
  534. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts.map +1 -1
  535. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +271 -0
  536. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts.map +1 -1
  537. package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +136 -0
  538. package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts.map +1 -1
  539. package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +136 -0
  540. package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts.map +1 -1
  541. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +136 -0
  542. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
  543. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +136 -0
  544. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
  545. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +136 -0
  546. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
  547. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +136 -0
  548. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
  549. package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts +2714 -0
  550. package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
  551. package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +2714 -0
  552. package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
  553. package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts +5 -3
  554. package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
  555. package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
  556. package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts +2 -2
  557. package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.d.ts.map +1 -1
  558. package/dist/esm/providers/developer-controlled-wallets/actions/createTransaction.js.map +1 -1
  559. package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts +3 -3
  560. package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.d.ts.map +1 -1
  561. package/dist/esm/providers/developer-controlled-wallets/actions/createWalletSet.js +1 -1
  562. package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts +2 -2
  563. package/dist/esm/providers/developer-controlled-wallets/actions/createWallets.d.ts.map +1 -1
  564. package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts +2 -2
  565. package/dist/esm/providers/developer-controlled-wallets/actions/deriveWallet.d.ts.map +1 -1
  566. package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts +2 -2
  567. package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.d.ts.map +1 -1
  568. package/dist/esm/providers/developer-controlled-wallets/actions/estimateTransferFee.js.map +1 -1
  569. package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts +5 -3
  570. package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
  571. package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
  572. package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts +2 -2
  573. package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.d.ts.map +1 -1
  574. package/dist/esm/providers/developer-controlled-wallets/actions/getNotificationSignature.js.map +1 -1
  575. package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts +9 -3
  576. package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.d.ts.map +1 -1
  577. package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js +7 -2
  578. package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.js.map +1 -1
  579. package/dist/esm/providers/developer-controlled-wallets/actions/getTokenBalances.test.js.map +1 -1
  580. package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts +2 -2
  581. package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.d.ts.map +1 -1
  582. package/dist/esm/providers/developer-controlled-wallets/actions/getTransactionById.js.map +1 -1
  583. package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts +2 -2
  584. package/dist/esm/providers/developer-controlled-wallets/actions/getWallet.d.ts.map +1 -1
  585. package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts +2 -2
  586. package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.d.ts.map +1 -1
  587. package/dist/esm/providers/developer-controlled-wallets/actions/getWalletTokenBalance.js.map +1 -1
  588. package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts +2 -2
  589. package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.d.ts.map +1 -1
  590. package/dist/esm/providers/developer-controlled-wallets/actions/getWalletsWithBalances.js.map +1 -1
  591. package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts +2 -2
  592. package/dist/esm/providers/developer-controlled-wallets/actions/index.d.ts.map +1 -1
  593. package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js +0 -17
  594. package/dist/esm/providers/developer-controlled-wallets/actions/index.test.js.map +1 -1
  595. package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts +2 -2
  596. package/dist/esm/providers/developer-controlled-wallets/actions/listWallets.d.ts.map +1 -1
  597. package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts +2 -2
  598. package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.d.ts.map +1 -1
  599. package/dist/esm/providers/developer-controlled-wallets/actions/signTransaction.js.map +1 -1
  600. package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts +2 -2
  601. package/dist/esm/providers/developer-controlled-wallets/actions/signTypedData.d.ts.map +1 -1
  602. package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.d.ts.map +1 -1
  603. package/dist/esm/providers/developer-controlled-wallets/actions/verifyNotification.js.map +1 -1
  604. package/dist/esm/providers/developer-controlled-wallets/actions/waitForTransactionHash.d.ts.map +1 -1
  605. package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts +2714 -0
  606. package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
  607. package/dist/esm/providers/developer-controlled-wallets/index.d.ts +2714 -0
  608. package/dist/esm/providers/developer-controlled-wallets/index.d.ts.map +1 -1
  609. package/dist/esm/providers/developer-controlled-wallets/provider.d.ts +1 -2
  610. package/dist/esm/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
  611. package/dist/esm/providers/developer-controlled-wallets/provider.js.map +1 -1
  612. package/dist/esm/providers/faucet/actions/drip.d.ts +2 -4
  613. package/dist/esm/providers/faucet/actions/drip.d.ts.map +1 -1
  614. package/dist/esm/providers/faucet/actions/drip.js +2 -2
  615. package/dist/esm/providers/faucet/actions/drip.js.map +1 -1
  616. package/dist/esm/providers/faucet/actions/drip.test.js.map +1 -1
  617. package/dist/esm/providers/faucet/actions/index.d.ts +2 -1
  618. package/dist/esm/providers/faucet/actions/index.d.ts.map +1 -1
  619. package/dist/esm/providers/faucet/actions/index.test.js +0 -2
  620. package/dist/esm/providers/faucet/actions/index.test.js.map +1 -1
  621. package/dist/esm/providers/faucet/actions/requestTestnetTokens.d.ts.map +1 -1
  622. package/dist/esm/providers/faucet/actions/requestTestnetTokens.js.map +1 -1
  623. package/dist/esm/providers/faucet/extractChain.d.ts +1357 -0
  624. package/dist/esm/providers/faucet/extractChain.d.ts.map +1 -1
  625. package/dist/esm/providers/faucet/index.d.ts +1357 -0
  626. package/dist/esm/providers/faucet/index.d.ts.map +1 -1
  627. package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts +2 -2
  628. package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -1
  629. package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts +2 -2
  630. package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -1
  631. package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts +100 -3
  632. package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -1
  633. package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts +2 -2
  634. package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -1
  635. package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -1
  636. package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts +2 -2
  637. package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -1
  638. package/dist/esm/providers/smart-contract-platform/actions/index.d.ts +2 -2
  639. package/dist/esm/providers/smart-contract-platform/actions/index.d.ts.map +1 -1
  640. package/dist/esm/providers/smart-contract-platform/actions/index.test.js +0 -6
  641. package/dist/esm/providers/smart-contract-platform/actions/index.test.js.map +1 -1
  642. package/dist/esm/providers/smart-contract-platform/actions/writeContract.js +2 -2
  643. package/dist/esm/providers/smart-contract-platform/actions/writeContract.js.map +1 -1
  644. package/dist/esm/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -1
  645. package/dist/esm/providers/smart-contract-platform/extractChain.d.ts +2784 -0
  646. package/dist/esm/providers/smart-contract-platform/extractChain.d.ts.map +1 -1
  647. package/dist/esm/providers/smart-contract-platform/index.d.ts +2784 -0
  648. package/dist/esm/providers/smart-contract-platform/index.d.ts.map +1 -1
  649. package/dist/esm/providers/smart-contract-platform/index.js +3 -1
  650. package/dist/esm/providers/smart-contract-platform/index.js.map +1 -1
  651. package/dist/esm/providers/uniswap/abis/QuoterV2.d.ts +207 -0
  652. package/dist/esm/providers/uniswap/abis/QuoterV2.d.ts.map +1 -0
  653. package/dist/esm/providers/uniswap/abis/QuoterV2.js +278 -0
  654. package/dist/esm/providers/uniswap/abis/QuoterV2.js.map +1 -0
  655. package/dist/esm/providers/uniswap/abis/SwapRouter02.d.ts +822 -0
  656. package/dist/esm/providers/uniswap/abis/SwapRouter02.d.ts.map +1 -0
  657. package/dist/esm/providers/uniswap/abis/SwapRouter02.js +1074 -0
  658. package/dist/esm/providers/uniswap/abis/SwapRouter02.js.map +1 -0
  659. package/dist/esm/providers/uniswap/abis/UniswapV3Factory.d.ts +185 -0
  660. package/dist/esm/providers/uniswap/abis/UniswapV3Factory.d.ts.map +1 -0
  661. package/dist/esm/providers/uniswap/abis/UniswapV3Factory.js +247 -0
  662. package/dist/esm/providers/uniswap/abis/UniswapV3Factory.js.map +1 -0
  663. package/dist/esm/providers/uniswap/abis/UniswapV3Pool.d.ts +776 -0
  664. package/dist/esm/providers/uniswap/abis/UniswapV3Pool.d.ts.map +1 -0
  665. package/dist/esm/providers/uniswap/abis/UniswapV3Pool.js +999 -0
  666. package/dist/esm/providers/uniswap/abis/UniswapV3Pool.js.map +1 -0
  667. package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts +50 -0
  668. package/dist/esm/providers/uniswap/actions/exactInputSingle.d.ts.map +1 -0
  669. package/dist/esm/providers/uniswap/actions/exactInputSingle.js +105 -0
  670. package/dist/esm/providers/uniswap/actions/exactInputSingle.js.map +1 -0
  671. package/dist/esm/providers/uniswap/actions/exactInputSingle.test.d.ts +2 -0
  672. package/dist/esm/providers/uniswap/actions/exactInputSingle.test.d.ts.map +1 -0
  673. package/dist/esm/providers/uniswap/actions/exactInputSingle.test.js +121 -0
  674. package/dist/esm/providers/uniswap/actions/exactInputSingle.test.js.map +1 -0
  675. package/dist/esm/providers/uniswap/actions/getPool.d.ts +45 -0
  676. package/dist/esm/providers/uniswap/actions/getPool.d.ts.map +1 -0
  677. package/dist/esm/providers/uniswap/actions/getPool.js +90 -0
  678. package/dist/esm/providers/uniswap/actions/getPool.js.map +1 -0
  679. package/dist/esm/providers/uniswap/actions/getPool.test.d.ts +2 -0
  680. package/dist/esm/providers/uniswap/actions/getPool.test.d.ts.map +1 -0
  681. package/dist/esm/providers/uniswap/actions/getPool.test.js +96 -0
  682. package/dist/esm/providers/uniswap/actions/getPool.test.js.map +1 -0
  683. package/dist/esm/providers/uniswap/actions/index.d.ts +15 -0
  684. package/dist/esm/providers/uniswap/actions/index.d.ts.map +1 -0
  685. package/dist/esm/providers/uniswap/actions/index.js +28 -0
  686. package/dist/esm/providers/uniswap/actions/index.js.map +1 -0
  687. package/dist/esm/providers/uniswap/actions/index.test.d.ts +2 -0
  688. package/dist/esm/providers/uniswap/actions/index.test.d.ts.map +1 -0
  689. package/dist/esm/providers/uniswap/actions/index.test.js +30 -0
  690. package/dist/esm/providers/uniswap/actions/index.test.js.map +1 -0
  691. package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.d.ts +49 -0
  692. package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.d.ts.map +1 -0
  693. package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.js +85 -0
  694. package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.js.map +1 -0
  695. package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.d.ts +2 -0
  696. package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.d.ts.map +1 -0
  697. package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.js +104 -0
  698. package/dist/esm/providers/uniswap/actions/quoteExactInputSingle.test.js.map +1 -0
  699. package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +1810 -0
  700. package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts.map +1 -0
  701. package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.js +25 -0
  702. package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.js.map +1 -0
  703. package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1544 -0
  704. package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts.map +1 -0
  705. package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.js +25 -0
  706. package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.js.map +1 -0
  707. package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +1661 -0
  708. package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts.map +1 -0
  709. package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.js +25 -0
  710. package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.js.map +1 -0
  711. package/dist/esm/providers/uniswap/chains/index.d.ts +4 -0
  712. package/dist/esm/providers/uniswap/chains/index.d.ts.map +1 -0
  713. package/dist/esm/providers/uniswap/chains/index.js +14 -0
  714. package/dist/esm/providers/uniswap/chains/index.js.map +1 -0
  715. package/dist/esm/providers/uniswap/chains/index.test.d.ts +2 -0
  716. package/dist/esm/providers/uniswap/chains/index.test.d.ts.map +1 -0
  717. package/dist/esm/providers/uniswap/chains/index.test.js +21 -0
  718. package/dist/esm/providers/uniswap/chains/index.test.js.map +1 -0
  719. package/dist/esm/providers/uniswap/extractChain.d.ts +5013 -0
  720. package/dist/esm/providers/uniswap/extractChain.d.ts.map +1 -0
  721. package/dist/esm/providers/uniswap/extractChain.js +19 -0
  722. package/dist/esm/providers/uniswap/extractChain.js.map +1 -0
  723. package/dist/esm/providers/uniswap/extractChain.test.d.ts +2 -0
  724. package/dist/esm/providers/uniswap/extractChain.test.d.ts.map +1 -0
  725. package/dist/esm/providers/uniswap/extractChain.test.js +27 -0
  726. package/dist/esm/providers/uniswap/extractChain.test.js.map +1 -0
  727. package/dist/esm/providers/uniswap/index.d.ts +5014 -0
  728. package/dist/esm/providers/uniswap/index.d.ts.map +1 -0
  729. package/dist/esm/providers/uniswap/index.js +18 -0
  730. package/dist/esm/providers/uniswap/index.js.map +1 -0
  731. package/dist/esm/types.d.ts +2 -2
  732. package/dist/esm/types.d.ts.map +1 -1
  733. package/dist/esm/utils/getChainContractByAddress.d.ts +2 -2
  734. package/dist/esm/utils/getChainContractByAddress.d.ts.map +1 -1
  735. package/dist/esm/utils/getContract.d.ts +1098 -0
  736. package/dist/esm/utils/getContract.d.ts.map +1 -0
  737. package/dist/esm/utils/getContract.js +34 -0
  738. package/dist/esm/utils/getContract.js.map +1 -0
  739. package/dist/esm/utils/getContract.test.d.ts +2 -0
  740. package/dist/esm/utils/getContract.test.d.ts.map +1 -0
  741. package/dist/esm/utils/getContract.test.js +55 -0
  742. package/dist/esm/utils/getContract.test.js.map +1 -0
  743. package/dist/esm/utils/index.d.ts +1 -0
  744. package/dist/esm/utils/index.d.ts.map +1 -1
  745. package/dist/esm/utils/index.js +1 -0
  746. package/dist/esm/utils/index.js.map +1 -1
  747. package/dist/esm/utils/index.test.js +2 -0
  748. package/dist/esm/utils/index.test.js.map +1 -1
  749. package/dist/esm/utils/parseAccount.d.ts +26 -3
  750. package/dist/esm/utils/parseAccount.d.ts.map +1 -1
  751. package/dist/esm/utils/parseAccount.js +3 -6
  752. package/dist/esm/utils/parseAccount.js.map +1 -1
  753. package/dist/esm/utils/parseAccount.test.js +18 -4
  754. package/dist/esm/utils/parseAccount.test.js.map +1 -1
  755. package/dist/esm/utils/parseAddress.d.ts +1 -2
  756. package/dist/esm/utils/parseAddress.d.ts.map +1 -1
  757. package/dist/esm/utils/parseAddress.js.map +1 -1
  758. package/package.json +14 -5
  759. package/dist/cjs/actions/drainFrom.d.ts +0 -16
  760. package/dist/cjs/actions/drainFrom.d.ts.map +0 -1
  761. package/dist/cjs/actions/drainFrom.js.map +0 -1
  762. package/dist/cjs/actions/drainFrom.test.d.ts +0 -2
  763. package/dist/cjs/actions/drainFrom.test.d.ts.map +0 -1
  764. package/dist/cjs/actions/drainFrom.test.js.map +0 -1
  765. package/dist/esm/actions/drainFrom.d.ts +0 -16
  766. package/dist/esm/actions/drainFrom.d.ts.map +0 -1
  767. package/dist/esm/actions/drainFrom.js.map +0 -1
  768. package/dist/esm/actions/drainFrom.test.d.ts +0 -2
  769. package/dist/esm/actions/drainFrom.test.d.ts.map +0 -1
  770. package/dist/esm/actions/drainFrom.test.js.map +0 -1
@@ -7,9 +7,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
7
7
  readonly apiUrl: "https://api.arbiscan.io/api";
8
8
  };
9
9
  };
10
+ blockTime?: number | undefined | undefined;
10
11
  contracts: {
11
12
  readonly USDC: {
12
13
  readonly address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
14
+ readonly abi: readonly [{
15
+ readonly type: "event";
16
+ readonly name: "Approval";
17
+ readonly inputs: readonly [{
18
+ readonly indexed: true;
19
+ readonly name: "owner";
20
+ readonly type: "address";
21
+ }, {
22
+ readonly indexed: true;
23
+ readonly name: "spender";
24
+ readonly type: "address";
25
+ }, {
26
+ readonly indexed: false;
27
+ readonly name: "value";
28
+ readonly type: "uint256";
29
+ }];
30
+ }, {
31
+ readonly type: "event";
32
+ readonly name: "Transfer";
33
+ readonly inputs: readonly [{
34
+ readonly indexed: true;
35
+ readonly name: "from";
36
+ readonly type: "address";
37
+ }, {
38
+ readonly indexed: true;
39
+ readonly name: "to";
40
+ readonly type: "address";
41
+ }, {
42
+ readonly indexed: false;
43
+ readonly name: "value";
44
+ readonly type: "uint256";
45
+ }];
46
+ }, {
47
+ readonly type: "function";
48
+ readonly name: "allowance";
49
+ readonly stateMutability: "view";
50
+ readonly inputs: readonly [{
51
+ readonly name: "owner";
52
+ readonly type: "address";
53
+ }, {
54
+ readonly name: "spender";
55
+ readonly type: "address";
56
+ }];
57
+ readonly outputs: readonly [{
58
+ readonly type: "uint256";
59
+ }];
60
+ }, {
61
+ readonly type: "function";
62
+ readonly name: "approve";
63
+ readonly stateMutability: "nonpayable";
64
+ readonly inputs: readonly [{
65
+ readonly name: "spender";
66
+ readonly type: "address";
67
+ }, {
68
+ readonly name: "amount";
69
+ readonly type: "uint256";
70
+ }];
71
+ readonly outputs: readonly [{
72
+ readonly type: "bool";
73
+ }];
74
+ }, {
75
+ readonly type: "function";
76
+ readonly name: "balanceOf";
77
+ readonly stateMutability: "view";
78
+ readonly inputs: readonly [{
79
+ readonly name: "account";
80
+ readonly type: "address";
81
+ }];
82
+ readonly outputs: readonly [{
83
+ readonly type: "uint256";
84
+ }];
85
+ }, {
86
+ readonly type: "function";
87
+ readonly name: "decimals";
88
+ readonly stateMutability: "view";
89
+ readonly inputs: readonly [];
90
+ readonly outputs: readonly [{
91
+ readonly type: "uint8";
92
+ }];
93
+ }, {
94
+ readonly type: "function";
95
+ readonly name: "name";
96
+ readonly stateMutability: "view";
97
+ readonly inputs: readonly [];
98
+ readonly outputs: readonly [{
99
+ readonly type: "string";
100
+ }];
101
+ }, {
102
+ readonly type: "function";
103
+ readonly name: "symbol";
104
+ readonly stateMutability: "view";
105
+ readonly inputs: readonly [];
106
+ readonly outputs: readonly [{
107
+ readonly type: "string";
108
+ }];
109
+ }, {
110
+ readonly type: "function";
111
+ readonly name: "totalSupply";
112
+ readonly stateMutability: "view";
113
+ readonly inputs: readonly [];
114
+ readonly outputs: readonly [{
115
+ readonly type: "uint256";
116
+ }];
117
+ }, {
118
+ readonly type: "function";
119
+ readonly name: "transfer";
120
+ readonly stateMutability: "nonpayable";
121
+ readonly inputs: readonly [{
122
+ readonly name: "recipient";
123
+ readonly type: "address";
124
+ }, {
125
+ readonly name: "amount";
126
+ readonly type: "uint256";
127
+ }];
128
+ readonly outputs: readonly [{
129
+ readonly type: "bool";
130
+ }];
131
+ }, {
132
+ readonly type: "function";
133
+ readonly name: "transferFrom";
134
+ readonly stateMutability: "nonpayable";
135
+ readonly inputs: readonly [{
136
+ readonly name: "sender";
137
+ readonly type: "address";
138
+ }, {
139
+ readonly name: "recipient";
140
+ readonly type: "address";
141
+ }, {
142
+ readonly name: "amount";
143
+ readonly type: "uint256";
144
+ }];
145
+ readonly outputs: readonly [{
146
+ readonly type: "bool";
147
+ }];
148
+ }];
13
149
  readonly read: {
14
150
  readonly decimals: () => 6;
15
151
  };
@@ -48,9 +184,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
48
184
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
49
185
  };
50
186
  };
187
+ blockTime?: number | undefined | undefined;
51
188
  contracts: {
52
189
  readonly USDC: {
53
190
  readonly address: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
191
+ readonly abi: readonly [{
192
+ readonly type: "event";
193
+ readonly name: "Approval";
194
+ readonly inputs: readonly [{
195
+ readonly indexed: true;
196
+ readonly name: "owner";
197
+ readonly type: "address";
198
+ }, {
199
+ readonly indexed: true;
200
+ readonly name: "spender";
201
+ readonly type: "address";
202
+ }, {
203
+ readonly indexed: false;
204
+ readonly name: "value";
205
+ readonly type: "uint256";
206
+ }];
207
+ }, {
208
+ readonly type: "event";
209
+ readonly name: "Transfer";
210
+ readonly inputs: readonly [{
211
+ readonly indexed: true;
212
+ readonly name: "from";
213
+ readonly type: "address";
214
+ }, {
215
+ readonly indexed: true;
216
+ readonly name: "to";
217
+ readonly type: "address";
218
+ }, {
219
+ readonly indexed: false;
220
+ readonly name: "value";
221
+ readonly type: "uint256";
222
+ }];
223
+ }, {
224
+ readonly type: "function";
225
+ readonly name: "allowance";
226
+ readonly stateMutability: "view";
227
+ readonly inputs: readonly [{
228
+ readonly name: "owner";
229
+ readonly type: "address";
230
+ }, {
231
+ readonly name: "spender";
232
+ readonly type: "address";
233
+ }];
234
+ readonly outputs: readonly [{
235
+ readonly type: "uint256";
236
+ }];
237
+ }, {
238
+ readonly type: "function";
239
+ readonly name: "approve";
240
+ readonly stateMutability: "nonpayable";
241
+ readonly inputs: readonly [{
242
+ readonly name: "spender";
243
+ readonly type: "address";
244
+ }, {
245
+ readonly name: "amount";
246
+ readonly type: "uint256";
247
+ }];
248
+ readonly outputs: readonly [{
249
+ readonly type: "bool";
250
+ }];
251
+ }, {
252
+ readonly type: "function";
253
+ readonly name: "balanceOf";
254
+ readonly stateMutability: "view";
255
+ readonly inputs: readonly [{
256
+ readonly name: "account";
257
+ readonly type: "address";
258
+ }];
259
+ readonly outputs: readonly [{
260
+ readonly type: "uint256";
261
+ }];
262
+ }, {
263
+ readonly type: "function";
264
+ readonly name: "decimals";
265
+ readonly stateMutability: "view";
266
+ readonly inputs: readonly [];
267
+ readonly outputs: readonly [{
268
+ readonly type: "uint8";
269
+ }];
270
+ }, {
271
+ readonly type: "function";
272
+ readonly name: "name";
273
+ readonly stateMutability: "view";
274
+ readonly inputs: readonly [];
275
+ readonly outputs: readonly [{
276
+ readonly type: "string";
277
+ }];
278
+ }, {
279
+ readonly type: "function";
280
+ readonly name: "symbol";
281
+ readonly stateMutability: "view";
282
+ readonly inputs: readonly [];
283
+ readonly outputs: readonly [{
284
+ readonly type: "string";
285
+ }];
286
+ }, {
287
+ readonly type: "function";
288
+ readonly name: "totalSupply";
289
+ readonly stateMutability: "view";
290
+ readonly inputs: readonly [];
291
+ readonly outputs: readonly [{
292
+ readonly type: "uint256";
293
+ }];
294
+ }, {
295
+ readonly type: "function";
296
+ readonly name: "transfer";
297
+ readonly stateMutability: "nonpayable";
298
+ readonly inputs: readonly [{
299
+ readonly name: "recipient";
300
+ readonly type: "address";
301
+ }, {
302
+ readonly name: "amount";
303
+ readonly type: "uint256";
304
+ }];
305
+ readonly outputs: readonly [{
306
+ readonly type: "bool";
307
+ }];
308
+ }, {
309
+ readonly type: "function";
310
+ readonly name: "transferFrom";
311
+ readonly stateMutability: "nonpayable";
312
+ readonly inputs: readonly [{
313
+ readonly name: "sender";
314
+ readonly type: "address";
315
+ }, {
316
+ readonly name: "recipient";
317
+ readonly type: "address";
318
+ }, {
319
+ readonly name: "amount";
320
+ readonly type: "uint256";
321
+ }];
322
+ readonly outputs: readonly [{
323
+ readonly type: "bool";
324
+ }];
325
+ }];
54
326
  readonly read: {
55
327
  readonly decimals: () => 6;
56
328
  };
@@ -89,15 +361,286 @@ export declare const SUPPORTED_CHAINS: readonly [{
89
361
  readonly apiUrl: "https://api.basescan.org/api";
90
362
  };
91
363
  };
364
+ blockTime: 2000;
92
365
  contracts: {
93
366
  readonly USDC: {
94
367
  readonly address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
368
+ readonly abi: readonly [{
369
+ readonly type: "event";
370
+ readonly name: "Approval";
371
+ readonly inputs: readonly [{
372
+ readonly indexed: true;
373
+ readonly name: "owner";
374
+ readonly type: "address";
375
+ }, {
376
+ readonly indexed: true;
377
+ readonly name: "spender";
378
+ readonly type: "address";
379
+ }, {
380
+ readonly indexed: false;
381
+ readonly name: "value";
382
+ readonly type: "uint256";
383
+ }];
384
+ }, {
385
+ readonly type: "event";
386
+ readonly name: "Transfer";
387
+ readonly inputs: readonly [{
388
+ readonly indexed: true;
389
+ readonly name: "from";
390
+ readonly type: "address";
391
+ }, {
392
+ readonly indexed: true;
393
+ readonly name: "to";
394
+ readonly type: "address";
395
+ }, {
396
+ readonly indexed: false;
397
+ readonly name: "value";
398
+ readonly type: "uint256";
399
+ }];
400
+ }, {
401
+ readonly type: "function";
402
+ readonly name: "allowance";
403
+ readonly stateMutability: "view";
404
+ readonly inputs: readonly [{
405
+ readonly name: "owner";
406
+ readonly type: "address";
407
+ }, {
408
+ readonly name: "spender";
409
+ readonly type: "address";
410
+ }];
411
+ readonly outputs: readonly [{
412
+ readonly type: "uint256";
413
+ }];
414
+ }, {
415
+ readonly type: "function";
416
+ readonly name: "approve";
417
+ readonly stateMutability: "nonpayable";
418
+ readonly inputs: readonly [{
419
+ readonly name: "spender";
420
+ readonly type: "address";
421
+ }, {
422
+ readonly name: "amount";
423
+ readonly type: "uint256";
424
+ }];
425
+ readonly outputs: readonly [{
426
+ readonly type: "bool";
427
+ }];
428
+ }, {
429
+ readonly type: "function";
430
+ readonly name: "balanceOf";
431
+ readonly stateMutability: "view";
432
+ readonly inputs: readonly [{
433
+ readonly name: "account";
434
+ readonly type: "address";
435
+ }];
436
+ readonly outputs: readonly [{
437
+ readonly type: "uint256";
438
+ }];
439
+ }, {
440
+ readonly type: "function";
441
+ readonly name: "decimals";
442
+ readonly stateMutability: "view";
443
+ readonly inputs: readonly [];
444
+ readonly outputs: readonly [{
445
+ readonly type: "uint8";
446
+ }];
447
+ }, {
448
+ readonly type: "function";
449
+ readonly name: "name";
450
+ readonly stateMutability: "view";
451
+ readonly inputs: readonly [];
452
+ readonly outputs: readonly [{
453
+ readonly type: "string";
454
+ }];
455
+ }, {
456
+ readonly type: "function";
457
+ readonly name: "symbol";
458
+ readonly stateMutability: "view";
459
+ readonly inputs: readonly [];
460
+ readonly outputs: readonly [{
461
+ readonly type: "string";
462
+ }];
463
+ }, {
464
+ readonly type: "function";
465
+ readonly name: "totalSupply";
466
+ readonly stateMutability: "view";
467
+ readonly inputs: readonly [];
468
+ readonly outputs: readonly [{
469
+ readonly type: "uint256";
470
+ }];
471
+ }, {
472
+ readonly type: "function";
473
+ readonly name: "transfer";
474
+ readonly stateMutability: "nonpayable";
475
+ readonly inputs: readonly [{
476
+ readonly name: "recipient";
477
+ readonly type: "address";
478
+ }, {
479
+ readonly name: "amount";
480
+ readonly type: "uint256";
481
+ }];
482
+ readonly outputs: readonly [{
483
+ readonly type: "bool";
484
+ }];
485
+ }, {
486
+ readonly type: "function";
487
+ readonly name: "transferFrom";
488
+ readonly stateMutability: "nonpayable";
489
+ readonly inputs: readonly [{
490
+ readonly name: "sender";
491
+ readonly type: "address";
492
+ }, {
493
+ readonly name: "recipient";
494
+ readonly type: "address";
495
+ }, {
496
+ readonly name: "amount";
497
+ readonly type: "uint256";
498
+ }];
499
+ readonly outputs: readonly [{
500
+ readonly type: "bool";
501
+ }];
502
+ }];
95
503
  readonly read: {
96
504
  readonly decimals: () => 6;
97
505
  };
98
506
  };
99
507
  readonly EURC: {
100
508
  readonly address: "0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42";
509
+ readonly abi: readonly [{
510
+ readonly type: "event";
511
+ readonly name: "Approval";
512
+ readonly inputs: readonly [{
513
+ readonly indexed: true;
514
+ readonly name: "owner";
515
+ readonly type: "address";
516
+ }, {
517
+ readonly indexed: true;
518
+ readonly name: "spender";
519
+ readonly type: "address";
520
+ }, {
521
+ readonly indexed: false;
522
+ readonly name: "value";
523
+ readonly type: "uint256";
524
+ }];
525
+ }, {
526
+ readonly type: "event";
527
+ readonly name: "Transfer";
528
+ readonly inputs: readonly [{
529
+ readonly indexed: true;
530
+ readonly name: "from";
531
+ readonly type: "address";
532
+ }, {
533
+ readonly indexed: true;
534
+ readonly name: "to";
535
+ readonly type: "address";
536
+ }, {
537
+ readonly indexed: false;
538
+ readonly name: "value";
539
+ readonly type: "uint256";
540
+ }];
541
+ }, {
542
+ readonly type: "function";
543
+ readonly name: "allowance";
544
+ readonly stateMutability: "view";
545
+ readonly inputs: readonly [{
546
+ readonly name: "owner";
547
+ readonly type: "address";
548
+ }, {
549
+ readonly name: "spender";
550
+ readonly type: "address";
551
+ }];
552
+ readonly outputs: readonly [{
553
+ readonly type: "uint256";
554
+ }];
555
+ }, {
556
+ readonly type: "function";
557
+ readonly name: "approve";
558
+ readonly stateMutability: "nonpayable";
559
+ readonly inputs: readonly [{
560
+ readonly name: "spender";
561
+ readonly type: "address";
562
+ }, {
563
+ readonly name: "amount";
564
+ readonly type: "uint256";
565
+ }];
566
+ readonly outputs: readonly [{
567
+ readonly type: "bool";
568
+ }];
569
+ }, {
570
+ readonly type: "function";
571
+ readonly name: "balanceOf";
572
+ readonly stateMutability: "view";
573
+ readonly inputs: readonly [{
574
+ readonly name: "account";
575
+ readonly type: "address";
576
+ }];
577
+ readonly outputs: readonly [{
578
+ readonly type: "uint256";
579
+ }];
580
+ }, {
581
+ readonly type: "function";
582
+ readonly name: "decimals";
583
+ readonly stateMutability: "view";
584
+ readonly inputs: readonly [];
585
+ readonly outputs: readonly [{
586
+ readonly type: "uint8";
587
+ }];
588
+ }, {
589
+ readonly type: "function";
590
+ readonly name: "name";
591
+ readonly stateMutability: "view";
592
+ readonly inputs: readonly [];
593
+ readonly outputs: readonly [{
594
+ readonly type: "string";
595
+ }];
596
+ }, {
597
+ readonly type: "function";
598
+ readonly name: "symbol";
599
+ readonly stateMutability: "view";
600
+ readonly inputs: readonly [];
601
+ readonly outputs: readonly [{
602
+ readonly type: "string";
603
+ }];
604
+ }, {
605
+ readonly type: "function";
606
+ readonly name: "totalSupply";
607
+ readonly stateMutability: "view";
608
+ readonly inputs: readonly [];
609
+ readonly outputs: readonly [{
610
+ readonly type: "uint256";
611
+ }];
612
+ }, {
613
+ readonly type: "function";
614
+ readonly name: "transfer";
615
+ readonly stateMutability: "nonpayable";
616
+ readonly inputs: readonly [{
617
+ readonly name: "recipient";
618
+ readonly type: "address";
619
+ }, {
620
+ readonly name: "amount";
621
+ readonly type: "uint256";
622
+ }];
623
+ readonly outputs: readonly [{
624
+ readonly type: "bool";
625
+ }];
626
+ }, {
627
+ readonly type: "function";
628
+ readonly name: "transferFrom";
629
+ readonly stateMutability: "nonpayable";
630
+ readonly inputs: readonly [{
631
+ readonly name: "sender";
632
+ readonly type: "address";
633
+ }, {
634
+ readonly name: "recipient";
635
+ readonly type: "address";
636
+ }, {
637
+ readonly name: "amount";
638
+ readonly type: "uint256";
639
+ }];
640
+ readonly outputs: readonly [{
641
+ readonly type: "bool";
642
+ }];
643
+ }];
101
644
  readonly read: {
102
645
  readonly decimals: () => 6;
103
646
  };
@@ -408,15 +951,286 @@ export declare const SUPPORTED_CHAINS: readonly [{
408
951
  readonly apiUrl: "https://api-sepolia.basescan.org/api";
409
952
  };
410
953
  };
954
+ blockTime: 2000;
411
955
  contracts: {
412
956
  readonly USDC: {
413
957
  readonly address: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
958
+ readonly abi: readonly [{
959
+ readonly type: "event";
960
+ readonly name: "Approval";
961
+ readonly inputs: readonly [{
962
+ readonly indexed: true;
963
+ readonly name: "owner";
964
+ readonly type: "address";
965
+ }, {
966
+ readonly indexed: true;
967
+ readonly name: "spender";
968
+ readonly type: "address";
969
+ }, {
970
+ readonly indexed: false;
971
+ readonly name: "value";
972
+ readonly type: "uint256";
973
+ }];
974
+ }, {
975
+ readonly type: "event";
976
+ readonly name: "Transfer";
977
+ readonly inputs: readonly [{
978
+ readonly indexed: true;
979
+ readonly name: "from";
980
+ readonly type: "address";
981
+ }, {
982
+ readonly indexed: true;
983
+ readonly name: "to";
984
+ readonly type: "address";
985
+ }, {
986
+ readonly indexed: false;
987
+ readonly name: "value";
988
+ readonly type: "uint256";
989
+ }];
990
+ }, {
991
+ readonly type: "function";
992
+ readonly name: "allowance";
993
+ readonly stateMutability: "view";
994
+ readonly inputs: readonly [{
995
+ readonly name: "owner";
996
+ readonly type: "address";
997
+ }, {
998
+ readonly name: "spender";
999
+ readonly type: "address";
1000
+ }];
1001
+ readonly outputs: readonly [{
1002
+ readonly type: "uint256";
1003
+ }];
1004
+ }, {
1005
+ readonly type: "function";
1006
+ readonly name: "approve";
1007
+ readonly stateMutability: "nonpayable";
1008
+ readonly inputs: readonly [{
1009
+ readonly name: "spender";
1010
+ readonly type: "address";
1011
+ }, {
1012
+ readonly name: "amount";
1013
+ readonly type: "uint256";
1014
+ }];
1015
+ readonly outputs: readonly [{
1016
+ readonly type: "bool";
1017
+ }];
1018
+ }, {
1019
+ readonly type: "function";
1020
+ readonly name: "balanceOf";
1021
+ readonly stateMutability: "view";
1022
+ readonly inputs: readonly [{
1023
+ readonly name: "account";
1024
+ readonly type: "address";
1025
+ }];
1026
+ readonly outputs: readonly [{
1027
+ readonly type: "uint256";
1028
+ }];
1029
+ }, {
1030
+ readonly type: "function";
1031
+ readonly name: "decimals";
1032
+ readonly stateMutability: "view";
1033
+ readonly inputs: readonly [];
1034
+ readonly outputs: readonly [{
1035
+ readonly type: "uint8";
1036
+ }];
1037
+ }, {
1038
+ readonly type: "function";
1039
+ readonly name: "name";
1040
+ readonly stateMutability: "view";
1041
+ readonly inputs: readonly [];
1042
+ readonly outputs: readonly [{
1043
+ readonly type: "string";
1044
+ }];
1045
+ }, {
1046
+ readonly type: "function";
1047
+ readonly name: "symbol";
1048
+ readonly stateMutability: "view";
1049
+ readonly inputs: readonly [];
1050
+ readonly outputs: readonly [{
1051
+ readonly type: "string";
1052
+ }];
1053
+ }, {
1054
+ readonly type: "function";
1055
+ readonly name: "totalSupply";
1056
+ readonly stateMutability: "view";
1057
+ readonly inputs: readonly [];
1058
+ readonly outputs: readonly [{
1059
+ readonly type: "uint256";
1060
+ }];
1061
+ }, {
1062
+ readonly type: "function";
1063
+ readonly name: "transfer";
1064
+ readonly stateMutability: "nonpayable";
1065
+ readonly inputs: readonly [{
1066
+ readonly name: "recipient";
1067
+ readonly type: "address";
1068
+ }, {
1069
+ readonly name: "amount";
1070
+ readonly type: "uint256";
1071
+ }];
1072
+ readonly outputs: readonly [{
1073
+ readonly type: "bool";
1074
+ }];
1075
+ }, {
1076
+ readonly type: "function";
1077
+ readonly name: "transferFrom";
1078
+ readonly stateMutability: "nonpayable";
1079
+ readonly inputs: readonly [{
1080
+ readonly name: "sender";
1081
+ readonly type: "address";
1082
+ }, {
1083
+ readonly name: "recipient";
1084
+ readonly type: "address";
1085
+ }, {
1086
+ readonly name: "amount";
1087
+ readonly type: "uint256";
1088
+ }];
1089
+ readonly outputs: readonly [{
1090
+ readonly type: "bool";
1091
+ }];
1092
+ }];
414
1093
  readonly read: {
415
1094
  readonly decimals: () => 6;
416
1095
  };
417
1096
  };
418
1097
  readonly EURC: {
419
1098
  readonly address: "0x808456652fdb597867f38412077A9182bf77359F";
1099
+ readonly abi: readonly [{
1100
+ readonly type: "event";
1101
+ readonly name: "Approval";
1102
+ readonly inputs: readonly [{
1103
+ readonly indexed: true;
1104
+ readonly name: "owner";
1105
+ readonly type: "address";
1106
+ }, {
1107
+ readonly indexed: true;
1108
+ readonly name: "spender";
1109
+ readonly type: "address";
1110
+ }, {
1111
+ readonly indexed: false;
1112
+ readonly name: "value";
1113
+ readonly type: "uint256";
1114
+ }];
1115
+ }, {
1116
+ readonly type: "event";
1117
+ readonly name: "Transfer";
1118
+ readonly inputs: readonly [{
1119
+ readonly indexed: true;
1120
+ readonly name: "from";
1121
+ readonly type: "address";
1122
+ }, {
1123
+ readonly indexed: true;
1124
+ readonly name: "to";
1125
+ readonly type: "address";
1126
+ }, {
1127
+ readonly indexed: false;
1128
+ readonly name: "value";
1129
+ readonly type: "uint256";
1130
+ }];
1131
+ }, {
1132
+ readonly type: "function";
1133
+ readonly name: "allowance";
1134
+ readonly stateMutability: "view";
1135
+ readonly inputs: readonly [{
1136
+ readonly name: "owner";
1137
+ readonly type: "address";
1138
+ }, {
1139
+ readonly name: "spender";
1140
+ readonly type: "address";
1141
+ }];
1142
+ readonly outputs: readonly [{
1143
+ readonly type: "uint256";
1144
+ }];
1145
+ }, {
1146
+ readonly type: "function";
1147
+ readonly name: "approve";
1148
+ readonly stateMutability: "nonpayable";
1149
+ readonly inputs: readonly [{
1150
+ readonly name: "spender";
1151
+ readonly type: "address";
1152
+ }, {
1153
+ readonly name: "amount";
1154
+ readonly type: "uint256";
1155
+ }];
1156
+ readonly outputs: readonly [{
1157
+ readonly type: "bool";
1158
+ }];
1159
+ }, {
1160
+ readonly type: "function";
1161
+ readonly name: "balanceOf";
1162
+ readonly stateMutability: "view";
1163
+ readonly inputs: readonly [{
1164
+ readonly name: "account";
1165
+ readonly type: "address";
1166
+ }];
1167
+ readonly outputs: readonly [{
1168
+ readonly type: "uint256";
1169
+ }];
1170
+ }, {
1171
+ readonly type: "function";
1172
+ readonly name: "decimals";
1173
+ readonly stateMutability: "view";
1174
+ readonly inputs: readonly [];
1175
+ readonly outputs: readonly [{
1176
+ readonly type: "uint8";
1177
+ }];
1178
+ }, {
1179
+ readonly type: "function";
1180
+ readonly name: "name";
1181
+ readonly stateMutability: "view";
1182
+ readonly inputs: readonly [];
1183
+ readonly outputs: readonly [{
1184
+ readonly type: "string";
1185
+ }];
1186
+ }, {
1187
+ readonly type: "function";
1188
+ readonly name: "symbol";
1189
+ readonly stateMutability: "view";
1190
+ readonly inputs: readonly [];
1191
+ readonly outputs: readonly [{
1192
+ readonly type: "string";
1193
+ }];
1194
+ }, {
1195
+ readonly type: "function";
1196
+ readonly name: "totalSupply";
1197
+ readonly stateMutability: "view";
1198
+ readonly inputs: readonly [];
1199
+ readonly outputs: readonly [{
1200
+ readonly type: "uint256";
1201
+ }];
1202
+ }, {
1203
+ readonly type: "function";
1204
+ readonly name: "transfer";
1205
+ readonly stateMutability: "nonpayable";
1206
+ readonly inputs: readonly [{
1207
+ readonly name: "recipient";
1208
+ readonly type: "address";
1209
+ }, {
1210
+ readonly name: "amount";
1211
+ readonly type: "uint256";
1212
+ }];
1213
+ readonly outputs: readonly [{
1214
+ readonly type: "bool";
1215
+ }];
1216
+ }, {
1217
+ readonly type: "function";
1218
+ readonly name: "transferFrom";
1219
+ readonly stateMutability: "nonpayable";
1220
+ readonly inputs: readonly [{
1221
+ readonly name: "sender";
1222
+ readonly type: "address";
1223
+ }, {
1224
+ readonly name: "recipient";
1225
+ readonly type: "address";
1226
+ }, {
1227
+ readonly name: "amount";
1228
+ readonly type: "uint256";
1229
+ }];
1230
+ readonly outputs: readonly [{
1231
+ readonly type: "bool";
1232
+ }];
1233
+ }];
420
1234
  readonly read: {
421
1235
  readonly decimals: () => 6;
422
1236
  };
@@ -728,15 +1542,286 @@ export declare const SUPPORTED_CHAINS: readonly [{
728
1542
  readonly apiUrl: "https://api.etherscan.io/api";
729
1543
  };
730
1544
  };
1545
+ blockTime?: number | undefined | undefined;
731
1546
  contracts: {
732
1547
  readonly USDC: {
733
1548
  readonly address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
1549
+ readonly abi: readonly [{
1550
+ readonly type: "event";
1551
+ readonly name: "Approval";
1552
+ readonly inputs: readonly [{
1553
+ readonly indexed: true;
1554
+ readonly name: "owner";
1555
+ readonly type: "address";
1556
+ }, {
1557
+ readonly indexed: true;
1558
+ readonly name: "spender";
1559
+ readonly type: "address";
1560
+ }, {
1561
+ readonly indexed: false;
1562
+ readonly name: "value";
1563
+ readonly type: "uint256";
1564
+ }];
1565
+ }, {
1566
+ readonly type: "event";
1567
+ readonly name: "Transfer";
1568
+ readonly inputs: readonly [{
1569
+ readonly indexed: true;
1570
+ readonly name: "from";
1571
+ readonly type: "address";
1572
+ }, {
1573
+ readonly indexed: true;
1574
+ readonly name: "to";
1575
+ readonly type: "address";
1576
+ }, {
1577
+ readonly indexed: false;
1578
+ readonly name: "value";
1579
+ readonly type: "uint256";
1580
+ }];
1581
+ }, {
1582
+ readonly type: "function";
1583
+ readonly name: "allowance";
1584
+ readonly stateMutability: "view";
1585
+ readonly inputs: readonly [{
1586
+ readonly name: "owner";
1587
+ readonly type: "address";
1588
+ }, {
1589
+ readonly name: "spender";
1590
+ readonly type: "address";
1591
+ }];
1592
+ readonly outputs: readonly [{
1593
+ readonly type: "uint256";
1594
+ }];
1595
+ }, {
1596
+ readonly type: "function";
1597
+ readonly name: "approve";
1598
+ readonly stateMutability: "nonpayable";
1599
+ readonly inputs: readonly [{
1600
+ readonly name: "spender";
1601
+ readonly type: "address";
1602
+ }, {
1603
+ readonly name: "amount";
1604
+ readonly type: "uint256";
1605
+ }];
1606
+ readonly outputs: readonly [{
1607
+ readonly type: "bool";
1608
+ }];
1609
+ }, {
1610
+ readonly type: "function";
1611
+ readonly name: "balanceOf";
1612
+ readonly stateMutability: "view";
1613
+ readonly inputs: readonly [{
1614
+ readonly name: "account";
1615
+ readonly type: "address";
1616
+ }];
1617
+ readonly outputs: readonly [{
1618
+ readonly type: "uint256";
1619
+ }];
1620
+ }, {
1621
+ readonly type: "function";
1622
+ readonly name: "decimals";
1623
+ readonly stateMutability: "view";
1624
+ readonly inputs: readonly [];
1625
+ readonly outputs: readonly [{
1626
+ readonly type: "uint8";
1627
+ }];
1628
+ }, {
1629
+ readonly type: "function";
1630
+ readonly name: "name";
1631
+ readonly stateMutability: "view";
1632
+ readonly inputs: readonly [];
1633
+ readonly outputs: readonly [{
1634
+ readonly type: "string";
1635
+ }];
1636
+ }, {
1637
+ readonly type: "function";
1638
+ readonly name: "symbol";
1639
+ readonly stateMutability: "view";
1640
+ readonly inputs: readonly [];
1641
+ readonly outputs: readonly [{
1642
+ readonly type: "string";
1643
+ }];
1644
+ }, {
1645
+ readonly type: "function";
1646
+ readonly name: "totalSupply";
1647
+ readonly stateMutability: "view";
1648
+ readonly inputs: readonly [];
1649
+ readonly outputs: readonly [{
1650
+ readonly type: "uint256";
1651
+ }];
1652
+ }, {
1653
+ readonly type: "function";
1654
+ readonly name: "transfer";
1655
+ readonly stateMutability: "nonpayable";
1656
+ readonly inputs: readonly [{
1657
+ readonly name: "recipient";
1658
+ readonly type: "address";
1659
+ }, {
1660
+ readonly name: "amount";
1661
+ readonly type: "uint256";
1662
+ }];
1663
+ readonly outputs: readonly [{
1664
+ readonly type: "bool";
1665
+ }];
1666
+ }, {
1667
+ readonly type: "function";
1668
+ readonly name: "transferFrom";
1669
+ readonly stateMutability: "nonpayable";
1670
+ readonly inputs: readonly [{
1671
+ readonly name: "sender";
1672
+ readonly type: "address";
1673
+ }, {
1674
+ readonly name: "recipient";
1675
+ readonly type: "address";
1676
+ }, {
1677
+ readonly name: "amount";
1678
+ readonly type: "uint256";
1679
+ }];
1680
+ readonly outputs: readonly [{
1681
+ readonly type: "bool";
1682
+ }];
1683
+ }];
734
1684
  readonly read: {
735
1685
  readonly decimals: () => 6;
736
1686
  };
737
1687
  };
738
1688
  readonly EURC: {
739
1689
  readonly address: "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c";
1690
+ readonly abi: readonly [{
1691
+ readonly type: "event";
1692
+ readonly name: "Approval";
1693
+ readonly inputs: readonly [{
1694
+ readonly indexed: true;
1695
+ readonly name: "owner";
1696
+ readonly type: "address";
1697
+ }, {
1698
+ readonly indexed: true;
1699
+ readonly name: "spender";
1700
+ readonly type: "address";
1701
+ }, {
1702
+ readonly indexed: false;
1703
+ readonly name: "value";
1704
+ readonly type: "uint256";
1705
+ }];
1706
+ }, {
1707
+ readonly type: "event";
1708
+ readonly name: "Transfer";
1709
+ readonly inputs: readonly [{
1710
+ readonly indexed: true;
1711
+ readonly name: "from";
1712
+ readonly type: "address";
1713
+ }, {
1714
+ readonly indexed: true;
1715
+ readonly name: "to";
1716
+ readonly type: "address";
1717
+ }, {
1718
+ readonly indexed: false;
1719
+ readonly name: "value";
1720
+ readonly type: "uint256";
1721
+ }];
1722
+ }, {
1723
+ readonly type: "function";
1724
+ readonly name: "allowance";
1725
+ readonly stateMutability: "view";
1726
+ readonly inputs: readonly [{
1727
+ readonly name: "owner";
1728
+ readonly type: "address";
1729
+ }, {
1730
+ readonly name: "spender";
1731
+ readonly type: "address";
1732
+ }];
1733
+ readonly outputs: readonly [{
1734
+ readonly type: "uint256";
1735
+ }];
1736
+ }, {
1737
+ readonly type: "function";
1738
+ readonly name: "approve";
1739
+ readonly stateMutability: "nonpayable";
1740
+ readonly inputs: readonly [{
1741
+ readonly name: "spender";
1742
+ readonly type: "address";
1743
+ }, {
1744
+ readonly name: "amount";
1745
+ readonly type: "uint256";
1746
+ }];
1747
+ readonly outputs: readonly [{
1748
+ readonly type: "bool";
1749
+ }];
1750
+ }, {
1751
+ readonly type: "function";
1752
+ readonly name: "balanceOf";
1753
+ readonly stateMutability: "view";
1754
+ readonly inputs: readonly [{
1755
+ readonly name: "account";
1756
+ readonly type: "address";
1757
+ }];
1758
+ readonly outputs: readonly [{
1759
+ readonly type: "uint256";
1760
+ }];
1761
+ }, {
1762
+ readonly type: "function";
1763
+ readonly name: "decimals";
1764
+ readonly stateMutability: "view";
1765
+ readonly inputs: readonly [];
1766
+ readonly outputs: readonly [{
1767
+ readonly type: "uint8";
1768
+ }];
1769
+ }, {
1770
+ readonly type: "function";
1771
+ readonly name: "name";
1772
+ readonly stateMutability: "view";
1773
+ readonly inputs: readonly [];
1774
+ readonly outputs: readonly [{
1775
+ readonly type: "string";
1776
+ }];
1777
+ }, {
1778
+ readonly type: "function";
1779
+ readonly name: "symbol";
1780
+ readonly stateMutability: "view";
1781
+ readonly inputs: readonly [];
1782
+ readonly outputs: readonly [{
1783
+ readonly type: "string";
1784
+ }];
1785
+ }, {
1786
+ readonly type: "function";
1787
+ readonly name: "totalSupply";
1788
+ readonly stateMutability: "view";
1789
+ readonly inputs: readonly [];
1790
+ readonly outputs: readonly [{
1791
+ readonly type: "uint256";
1792
+ }];
1793
+ }, {
1794
+ readonly type: "function";
1795
+ readonly name: "transfer";
1796
+ readonly stateMutability: "nonpayable";
1797
+ readonly inputs: readonly [{
1798
+ readonly name: "recipient";
1799
+ readonly type: "address";
1800
+ }, {
1801
+ readonly name: "amount";
1802
+ readonly type: "uint256";
1803
+ }];
1804
+ readonly outputs: readonly [{
1805
+ readonly type: "bool";
1806
+ }];
1807
+ }, {
1808
+ readonly type: "function";
1809
+ readonly name: "transferFrom";
1810
+ readonly stateMutability: "nonpayable";
1811
+ readonly inputs: readonly [{
1812
+ readonly name: "sender";
1813
+ readonly type: "address";
1814
+ }, {
1815
+ readonly name: "recipient";
1816
+ readonly type: "address";
1817
+ }, {
1818
+ readonly name: "amount";
1819
+ readonly type: "uint256";
1820
+ }];
1821
+ readonly outputs: readonly [{
1822
+ readonly type: "bool";
1823
+ }];
1824
+ }];
740
1825
  readonly read: {
741
1826
  readonly decimals: () => 6;
742
1827
  };
@@ -782,15 +1867,286 @@ export declare const SUPPORTED_CHAINS: readonly [{
782
1867
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
783
1868
  };
784
1869
  };
1870
+ blockTime?: number | undefined | undefined;
785
1871
  contracts: {
786
1872
  readonly USDC: {
787
1873
  readonly address: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
1874
+ readonly abi: readonly [{
1875
+ readonly type: "event";
1876
+ readonly name: "Approval";
1877
+ readonly inputs: readonly [{
1878
+ readonly indexed: true;
1879
+ readonly name: "owner";
1880
+ readonly type: "address";
1881
+ }, {
1882
+ readonly indexed: true;
1883
+ readonly name: "spender";
1884
+ readonly type: "address";
1885
+ }, {
1886
+ readonly indexed: false;
1887
+ readonly name: "value";
1888
+ readonly type: "uint256";
1889
+ }];
1890
+ }, {
1891
+ readonly type: "event";
1892
+ readonly name: "Transfer";
1893
+ readonly inputs: readonly [{
1894
+ readonly indexed: true;
1895
+ readonly name: "from";
1896
+ readonly type: "address";
1897
+ }, {
1898
+ readonly indexed: true;
1899
+ readonly name: "to";
1900
+ readonly type: "address";
1901
+ }, {
1902
+ readonly indexed: false;
1903
+ readonly name: "value";
1904
+ readonly type: "uint256";
1905
+ }];
1906
+ }, {
1907
+ readonly type: "function";
1908
+ readonly name: "allowance";
1909
+ readonly stateMutability: "view";
1910
+ readonly inputs: readonly [{
1911
+ readonly name: "owner";
1912
+ readonly type: "address";
1913
+ }, {
1914
+ readonly name: "spender";
1915
+ readonly type: "address";
1916
+ }];
1917
+ readonly outputs: readonly [{
1918
+ readonly type: "uint256";
1919
+ }];
1920
+ }, {
1921
+ readonly type: "function";
1922
+ readonly name: "approve";
1923
+ readonly stateMutability: "nonpayable";
1924
+ readonly inputs: readonly [{
1925
+ readonly name: "spender";
1926
+ readonly type: "address";
1927
+ }, {
1928
+ readonly name: "amount";
1929
+ readonly type: "uint256";
1930
+ }];
1931
+ readonly outputs: readonly [{
1932
+ readonly type: "bool";
1933
+ }];
1934
+ }, {
1935
+ readonly type: "function";
1936
+ readonly name: "balanceOf";
1937
+ readonly stateMutability: "view";
1938
+ readonly inputs: readonly [{
1939
+ readonly name: "account";
1940
+ readonly type: "address";
1941
+ }];
1942
+ readonly outputs: readonly [{
1943
+ readonly type: "uint256";
1944
+ }];
1945
+ }, {
1946
+ readonly type: "function";
1947
+ readonly name: "decimals";
1948
+ readonly stateMutability: "view";
1949
+ readonly inputs: readonly [];
1950
+ readonly outputs: readonly [{
1951
+ readonly type: "uint8";
1952
+ }];
1953
+ }, {
1954
+ readonly type: "function";
1955
+ readonly name: "name";
1956
+ readonly stateMutability: "view";
1957
+ readonly inputs: readonly [];
1958
+ readonly outputs: readonly [{
1959
+ readonly type: "string";
1960
+ }];
1961
+ }, {
1962
+ readonly type: "function";
1963
+ readonly name: "symbol";
1964
+ readonly stateMutability: "view";
1965
+ readonly inputs: readonly [];
1966
+ readonly outputs: readonly [{
1967
+ readonly type: "string";
1968
+ }];
1969
+ }, {
1970
+ readonly type: "function";
1971
+ readonly name: "totalSupply";
1972
+ readonly stateMutability: "view";
1973
+ readonly inputs: readonly [];
1974
+ readonly outputs: readonly [{
1975
+ readonly type: "uint256";
1976
+ }];
1977
+ }, {
1978
+ readonly type: "function";
1979
+ readonly name: "transfer";
1980
+ readonly stateMutability: "nonpayable";
1981
+ readonly inputs: readonly [{
1982
+ readonly name: "recipient";
1983
+ readonly type: "address";
1984
+ }, {
1985
+ readonly name: "amount";
1986
+ readonly type: "uint256";
1987
+ }];
1988
+ readonly outputs: readonly [{
1989
+ readonly type: "bool";
1990
+ }];
1991
+ }, {
1992
+ readonly type: "function";
1993
+ readonly name: "transferFrom";
1994
+ readonly stateMutability: "nonpayable";
1995
+ readonly inputs: readonly [{
1996
+ readonly name: "sender";
1997
+ readonly type: "address";
1998
+ }, {
1999
+ readonly name: "recipient";
2000
+ readonly type: "address";
2001
+ }, {
2002
+ readonly name: "amount";
2003
+ readonly type: "uint256";
2004
+ }];
2005
+ readonly outputs: readonly [{
2006
+ readonly type: "bool";
2007
+ }];
2008
+ }];
788
2009
  readonly read: {
789
2010
  readonly decimals: () => 6;
790
2011
  };
791
2012
  };
792
2013
  readonly EURC: {
793
2014
  readonly address: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
2015
+ readonly abi: readonly [{
2016
+ readonly type: "event";
2017
+ readonly name: "Approval";
2018
+ readonly inputs: readonly [{
2019
+ readonly indexed: true;
2020
+ readonly name: "owner";
2021
+ readonly type: "address";
2022
+ }, {
2023
+ readonly indexed: true;
2024
+ readonly name: "spender";
2025
+ readonly type: "address";
2026
+ }, {
2027
+ readonly indexed: false;
2028
+ readonly name: "value";
2029
+ readonly type: "uint256";
2030
+ }];
2031
+ }, {
2032
+ readonly type: "event";
2033
+ readonly name: "Transfer";
2034
+ readonly inputs: readonly [{
2035
+ readonly indexed: true;
2036
+ readonly name: "from";
2037
+ readonly type: "address";
2038
+ }, {
2039
+ readonly indexed: true;
2040
+ readonly name: "to";
2041
+ readonly type: "address";
2042
+ }, {
2043
+ readonly indexed: false;
2044
+ readonly name: "value";
2045
+ readonly type: "uint256";
2046
+ }];
2047
+ }, {
2048
+ readonly type: "function";
2049
+ readonly name: "allowance";
2050
+ readonly stateMutability: "view";
2051
+ readonly inputs: readonly [{
2052
+ readonly name: "owner";
2053
+ readonly type: "address";
2054
+ }, {
2055
+ readonly name: "spender";
2056
+ readonly type: "address";
2057
+ }];
2058
+ readonly outputs: readonly [{
2059
+ readonly type: "uint256";
2060
+ }];
2061
+ }, {
2062
+ readonly type: "function";
2063
+ readonly name: "approve";
2064
+ readonly stateMutability: "nonpayable";
2065
+ readonly inputs: readonly [{
2066
+ readonly name: "spender";
2067
+ readonly type: "address";
2068
+ }, {
2069
+ readonly name: "amount";
2070
+ readonly type: "uint256";
2071
+ }];
2072
+ readonly outputs: readonly [{
2073
+ readonly type: "bool";
2074
+ }];
2075
+ }, {
2076
+ readonly type: "function";
2077
+ readonly name: "balanceOf";
2078
+ readonly stateMutability: "view";
2079
+ readonly inputs: readonly [{
2080
+ readonly name: "account";
2081
+ readonly type: "address";
2082
+ }];
2083
+ readonly outputs: readonly [{
2084
+ readonly type: "uint256";
2085
+ }];
2086
+ }, {
2087
+ readonly type: "function";
2088
+ readonly name: "decimals";
2089
+ readonly stateMutability: "view";
2090
+ readonly inputs: readonly [];
2091
+ readonly outputs: readonly [{
2092
+ readonly type: "uint8";
2093
+ }];
2094
+ }, {
2095
+ readonly type: "function";
2096
+ readonly name: "name";
2097
+ readonly stateMutability: "view";
2098
+ readonly inputs: readonly [];
2099
+ readonly outputs: readonly [{
2100
+ readonly type: "string";
2101
+ }];
2102
+ }, {
2103
+ readonly type: "function";
2104
+ readonly name: "symbol";
2105
+ readonly stateMutability: "view";
2106
+ readonly inputs: readonly [];
2107
+ readonly outputs: readonly [{
2108
+ readonly type: "string";
2109
+ }];
2110
+ }, {
2111
+ readonly type: "function";
2112
+ readonly name: "totalSupply";
2113
+ readonly stateMutability: "view";
2114
+ readonly inputs: readonly [];
2115
+ readonly outputs: readonly [{
2116
+ readonly type: "uint256";
2117
+ }];
2118
+ }, {
2119
+ readonly type: "function";
2120
+ readonly name: "transfer";
2121
+ readonly stateMutability: "nonpayable";
2122
+ readonly inputs: readonly [{
2123
+ readonly name: "recipient";
2124
+ readonly type: "address";
2125
+ }, {
2126
+ readonly name: "amount";
2127
+ readonly type: "uint256";
2128
+ }];
2129
+ readonly outputs: readonly [{
2130
+ readonly type: "bool";
2131
+ }];
2132
+ }, {
2133
+ readonly type: "function";
2134
+ readonly name: "transferFrom";
2135
+ readonly stateMutability: "nonpayable";
2136
+ readonly inputs: readonly [{
2137
+ readonly name: "sender";
2138
+ readonly type: "address";
2139
+ }, {
2140
+ readonly name: "recipient";
2141
+ readonly type: "address";
2142
+ }, {
2143
+ readonly name: "amount";
2144
+ readonly type: "uint256";
2145
+ }];
2146
+ readonly outputs: readonly [{
2147
+ readonly type: "bool";
2148
+ }];
2149
+ }];
794
2150
  readonly read: {
795
2151
  readonly decimals: () => 6;
796
2152
  };
@@ -836,9 +2192,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
836
2192
  readonly apiUrl: "https://api.polygonscan.com/api";
837
2193
  };
838
2194
  };
2195
+ blockTime?: number | undefined | undefined;
839
2196
  contracts: {
840
2197
  readonly USDC: {
841
2198
  readonly address: "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359";
2199
+ readonly abi: readonly [{
2200
+ readonly type: "event";
2201
+ readonly name: "Approval";
2202
+ readonly inputs: readonly [{
2203
+ readonly indexed: true;
2204
+ readonly name: "owner";
2205
+ readonly type: "address";
2206
+ }, {
2207
+ readonly indexed: true;
2208
+ readonly name: "spender";
2209
+ readonly type: "address";
2210
+ }, {
2211
+ readonly indexed: false;
2212
+ readonly name: "value";
2213
+ readonly type: "uint256";
2214
+ }];
2215
+ }, {
2216
+ readonly type: "event";
2217
+ readonly name: "Transfer";
2218
+ readonly inputs: readonly [{
2219
+ readonly indexed: true;
2220
+ readonly name: "from";
2221
+ readonly type: "address";
2222
+ }, {
2223
+ readonly indexed: true;
2224
+ readonly name: "to";
2225
+ readonly type: "address";
2226
+ }, {
2227
+ readonly indexed: false;
2228
+ readonly name: "value";
2229
+ readonly type: "uint256";
2230
+ }];
2231
+ }, {
2232
+ readonly type: "function";
2233
+ readonly name: "allowance";
2234
+ readonly stateMutability: "view";
2235
+ readonly inputs: readonly [{
2236
+ readonly name: "owner";
2237
+ readonly type: "address";
2238
+ }, {
2239
+ readonly name: "spender";
2240
+ readonly type: "address";
2241
+ }];
2242
+ readonly outputs: readonly [{
2243
+ readonly type: "uint256";
2244
+ }];
2245
+ }, {
2246
+ readonly type: "function";
2247
+ readonly name: "approve";
2248
+ readonly stateMutability: "nonpayable";
2249
+ readonly inputs: readonly [{
2250
+ readonly name: "spender";
2251
+ readonly type: "address";
2252
+ }, {
2253
+ readonly name: "amount";
2254
+ readonly type: "uint256";
2255
+ }];
2256
+ readonly outputs: readonly [{
2257
+ readonly type: "bool";
2258
+ }];
2259
+ }, {
2260
+ readonly type: "function";
2261
+ readonly name: "balanceOf";
2262
+ readonly stateMutability: "view";
2263
+ readonly inputs: readonly [{
2264
+ readonly name: "account";
2265
+ readonly type: "address";
2266
+ }];
2267
+ readonly outputs: readonly [{
2268
+ readonly type: "uint256";
2269
+ }];
2270
+ }, {
2271
+ readonly type: "function";
2272
+ readonly name: "decimals";
2273
+ readonly stateMutability: "view";
2274
+ readonly inputs: readonly [];
2275
+ readonly outputs: readonly [{
2276
+ readonly type: "uint8";
2277
+ }];
2278
+ }, {
2279
+ readonly type: "function";
2280
+ readonly name: "name";
2281
+ readonly stateMutability: "view";
2282
+ readonly inputs: readonly [];
2283
+ readonly outputs: readonly [{
2284
+ readonly type: "string";
2285
+ }];
2286
+ }, {
2287
+ readonly type: "function";
2288
+ readonly name: "symbol";
2289
+ readonly stateMutability: "view";
2290
+ readonly inputs: readonly [];
2291
+ readonly outputs: readonly [{
2292
+ readonly type: "string";
2293
+ }];
2294
+ }, {
2295
+ readonly type: "function";
2296
+ readonly name: "totalSupply";
2297
+ readonly stateMutability: "view";
2298
+ readonly inputs: readonly [];
2299
+ readonly outputs: readonly [{
2300
+ readonly type: "uint256";
2301
+ }];
2302
+ }, {
2303
+ readonly type: "function";
2304
+ readonly name: "transfer";
2305
+ readonly stateMutability: "nonpayable";
2306
+ readonly inputs: readonly [{
2307
+ readonly name: "recipient";
2308
+ readonly type: "address";
2309
+ }, {
2310
+ readonly name: "amount";
2311
+ readonly type: "uint256";
2312
+ }];
2313
+ readonly outputs: readonly [{
2314
+ readonly type: "bool";
2315
+ }];
2316
+ }, {
2317
+ readonly type: "function";
2318
+ readonly name: "transferFrom";
2319
+ readonly stateMutability: "nonpayable";
2320
+ readonly inputs: readonly [{
2321
+ readonly name: "sender";
2322
+ readonly type: "address";
2323
+ }, {
2324
+ readonly name: "recipient";
2325
+ readonly type: "address";
2326
+ }, {
2327
+ readonly name: "amount";
2328
+ readonly type: "uint256";
2329
+ }];
2330
+ readonly outputs: readonly [{
2331
+ readonly type: "bool";
2332
+ }];
2333
+ }];
842
2334
  readonly read: {
843
2335
  readonly decimals: () => 6;
844
2336
  };
@@ -877,9 +2369,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
877
2369
  readonly apiUrl: "https://api-amoy.polygonscan.com/api";
878
2370
  };
879
2371
  };
2372
+ blockTime?: number | undefined | undefined;
880
2373
  contracts: {
881
2374
  readonly USDC: {
882
2375
  readonly address: "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582";
2376
+ readonly abi: readonly [{
2377
+ readonly type: "event";
2378
+ readonly name: "Approval";
2379
+ readonly inputs: readonly [{
2380
+ readonly indexed: true;
2381
+ readonly name: "owner";
2382
+ readonly type: "address";
2383
+ }, {
2384
+ readonly indexed: true;
2385
+ readonly name: "spender";
2386
+ readonly type: "address";
2387
+ }, {
2388
+ readonly indexed: false;
2389
+ readonly name: "value";
2390
+ readonly type: "uint256";
2391
+ }];
2392
+ }, {
2393
+ readonly type: "event";
2394
+ readonly name: "Transfer";
2395
+ readonly inputs: readonly [{
2396
+ readonly indexed: true;
2397
+ readonly name: "from";
2398
+ readonly type: "address";
2399
+ }, {
2400
+ readonly indexed: true;
2401
+ readonly name: "to";
2402
+ readonly type: "address";
2403
+ }, {
2404
+ readonly indexed: false;
2405
+ readonly name: "value";
2406
+ readonly type: "uint256";
2407
+ }];
2408
+ }, {
2409
+ readonly type: "function";
2410
+ readonly name: "allowance";
2411
+ readonly stateMutability: "view";
2412
+ readonly inputs: readonly [{
2413
+ readonly name: "owner";
2414
+ readonly type: "address";
2415
+ }, {
2416
+ readonly name: "spender";
2417
+ readonly type: "address";
2418
+ }];
2419
+ readonly outputs: readonly [{
2420
+ readonly type: "uint256";
2421
+ }];
2422
+ }, {
2423
+ readonly type: "function";
2424
+ readonly name: "approve";
2425
+ readonly stateMutability: "nonpayable";
2426
+ readonly inputs: readonly [{
2427
+ readonly name: "spender";
2428
+ readonly type: "address";
2429
+ }, {
2430
+ readonly name: "amount";
2431
+ readonly type: "uint256";
2432
+ }];
2433
+ readonly outputs: readonly [{
2434
+ readonly type: "bool";
2435
+ }];
2436
+ }, {
2437
+ readonly type: "function";
2438
+ readonly name: "balanceOf";
2439
+ readonly stateMutability: "view";
2440
+ readonly inputs: readonly [{
2441
+ readonly name: "account";
2442
+ readonly type: "address";
2443
+ }];
2444
+ readonly outputs: readonly [{
2445
+ readonly type: "uint256";
2446
+ }];
2447
+ }, {
2448
+ readonly type: "function";
2449
+ readonly name: "decimals";
2450
+ readonly stateMutability: "view";
2451
+ readonly inputs: readonly [];
2452
+ readonly outputs: readonly [{
2453
+ readonly type: "uint8";
2454
+ }];
2455
+ }, {
2456
+ readonly type: "function";
2457
+ readonly name: "name";
2458
+ readonly stateMutability: "view";
2459
+ readonly inputs: readonly [];
2460
+ readonly outputs: readonly [{
2461
+ readonly type: "string";
2462
+ }];
2463
+ }, {
2464
+ readonly type: "function";
2465
+ readonly name: "symbol";
2466
+ readonly stateMutability: "view";
2467
+ readonly inputs: readonly [];
2468
+ readonly outputs: readonly [{
2469
+ readonly type: "string";
2470
+ }];
2471
+ }, {
2472
+ readonly type: "function";
2473
+ readonly name: "totalSupply";
2474
+ readonly stateMutability: "view";
2475
+ readonly inputs: readonly [];
2476
+ readonly outputs: readonly [{
2477
+ readonly type: "uint256";
2478
+ }];
2479
+ }, {
2480
+ readonly type: "function";
2481
+ readonly name: "transfer";
2482
+ readonly stateMutability: "nonpayable";
2483
+ readonly inputs: readonly [{
2484
+ readonly name: "recipient";
2485
+ readonly type: "address";
2486
+ }, {
2487
+ readonly name: "amount";
2488
+ readonly type: "uint256";
2489
+ }];
2490
+ readonly outputs: readonly [{
2491
+ readonly type: "bool";
2492
+ }];
2493
+ }, {
2494
+ readonly type: "function";
2495
+ readonly name: "transferFrom";
2496
+ readonly stateMutability: "nonpayable";
2497
+ readonly inputs: readonly [{
2498
+ readonly name: "sender";
2499
+ readonly type: "address";
2500
+ }, {
2501
+ readonly name: "recipient";
2502
+ readonly type: "address";
2503
+ }, {
2504
+ readonly name: "amount";
2505
+ readonly type: "uint256";
2506
+ }];
2507
+ readonly outputs: readonly [{
2508
+ readonly type: "bool";
2509
+ }];
2510
+ }];
883
2511
  readonly read: {
884
2512
  readonly decimals: () => 6;
885
2513
  };
@@ -918,9 +2546,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
918
2546
  readonly apiUrl: "https://api-optimistic.etherscan.io/api";
919
2547
  };
920
2548
  };
2549
+ blockTime: 2000;
921
2550
  contracts: {
922
2551
  readonly USDC: {
923
2552
  readonly address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
2553
+ readonly abi: readonly [{
2554
+ readonly type: "event";
2555
+ readonly name: "Approval";
2556
+ readonly inputs: readonly [{
2557
+ readonly indexed: true;
2558
+ readonly name: "owner";
2559
+ readonly type: "address";
2560
+ }, {
2561
+ readonly indexed: true;
2562
+ readonly name: "spender";
2563
+ readonly type: "address";
2564
+ }, {
2565
+ readonly indexed: false;
2566
+ readonly name: "value";
2567
+ readonly type: "uint256";
2568
+ }];
2569
+ }, {
2570
+ readonly type: "event";
2571
+ readonly name: "Transfer";
2572
+ readonly inputs: readonly [{
2573
+ readonly indexed: true;
2574
+ readonly name: "from";
2575
+ readonly type: "address";
2576
+ }, {
2577
+ readonly indexed: true;
2578
+ readonly name: "to";
2579
+ readonly type: "address";
2580
+ }, {
2581
+ readonly indexed: false;
2582
+ readonly name: "value";
2583
+ readonly type: "uint256";
2584
+ }];
2585
+ }, {
2586
+ readonly type: "function";
2587
+ readonly name: "allowance";
2588
+ readonly stateMutability: "view";
2589
+ readonly inputs: readonly [{
2590
+ readonly name: "owner";
2591
+ readonly type: "address";
2592
+ }, {
2593
+ readonly name: "spender";
2594
+ readonly type: "address";
2595
+ }];
2596
+ readonly outputs: readonly [{
2597
+ readonly type: "uint256";
2598
+ }];
2599
+ }, {
2600
+ readonly type: "function";
2601
+ readonly name: "approve";
2602
+ readonly stateMutability: "nonpayable";
2603
+ readonly inputs: readonly [{
2604
+ readonly name: "spender";
2605
+ readonly type: "address";
2606
+ }, {
2607
+ readonly name: "amount";
2608
+ readonly type: "uint256";
2609
+ }];
2610
+ readonly outputs: readonly [{
2611
+ readonly type: "bool";
2612
+ }];
2613
+ }, {
2614
+ readonly type: "function";
2615
+ readonly name: "balanceOf";
2616
+ readonly stateMutability: "view";
2617
+ readonly inputs: readonly [{
2618
+ readonly name: "account";
2619
+ readonly type: "address";
2620
+ }];
2621
+ readonly outputs: readonly [{
2622
+ readonly type: "uint256";
2623
+ }];
2624
+ }, {
2625
+ readonly type: "function";
2626
+ readonly name: "decimals";
2627
+ readonly stateMutability: "view";
2628
+ readonly inputs: readonly [];
2629
+ readonly outputs: readonly [{
2630
+ readonly type: "uint8";
2631
+ }];
2632
+ }, {
2633
+ readonly type: "function";
2634
+ readonly name: "name";
2635
+ readonly stateMutability: "view";
2636
+ readonly inputs: readonly [];
2637
+ readonly outputs: readonly [{
2638
+ readonly type: "string";
2639
+ }];
2640
+ }, {
2641
+ readonly type: "function";
2642
+ readonly name: "symbol";
2643
+ readonly stateMutability: "view";
2644
+ readonly inputs: readonly [];
2645
+ readonly outputs: readonly [{
2646
+ readonly type: "string";
2647
+ }];
2648
+ }, {
2649
+ readonly type: "function";
2650
+ readonly name: "totalSupply";
2651
+ readonly stateMutability: "view";
2652
+ readonly inputs: readonly [];
2653
+ readonly outputs: readonly [{
2654
+ readonly type: "uint256";
2655
+ }];
2656
+ }, {
2657
+ readonly type: "function";
2658
+ readonly name: "transfer";
2659
+ readonly stateMutability: "nonpayable";
2660
+ readonly inputs: readonly [{
2661
+ readonly name: "recipient";
2662
+ readonly type: "address";
2663
+ }, {
2664
+ readonly name: "amount";
2665
+ readonly type: "uint256";
2666
+ }];
2667
+ readonly outputs: readonly [{
2668
+ readonly type: "bool";
2669
+ }];
2670
+ }, {
2671
+ readonly type: "function";
2672
+ readonly name: "transferFrom";
2673
+ readonly stateMutability: "nonpayable";
2674
+ readonly inputs: readonly [{
2675
+ readonly name: "sender";
2676
+ readonly type: "address";
2677
+ }, {
2678
+ readonly name: "recipient";
2679
+ readonly type: "address";
2680
+ }, {
2681
+ readonly name: "amount";
2682
+ readonly type: "uint256";
2683
+ }];
2684
+ readonly outputs: readonly [{
2685
+ readonly type: "bool";
2686
+ }];
2687
+ }];
924
2688
  readonly read: {
925
2689
  readonly decimals: () => 6;
926
2690
  };
@@ -1229,9 +2993,145 @@ export declare const SUPPORTED_CHAINS: readonly [{
1229
2993
  readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
1230
2994
  };
1231
2995
  };
2996
+ blockTime: 2000;
1232
2997
  contracts: {
1233
2998
  readonly USDC: {
1234
2999
  readonly address: "0x5fd84259d66Cd46123540766Be93DFE6D43130D7";
3000
+ readonly abi: readonly [{
3001
+ readonly type: "event";
3002
+ readonly name: "Approval";
3003
+ readonly inputs: readonly [{
3004
+ readonly indexed: true;
3005
+ readonly name: "owner";
3006
+ readonly type: "address";
3007
+ }, {
3008
+ readonly indexed: true;
3009
+ readonly name: "spender";
3010
+ readonly type: "address";
3011
+ }, {
3012
+ readonly indexed: false;
3013
+ readonly name: "value";
3014
+ readonly type: "uint256";
3015
+ }];
3016
+ }, {
3017
+ readonly type: "event";
3018
+ readonly name: "Transfer";
3019
+ readonly inputs: readonly [{
3020
+ readonly indexed: true;
3021
+ readonly name: "from";
3022
+ readonly type: "address";
3023
+ }, {
3024
+ readonly indexed: true;
3025
+ readonly name: "to";
3026
+ readonly type: "address";
3027
+ }, {
3028
+ readonly indexed: false;
3029
+ readonly name: "value";
3030
+ readonly type: "uint256";
3031
+ }];
3032
+ }, {
3033
+ readonly type: "function";
3034
+ readonly name: "allowance";
3035
+ readonly stateMutability: "view";
3036
+ readonly inputs: readonly [{
3037
+ readonly name: "owner";
3038
+ readonly type: "address";
3039
+ }, {
3040
+ readonly name: "spender";
3041
+ readonly type: "address";
3042
+ }];
3043
+ readonly outputs: readonly [{
3044
+ readonly type: "uint256";
3045
+ }];
3046
+ }, {
3047
+ readonly type: "function";
3048
+ readonly name: "approve";
3049
+ readonly stateMutability: "nonpayable";
3050
+ readonly inputs: readonly [{
3051
+ readonly name: "spender";
3052
+ readonly type: "address";
3053
+ }, {
3054
+ readonly name: "amount";
3055
+ readonly type: "uint256";
3056
+ }];
3057
+ readonly outputs: readonly [{
3058
+ readonly type: "bool";
3059
+ }];
3060
+ }, {
3061
+ readonly type: "function";
3062
+ readonly name: "balanceOf";
3063
+ readonly stateMutability: "view";
3064
+ readonly inputs: readonly [{
3065
+ readonly name: "account";
3066
+ readonly type: "address";
3067
+ }];
3068
+ readonly outputs: readonly [{
3069
+ readonly type: "uint256";
3070
+ }];
3071
+ }, {
3072
+ readonly type: "function";
3073
+ readonly name: "decimals";
3074
+ readonly stateMutability: "view";
3075
+ readonly inputs: readonly [];
3076
+ readonly outputs: readonly [{
3077
+ readonly type: "uint8";
3078
+ }];
3079
+ }, {
3080
+ readonly type: "function";
3081
+ readonly name: "name";
3082
+ readonly stateMutability: "view";
3083
+ readonly inputs: readonly [];
3084
+ readonly outputs: readonly [{
3085
+ readonly type: "string";
3086
+ }];
3087
+ }, {
3088
+ readonly type: "function";
3089
+ readonly name: "symbol";
3090
+ readonly stateMutability: "view";
3091
+ readonly inputs: readonly [];
3092
+ readonly outputs: readonly [{
3093
+ readonly type: "string";
3094
+ }];
3095
+ }, {
3096
+ readonly type: "function";
3097
+ readonly name: "totalSupply";
3098
+ readonly stateMutability: "view";
3099
+ readonly inputs: readonly [];
3100
+ readonly outputs: readonly [{
3101
+ readonly type: "uint256";
3102
+ }];
3103
+ }, {
3104
+ readonly type: "function";
3105
+ readonly name: "transfer";
3106
+ readonly stateMutability: "nonpayable";
3107
+ readonly inputs: readonly [{
3108
+ readonly name: "recipient";
3109
+ readonly type: "address";
3110
+ }, {
3111
+ readonly name: "amount";
3112
+ readonly type: "uint256";
3113
+ }];
3114
+ readonly outputs: readonly [{
3115
+ readonly type: "bool";
3116
+ }];
3117
+ }, {
3118
+ readonly type: "function";
3119
+ readonly name: "transferFrom";
3120
+ readonly stateMutability: "nonpayable";
3121
+ readonly inputs: readonly [{
3122
+ readonly name: "sender";
3123
+ readonly type: "address";
3124
+ }, {
3125
+ readonly name: "recipient";
3126
+ readonly type: "address";
3127
+ }, {
3128
+ readonly name: "amount";
3129
+ readonly type: "uint256";
3130
+ }];
3131
+ readonly outputs: readonly [{
3132
+ readonly type: "bool";
3133
+ }];
3134
+ }];
1235
3135
  readonly read: {
1236
3136
  readonly decimals: () => 6;
1237
3137
  };
@@ -1532,6 +3432,890 @@ export declare const SUPPORTED_CHAINS: readonly [{
1532
3432
  };
1533
3433
  readonly blockchainId: "OP-SEPOLIA";
1534
3434
  readonly blockchainVm: "EVM";
3435
+ }, {
3436
+ blockExplorers: {
3437
+ readonly default: {
3438
+ readonly name: "Uniscan";
3439
+ readonly url: "https://uniscan.xyz";
3440
+ readonly apiUrl: "https://api.uniscan.xyz/api";
3441
+ };
3442
+ };
3443
+ blockTime: 2000;
3444
+ contracts: {
3445
+ readonly USDC: {
3446
+ readonly address: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
3447
+ readonly abi: readonly [{
3448
+ readonly type: "event";
3449
+ readonly name: "Approval";
3450
+ readonly inputs: readonly [{
3451
+ readonly indexed: true;
3452
+ readonly name: "owner";
3453
+ readonly type: "address";
3454
+ }, {
3455
+ readonly indexed: true;
3456
+ readonly name: "spender";
3457
+ readonly type: "address";
3458
+ }, {
3459
+ readonly indexed: false;
3460
+ readonly name: "value";
3461
+ readonly type: "uint256";
3462
+ }];
3463
+ }, {
3464
+ readonly type: "event";
3465
+ readonly name: "Transfer";
3466
+ readonly inputs: readonly [{
3467
+ readonly indexed: true;
3468
+ readonly name: "from";
3469
+ readonly type: "address";
3470
+ }, {
3471
+ readonly indexed: true;
3472
+ readonly name: "to";
3473
+ readonly type: "address";
3474
+ }, {
3475
+ readonly indexed: false;
3476
+ readonly name: "value";
3477
+ readonly type: "uint256";
3478
+ }];
3479
+ }, {
3480
+ readonly type: "function";
3481
+ readonly name: "allowance";
3482
+ readonly stateMutability: "view";
3483
+ readonly inputs: readonly [{
3484
+ readonly name: "owner";
3485
+ readonly type: "address";
3486
+ }, {
3487
+ readonly name: "spender";
3488
+ readonly type: "address";
3489
+ }];
3490
+ readonly outputs: readonly [{
3491
+ readonly type: "uint256";
3492
+ }];
3493
+ }, {
3494
+ readonly type: "function";
3495
+ readonly name: "approve";
3496
+ readonly stateMutability: "nonpayable";
3497
+ readonly inputs: readonly [{
3498
+ readonly name: "spender";
3499
+ readonly type: "address";
3500
+ }, {
3501
+ readonly name: "amount";
3502
+ readonly type: "uint256";
3503
+ }];
3504
+ readonly outputs: readonly [{
3505
+ readonly type: "bool";
3506
+ }];
3507
+ }, {
3508
+ readonly type: "function";
3509
+ readonly name: "balanceOf";
3510
+ readonly stateMutability: "view";
3511
+ readonly inputs: readonly [{
3512
+ readonly name: "account";
3513
+ readonly type: "address";
3514
+ }];
3515
+ readonly outputs: readonly [{
3516
+ readonly type: "uint256";
3517
+ }];
3518
+ }, {
3519
+ readonly type: "function";
3520
+ readonly name: "decimals";
3521
+ readonly stateMutability: "view";
3522
+ readonly inputs: readonly [];
3523
+ readonly outputs: readonly [{
3524
+ readonly type: "uint8";
3525
+ }];
3526
+ }, {
3527
+ readonly type: "function";
3528
+ readonly name: "name";
3529
+ readonly stateMutability: "view";
3530
+ readonly inputs: readonly [];
3531
+ readonly outputs: readonly [{
3532
+ readonly type: "string";
3533
+ }];
3534
+ }, {
3535
+ readonly type: "function";
3536
+ readonly name: "symbol";
3537
+ readonly stateMutability: "view";
3538
+ readonly inputs: readonly [];
3539
+ readonly outputs: readonly [{
3540
+ readonly type: "string";
3541
+ }];
3542
+ }, {
3543
+ readonly type: "function";
3544
+ readonly name: "totalSupply";
3545
+ readonly stateMutability: "view";
3546
+ readonly inputs: readonly [];
3547
+ readonly outputs: readonly [{
3548
+ readonly type: "uint256";
3549
+ }];
3550
+ }, {
3551
+ readonly type: "function";
3552
+ readonly name: "transfer";
3553
+ readonly stateMutability: "nonpayable";
3554
+ readonly inputs: readonly [{
3555
+ readonly name: "recipient";
3556
+ readonly type: "address";
3557
+ }, {
3558
+ readonly name: "amount";
3559
+ readonly type: "uint256";
3560
+ }];
3561
+ readonly outputs: readonly [{
3562
+ readonly type: "bool";
3563
+ }];
3564
+ }, {
3565
+ readonly type: "function";
3566
+ readonly name: "transferFrom";
3567
+ readonly stateMutability: "nonpayable";
3568
+ readonly inputs: readonly [{
3569
+ readonly name: "sender";
3570
+ readonly type: "address";
3571
+ }, {
3572
+ readonly name: "recipient";
3573
+ readonly type: "address";
3574
+ }, {
3575
+ readonly name: "amount";
3576
+ readonly type: "uint256";
3577
+ }];
3578
+ readonly outputs: readonly [{
3579
+ readonly type: "bool";
3580
+ }];
3581
+ }];
3582
+ readonly read: {
3583
+ readonly decimals: () => 6;
3584
+ };
3585
+ };
3586
+ readonly multicall3: {
3587
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3588
+ readonly blockCreated: 0;
3589
+ };
3590
+ readonly disputeGameFactory: {
3591
+ readonly 1: {
3592
+ readonly address: "0x2F12d621a16e2d3285929C9996f478508951dFe4";
3593
+ };
3594
+ };
3595
+ readonly portal: {
3596
+ readonly 1: {
3597
+ readonly address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2";
3598
+ };
3599
+ };
3600
+ readonly l1StandardBridge: {
3601
+ readonly 1: {
3602
+ readonly address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA";
3603
+ };
3604
+ };
3605
+ readonly gasPriceOracle: {
3606
+ readonly address: "0x420000000000000000000000000000000000000F";
3607
+ };
3608
+ readonly l1Block: {
3609
+ readonly address: "0x4200000000000000000000000000000000000015";
3610
+ };
3611
+ readonly l2CrossDomainMessenger: {
3612
+ readonly address: "0x4200000000000000000000000000000000000007";
3613
+ };
3614
+ readonly l2Erc721Bridge: {
3615
+ readonly address: "0x4200000000000000000000000000000000000014";
3616
+ };
3617
+ readonly l2StandardBridge: {
3618
+ readonly address: "0x4200000000000000000000000000000000000010";
3619
+ };
3620
+ readonly l2ToL1MessagePasser: {
3621
+ readonly address: "0x4200000000000000000000000000000000000016";
3622
+ };
3623
+ };
3624
+ ensTlds?: readonly string[] | undefined;
3625
+ id: 130;
3626
+ name: "Unichain";
3627
+ nativeCurrency: {
3628
+ readonly name: "Ether";
3629
+ readonly symbol: "ETH";
3630
+ readonly decimals: 18;
3631
+ };
3632
+ rpcUrls: {
3633
+ readonly default: {
3634
+ readonly http: readonly ["https://mainnet.unichain.org/"];
3635
+ };
3636
+ };
3637
+ sourceId: 1;
3638
+ testnet?: boolean | undefined | undefined;
3639
+ custom?: Record<string, unknown> | undefined;
3640
+ fees?: import("viem").ChainFees<undefined> | undefined;
3641
+ formatters: {
3642
+ readonly block: {
3643
+ exclude: [] | undefined;
3644
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
3645
+ baseFeePerGas: bigint | null;
3646
+ blobGasUsed: bigint;
3647
+ difficulty: bigint;
3648
+ excessBlobGas: bigint;
3649
+ extraData: import("viem").Hex;
3650
+ gasLimit: bigint;
3651
+ gasUsed: bigint;
3652
+ hash: `0x${string}` | null;
3653
+ logsBloom: `0x${string}` | null;
3654
+ miner: import("abitype").Address;
3655
+ mixHash: import("viem").Hash;
3656
+ nonce: `0x${string}` | null;
3657
+ number: bigint | null;
3658
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
3659
+ parentHash: import("viem").Hash;
3660
+ receiptsRoot: import("viem").Hex;
3661
+ sealFields: import("viem").Hex[];
3662
+ sha3Uncles: import("viem").Hash;
3663
+ size: bigint;
3664
+ stateRoot: import("viem").Hash;
3665
+ timestamp: bigint;
3666
+ totalDifficulty: bigint | null;
3667
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
3668
+ transactionsRoot: import("viem").Hash;
3669
+ uncles: import("viem").Hash[];
3670
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
3671
+ withdrawalsRoot?: `0x${string}` | undefined;
3672
+ } & {};
3673
+ type: "block";
3674
+ };
3675
+ readonly transaction: {
3676
+ exclude: [] | undefined;
3677
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
3678
+ blockHash: `0x${string}` | null;
3679
+ blockNumber: bigint | null;
3680
+ from: import("abitype").Address;
3681
+ gas: bigint;
3682
+ hash: import("viem").Hash;
3683
+ input: import("viem").Hex;
3684
+ nonce: number;
3685
+ r: import("viem").Hex;
3686
+ s: import("viem").Hex;
3687
+ to: import("abitype").Address | null;
3688
+ transactionIndex: number | null;
3689
+ typeHex: import("viem").Hex | null;
3690
+ v: bigint;
3691
+ value: bigint;
3692
+ yParity: number;
3693
+ gasPrice?: undefined | undefined;
3694
+ maxFeePerBlobGas?: undefined | undefined;
3695
+ maxFeePerGas: bigint;
3696
+ maxPriorityFeePerGas: bigint;
3697
+ isSystemTx?: boolean;
3698
+ mint?: bigint | undefined | undefined;
3699
+ sourceHash: import("viem").Hex;
3700
+ type: "deposit";
3701
+ } | {
3702
+ r: import("viem").Hex;
3703
+ s: import("viem").Hex;
3704
+ v: bigint;
3705
+ to: import("abitype").Address | null;
3706
+ from: import("abitype").Address;
3707
+ gas: bigint;
3708
+ nonce: number;
3709
+ value: bigint;
3710
+ blockHash: `0x${string}` | null;
3711
+ blockNumber: bigint | null;
3712
+ hash: import("viem").Hash;
3713
+ input: import("viem").Hex;
3714
+ transactionIndex: number | null;
3715
+ typeHex: import("viem").Hex | null;
3716
+ accessList?: undefined | undefined;
3717
+ authorizationList?: undefined | undefined;
3718
+ blobVersionedHashes?: undefined | undefined;
3719
+ chainId?: number | undefined;
3720
+ yParity?: undefined | undefined;
3721
+ type: "legacy";
3722
+ gasPrice: bigint;
3723
+ maxFeePerBlobGas?: undefined | undefined;
3724
+ maxFeePerGas?: undefined | undefined;
3725
+ maxPriorityFeePerGas?: undefined | undefined;
3726
+ isSystemTx?: undefined | undefined;
3727
+ mint?: undefined | undefined;
3728
+ sourceHash?: undefined | undefined;
3729
+ } | {
3730
+ blockHash: `0x${string}` | null;
3731
+ blockNumber: bigint | null;
3732
+ from: import("abitype").Address;
3733
+ gas: bigint;
3734
+ hash: import("viem").Hash;
3735
+ input: import("viem").Hex;
3736
+ nonce: number;
3737
+ r: import("viem").Hex;
3738
+ s: import("viem").Hex;
3739
+ to: import("abitype").Address | null;
3740
+ transactionIndex: number | null;
3741
+ typeHex: import("viem").Hex | null;
3742
+ v: bigint;
3743
+ value: bigint;
3744
+ yParity: number;
3745
+ accessList: import("viem").AccessList;
3746
+ authorizationList?: undefined | undefined;
3747
+ blobVersionedHashes?: undefined | undefined;
3748
+ chainId: number;
3749
+ type: "eip2930";
3750
+ gasPrice: bigint;
3751
+ maxFeePerBlobGas?: undefined | undefined;
3752
+ maxFeePerGas?: undefined | undefined;
3753
+ maxPriorityFeePerGas?: undefined | undefined;
3754
+ isSystemTx?: undefined | undefined;
3755
+ mint?: undefined | undefined;
3756
+ sourceHash?: undefined | undefined;
3757
+ } | {
3758
+ blockHash: `0x${string}` | null;
3759
+ blockNumber: bigint | null;
3760
+ from: import("abitype").Address;
3761
+ gas: bigint;
3762
+ hash: import("viem").Hash;
3763
+ input: import("viem").Hex;
3764
+ nonce: number;
3765
+ r: import("viem").Hex;
3766
+ s: import("viem").Hex;
3767
+ to: import("abitype").Address | null;
3768
+ transactionIndex: number | null;
3769
+ typeHex: import("viem").Hex | null;
3770
+ v: bigint;
3771
+ value: bigint;
3772
+ yParity: number;
3773
+ accessList: import("viem").AccessList;
3774
+ authorizationList?: undefined | undefined;
3775
+ blobVersionedHashes?: undefined | undefined;
3776
+ chainId: number;
3777
+ type: "eip1559";
3778
+ gasPrice?: undefined | undefined;
3779
+ maxFeePerBlobGas?: undefined | undefined;
3780
+ maxFeePerGas: bigint;
3781
+ maxPriorityFeePerGas: bigint;
3782
+ isSystemTx?: undefined | undefined;
3783
+ mint?: undefined | undefined;
3784
+ sourceHash?: undefined | undefined;
3785
+ } | {
3786
+ blockHash: `0x${string}` | null;
3787
+ blockNumber: bigint | null;
3788
+ from: import("abitype").Address;
3789
+ gas: bigint;
3790
+ hash: import("viem").Hash;
3791
+ input: import("viem").Hex;
3792
+ nonce: number;
3793
+ r: import("viem").Hex;
3794
+ s: import("viem").Hex;
3795
+ to: import("abitype").Address | null;
3796
+ transactionIndex: number | null;
3797
+ typeHex: import("viem").Hex | null;
3798
+ v: bigint;
3799
+ value: bigint;
3800
+ yParity: number;
3801
+ accessList: import("viem").AccessList;
3802
+ authorizationList?: undefined | undefined;
3803
+ blobVersionedHashes: readonly import("viem").Hex[];
3804
+ chainId: number;
3805
+ type: "eip4844";
3806
+ gasPrice?: undefined | undefined;
3807
+ maxFeePerBlobGas: bigint;
3808
+ maxFeePerGas: bigint;
3809
+ maxPriorityFeePerGas: bigint;
3810
+ isSystemTx?: undefined | undefined;
3811
+ mint?: undefined | undefined;
3812
+ sourceHash?: undefined | undefined;
3813
+ } | {
3814
+ blockHash: `0x${string}` | null;
3815
+ blockNumber: bigint | null;
3816
+ from: import("abitype").Address;
3817
+ gas: bigint;
3818
+ hash: import("viem").Hash;
3819
+ input: import("viem").Hex;
3820
+ nonce: number;
3821
+ r: import("viem").Hex;
3822
+ s: import("viem").Hex;
3823
+ to: import("abitype").Address | null;
3824
+ transactionIndex: number | null;
3825
+ typeHex: import("viem").Hex | null;
3826
+ v: bigint;
3827
+ value: bigint;
3828
+ yParity: number;
3829
+ accessList: import("viem").AccessList;
3830
+ authorizationList: import("viem").SignedAuthorizationList;
3831
+ blobVersionedHashes?: undefined | undefined;
3832
+ chainId: number;
3833
+ type: "eip7702";
3834
+ gasPrice?: undefined | undefined;
3835
+ maxFeePerBlobGas?: undefined | undefined;
3836
+ maxFeePerGas: bigint;
3837
+ maxPriorityFeePerGas: bigint;
3838
+ isSystemTx?: undefined | undefined;
3839
+ mint?: undefined | undefined;
3840
+ sourceHash?: undefined | undefined;
3841
+ }) & {};
3842
+ type: "transaction";
3843
+ };
3844
+ readonly transactionReceipt: {
3845
+ exclude: [] | undefined;
3846
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
3847
+ blobGasPrice?: bigint | undefined;
3848
+ blobGasUsed?: bigint | undefined;
3849
+ blockHash: import("viem").Hash;
3850
+ blockNumber: bigint;
3851
+ contractAddress: import("abitype").Address | null | undefined;
3852
+ cumulativeGasUsed: bigint;
3853
+ effectiveGasPrice: bigint;
3854
+ from: import("abitype").Address;
3855
+ gasUsed: bigint;
3856
+ logs: import("viem").Log<bigint, number, false>[];
3857
+ logsBloom: import("viem").Hex;
3858
+ root?: `0x${string}` | undefined;
3859
+ status: "success" | "reverted";
3860
+ to: import("abitype").Address | null;
3861
+ transactionHash: import("viem").Hash;
3862
+ transactionIndex: number;
3863
+ type: import("viem").TransactionType;
3864
+ l1GasPrice: bigint | null;
3865
+ l1GasUsed: bigint | null;
3866
+ l1Fee: bigint | null;
3867
+ l1FeeScalar: number | null;
3868
+ } & {};
3869
+ type: "transactionReceipt";
3870
+ };
3871
+ };
3872
+ serializers: {
3873
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3874
+ };
3875
+ readonly blockchainId: "UNI";
3876
+ readonly blockchainVm: "EVM";
3877
+ }, {
3878
+ blockExplorers: {
3879
+ readonly default: {
3880
+ readonly name: "Uniscan";
3881
+ readonly url: "https://sepolia.uniscan.xyz";
3882
+ readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
3883
+ };
3884
+ };
3885
+ blockTime: 2000;
3886
+ contracts: {
3887
+ readonly USDC: {
3888
+ readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
3889
+ readonly abi: readonly [{
3890
+ readonly type: "event";
3891
+ readonly name: "Approval";
3892
+ readonly inputs: readonly [{
3893
+ readonly indexed: true;
3894
+ readonly name: "owner";
3895
+ readonly type: "address";
3896
+ }, {
3897
+ readonly indexed: true;
3898
+ readonly name: "spender";
3899
+ readonly type: "address";
3900
+ }, {
3901
+ readonly indexed: false;
3902
+ readonly name: "value";
3903
+ readonly type: "uint256";
3904
+ }];
3905
+ }, {
3906
+ readonly type: "event";
3907
+ readonly name: "Transfer";
3908
+ readonly inputs: readonly [{
3909
+ readonly indexed: true;
3910
+ readonly name: "from";
3911
+ readonly type: "address";
3912
+ }, {
3913
+ readonly indexed: true;
3914
+ readonly name: "to";
3915
+ readonly type: "address";
3916
+ }, {
3917
+ readonly indexed: false;
3918
+ readonly name: "value";
3919
+ readonly type: "uint256";
3920
+ }];
3921
+ }, {
3922
+ readonly type: "function";
3923
+ readonly name: "allowance";
3924
+ readonly stateMutability: "view";
3925
+ readonly inputs: readonly [{
3926
+ readonly name: "owner";
3927
+ readonly type: "address";
3928
+ }, {
3929
+ readonly name: "spender";
3930
+ readonly type: "address";
3931
+ }];
3932
+ readonly outputs: readonly [{
3933
+ readonly type: "uint256";
3934
+ }];
3935
+ }, {
3936
+ readonly type: "function";
3937
+ readonly name: "approve";
3938
+ readonly stateMutability: "nonpayable";
3939
+ readonly inputs: readonly [{
3940
+ readonly name: "spender";
3941
+ readonly type: "address";
3942
+ }, {
3943
+ readonly name: "amount";
3944
+ readonly type: "uint256";
3945
+ }];
3946
+ readonly outputs: readonly [{
3947
+ readonly type: "bool";
3948
+ }];
3949
+ }, {
3950
+ readonly type: "function";
3951
+ readonly name: "balanceOf";
3952
+ readonly stateMutability: "view";
3953
+ readonly inputs: readonly [{
3954
+ readonly name: "account";
3955
+ readonly type: "address";
3956
+ }];
3957
+ readonly outputs: readonly [{
3958
+ readonly type: "uint256";
3959
+ }];
3960
+ }, {
3961
+ readonly type: "function";
3962
+ readonly name: "decimals";
3963
+ readonly stateMutability: "view";
3964
+ readonly inputs: readonly [];
3965
+ readonly outputs: readonly [{
3966
+ readonly type: "uint8";
3967
+ }];
3968
+ }, {
3969
+ readonly type: "function";
3970
+ readonly name: "name";
3971
+ readonly stateMutability: "view";
3972
+ readonly inputs: readonly [];
3973
+ readonly outputs: readonly [{
3974
+ readonly type: "string";
3975
+ }];
3976
+ }, {
3977
+ readonly type: "function";
3978
+ readonly name: "symbol";
3979
+ readonly stateMutability: "view";
3980
+ readonly inputs: readonly [];
3981
+ readonly outputs: readonly [{
3982
+ readonly type: "string";
3983
+ }];
3984
+ }, {
3985
+ readonly type: "function";
3986
+ readonly name: "totalSupply";
3987
+ readonly stateMutability: "view";
3988
+ readonly inputs: readonly [];
3989
+ readonly outputs: readonly [{
3990
+ readonly type: "uint256";
3991
+ }];
3992
+ }, {
3993
+ readonly type: "function";
3994
+ readonly name: "transfer";
3995
+ readonly stateMutability: "nonpayable";
3996
+ readonly inputs: readonly [{
3997
+ readonly name: "recipient";
3998
+ readonly type: "address";
3999
+ }, {
4000
+ readonly name: "amount";
4001
+ readonly type: "uint256";
4002
+ }];
4003
+ readonly outputs: readonly [{
4004
+ readonly type: "bool";
4005
+ }];
4006
+ }, {
4007
+ readonly type: "function";
4008
+ readonly name: "transferFrom";
4009
+ readonly stateMutability: "nonpayable";
4010
+ readonly inputs: readonly [{
4011
+ readonly name: "sender";
4012
+ readonly type: "address";
4013
+ }, {
4014
+ readonly name: "recipient";
4015
+ readonly type: "address";
4016
+ }, {
4017
+ readonly name: "amount";
4018
+ readonly type: "uint256";
4019
+ }];
4020
+ readonly outputs: readonly [{
4021
+ readonly type: "bool";
4022
+ }];
4023
+ }];
4024
+ readonly read: {
4025
+ readonly decimals: () => 6;
4026
+ };
4027
+ };
4028
+ readonly multicall3: {
4029
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
4030
+ readonly blockCreated: 0;
4031
+ };
4032
+ readonly portal: {
4033
+ readonly 11155111: {
4034
+ readonly address: "0x0d83dab629f0e0F9d36c0Cbc89B69a489f0751bD";
4035
+ };
4036
+ };
4037
+ readonly l1StandardBridge: {
4038
+ readonly 11155111: {
4039
+ readonly address: "0xea58fcA6849d79EAd1f26608855c2D6407d54Ce2";
4040
+ };
4041
+ };
4042
+ readonly disputeGameFactory: {
4043
+ readonly 11155111: {
4044
+ readonly address: "0xeff73e5aa3B9AEC32c659Aa3E00444d20a84394b";
4045
+ };
4046
+ };
4047
+ readonly gasPriceOracle: {
4048
+ readonly address: "0x420000000000000000000000000000000000000F";
4049
+ };
4050
+ readonly l1Block: {
4051
+ readonly address: "0x4200000000000000000000000000000000000015";
4052
+ };
4053
+ readonly l2CrossDomainMessenger: {
4054
+ readonly address: "0x4200000000000000000000000000000000000007";
4055
+ };
4056
+ readonly l2Erc721Bridge: {
4057
+ readonly address: "0x4200000000000000000000000000000000000014";
4058
+ };
4059
+ readonly l2StandardBridge: {
4060
+ readonly address: "0x4200000000000000000000000000000000000010";
4061
+ };
4062
+ readonly l2ToL1MessagePasser: {
4063
+ readonly address: "0x4200000000000000000000000000000000000016";
4064
+ };
4065
+ };
4066
+ ensTlds?: readonly string[] | undefined;
4067
+ id: 1301;
4068
+ name: "Unichain Sepolia";
4069
+ nativeCurrency: {
4070
+ readonly name: "Ether";
4071
+ readonly symbol: "ETH";
4072
+ readonly decimals: 18;
4073
+ };
4074
+ rpcUrls: {
4075
+ readonly default: {
4076
+ readonly http: readonly ["https://sepolia.unichain.org"];
4077
+ };
4078
+ };
4079
+ sourceId: 11155111;
4080
+ testnet: true;
4081
+ custom?: Record<string, unknown> | undefined;
4082
+ fees?: import("viem").ChainFees<undefined> | undefined;
4083
+ formatters: {
4084
+ readonly block: {
4085
+ exclude: [] | undefined;
4086
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
4087
+ baseFeePerGas: bigint | null;
4088
+ blobGasUsed: bigint;
4089
+ difficulty: bigint;
4090
+ excessBlobGas: bigint;
4091
+ extraData: import("viem").Hex;
4092
+ gasLimit: bigint;
4093
+ gasUsed: bigint;
4094
+ hash: `0x${string}` | null;
4095
+ logsBloom: `0x${string}` | null;
4096
+ miner: import("abitype").Address;
4097
+ mixHash: import("viem").Hash;
4098
+ nonce: `0x${string}` | null;
4099
+ number: bigint | null;
4100
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
4101
+ parentHash: import("viem").Hash;
4102
+ receiptsRoot: import("viem").Hex;
4103
+ sealFields: import("viem").Hex[];
4104
+ sha3Uncles: import("viem").Hash;
4105
+ size: bigint;
4106
+ stateRoot: import("viem").Hash;
4107
+ timestamp: bigint;
4108
+ totalDifficulty: bigint | null;
4109
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
4110
+ transactionsRoot: import("viem").Hash;
4111
+ uncles: import("viem").Hash[];
4112
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
4113
+ withdrawalsRoot?: `0x${string}` | undefined;
4114
+ } & {};
4115
+ type: "block";
4116
+ };
4117
+ readonly transaction: {
4118
+ exclude: [] | undefined;
4119
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
4120
+ blockHash: `0x${string}` | null;
4121
+ blockNumber: bigint | null;
4122
+ from: import("abitype").Address;
4123
+ gas: bigint;
4124
+ hash: import("viem").Hash;
4125
+ input: import("viem").Hex;
4126
+ nonce: number;
4127
+ r: import("viem").Hex;
4128
+ s: import("viem").Hex;
4129
+ to: import("abitype").Address | null;
4130
+ transactionIndex: number | null;
4131
+ typeHex: import("viem").Hex | null;
4132
+ v: bigint;
4133
+ value: bigint;
4134
+ yParity: number;
4135
+ gasPrice?: undefined | undefined;
4136
+ maxFeePerBlobGas?: undefined | undefined;
4137
+ maxFeePerGas: bigint;
4138
+ maxPriorityFeePerGas: bigint;
4139
+ isSystemTx?: boolean;
4140
+ mint?: bigint | undefined | undefined;
4141
+ sourceHash: import("viem").Hex;
4142
+ type: "deposit";
4143
+ } | {
4144
+ r: import("viem").Hex;
4145
+ s: import("viem").Hex;
4146
+ v: bigint;
4147
+ to: import("abitype").Address | null;
4148
+ from: import("abitype").Address;
4149
+ gas: bigint;
4150
+ nonce: number;
4151
+ value: bigint;
4152
+ blockHash: `0x${string}` | null;
4153
+ blockNumber: bigint | null;
4154
+ hash: import("viem").Hash;
4155
+ input: import("viem").Hex;
4156
+ transactionIndex: number | null;
4157
+ typeHex: import("viem").Hex | null;
4158
+ accessList?: undefined | undefined;
4159
+ authorizationList?: undefined | undefined;
4160
+ blobVersionedHashes?: undefined | undefined;
4161
+ chainId?: number | undefined;
4162
+ yParity?: undefined | undefined;
4163
+ type: "legacy";
4164
+ gasPrice: bigint;
4165
+ maxFeePerBlobGas?: undefined | undefined;
4166
+ maxFeePerGas?: undefined | undefined;
4167
+ maxPriorityFeePerGas?: undefined | undefined;
4168
+ isSystemTx?: undefined | undefined;
4169
+ mint?: undefined | undefined;
4170
+ sourceHash?: undefined | undefined;
4171
+ } | {
4172
+ blockHash: `0x${string}` | null;
4173
+ blockNumber: bigint | null;
4174
+ from: import("abitype").Address;
4175
+ gas: bigint;
4176
+ hash: import("viem").Hash;
4177
+ input: import("viem").Hex;
4178
+ nonce: number;
4179
+ r: import("viem").Hex;
4180
+ s: import("viem").Hex;
4181
+ to: import("abitype").Address | null;
4182
+ transactionIndex: number | null;
4183
+ typeHex: import("viem").Hex | null;
4184
+ v: bigint;
4185
+ value: bigint;
4186
+ yParity: number;
4187
+ accessList: import("viem").AccessList;
4188
+ authorizationList?: undefined | undefined;
4189
+ blobVersionedHashes?: undefined | undefined;
4190
+ chainId: number;
4191
+ type: "eip2930";
4192
+ gasPrice: bigint;
4193
+ maxFeePerBlobGas?: undefined | undefined;
4194
+ maxFeePerGas?: undefined | undefined;
4195
+ maxPriorityFeePerGas?: undefined | undefined;
4196
+ isSystemTx?: undefined | undefined;
4197
+ mint?: undefined | undefined;
4198
+ sourceHash?: undefined | undefined;
4199
+ } | {
4200
+ blockHash: `0x${string}` | null;
4201
+ blockNumber: bigint | null;
4202
+ from: import("abitype").Address;
4203
+ gas: bigint;
4204
+ hash: import("viem").Hash;
4205
+ input: import("viem").Hex;
4206
+ nonce: number;
4207
+ r: import("viem").Hex;
4208
+ s: import("viem").Hex;
4209
+ to: import("abitype").Address | null;
4210
+ transactionIndex: number | null;
4211
+ typeHex: import("viem").Hex | null;
4212
+ v: bigint;
4213
+ value: bigint;
4214
+ yParity: number;
4215
+ accessList: import("viem").AccessList;
4216
+ authorizationList?: undefined | undefined;
4217
+ blobVersionedHashes?: undefined | undefined;
4218
+ chainId: number;
4219
+ type: "eip1559";
4220
+ gasPrice?: undefined | undefined;
4221
+ maxFeePerBlobGas?: undefined | undefined;
4222
+ maxFeePerGas: bigint;
4223
+ maxPriorityFeePerGas: bigint;
4224
+ isSystemTx?: undefined | undefined;
4225
+ mint?: undefined | undefined;
4226
+ sourceHash?: undefined | undefined;
4227
+ } | {
4228
+ blockHash: `0x${string}` | null;
4229
+ blockNumber: bigint | null;
4230
+ from: import("abitype").Address;
4231
+ gas: bigint;
4232
+ hash: import("viem").Hash;
4233
+ input: import("viem").Hex;
4234
+ nonce: number;
4235
+ r: import("viem").Hex;
4236
+ s: import("viem").Hex;
4237
+ to: import("abitype").Address | null;
4238
+ transactionIndex: number | null;
4239
+ typeHex: import("viem").Hex | null;
4240
+ v: bigint;
4241
+ value: bigint;
4242
+ yParity: number;
4243
+ accessList: import("viem").AccessList;
4244
+ authorizationList?: undefined | undefined;
4245
+ blobVersionedHashes: readonly import("viem").Hex[];
4246
+ chainId: number;
4247
+ type: "eip4844";
4248
+ gasPrice?: undefined | undefined;
4249
+ maxFeePerBlobGas: bigint;
4250
+ maxFeePerGas: bigint;
4251
+ maxPriorityFeePerGas: bigint;
4252
+ isSystemTx?: undefined | undefined;
4253
+ mint?: undefined | undefined;
4254
+ sourceHash?: undefined | undefined;
4255
+ } | {
4256
+ blockHash: `0x${string}` | null;
4257
+ blockNumber: bigint | null;
4258
+ from: import("abitype").Address;
4259
+ gas: bigint;
4260
+ hash: import("viem").Hash;
4261
+ input: import("viem").Hex;
4262
+ nonce: number;
4263
+ r: import("viem").Hex;
4264
+ s: import("viem").Hex;
4265
+ to: import("abitype").Address | null;
4266
+ transactionIndex: number | null;
4267
+ typeHex: import("viem").Hex | null;
4268
+ v: bigint;
4269
+ value: bigint;
4270
+ yParity: number;
4271
+ accessList: import("viem").AccessList;
4272
+ authorizationList: import("viem").SignedAuthorizationList;
4273
+ blobVersionedHashes?: undefined | undefined;
4274
+ chainId: number;
4275
+ type: "eip7702";
4276
+ gasPrice?: undefined | undefined;
4277
+ maxFeePerBlobGas?: undefined | undefined;
4278
+ maxFeePerGas: bigint;
4279
+ maxPriorityFeePerGas: bigint;
4280
+ isSystemTx?: undefined | undefined;
4281
+ mint?: undefined | undefined;
4282
+ sourceHash?: undefined | undefined;
4283
+ }) & {};
4284
+ type: "transaction";
4285
+ };
4286
+ readonly transactionReceipt: {
4287
+ exclude: [] | undefined;
4288
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
4289
+ blobGasPrice?: bigint | undefined;
4290
+ blobGasUsed?: bigint | undefined;
4291
+ blockHash: import("viem").Hash;
4292
+ blockNumber: bigint;
4293
+ contractAddress: import("abitype").Address | null | undefined;
4294
+ cumulativeGasUsed: bigint;
4295
+ effectiveGasPrice: bigint;
4296
+ from: import("abitype").Address;
4297
+ gasUsed: bigint;
4298
+ logs: import("viem").Log<bigint, number, false>[];
4299
+ logsBloom: import("viem").Hex;
4300
+ root?: `0x${string}` | undefined;
4301
+ status: "success" | "reverted";
4302
+ to: import("abitype").Address | null;
4303
+ transactionHash: import("viem").Hash;
4304
+ transactionIndex: number;
4305
+ type: import("viem").TransactionType;
4306
+ l1GasPrice: bigint | null;
4307
+ l1GasUsed: bigint | null;
4308
+ l1Fee: bigint | null;
4309
+ l1FeeScalar: number | null;
4310
+ } & {};
4311
+ type: "transactionReceipt";
4312
+ };
4313
+ };
4314
+ serializers: {
4315
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
4316
+ };
4317
+ readonly blockchainId: "UNI-SEPOLIA";
4318
+ readonly blockchainVm: "EVM";
1535
4319
  }];
1536
4320
  export * from './transports/http.js';
1537
4321
  export * from './actions/index.js';