viem 2.0.0-beta.0 → 2.0.0-beta.10

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 (1343) hide show
  1. package/CHANGELOG.md +531 -371
  2. package/README.md +56 -46
  3. package/_cjs/accounts/toAccount.js.map +1 -1
  4. package/_cjs/accounts/utils/signTransaction.js.map +1 -1
  5. package/_cjs/actions/ens/getEnsAddress.js +1 -1
  6. package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
  7. package/_cjs/actions/ens/getEnsAvatar.js +1 -1
  8. package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
  9. package/_cjs/actions/ens/getEnsName.js +1 -1
  10. package/_cjs/actions/ens/getEnsName.js.map +1 -1
  11. package/_cjs/actions/ens/getEnsResolver.js +1 -1
  12. package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
  13. package/_cjs/actions/ens/getEnsText.js +1 -1
  14. package/_cjs/actions/ens/getEnsText.js.map +1 -1
  15. package/_cjs/actions/getContract.js +7 -7
  16. package/_cjs/actions/getContract.js.map +1 -1
  17. package/_cjs/actions/index.js.map +1 -1
  18. package/_cjs/actions/public/call.js.map +1 -1
  19. package/_cjs/actions/public/createContractEventFilter.js +1 -1
  20. package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
  21. package/_cjs/actions/public/createEventFilter.js +1 -1
  22. package/_cjs/actions/public/createEventFilter.js.map +1 -1
  23. package/_cjs/actions/public/estimateContractGas.js +1 -1
  24. package/_cjs/actions/public/estimateContractGas.js.map +1 -1
  25. package/_cjs/actions/public/estimateFeesPerGas.js +6 -3
  26. package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
  27. package/_cjs/actions/public/estimateGas.js +3 -8
  28. package/_cjs/actions/public/estimateGas.js.map +1 -1
  29. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js +6 -4
  30. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  31. package/_cjs/actions/public/getBlock.js.map +1 -1
  32. package/_cjs/actions/public/getBlockNumber.js +2 -2
  33. package/_cjs/actions/public/getBlockNumber.js.map +1 -1
  34. package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
  35. package/_cjs/actions/public/getContractEvents.js +1 -1
  36. package/_cjs/actions/public/getContractEvents.js.map +1 -1
  37. package/_cjs/actions/public/getFilterChanges.js +10 -31
  38. package/_cjs/actions/public/getFilterChanges.js.map +1 -1
  39. package/_cjs/actions/public/getFilterLogs.js +8 -29
  40. package/_cjs/actions/public/getFilterLogs.js.map +1 -1
  41. package/_cjs/actions/public/getLogs.js +8 -29
  42. package/_cjs/actions/public/getLogs.js.map +1 -1
  43. package/_cjs/actions/public/getTransaction.js.map +1 -1
  44. package/_cjs/actions/public/getTransactionConfirmations.js +4 -2
  45. package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
  46. package/_cjs/actions/public/multicall.js +1 -1
  47. package/_cjs/actions/public/multicall.js.map +1 -1
  48. package/_cjs/actions/public/readContract.js +1 -1
  49. package/_cjs/actions/public/readContract.js.map +1 -1
  50. package/_cjs/actions/public/simulateContract.js +1 -1
  51. package/_cjs/actions/public/simulateContract.js.map +1 -1
  52. package/_cjs/actions/public/verifyHash.js +1 -1
  53. package/_cjs/actions/public/verifyHash.js.map +1 -1
  54. package/_cjs/actions/public/waitForTransactionReceipt.js +18 -8
  55. package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
  56. package/_cjs/actions/public/watchBlockNumber.js +1 -1
  57. package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
  58. package/_cjs/actions/public/watchBlocks.js +2 -2
  59. package/_cjs/actions/public/watchBlocks.js.map +1 -1
  60. package/_cjs/actions/public/watchContractEvent.js +9 -7
  61. package/_cjs/actions/public/watchContractEvent.js.map +1 -1
  62. package/_cjs/actions/public/watchEvent.js +7 -6
  63. package/_cjs/actions/public/watchEvent.js.map +1 -1
  64. package/_cjs/actions/public/watchPendingTransactions.js +5 -4
  65. package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
  66. package/_cjs/actions/test/dumpState.js +10 -0
  67. package/_cjs/actions/test/dumpState.js.map +1 -0
  68. package/_cjs/actions/test/loadState.js +11 -0
  69. package/_cjs/actions/test/loadState.js.map +1 -0
  70. package/_cjs/actions/test/setAutomine.js.map +1 -1
  71. package/_cjs/actions/wallet/addChain.js +1 -1
  72. package/_cjs/actions/wallet/addChain.js.map +1 -1
  73. package/_cjs/actions/wallet/prepareTransactionRequest.js +41 -38
  74. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  75. package/_cjs/actions/wallet/requestAddresses.js +1 -1
  76. package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
  77. package/_cjs/actions/wallet/requestPermissions.js +1 -1
  78. package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
  79. package/_cjs/actions/wallet/sendRawTransaction.js +1 -1
  80. package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
  81. package/_cjs/actions/wallet/sendTransaction.js +5 -5
  82. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  83. package/_cjs/actions/wallet/signMessage.js +1 -1
  84. package/_cjs/actions/wallet/signMessage.js.map +1 -1
  85. package/_cjs/actions/wallet/signTransaction.js +2 -2
  86. package/_cjs/actions/wallet/signTransaction.js.map +1 -1
  87. package/_cjs/actions/wallet/signTypedData.js +1 -1
  88. package/_cjs/actions/wallet/signTypedData.js.map +1 -1
  89. package/_cjs/actions/wallet/switchChain.js +1 -1
  90. package/_cjs/actions/wallet/switchChain.js.map +1 -1
  91. package/_cjs/actions/wallet/watchAsset.js +1 -1
  92. package/_cjs/actions/wallet/watchAsset.js.map +1 -1
  93. package/_cjs/actions/wallet/writeContract.js +6 -3
  94. package/_cjs/actions/wallet/writeContract.js.map +1 -1
  95. package/_cjs/chains/celo/chainConfig.js +10 -0
  96. package/_cjs/chains/celo/chainConfig.js.map +1 -0
  97. package/_cjs/chains/celo/formatters.js +25 -37
  98. package/_cjs/chains/celo/formatters.js.map +1 -1
  99. package/_cjs/chains/celo/index.js +10 -0
  100. package/_cjs/chains/celo/index.js.map +1 -0
  101. package/_cjs/chains/celo/parsers.js +3 -3
  102. package/_cjs/chains/celo/parsers.js.map +1 -1
  103. package/_cjs/chains/celo/serializers.js +26 -48
  104. package/_cjs/chains/celo/serializers.js.map +1 -1
  105. package/_cjs/chains/celo/utils.js +46 -0
  106. package/_cjs/chains/celo/utils.js.map +1 -0
  107. package/_cjs/chains/definitions/astar.js +29 -0
  108. package/_cjs/chains/definitions/astar.js.map +1 -0
  109. package/_cjs/chains/definitions/aurora.js +6 -0
  110. package/_cjs/chains/definitions/aurora.js.map +1 -1
  111. package/_cjs/chains/definitions/base.js +11 -2
  112. package/_cjs/chains/definitions/base.js.map +1 -1
  113. package/_cjs/chains/definitions/baseGoerli.js +10 -3
  114. package/_cjs/chains/definitions/baseGoerli.js.map +1 -1
  115. package/_cjs/chains/definitions/baseSepolia.js +13 -3
  116. package/_cjs/chains/definitions/baseSepolia.js.map +1 -1
  117. package/_cjs/chains/definitions/bscTestnet.js +2 -1
  118. package/_cjs/chains/definitions/bscTestnet.js.map +1 -1
  119. package/_cjs/chains/definitions/celo.js +2 -4
  120. package/_cjs/chains/definitions/celo.js.map +1 -1
  121. package/_cjs/chains/definitions/celoAlfajores.js +2 -4
  122. package/_cjs/chains/definitions/celoAlfajores.js.map +1 -1
  123. package/_cjs/chains/definitions/celoCannoli.js +2 -4
  124. package/_cjs/chains/definitions/celoCannoli.js.map +1 -1
  125. package/_cjs/chains/definitions/chiliz.js +26 -0
  126. package/_cjs/chains/definitions/chiliz.js.map +1 -0
  127. package/_cjs/chains/definitions/confluxESpace.js +1 -0
  128. package/_cjs/chains/definitions/confluxESpace.js.map +1 -1
  129. package/_cjs/chains/definitions/confluxESpaceTestnet.js +34 -0
  130. package/_cjs/chains/definitions/confluxESpaceTestnet.js.map +1 -0
  131. package/_cjs/chains/definitions/filecoin.js +6 -0
  132. package/_cjs/chains/definitions/filecoin.js.map +1 -1
  133. package/_cjs/chains/definitions/gnosis.js +4 -1
  134. package/_cjs/chains/definitions/gnosis.js.map +1 -1
  135. package/_cjs/chains/definitions/gnosisChiado.js +10 -1
  136. package/_cjs/chains/definitions/gnosisChiado.js.map +1 -1
  137. package/_cjs/chains/definitions/kava.js +29 -0
  138. package/_cjs/chains/definitions/kava.js.map +1 -0
  139. package/_cjs/chains/definitions/kavaTestnet.js +32 -0
  140. package/_cjs/chains/definitions/kavaTestnet.js.map +1 -0
  141. package/_cjs/chains/definitions/klaytn.js +6 -0
  142. package/_cjs/chains/definitions/klaytn.js.map +1 -1
  143. package/_cjs/chains/definitions/klaytnBaobab.js +30 -0
  144. package/_cjs/chains/definitions/klaytnBaobab.js.map +1 -0
  145. package/_cjs/chains/definitions/lukso.js +31 -0
  146. package/_cjs/chains/definitions/lukso.js.map +1 -0
  147. package/_cjs/chains/definitions/neonDevnet.js +1 -1
  148. package/_cjs/chains/definitions/neonDevnet.js.map +1 -1
  149. package/_cjs/chains/definitions/neonMainnet.js +27 -0
  150. package/_cjs/chains/definitions/neonMainnet.js.map +1 -0
  151. package/_cjs/chains/definitions/optimism.js +10 -2
  152. package/_cjs/chains/definitions/optimism.js.map +1 -1
  153. package/_cjs/chains/definitions/optimismGoerli.js +10 -2
  154. package/_cjs/chains/definitions/optimismGoerli.js.map +1 -1
  155. package/_cjs/chains/definitions/optimismSepolia.js +10 -2
  156. package/_cjs/chains/definitions/optimismSepolia.js.map +1 -1
  157. package/_cjs/chains/definitions/pgn.js +37 -0
  158. package/_cjs/chains/definitions/pgn.js.map +1 -0
  159. package/_cjs/chains/definitions/pgnTestnet.js +38 -0
  160. package/_cjs/chains/definitions/pgnTestnet.js.map +1 -0
  161. package/_cjs/chains/definitions/rootstock.js +29 -0
  162. package/_cjs/chains/definitions/rootstock.js.map +1 -0
  163. package/_cjs/chains/definitions/sapphire.js +33 -0
  164. package/_cjs/chains/definitions/sapphire.js.map +1 -0
  165. package/_cjs/chains/definitions/sapphireTestnet.js +28 -0
  166. package/_cjs/chains/definitions/sapphireTestnet.js.map +1 -0
  167. package/_cjs/chains/definitions/scrollSepolia.js +0 -1
  168. package/_cjs/chains/definitions/scrollSepolia.js.map +1 -1
  169. package/_cjs/chains/definitions/shibarium.js +35 -0
  170. package/_cjs/chains/definitions/shibarium.js.map +1 -0
  171. package/_cjs/chains/definitions/shimmer.js +29 -0
  172. package/_cjs/chains/definitions/shimmer.js.map +1 -0
  173. package/_cjs/chains/definitions/shimmerTestnet.js +30 -0
  174. package/_cjs/chains/definitions/shimmerTestnet.js.map +1 -0
  175. package/_cjs/chains/definitions/spicy.js +34 -0
  176. package/_cjs/chains/definitions/spicy.js.map +1 -0
  177. package/_cjs/chains/definitions/tenet.js +23 -0
  178. package/_cjs/chains/definitions/tenet.js.map +1 -0
  179. package/_cjs/chains/definitions/zkSync.js +2 -4
  180. package/_cjs/chains/definitions/zkSync.js.map +1 -1
  181. package/_cjs/chains/definitions/zkSyncTestnet.js +2 -4
  182. package/_cjs/chains/definitions/zkSyncTestnet.js.map +1 -1
  183. package/_cjs/chains/definitions/zora.js +10 -2
  184. package/_cjs/chains/definitions/zora.js.map +1 -1
  185. package/_cjs/chains/definitions/zoraSepolia.js +10 -2
  186. package/_cjs/chains/definitions/zoraSepolia.js.map +1 -1
  187. package/_cjs/chains/definitions/zoraTestnet.js +10 -2
  188. package/_cjs/chains/definitions/zoraTestnet.js.map +1 -1
  189. package/_cjs/chains/index.js +40 -4
  190. package/_cjs/chains/index.js.map +1 -1
  191. package/_cjs/chains/opStack/abis.js +394 -0
  192. package/_cjs/chains/opStack/abis.js.map +1 -0
  193. package/_cjs/chains/opStack/actions/buildDepositTransaction.js +32 -0
  194. package/_cjs/chains/opStack/actions/buildDepositTransaction.js.map +1 -0
  195. package/_cjs/chains/opStack/actions/depositTransaction.js +36 -0
  196. package/_cjs/chains/opStack/actions/depositTransaction.js.map +1 -0
  197. package/_cjs/chains/opStack/actions/estimateContractL1Fee.js +36 -0
  198. package/_cjs/chains/opStack/actions/estimateContractL1Fee.js.map +1 -0
  199. package/_cjs/chains/opStack/actions/estimateContractL1Gas.js +36 -0
  200. package/_cjs/chains/opStack/actions/estimateContractL1Gas.js.map +1 -0
  201. package/_cjs/chains/opStack/actions/estimateContractTotalFee.js +36 -0
  202. package/_cjs/chains/opStack/actions/estimateContractTotalFee.js.map +1 -0
  203. package/_cjs/chains/opStack/actions/estimateContractTotalGas.js +36 -0
  204. package/_cjs/chains/opStack/actions/estimateContractTotalGas.js.map +1 -0
  205. package/_cjs/chains/opStack/actions/estimateL1Fee.js +53 -0
  206. package/_cjs/chains/opStack/actions/estimateL1Fee.js.map +1 -0
  207. package/_cjs/chains/opStack/actions/estimateL1Gas.js +53 -0
  208. package/_cjs/chains/opStack/actions/estimateL1Gas.js.map +1 -0
  209. package/_cjs/chains/opStack/actions/estimateTotalFee.js +18 -0
  210. package/_cjs/chains/opStack/actions/estimateTotalFee.js.map +1 -0
  211. package/_cjs/chains/opStack/actions/estimateTotalGas.js +16 -0
  212. package/_cjs/chains/opStack/actions/estimateTotalGas.js.map +1 -0
  213. package/_cjs/chains/opStack/chainConfig.js +12 -0
  214. package/_cjs/chains/opStack/chainConfig.js.map +1 -0
  215. package/_cjs/chains/opStack/chains.js +22 -0
  216. package/_cjs/chains/opStack/chains.js.map +1 -0
  217. package/_cjs/chains/opStack/contracts.js +16 -0
  218. package/_cjs/chains/opStack/contracts.js.map +1 -0
  219. package/_cjs/chains/opStack/decorators/publicL2.js +29 -0
  220. package/_cjs/chains/opStack/decorators/publicL2.js.map +1 -0
  221. package/_cjs/chains/opStack/decorators/walletL1.js +13 -0
  222. package/_cjs/chains/opStack/decorators/walletL1.js.map +1 -0
  223. package/_cjs/chains/{optimism → opStack}/formatters.js +2 -2
  224. package/_cjs/chains/opStack/formatters.js.map +1 -0
  225. package/_cjs/chains/opStack/index.js +55 -0
  226. package/_cjs/chains/opStack/index.js.map +1 -0
  227. package/_cjs/chains/opStack/parsers.js +55 -0
  228. package/_cjs/chains/opStack/parsers.js.map +1 -0
  229. package/_cjs/chains/opStack/serializers.js +52 -0
  230. package/_cjs/chains/opStack/serializers.js.map +1 -0
  231. package/_cjs/chains/{optimism/types.js → opStack/types/block.js} +1 -1
  232. package/_cjs/chains/opStack/types/block.js.map +1 -0
  233. package/_cjs/chains/opStack/types/chain.js +3 -0
  234. package/_cjs/chains/opStack/types/chain.js.map +1 -0
  235. package/_cjs/chains/opStack/types/contract.js +3 -0
  236. package/_cjs/chains/opStack/types/contract.js.map +1 -0
  237. package/_cjs/chains/opStack/types/transaction.js +3 -0
  238. package/_cjs/chains/opStack/types/transaction.js.map +1 -0
  239. package/_cjs/chains/opStack/utils/extractTransactionDepositedLogs.js +14 -0
  240. package/_cjs/chains/opStack/utils/extractTransactionDepositedLogs.js.map +1 -0
  241. package/_cjs/chains/opStack/utils/fromOpaqueData.js +29 -0
  242. package/_cjs/chains/opStack/utils/fromOpaqueData.js.map +1 -0
  243. package/_cjs/chains/opStack/utils/getL2TransactionHash.js +28 -0
  244. package/_cjs/chains/opStack/utils/getL2TransactionHash.js.map +1 -0
  245. package/_cjs/chains/opStack/utils/getL2TransactionHashes.js +11 -0
  246. package/_cjs/chains/opStack/utils/getL2TransactionHashes.js.map +1 -0
  247. package/_cjs/chains/opStack/utils/getSourceHash.js +21 -0
  248. package/_cjs/chains/opStack/utils/getSourceHash.js.map +1 -0
  249. package/_cjs/chains/utils.js +1 -12
  250. package/_cjs/chains/utils.js.map +1 -1
  251. package/_cjs/chains/zksync/chainConfig.js +10 -0
  252. package/_cjs/chains/zksync/chainConfig.js.map +1 -0
  253. package/_cjs/chains/zksync/formatters.js +9 -5
  254. package/_cjs/chains/zksync/formatters.js.map +1 -1
  255. package/_cjs/chains/zksync/index.js +8 -0
  256. package/_cjs/chains/zksync/index.js.map +1 -0
  257. package/_cjs/chains/zksync/serializers.js +7 -7
  258. package/_cjs/chains/zksync/serializers.js.map +1 -1
  259. package/_cjs/clients/createWalletClient.js +1 -1
  260. package/_cjs/clients/createWalletClient.js.map +1 -1
  261. package/_cjs/clients/decorators/public.js.map +1 -1
  262. package/_cjs/clients/decorators/test.js +4 -0
  263. package/_cjs/clients/decorators/test.js.map +1 -1
  264. package/_cjs/clients/decorators/wallet.js.map +1 -1
  265. package/_cjs/clients/transports/fallback.js +18 -4
  266. package/_cjs/clients/transports/fallback.js.map +1 -1
  267. package/_cjs/clients/transports/webSocket.js.map +1 -1
  268. package/_cjs/constants/bytes.js +5 -0
  269. package/_cjs/constants/bytes.js.map +1 -0
  270. package/_cjs/constants/strings.js +5 -0
  271. package/_cjs/constants/strings.js.map +1 -0
  272. package/_cjs/errors/base.js.map +1 -1
  273. package/_cjs/errors/contract.js +1 -1
  274. package/_cjs/errors/contract.js.map +1 -1
  275. package/_cjs/errors/encoding.js +1 -37
  276. package/_cjs/errors/encoding.js.map +1 -1
  277. package/_cjs/errors/estimateGas.js +1 -1
  278. package/_cjs/errors/estimateGas.js.map +1 -1
  279. package/_cjs/errors/node.js +11 -11
  280. package/_cjs/errors/node.js.map +1 -1
  281. package/_cjs/errors/rpc.js +18 -18
  282. package/_cjs/errors/rpc.js.map +1 -1
  283. package/_cjs/errors/transaction.js +1 -1
  284. package/_cjs/errors/transaction.js.map +1 -1
  285. package/_cjs/errors/version.js +1 -1
  286. package/_cjs/index.js +10 -10
  287. package/_cjs/index.js.map +1 -1
  288. package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
  289. package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
  290. package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
  291. package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
  292. package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
  293. package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
  294. package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
  295. package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
  296. package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
  297. package/_cjs/utils/abi/encodePacked.js.map +1 -1
  298. package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
  299. package/_cjs/utils/abi/getAbiItem.js.map +1 -1
  300. package/_cjs/utils/abi/parseEventLogs.js +37 -0
  301. package/_cjs/utils/abi/parseEventLogs.js.map +1 -0
  302. package/_cjs/utils/address/getAddress.js.map +1 -1
  303. package/_cjs/utils/address/getContractAddress.js.map +1 -1
  304. package/_cjs/utils/buildRequest.js +101 -82
  305. package/_cjs/utils/buildRequest.js.map +1 -1
  306. package/_cjs/utils/ccip.js +4 -2
  307. package/_cjs/utils/ccip.js.map +1 -1
  308. package/_cjs/utils/data/concat.js.map +1 -1
  309. package/_cjs/utils/data/pad.js.map +1 -1
  310. package/_cjs/utils/data/slice.js.map +1 -1
  311. package/_cjs/utils/data/trim.js.map +1 -1
  312. package/_cjs/utils/encoding/fromBytes.js.map +1 -1
  313. package/_cjs/utils/encoding/fromHex.js.map +1 -1
  314. package/_cjs/utils/encoding/fromRlp.js.map +1 -1
  315. package/_cjs/utils/encoding/toBytes.js +2 -2
  316. package/_cjs/utils/encoding/toBytes.js.map +1 -1
  317. package/_cjs/utils/encoding/toHex.js.map +1 -1
  318. package/_cjs/utils/encoding/toRlp.js +3 -1
  319. package/_cjs/utils/encoding/toRlp.js.map +1 -1
  320. package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
  321. package/_cjs/utils/ens/avatar/utils.js +1 -1
  322. package/_cjs/utils/ens/avatar/utils.js.map +1 -1
  323. package/_cjs/utils/ens/namehash.js.map +1 -1
  324. package/_cjs/utils/ens/packetToBytes.js.map +1 -1
  325. package/_cjs/utils/errors/getContractError.js.map +1 -1
  326. package/_cjs/utils/errors/getNodeError.js +11 -11
  327. package/_cjs/utils/errors/getNodeError.js.map +1 -1
  328. package/_cjs/utils/formatters/block.js.map +1 -1
  329. package/_cjs/utils/formatters/extract.js.map +1 -1
  330. package/_cjs/utils/formatters/formatter.js.map +1 -1
  331. package/_cjs/utils/formatters/transaction.js +17 -1
  332. package/_cjs/utils/formatters/transaction.js.map +1 -1
  333. package/_cjs/utils/getAction.js +2 -2
  334. package/_cjs/utils/getAction.js.map +1 -1
  335. package/_cjs/utils/hash/getFunctionSignature.js +9 -9
  336. package/_cjs/utils/hash/getFunctionSignature.js.map +1 -1
  337. package/_cjs/utils/hash/normalizeSignature.js +48 -0
  338. package/_cjs/utils/hash/normalizeSignature.js.map +1 -0
  339. package/_cjs/utils/index.js +5 -11
  340. package/_cjs/utils/index.js.map +1 -1
  341. package/_cjs/utils/observe.js +2 -1
  342. package/_cjs/utils/observe.js.map +1 -1
  343. package/_cjs/utils/promise/createBatchScheduler.js +8 -2
  344. package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
  345. package/_cjs/utils/promise/withCache.js.map +1 -1
  346. package/_cjs/utils/promise/withRetry.js.map +1 -1
  347. package/_cjs/utils/promise/withTimeout.js.map +1 -1
  348. package/_cjs/utils/rpc.js.map +1 -1
  349. package/_cjs/utils/signature/hashMessage.js +2 -1
  350. package/_cjs/utils/signature/hashMessage.js.map +1 -1
  351. package/_cjs/utils/signature/hashTypedData.js.map +1 -1
  352. package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
  353. package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
  354. package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
  355. package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
  356. package/_cjs/utils/transaction/serializeTransaction.js +34 -9
  357. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  358. package/_cjs/utils/typedData.js.map +1 -1
  359. package/_cjs/utils/uid.js.map +1 -1
  360. package/_cjs/utils/unit/formatEther.js.map +1 -1
  361. package/_cjs/utils/unit/formatGwei.js.map +1 -1
  362. package/_cjs/utils/unit/formatUnits.js.map +1 -1
  363. package/_cjs/utils/unit/parseEther.js.map +1 -1
  364. package/_cjs/utils/unit/parseGwei.js.map +1 -1
  365. package/_cjs/utils/unit/parseUnits.js.map +1 -1
  366. package/_esm/accounts/toAccount.js.map +1 -1
  367. package/_esm/accounts/utils/signTransaction.js.map +1 -1
  368. package/_esm/actions/ens/getEnsAddress.js +3 -3
  369. package/_esm/actions/ens/getEnsAddress.js.map +1 -1
  370. package/_esm/actions/ens/getEnsAvatar.js +3 -3
  371. package/_esm/actions/ens/getEnsAvatar.js.map +1 -1
  372. package/_esm/actions/ens/getEnsName.js +3 -3
  373. package/_esm/actions/ens/getEnsName.js.map +1 -1
  374. package/_esm/actions/ens/getEnsResolver.js +3 -3
  375. package/_esm/actions/ens/getEnsResolver.js.map +1 -1
  376. package/_esm/actions/ens/getEnsText.js +3 -3
  377. package/_esm/actions/ens/getEnsText.js.map +1 -1
  378. package/_esm/actions/getContract.js +7 -7
  379. package/_esm/actions/getContract.js.map +1 -1
  380. package/_esm/actions/index.js.map +1 -1
  381. package/_esm/actions/public/call.js.map +1 -1
  382. package/_esm/actions/public/createContractEventFilter.js +1 -1
  383. package/_esm/actions/public/createContractEventFilter.js.map +1 -1
  384. package/_esm/actions/public/createEventFilter.js +1 -1
  385. package/_esm/actions/public/createEventFilter.js.map +1 -1
  386. package/_esm/actions/public/estimateContractGas.js +1 -1
  387. package/_esm/actions/public/estimateContractGas.js.map +1 -1
  388. package/_esm/actions/public/estimateFeesPerGas.js +6 -3
  389. package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
  390. package/_esm/actions/public/estimateGas.js +3 -8
  391. package/_esm/actions/public/estimateGas.js.map +1 -1
  392. package/_esm/actions/public/estimateMaxPriorityFeePerGas.js +6 -4
  393. package/_esm/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  394. package/_esm/actions/public/getBlock.js +1 -1
  395. package/_esm/actions/public/getBlock.js.map +1 -1
  396. package/_esm/actions/public/getBlockNumber.js +3 -3
  397. package/_esm/actions/public/getBlockNumber.js.map +1 -1
  398. package/_esm/actions/public/getBlockTransactionCount.js.map +1 -1
  399. package/_esm/actions/public/getContractEvents.js +1 -1
  400. package/_esm/actions/public/getContractEvents.js.map +1 -1
  401. package/_esm/actions/public/getFilterChanges.js +11 -33
  402. package/_esm/actions/public/getFilterChanges.js.map +1 -1
  403. package/_esm/actions/public/getFilterLogs.js +9 -31
  404. package/_esm/actions/public/getFilterLogs.js.map +1 -1
  405. package/_esm/actions/public/getLogs.js +10 -32
  406. package/_esm/actions/public/getLogs.js.map +1 -1
  407. package/_esm/actions/public/getTransaction.js +1 -1
  408. package/_esm/actions/public/getTransaction.js.map +1 -1
  409. package/_esm/actions/public/getTransactionConfirmations.js +5 -3
  410. package/_esm/actions/public/getTransactionConfirmations.js.map +1 -1
  411. package/_esm/actions/public/getTransactionReceipt.js +1 -1
  412. package/_esm/actions/public/multicall.js +1 -1
  413. package/_esm/actions/public/multicall.js.map +1 -1
  414. package/_esm/actions/public/readContract.js +2 -2
  415. package/_esm/actions/public/readContract.js.map +1 -1
  416. package/_esm/actions/public/simulateContract.js +2 -2
  417. package/_esm/actions/public/simulateContract.js.map +1 -1
  418. package/_esm/actions/public/verifyHash.js +1 -1
  419. package/_esm/actions/public/verifyHash.js.map +1 -1
  420. package/_esm/actions/public/waitForTransactionReceipt.js +22 -9
  421. package/_esm/actions/public/waitForTransactionReceipt.js.map +1 -1
  422. package/_esm/actions/public/watchBlockNumber.js +2 -2
  423. package/_esm/actions/public/watchBlockNumber.js.map +1 -1
  424. package/_esm/actions/public/watchBlocks.js +3 -3
  425. package/_esm/actions/public/watchBlocks.js.map +1 -1
  426. package/_esm/actions/public/watchContractEvent.js +9 -7
  427. package/_esm/actions/public/watchContractEvent.js.map +1 -1
  428. package/_esm/actions/public/watchEvent.js +7 -6
  429. package/_esm/actions/public/watchEvent.js.map +1 -1
  430. package/_esm/actions/public/watchPendingTransactions.js +5 -4
  431. package/_esm/actions/public/watchPendingTransactions.js.map +1 -1
  432. package/_esm/actions/test/dumpState.js +26 -0
  433. package/_esm/actions/test/dumpState.js.map +1 -0
  434. package/_esm/actions/test/loadState.js +27 -0
  435. package/_esm/actions/test/loadState.js.map +1 -0
  436. package/_esm/actions/test/setAutomine.js.map +1 -1
  437. package/_esm/actions/wallet/addChain.js +1 -1
  438. package/_esm/actions/wallet/addChain.js.map +1 -1
  439. package/_esm/actions/wallet/deployContract.js +1 -1
  440. package/_esm/actions/wallet/prepareTransactionRequest.js +44 -40
  441. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  442. package/_esm/actions/wallet/requestAddresses.js +1 -1
  443. package/_esm/actions/wallet/requestAddresses.js.map +1 -1
  444. package/_esm/actions/wallet/requestPermissions.js +1 -1
  445. package/_esm/actions/wallet/requestPermissions.js.map +1 -1
  446. package/_esm/actions/wallet/sendRawTransaction.js +1 -1
  447. package/_esm/actions/wallet/sendRawTransaction.js.map +1 -1
  448. package/_esm/actions/wallet/sendTransaction.js +6 -6
  449. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  450. package/_esm/actions/wallet/signMessage.js +1 -1
  451. package/_esm/actions/wallet/signMessage.js.map +1 -1
  452. package/_esm/actions/wallet/signTransaction.js +2 -2
  453. package/_esm/actions/wallet/signTransaction.js.map +1 -1
  454. package/_esm/actions/wallet/signTypedData.js +1 -1
  455. package/_esm/actions/wallet/signTypedData.js.map +1 -1
  456. package/_esm/actions/wallet/switchChain.js +1 -1
  457. package/_esm/actions/wallet/switchChain.js.map +1 -1
  458. package/_esm/actions/wallet/watchAsset.js +1 -1
  459. package/_esm/actions/wallet/watchAsset.js.map +1 -1
  460. package/_esm/actions/wallet/writeContract.js +7 -4
  461. package/_esm/actions/wallet/writeContract.js.map +1 -1
  462. package/_esm/chains/celo/chainConfig.js +7 -0
  463. package/_esm/chains/celo/chainConfig.js.map +1 -0
  464. package/_esm/chains/celo/formatters.js +24 -36
  465. package/_esm/chains/celo/formatters.js.map +1 -1
  466. package/_esm/chains/celo/index.js +4 -0
  467. package/_esm/chains/celo/index.js.map +1 -0
  468. package/_esm/chains/celo/parsers.js +3 -3
  469. package/_esm/chains/celo/parsers.js.map +1 -1
  470. package/_esm/chains/celo/serializers.js +26 -55
  471. package/_esm/chains/celo/serializers.js.map +1 -1
  472. package/_esm/chains/celo/utils.js +50 -0
  473. package/_esm/chains/celo/utils.js.map +1 -0
  474. package/_esm/chains/definitions/astar.js +26 -0
  475. package/_esm/chains/definitions/astar.js.map +1 -0
  476. package/_esm/chains/definitions/aurora.js +6 -0
  477. package/_esm/chains/definitions/aurora.js.map +1 -1
  478. package/_esm/chains/definitions/base.js +11 -2
  479. package/_esm/chains/definitions/base.js.map +1 -1
  480. package/_esm/chains/definitions/baseGoerli.js +10 -3
  481. package/_esm/chains/definitions/baseGoerli.js.map +1 -1
  482. package/_esm/chains/definitions/baseSepolia.js +13 -3
  483. package/_esm/chains/definitions/baseSepolia.js.map +1 -1
  484. package/_esm/chains/definitions/bscTestnet.js +2 -1
  485. package/_esm/chains/definitions/bscTestnet.js.map +1 -1
  486. package/_esm/chains/definitions/celo.js +2 -4
  487. package/_esm/chains/definitions/celo.js.map +1 -1
  488. package/_esm/chains/definitions/celoAlfajores.js +2 -4
  489. package/_esm/chains/definitions/celoAlfajores.js.map +1 -1
  490. package/_esm/chains/definitions/celoCannoli.js +2 -4
  491. package/_esm/chains/definitions/celoCannoli.js.map +1 -1
  492. package/_esm/chains/definitions/chiliz.js +23 -0
  493. package/_esm/chains/definitions/chiliz.js.map +1 -0
  494. package/_esm/chains/definitions/confluxESpace.js +1 -0
  495. package/_esm/chains/definitions/confluxESpace.js.map +1 -1
  496. package/_esm/chains/definitions/confluxESpaceTestnet.js +31 -0
  497. package/_esm/chains/definitions/confluxESpaceTestnet.js.map +1 -0
  498. package/_esm/chains/definitions/filecoin.js +6 -0
  499. package/_esm/chains/definitions/filecoin.js.map +1 -1
  500. package/_esm/chains/definitions/gnosis.js +4 -1
  501. package/_esm/chains/definitions/gnosis.js.map +1 -1
  502. package/_esm/chains/definitions/gnosisChiado.js +10 -1
  503. package/_esm/chains/definitions/gnosisChiado.js.map +1 -1
  504. package/_esm/chains/definitions/kava.js +26 -0
  505. package/_esm/chains/definitions/kava.js.map +1 -0
  506. package/_esm/chains/definitions/kavaTestnet.js +29 -0
  507. package/_esm/chains/definitions/kavaTestnet.js.map +1 -0
  508. package/_esm/chains/definitions/klaytn.js +6 -0
  509. package/_esm/chains/definitions/klaytn.js.map +1 -1
  510. package/_esm/chains/definitions/klaytnBaobab.js +27 -0
  511. package/_esm/chains/definitions/klaytnBaobab.js.map +1 -0
  512. package/_esm/chains/definitions/lukso.js +28 -0
  513. package/_esm/chains/definitions/lukso.js.map +1 -0
  514. package/_esm/chains/definitions/neonDevnet.js +1 -1
  515. package/_esm/chains/definitions/neonDevnet.js.map +1 -1
  516. package/_esm/chains/definitions/neonMainnet.js +24 -0
  517. package/_esm/chains/definitions/neonMainnet.js.map +1 -0
  518. package/_esm/chains/definitions/optimism.js +10 -2
  519. package/_esm/chains/definitions/optimism.js.map +1 -1
  520. package/_esm/chains/definitions/optimismGoerli.js +10 -2
  521. package/_esm/chains/definitions/optimismGoerli.js.map +1 -1
  522. package/_esm/chains/definitions/optimismSepolia.js +10 -2
  523. package/_esm/chains/definitions/optimismSepolia.js.map +1 -1
  524. package/_esm/chains/definitions/pgn.js +34 -0
  525. package/_esm/chains/definitions/pgn.js.map +1 -0
  526. package/_esm/chains/definitions/pgnTestnet.js +35 -0
  527. package/_esm/chains/definitions/pgnTestnet.js.map +1 -0
  528. package/_esm/chains/definitions/rootstock.js +26 -0
  529. package/_esm/chains/definitions/rootstock.js.map +1 -0
  530. package/_esm/chains/definitions/sapphire.js +30 -0
  531. package/_esm/chains/definitions/sapphire.js.map +1 -0
  532. package/_esm/chains/definitions/sapphireTestnet.js +25 -0
  533. package/_esm/chains/definitions/sapphireTestnet.js.map +1 -0
  534. package/_esm/chains/definitions/scrollSepolia.js +0 -1
  535. package/_esm/chains/definitions/scrollSepolia.js.map +1 -1
  536. package/_esm/chains/definitions/shibarium.js +32 -0
  537. package/_esm/chains/definitions/shibarium.js.map +1 -0
  538. package/_esm/chains/definitions/shimmer.js +26 -0
  539. package/_esm/chains/definitions/shimmer.js.map +1 -0
  540. package/_esm/chains/definitions/shimmerTestnet.js +27 -0
  541. package/_esm/chains/definitions/shimmerTestnet.js.map +1 -0
  542. package/_esm/chains/definitions/spicy.js +31 -0
  543. package/_esm/chains/definitions/spicy.js.map +1 -0
  544. package/_esm/chains/definitions/tenet.js +20 -0
  545. package/_esm/chains/definitions/tenet.js.map +1 -0
  546. package/_esm/chains/definitions/zkSync.js +2 -4
  547. package/_esm/chains/definitions/zkSync.js.map +1 -1
  548. package/_esm/chains/definitions/zkSyncTestnet.js +2 -4
  549. package/_esm/chains/definitions/zkSyncTestnet.js.map +1 -1
  550. package/_esm/chains/definitions/zora.js +10 -2
  551. package/_esm/chains/definitions/zora.js.map +1 -1
  552. package/_esm/chains/definitions/zoraSepolia.js +10 -2
  553. package/_esm/chains/definitions/zoraSepolia.js.map +1 -1
  554. package/_esm/chains/definitions/zoraTestnet.js +10 -2
  555. package/_esm/chains/definitions/zoraTestnet.js.map +1 -1
  556. package/_esm/chains/index.js +18 -0
  557. package/_esm/chains/index.js.map +1 -1
  558. package/_esm/chains/opStack/abis.js +391 -0
  559. package/_esm/chains/opStack/abis.js.map +1 -0
  560. package/_esm/chains/opStack/actions/buildDepositTransaction.js +54 -0
  561. package/_esm/chains/opStack/actions/buildDepositTransaction.js.map +1 -0
  562. package/_esm/chains/opStack/actions/depositTransaction.js +88 -0
  563. package/_esm/chains/opStack/actions/depositTransaction.js.map +1 -0
  564. package/_esm/chains/opStack/actions/estimateContractL1Fee.js +55 -0
  565. package/_esm/chains/opStack/actions/estimateContractL1Fee.js.map +1 -0
  566. package/_esm/chains/opStack/actions/estimateContractL1Gas.js +55 -0
  567. package/_esm/chains/opStack/actions/estimateContractL1Gas.js.map +1 -0
  568. package/_esm/chains/opStack/actions/estimateContractTotalFee.js +55 -0
  569. package/_esm/chains/opStack/actions/estimateContractTotalFee.js.map +1 -0
  570. package/_esm/chains/opStack/actions/estimateContractTotalGas.js +55 -0
  571. package/_esm/chains/opStack/actions/estimateContractTotalGas.js.map +1 -0
  572. package/_esm/chains/opStack/actions/estimateL1Fee.js +74 -0
  573. package/_esm/chains/opStack/actions/estimateL1Fee.js.map +1 -0
  574. package/_esm/chains/opStack/actions/estimateL1Gas.js +74 -0
  575. package/_esm/chains/opStack/actions/estimateL1Gas.js.map +1 -0
  576. package/_esm/chains/opStack/actions/estimateTotalFee.js +38 -0
  577. package/_esm/chains/opStack/actions/estimateTotalFee.js.map +1 -0
  578. package/_esm/chains/opStack/actions/estimateTotalGas.js +36 -0
  579. package/_esm/chains/opStack/actions/estimateTotalGas.js.map +1 -0
  580. package/_esm/chains/opStack/chainConfig.js +9 -0
  581. package/_esm/chains/opStack/chainConfig.js.map +1 -0
  582. package/_esm/chains/opStack/chains.js +10 -0
  583. package/_esm/chains/opStack/chains.js.map +1 -0
  584. package/_esm/chains/opStack/contracts.js +13 -0
  585. package/_esm/chains/opStack/contracts.js.map +1 -0
  586. package/_esm/chains/opStack/decorators/publicL2.js +25 -0
  587. package/_esm/chains/opStack/decorators/publicL2.js.map +1 -0
  588. package/_esm/chains/opStack/decorators/walletL1.js +9 -0
  589. package/_esm/chains/opStack/decorators/walletL1.js.map +1 -0
  590. package/_esm/chains/{optimism → opStack}/formatters.js +1 -1
  591. package/_esm/chains/opStack/formatters.js.map +1 -0
  592. package/_esm/chains/opStack/index.js +22 -0
  593. package/_esm/chains/opStack/index.js.map +1 -0
  594. package/_esm/chains/opStack/parsers.js +51 -0
  595. package/_esm/chains/opStack/parsers.js.map +1 -0
  596. package/_esm/chains/opStack/serializers.js +47 -0
  597. package/_esm/chains/opStack/serializers.js.map +1 -0
  598. package/_esm/chains/opStack/types/block.js +2 -0
  599. package/_esm/chains/opStack/types/block.js.map +1 -0
  600. package/_esm/chains/opStack/types/chain.js +2 -0
  601. package/_esm/chains/opStack/types/chain.js.map +1 -0
  602. package/_esm/chains/opStack/types/contract.js +2 -0
  603. package/_esm/chains/opStack/types/contract.js.map +1 -0
  604. package/_esm/chains/opStack/types/transaction.js +2 -0
  605. package/_esm/chains/opStack/types/transaction.js.map +1 -0
  606. package/_esm/chains/opStack/utils/extractTransactionDepositedLogs.js +10 -0
  607. package/_esm/chains/opStack/utils/extractTransactionDepositedLogs.js.map +1 -0
  608. package/_esm/chains/opStack/utils/fromOpaqueData.js +25 -0
  609. package/_esm/chains/opStack/utils/fromOpaqueData.js.map +1 -0
  610. package/_esm/chains/opStack/utils/getL2TransactionHash.js +25 -0
  611. package/_esm/chains/opStack/utils/getL2TransactionHash.js.map +1 -0
  612. package/_esm/chains/opStack/utils/getL2TransactionHashes.js +7 -0
  613. package/_esm/chains/opStack/utils/getL2TransactionHashes.js.map +1 -0
  614. package/_esm/chains/opStack/utils/getSourceHash.js +18 -0
  615. package/_esm/chains/opStack/utils/getSourceHash.js.map +1 -0
  616. package/_esm/chains/utils.js +0 -5
  617. package/_esm/chains/utils.js.map +1 -1
  618. package/_esm/chains/zksync/chainConfig.js +7 -0
  619. package/_esm/chains/zksync/chainConfig.js.map +1 -0
  620. package/_esm/chains/zksync/formatters.js +8 -4
  621. package/_esm/chains/zksync/formatters.js.map +1 -1
  622. package/_esm/chains/zksync/index.js +3 -0
  623. package/_esm/chains/zksync/index.js.map +1 -0
  624. package/_esm/chains/zksync/serializers.js +8 -8
  625. package/_esm/chains/zksync/serializers.js.map +1 -1
  626. package/_esm/clients/createWalletClient.js +1 -1
  627. package/_esm/clients/createWalletClient.js.map +1 -1
  628. package/_esm/clients/decorators/public.js.map +1 -1
  629. package/_esm/clients/decorators/test.js +4 -0
  630. package/_esm/clients/decorators/test.js.map +1 -1
  631. package/_esm/clients/decorators/wallet.js.map +1 -1
  632. package/_esm/clients/transports/fallback.js +19 -6
  633. package/_esm/clients/transports/fallback.js.map +1 -1
  634. package/_esm/clients/transports/webSocket.js.map +1 -1
  635. package/_esm/constants/bytes.js +2 -0
  636. package/_esm/constants/bytes.js.map +1 -0
  637. package/_esm/constants/strings.js +2 -0
  638. package/_esm/constants/strings.js.map +1 -0
  639. package/_esm/errors/base.js.map +1 -1
  640. package/_esm/errors/contract.js +1 -1
  641. package/_esm/errors/contract.js.map +1 -1
  642. package/_esm/errors/encoding.js +0 -36
  643. package/_esm/errors/encoding.js.map +1 -1
  644. package/_esm/errors/estimateGas.js +1 -1
  645. package/_esm/errors/estimateGas.js.map +1 -1
  646. package/_esm/errors/node.js +11 -22
  647. package/_esm/errors/node.js.map +1 -1
  648. package/_esm/errors/rpc.js +18 -36
  649. package/_esm/errors/rpc.js.map +1 -1
  650. package/_esm/errors/transaction.js +1 -1
  651. package/_esm/errors/transaction.js.map +1 -1
  652. package/_esm/errors/version.js +1 -1
  653. package/_esm/index.js +4 -4
  654. package/_esm/index.js.map +1 -1
  655. package/_esm/utils/abi/decodeAbiParameters.js.map +1 -1
  656. package/_esm/utils/abi/decodeEventLog.js.map +1 -1
  657. package/_esm/utils/abi/decodeFunctionData.js.map +1 -1
  658. package/_esm/utils/abi/decodeFunctionResult.js.map +1 -1
  659. package/_esm/utils/abi/encodeAbiParameters.js.map +1 -1
  660. package/_esm/utils/abi/encodeErrorResult.js.map +1 -1
  661. package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
  662. package/_esm/utils/abi/encodeFunctionData.js.map +1 -1
  663. package/_esm/utils/abi/encodeFunctionResult.js.map +1 -1
  664. package/_esm/utils/abi/encodePacked.js.map +1 -1
  665. package/_esm/utils/abi/formatAbiItem.js.map +1 -1
  666. package/_esm/utils/abi/getAbiItem.js.map +1 -1
  667. package/_esm/utils/abi/parseEventLogs.js +59 -0
  668. package/_esm/utils/abi/parseEventLogs.js.map +1 -0
  669. package/_esm/utils/address/getAddress.js.map +1 -1
  670. package/_esm/utils/address/getContractAddress.js.map +1 -1
  671. package/_esm/utils/buildRequest.js +129 -102
  672. package/_esm/utils/buildRequest.js.map +1 -1
  673. package/_esm/utils/ccip.js +4 -2
  674. package/_esm/utils/ccip.js.map +1 -1
  675. package/_esm/utils/data/concat.js.map +1 -1
  676. package/_esm/utils/data/pad.js.map +1 -1
  677. package/_esm/utils/data/slice.js.map +1 -1
  678. package/_esm/utils/data/trim.js.map +1 -1
  679. package/_esm/utils/encoding/fromBytes.js.map +1 -1
  680. package/_esm/utils/encoding/fromHex.js.map +1 -1
  681. package/_esm/utils/encoding/fromRlp.js.map +1 -1
  682. package/_esm/utils/encoding/toBytes.js +2 -2
  683. package/_esm/utils/encoding/toBytes.js.map +1 -1
  684. package/_esm/utils/encoding/toHex.js.map +1 -1
  685. package/_esm/utils/encoding/toRlp.js +3 -1
  686. package/_esm/utils/encoding/toRlp.js.map +1 -1
  687. package/_esm/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
  688. package/_esm/utils/ens/avatar/utils.js +1 -1
  689. package/_esm/utils/ens/avatar/utils.js.map +1 -1
  690. package/_esm/utils/ens/namehash.js +1 -1
  691. package/_esm/utils/ens/namehash.js.map +1 -1
  692. package/_esm/utils/ens/normalize.js +2 -2
  693. package/_esm/utils/ens/packetToBytes.js.map +1 -1
  694. package/_esm/utils/errors/getContractError.js.map +1 -1
  695. package/_esm/utils/errors/getNodeError.js +11 -11
  696. package/_esm/utils/errors/getNodeError.js.map +1 -1
  697. package/_esm/utils/formatters/block.js.map +1 -1
  698. package/_esm/utils/formatters/extract.js.map +1 -1
  699. package/_esm/utils/formatters/formatter.js.map +1 -1
  700. package/_esm/utils/formatters/transaction.js +19 -1
  701. package/_esm/utils/formatters/transaction.js.map +1 -1
  702. package/_esm/utils/getAction.js +12 -2
  703. package/_esm/utils/getAction.js.map +1 -1
  704. package/_esm/utils/hash/getFunctionSignature.js +9 -9
  705. package/_esm/utils/hash/getFunctionSignature.js.map +1 -1
  706. package/_esm/utils/hash/normalizeSignature.js +51 -0
  707. package/_esm/utils/hash/normalizeSignature.js.map +1 -0
  708. package/_esm/utils/index.js +3 -8
  709. package/_esm/utils/index.js.map +1 -1
  710. package/_esm/utils/observe.js +2 -1
  711. package/_esm/utils/observe.js.map +1 -1
  712. package/_esm/utils/promise/createBatchScheduler.js +8 -2
  713. package/_esm/utils/promise/createBatchScheduler.js.map +1 -1
  714. package/_esm/utils/promise/withCache.js.map +1 -1
  715. package/_esm/utils/promise/withRetry.js.map +1 -1
  716. package/_esm/utils/promise/withTimeout.js.map +1 -1
  717. package/_esm/utils/rpc.js.map +1 -1
  718. package/_esm/utils/signature/hashMessage.js +2 -1
  719. package/_esm/utils/signature/hashMessage.js.map +1 -1
  720. package/_esm/utils/signature/hashTypedData.js.map +1 -1
  721. package/_esm/utils/signature/signatureToCompactSignature.js.map +1 -1
  722. package/_esm/utils/transaction/getTransactionType.js.map +1 -1
  723. package/_esm/utils/transaction/parseTransaction.js.map +1 -1
  724. package/_esm/utils/transaction/serializeAccessList.js.map +1 -1
  725. package/_esm/utils/transaction/serializeTransaction.js +37 -11
  726. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  727. package/_esm/utils/typedData.js.map +1 -1
  728. package/_esm/utils/uid.js.map +1 -1
  729. package/_esm/utils/unit/formatEther.js +11 -0
  730. package/_esm/utils/unit/formatEther.js.map +1 -1
  731. package/_esm/utils/unit/formatGwei.js +11 -0
  732. package/_esm/utils/unit/formatGwei.js.map +1 -1
  733. package/_esm/utils/unit/formatUnits.js +11 -0
  734. package/_esm/utils/unit/formatUnits.js.map +1 -1
  735. package/_esm/utils/unit/parseEther.js +11 -0
  736. package/_esm/utils/unit/parseEther.js.map +1 -1
  737. package/_esm/utils/unit/parseGwei.js +11 -0
  738. package/_esm/utils/unit/parseGwei.js.map +1 -1
  739. package/_esm/utils/unit/parseUnits.js +11 -0
  740. package/_esm/utils/unit/parseUnits.js.map +1 -1
  741. package/_types/accounts/utils/signTransaction.d.ts.map +1 -1
  742. package/_types/actions/ens/getEnsAddress.d.ts +2 -2
  743. package/_types/actions/ens/getEnsAddress.d.ts.map +1 -1
  744. package/_types/actions/ens/getEnsAvatar.d.ts +2 -2
  745. package/_types/actions/ens/getEnsAvatar.d.ts.map +1 -1
  746. package/_types/actions/ens/getEnsName.d.ts +2 -2
  747. package/_types/actions/ens/getEnsName.d.ts.map +1 -1
  748. package/_types/actions/ens/getEnsResolver.d.ts +2 -2
  749. package/_types/actions/ens/getEnsResolver.d.ts.map +1 -1
  750. package/_types/actions/ens/getEnsText.d.ts +2 -2
  751. package/_types/actions/ens/getEnsText.d.ts.map +1 -1
  752. package/_types/actions/getContract.d.ts +5 -5
  753. package/_types/actions/getContract.d.ts.map +1 -1
  754. package/_types/actions/index.d.ts +1 -5
  755. package/_types/actions/index.d.ts.map +1 -1
  756. package/_types/actions/public/createContractEventFilter.d.ts.map +1 -1
  757. package/_types/actions/public/estimateContractGas.d.ts +2 -2
  758. package/_types/actions/public/estimateContractGas.d.ts.map +1 -1
  759. package/_types/actions/public/estimateFeesPerGas.d.ts +2 -2
  760. package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
  761. package/_types/actions/public/estimateGas.d.ts +5 -3
  762. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  763. package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts +2 -2
  764. package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts.map +1 -1
  765. package/_types/actions/public/getBlock.d.ts +2 -2
  766. package/_types/actions/public/getBlock.d.ts.map +1 -1
  767. package/_types/actions/public/getBlockNumber.d.ts +2 -4
  768. package/_types/actions/public/getBlockNumber.d.ts.map +1 -1
  769. package/_types/actions/public/getContractEvents.d.ts.map +1 -1
  770. package/_types/actions/public/getFilterChanges.d.ts.map +1 -1
  771. package/_types/actions/public/getFilterLogs.d.ts.map +1 -1
  772. package/_types/actions/public/getLogs.d.ts +1 -1
  773. package/_types/actions/public/getLogs.d.ts.map +1 -1
  774. package/_types/actions/public/getTransaction.d.ts +2 -2
  775. package/_types/actions/public/getTransaction.d.ts.map +1 -1
  776. package/_types/actions/public/getTransactionConfirmations.d.ts +1 -1
  777. package/_types/actions/public/getTransactionConfirmations.d.ts.map +1 -1
  778. package/_types/actions/public/getTransactionReceipt.d.ts +2 -2
  779. package/_types/actions/public/getTransactionReceipt.d.ts.map +1 -1
  780. package/_types/actions/public/multicall.d.ts.map +1 -1
  781. package/_types/actions/public/readContract.d.ts +1 -1
  782. package/_types/actions/public/readContract.d.ts.map +1 -1
  783. package/_types/actions/public/simulateContract.d.ts +4 -4
  784. package/_types/actions/public/simulateContract.d.ts.map +1 -1
  785. package/_types/actions/public/verifyHash.d.ts.map +1 -1
  786. package/_types/actions/public/waitForTransactionReceipt.d.ts +1 -1
  787. package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
  788. package/_types/actions/public/watchBlockNumber.d.ts +1 -1
  789. package/_types/actions/public/watchBlockNumber.d.ts.map +1 -1
  790. package/_types/actions/public/watchBlocks.d.ts +1 -1
  791. package/_types/actions/public/watchBlocks.d.ts.map +1 -1
  792. package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
  793. package/_types/actions/public/watchEvent.d.ts.map +1 -1
  794. package/_types/actions/public/watchPendingTransactions.d.ts.map +1 -1
  795. package/_types/actions/test/dumpState.d.ts +31 -0
  796. package/_types/actions/test/dumpState.d.ts.map +1 -0
  797. package/_types/actions/test/loadState.d.ts +34 -0
  798. package/_types/actions/test/loadState.d.ts.map +1 -0
  799. package/_types/actions/wallet/addChain.d.ts.map +1 -1
  800. package/_types/actions/wallet/deployContract.d.ts +3 -3
  801. package/_types/actions/wallet/deployContract.d.ts.map +1 -1
  802. package/_types/actions/wallet/prepareTransactionRequest.d.ts +19 -7
  803. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  804. package/_types/actions/wallet/requestAddresses.d.ts.map +1 -1
  805. package/_types/actions/wallet/requestPermissions.d.ts.map +1 -1
  806. package/_types/actions/wallet/sendRawTransaction.d.ts.map +1 -1
  807. package/_types/actions/wallet/sendTransaction.d.ts +4 -4
  808. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  809. package/_types/actions/wallet/signMessage.d.ts.map +1 -1
  810. package/_types/actions/wallet/signTransaction.d.ts +2 -2
  811. package/_types/actions/wallet/signTransaction.d.ts.map +1 -1
  812. package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
  813. package/_types/actions/wallet/switchChain.d.ts.map +1 -1
  814. package/_types/actions/wallet/watchAsset.d.ts.map +1 -1
  815. package/_types/actions/wallet/writeContract.d.ts +4 -4
  816. package/_types/actions/wallet/writeContract.d.ts.map +1 -1
  817. package/_types/chains/celo/chainConfig.d.ts +914 -0
  818. package/_types/chains/celo/chainConfig.d.ts.map +1 -0
  819. package/_types/chains/celo/formatters.d.ts +185 -155
  820. package/_types/chains/celo/formatters.d.ts.map +1 -1
  821. package/_types/chains/celo/index.d.ts +5 -0
  822. package/_types/chains/celo/index.d.ts.map +1 -0
  823. package/_types/chains/celo/parsers.d.ts +3 -3
  824. package/_types/chains/celo/parsers.d.ts.map +1 -1
  825. package/_types/chains/celo/serializers.d.ts +4 -3
  826. package/_types/chains/celo/serializers.d.ts.map +1 -1
  827. package/_types/chains/celo/types.d.ts +15 -9
  828. package/_types/chains/celo/types.d.ts.map +1 -1
  829. package/_types/chains/celo/utils.d.ts +7 -0
  830. package/_types/chains/celo/utils.d.ts.map +1 -0
  831. package/_types/chains/definitions/astar.d.ts +36 -0
  832. package/_types/chains/definitions/astar.d.ts.map +1 -0
  833. package/_types/chains/definitions/aurora.d.ts +6 -8
  834. package/_types/chains/definitions/aurora.d.ts.map +1 -1
  835. package/_types/chains/definitions/auroraTestnet.d.ts +1 -1
  836. package/_types/chains/definitions/base.d.ts +163 -119
  837. package/_types/chains/definitions/base.d.ts.map +1 -1
  838. package/_types/chains/definitions/baseGoerli.d.ts +161 -118
  839. package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
  840. package/_types/chains/definitions/baseSepolia.d.ts +164 -126
  841. package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
  842. package/_types/chains/definitions/bearNetworkChainMainnet.d.ts +1 -1
  843. package/_types/chains/definitions/bearNetworkChainTestnet.d.ts +1 -1
  844. package/_types/chains/definitions/bronos.d.ts +1 -1
  845. package/_types/chains/definitions/bronosTestnet.d.ts +1 -1
  846. package/_types/chains/definitions/bscTestnet.d.ts +4 -1
  847. package/_types/chains/definitions/bscTestnet.d.ts.map +1 -1
  848. package/_types/chains/definitions/bxn.d.ts +1 -1
  849. package/_types/chains/definitions/bxnTestnet.d.ts +1 -1
  850. package/_types/chains/definitions/celo.d.ts +190 -160
  851. package/_types/chains/definitions/celo.d.ts.map +1 -1
  852. package/_types/chains/definitions/celoAlfajores.d.ts +190 -160
  853. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  854. package/_types/chains/definitions/celoCannoli.d.ts +190 -160
  855. package/_types/chains/definitions/celoCannoli.d.ts.map +1 -1
  856. package/_types/chains/definitions/chiliz.d.ts +35 -0
  857. package/_types/chains/definitions/chiliz.d.ts.map +1 -0
  858. package/_types/chains/definitions/classic.d.ts +1 -1
  859. package/_types/chains/definitions/confluxESpace.d.ts +1 -0
  860. package/_types/chains/definitions/confluxESpace.d.ts.map +1 -1
  861. package/_types/chains/definitions/confluxESpaceTestnet.d.ts +38 -0
  862. package/_types/chains/definitions/confluxESpaceTestnet.d.ts.map +1 -0
  863. package/_types/chains/definitions/dfk.d.ts +1 -1
  864. package/_types/chains/definitions/dogechain.d.ts +1 -1
  865. package/_types/chains/definitions/edgewareTestnet.d.ts +1 -1
  866. package/_types/chains/definitions/ekta.d.ts +1 -1
  867. package/_types/chains/definitions/ektaTestnet.d.ts +1 -1
  868. package/_types/chains/definitions/evmos.d.ts +1 -1
  869. package/_types/chains/definitions/evmosTestnet.d.ts +1 -1
  870. package/_types/chains/definitions/fibo.d.ts +1 -1
  871. package/_types/chains/definitions/filecoin.d.ts +6 -8
  872. package/_types/chains/definitions/filecoin.d.ts.map +1 -1
  873. package/_types/chains/definitions/filecoinCalibration.d.ts +1 -1
  874. package/_types/chains/definitions/filecoinHyperspace.d.ts +1 -1
  875. package/_types/chains/definitions/flare.d.ts +1 -1
  876. package/_types/chains/definitions/flareTestnet.d.ts +1 -1
  877. package/_types/chains/definitions/foundry.d.ts +1 -1
  878. package/_types/chains/definitions/fuseSparknet.d.ts +1 -1
  879. package/_types/chains/definitions/gnosis.d.ts +1 -0
  880. package/_types/chains/definitions/gnosis.d.ts.map +1 -1
  881. package/_types/chains/definitions/gnosisChiado.d.ts +7 -8
  882. package/_types/chains/definitions/gnosisChiado.d.ts.map +1 -1
  883. package/_types/chains/definitions/haqqMainnet.d.ts +1 -1
  884. package/_types/chains/definitions/haqqTestedge2.d.ts +1 -1
  885. package/_types/chains/definitions/hardhat.d.ts +1 -1
  886. package/_types/chains/definitions/iotex.d.ts +1 -1
  887. package/_types/chains/definitions/iotexTestnet.d.ts +1 -1
  888. package/_types/chains/definitions/kava.d.ts +36 -0
  889. package/_types/chains/definitions/kava.d.ts.map +1 -0
  890. package/_types/chains/definitions/kavaTestnet.d.ts +36 -0
  891. package/_types/chains/definitions/kavaTestnet.d.ts.map +1 -0
  892. package/_types/chains/definitions/klaytn.d.ts +6 -8
  893. package/_types/chains/definitions/klaytn.d.ts.map +1 -1
  894. package/_types/chains/definitions/klaytnBaobab.d.ts +40 -0
  895. package/_types/chains/definitions/klaytnBaobab.d.ts.map +1 -0
  896. package/_types/chains/definitions/kroma.d.ts +1 -1
  897. package/_types/chains/definitions/kromaSepolia.d.ts +1 -1
  898. package/_types/chains/definitions/localhost.d.ts +1 -1
  899. package/_types/chains/definitions/lukso.d.ts +40 -0
  900. package/_types/chains/definitions/lukso.d.ts.map +1 -0
  901. package/_types/chains/definitions/mantleTestnet.d.ts +1 -1
  902. package/_types/chains/definitions/meter.d.ts +1 -1
  903. package/_types/chains/definitions/meterTestnet.d.ts +1 -1
  904. package/_types/chains/definitions/moonbeamDev.d.ts +1 -1
  905. package/_types/chains/definitions/neonDevnet.d.ts +1 -1
  906. package/_types/chains/definitions/neonMainnet.d.ts +31 -0
  907. package/_types/chains/definitions/neonMainnet.d.ts.map +1 -0
  908. package/_types/chains/definitions/oasys.d.ts +1 -1
  909. package/_types/chains/definitions/optimism.d.ts +162 -119
  910. package/_types/chains/definitions/optimism.d.ts.map +1 -1
  911. package/_types/chains/definitions/optimismGoerli.d.ts +162 -119
  912. package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
  913. package/_types/chains/definitions/optimismSepolia.d.ts +162 -119
  914. package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
  915. package/_types/chains/definitions/pgn.d.ts +555 -0
  916. package/_types/chains/definitions/pgn.d.ts.map +1 -0
  917. package/_types/chains/definitions/pgnTestnet.d.ts +555 -0
  918. package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -0
  919. package/_types/chains/definitions/qMainnet.d.ts +1 -1
  920. package/_types/chains/definitions/qTestnet.d.ts +1 -1
  921. package/_types/chains/definitions/rootstock.d.ts +40 -0
  922. package/_types/chains/definitions/rootstock.d.ts.map +1 -0
  923. package/_types/chains/definitions/sapphire.d.ts +38 -0
  924. package/_types/chains/definitions/sapphire.d.ts.map +1 -0
  925. package/_types/chains/definitions/sapphireTestnet.d.ts +40 -0
  926. package/_types/chains/definitions/sapphireTestnet.d.ts.map +1 -0
  927. package/_types/chains/definitions/scrollSepolia.d.ts +0 -1
  928. package/_types/chains/definitions/scrollSepolia.d.ts.map +1 -1
  929. package/_types/chains/definitions/scrollTestnet.d.ts +1 -1
  930. package/_types/chains/definitions/shardeumSphinx.d.ts +1 -1
  931. package/_types/chains/definitions/shibarium.d.ts +40 -0
  932. package/_types/chains/definitions/shibarium.d.ts.map +1 -0
  933. package/_types/chains/definitions/shimmer.d.ts +38 -0
  934. package/_types/chains/definitions/shimmer.d.ts.map +1 -0
  935. package/_types/chains/definitions/shimmerTestnet.d.ts +38 -0
  936. package/_types/chains/definitions/shimmerTestnet.d.ts.map +1 -0
  937. package/_types/chains/definitions/songbird.d.ts +1 -1
  938. package/_types/chains/definitions/songbirdTestnet.d.ts +1 -1
  939. package/_types/chains/definitions/spicy.d.ts +36 -0
  940. package/_types/chains/definitions/spicy.d.ts.map +1 -0
  941. package/_types/chains/definitions/taikoJolnir.d.ts +1 -1
  942. package/_types/chains/definitions/taikoTestnetSepolia.d.ts +1 -1
  943. package/_types/chains/definitions/taraxa.d.ts +1 -1
  944. package/_types/chains/definitions/taraxaTestnet.d.ts +1 -1
  945. package/_types/chains/definitions/telosTestnet.d.ts +1 -1
  946. package/_types/chains/definitions/tenet.d.ts +38 -0
  947. package/_types/chains/definitions/tenet.d.ts.map +1 -0
  948. package/_types/chains/definitions/thunderTestnet.d.ts +1 -1
  949. package/_types/chains/definitions/vechain.d.ts +1 -1
  950. package/_types/chains/definitions/xdc.d.ts +1 -1
  951. package/_types/chains/definitions/xdcTestnet.d.ts +1 -1
  952. package/_types/chains/definitions/zetachainAthensTestnet.d.ts +1 -1
  953. package/_types/chains/definitions/zhejiang.d.ts +1 -1
  954. package/_types/chains/definitions/zkSync.d.ts +48 -37
  955. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  956. package/_types/chains/definitions/zkSyncTestnet.d.ts +48 -37
  957. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  958. package/_types/chains/definitions/zora.d.ts +162 -119
  959. package/_types/chains/definitions/zora.d.ts.map +1 -1
  960. package/_types/chains/definitions/zoraSepolia.d.ts +162 -119
  961. package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
  962. package/_types/chains/definitions/zoraTestnet.d.ts +162 -119
  963. package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
  964. package/_types/chains/index.d.ts +21 -1
  965. package/_types/chains/index.d.ts.map +1 -1
  966. package/_types/chains/opStack/abis.d.ts +549 -0
  967. package/_types/chains/opStack/abis.d.ts.map +1 -0
  968. package/_types/chains/opStack/actions/buildDepositTransaction.d.ts +63 -0
  969. package/_types/chains/opStack/actions/buildDepositTransaction.d.ts.map +1 -0
  970. package/_types/chains/opStack/actions/depositTransaction.d.ts +96 -0
  971. package/_types/chains/opStack/actions/depositTransaction.d.ts.map +1 -0
  972. package/_types/chains/opStack/actions/estimateContractL1Fee.d.ts +39 -0
  973. package/_types/chains/opStack/actions/estimateContractL1Fee.d.ts.map +1 -0
  974. package/_types/chains/opStack/actions/estimateContractL1Gas.d.ts +39 -0
  975. package/_types/chains/opStack/actions/estimateContractL1Gas.d.ts.map +1 -0
  976. package/_types/chains/opStack/actions/estimateContractTotalFee.d.ts +39 -0
  977. package/_types/chains/opStack/actions/estimateContractTotalFee.d.ts.map +1 -0
  978. package/_types/chains/opStack/actions/estimateContractTotalGas.d.ts +39 -0
  979. package/_types/chains/opStack/actions/estimateContractTotalGas.d.ts.map +1 -0
  980. package/_types/chains/opStack/actions/estimateL1Fee.d.ts +43 -0
  981. package/_types/chains/opStack/actions/estimateL1Fee.d.ts.map +1 -0
  982. package/_types/chains/opStack/actions/estimateL1Gas.d.ts +43 -0
  983. package/_types/chains/opStack/actions/estimateL1Gas.d.ts.map +1 -0
  984. package/_types/chains/opStack/actions/estimateTotalFee.d.ts +37 -0
  985. package/_types/chains/opStack/actions/estimateTotalFee.d.ts.map +1 -0
  986. package/_types/chains/opStack/actions/estimateTotalGas.d.ts +36 -0
  987. package/_types/chains/opStack/actions/estimateTotalGas.d.ts.map +1 -0
  988. package/_types/chains/opStack/chainConfig.d.ts +542 -0
  989. package/_types/chains/opStack/chainConfig.d.ts.map +1 -0
  990. package/_types/chains/opStack/chains.d.ts +10 -0
  991. package/_types/chains/opStack/chains.d.ts.map +1 -0
  992. package/_types/chains/opStack/contracts.d.ts +21 -0
  993. package/_types/chains/opStack/contracts.d.ts.map +1 -0
  994. package/_types/chains/opStack/decorators/publicL2.d.ts +241 -0
  995. package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -0
  996. package/_types/chains/opStack/decorators/walletL1.d.ts +64 -0
  997. package/_types/chains/opStack/decorators/walletL1.d.ts.map +1 -0
  998. package/_types/chains/{optimism → opStack}/formatters.d.ts +138 -119
  999. package/_types/chains/{optimism → opStack}/formatters.d.ts.map +1 -1
  1000. package/_types/chains/opStack/index.d.ts +24 -0
  1001. package/_types/chains/opStack/index.d.ts.map +1 -0
  1002. package/_types/chains/opStack/parsers.d.ts +8 -0
  1003. package/_types/chains/opStack/parsers.d.ts.map +1 -0
  1004. package/_types/chains/opStack/serializers.d.ts +12 -0
  1005. package/_types/chains/opStack/serializers.d.ts.map +1 -0
  1006. package/_types/chains/opStack/types/block.d.ts +13 -0
  1007. package/_types/chains/opStack/types/block.d.ts.map +1 -0
  1008. package/_types/chains/opStack/types/chain.d.ts +9 -0
  1009. package/_types/chains/opStack/types/chain.d.ts.map +1 -0
  1010. package/_types/chains/opStack/types/contract.d.ts +13 -0
  1011. package/_types/chains/opStack/types/contract.d.ts.map +1 -0
  1012. package/_types/chains/opStack/types/transaction.d.ts +60 -0
  1013. package/_types/chains/opStack/types/transaction.d.ts.map +1 -0
  1014. package/_types/chains/opStack/utils/extractTransactionDepositedLogs.d.ts +446 -0
  1015. package/_types/chains/opStack/utils/extractTransactionDepositedLogs.d.ts.map +1 -0
  1016. package/_types/chains/opStack/utils/fromOpaqueData.d.ts +15 -0
  1017. package/_types/chains/opStack/utils/fromOpaqueData.d.ts.map +1 -0
  1018. package/_types/chains/opStack/utils/getL2TransactionHash.d.ts +12 -0
  1019. package/_types/chains/opStack/utils/getL2TransactionHash.d.ts.map +1 -0
  1020. package/_types/chains/opStack/utils/getL2TransactionHashes.d.ts +11 -0
  1021. package/_types/chains/opStack/utils/getL2TransactionHashes.d.ts.map +1 -0
  1022. package/_types/chains/opStack/utils/getSourceHash.d.ts +28 -0
  1023. package/_types/chains/opStack/utils/getSourceHash.d.ts.map +1 -0
  1024. package/_types/chains/utils.d.ts +0 -8
  1025. package/_types/chains/utils.d.ts.map +1 -1
  1026. package/_types/chains/zksync/chainConfig.d.ts +501 -0
  1027. package/_types/chains/zksync/chainConfig.d.ts.map +1 -0
  1028. package/_types/chains/zksync/formatters.d.ts +36 -25
  1029. package/_types/chains/zksync/formatters.d.ts.map +1 -1
  1030. package/_types/chains/zksync/index.d.ts +4 -0
  1031. package/_types/chains/zksync/index.d.ts.map +1 -0
  1032. package/_types/chains/zksync/serializers.d.ts +2 -2
  1033. package/_types/chains/zksync/serializers.d.ts.map +1 -1
  1034. package/_types/chains/zksync/types.d.ts +7 -7
  1035. package/_types/chains/zksync/types.d.ts.map +1 -1
  1036. package/_types/clients/createClient.d.ts +1 -1
  1037. package/_types/clients/decorators/public.d.ts +25 -25
  1038. package/_types/clients/decorators/public.d.ts.map +1 -1
  1039. package/_types/clients/decorators/test.d.ts +41 -0
  1040. package/_types/clients/decorators/test.d.ts.map +1 -1
  1041. package/_types/clients/decorators/wallet.d.ts +6 -6
  1042. package/_types/clients/decorators/wallet.d.ts.map +1 -1
  1043. package/_types/clients/transports/fallback.d.ts.map +1 -1
  1044. package/_types/constants/bytes.d.ts +2 -0
  1045. package/_types/constants/bytes.d.ts.map +1 -0
  1046. package/_types/constants/strings.d.ts +2 -0
  1047. package/_types/constants/strings.d.ts.map +1 -0
  1048. package/_types/errors/encoding.d.ts +0 -33
  1049. package/_types/errors/encoding.d.ts.map +1 -1
  1050. package/_types/errors/estimateGas.d.ts +1 -1
  1051. package/_types/errors/estimateGas.d.ts.map +1 -1
  1052. package/_types/errors/version.d.ts +1 -1
  1053. package/_types/errors/version.d.ts.map +1 -1
  1054. package/_types/index.d.ts +7 -25
  1055. package/_types/index.d.ts.map +1 -1
  1056. package/_types/types/account.d.ts +6 -3
  1057. package/_types/types/account.d.ts.map +1 -1
  1058. package/_types/types/chain.d.ts +12 -15
  1059. package/_types/types/chain.d.ts.map +1 -1
  1060. package/_types/types/contract.d.ts +6 -6
  1061. package/_types/types/contract.d.ts.map +1 -1
  1062. package/_types/types/eip1193.d.ts +21 -1
  1063. package/_types/types/eip1193.d.ts.map +1 -1
  1064. package/_types/types/ens.d.ts +1 -1
  1065. package/_types/types/ens.d.ts.map +1 -1
  1066. package/_types/types/filter.d.ts.map +1 -1
  1067. package/_types/types/log.d.ts.map +1 -1
  1068. package/_types/types/multicall.d.ts.map +1 -1
  1069. package/_types/types/rpc.d.ts +2 -2
  1070. package/_types/types/rpc.d.ts.map +1 -1
  1071. package/_types/types/transaction.d.ts +10 -1
  1072. package/_types/types/transaction.d.ts.map +1 -1
  1073. package/_types/types/utils.d.ts +33 -1
  1074. package/_types/types/utils.d.ts.map +1 -1
  1075. package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
  1076. package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
  1077. package/_types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
  1078. package/_types/utils/abi/encodeDeployData.d.ts.map +1 -1
  1079. package/_types/utils/abi/encodeErrorResult.d.ts.map +1 -1
  1080. package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
  1081. package/_types/utils/abi/encodeFunctionData.d.ts.map +1 -1
  1082. package/_types/utils/abi/encodeFunctionResult.d.ts.map +1 -1
  1083. package/_types/utils/abi/parseEventLogs.d.ts +43 -0
  1084. package/_types/utils/abi/parseEventLogs.d.ts.map +1 -0
  1085. package/_types/utils/buildRequest.d.ts +3 -6
  1086. package/_types/utils/buildRequest.d.ts.map +1 -1
  1087. package/_types/utils/ccip.d.ts.map +1 -1
  1088. package/_types/utils/encoding/fromBytes.d.ts.map +1 -1
  1089. package/_types/utils/encoding/fromHex.d.ts.map +1 -1
  1090. package/_types/utils/ens/avatar/utils.d.ts.map +1 -1
  1091. package/_types/utils/ens/namehash.d.ts +1 -1
  1092. package/_types/utils/ens/normalize.d.ts +2 -2
  1093. package/_types/utils/errors/getNodeError.d.ts.map +1 -1
  1094. package/_types/utils/formatters/block.d.ts +3 -7
  1095. package/_types/utils/formatters/block.d.ts.map +1 -1
  1096. package/_types/utils/formatters/formatter.d.ts +1 -1
  1097. package/_types/utils/formatters/transaction.d.ts +4 -8
  1098. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  1099. package/_types/utils/formatters/transactionReceipt.d.ts +2 -2
  1100. package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
  1101. package/_types/utils/formatters/transactionRequest.d.ts +2 -2
  1102. package/_types/utils/getAction.d.ts +8 -1
  1103. package/_types/utils/getAction.d.ts.map +1 -1
  1104. package/_types/utils/hash/getFunctionSignature.d.ts +4 -5
  1105. package/_types/utils/hash/getFunctionSignature.d.ts.map +1 -1
  1106. package/_types/utils/hash/normalizeSignature.d.ts +6 -0
  1107. package/_types/utils/hash/normalizeSignature.d.ts.map +1 -0
  1108. package/_types/utils/index.d.ts +3 -8
  1109. package/_types/utils/index.d.ts.map +1 -1
  1110. package/_types/utils/promise/createBatchScheduler.d.ts.map +1 -1
  1111. package/_types/utils/signature/hashMessage.d.ts.map +1 -1
  1112. package/_types/utils/transaction/getSerializedTransactionType.d.ts.map +1 -1
  1113. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  1114. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  1115. package/_types/utils/unit/formatEther.d.ts +11 -0
  1116. package/_types/utils/unit/formatEther.d.ts.map +1 -1
  1117. package/_types/utils/unit/formatGwei.d.ts +11 -0
  1118. package/_types/utils/unit/formatGwei.d.ts.map +1 -1
  1119. package/_types/utils/unit/formatUnits.d.ts +11 -0
  1120. package/_types/utils/unit/formatUnits.d.ts.map +1 -1
  1121. package/_types/utils/unit/parseEther.d.ts +11 -0
  1122. package/_types/utils/unit/parseEther.d.ts.map +1 -1
  1123. package/_types/utils/unit/parseGwei.d.ts +11 -0
  1124. package/_types/utils/unit/parseGwei.d.ts.map +1 -1
  1125. package/_types/utils/unit/parseUnits.d.ts +11 -0
  1126. package/_types/utils/unit/parseUnits.d.ts.map +1 -1
  1127. package/accounts/utils/signTransaction.ts +4 -2
  1128. package/actions/ens/getEnsAddress.ts +3 -2
  1129. package/actions/ens/getEnsAvatar.ts +3 -2
  1130. package/actions/ens/getEnsName.ts +3 -2
  1131. package/actions/ens/getEnsResolver.ts +3 -2
  1132. package/actions/ens/getEnsText.ts +3 -2
  1133. package/actions/getContract.ts +12 -11
  1134. package/actions/index.ts +0 -4
  1135. package/actions/public/createContractEventFilter.ts +7 -7
  1136. package/actions/public/createEventFilter.ts +1 -1
  1137. package/actions/public/estimateContractGas.ts +3 -9
  1138. package/actions/public/estimateFeesPerGas.ts +8 -5
  1139. package/actions/public/estimateGas.ts +8 -14
  1140. package/actions/public/estimateMaxPriorityFeePerGas.ts +10 -6
  1141. package/actions/public/getBlock.ts +2 -2
  1142. package/actions/public/getBlockNumber.ts +3 -5
  1143. package/actions/public/getContractEvents.ts +1 -0
  1144. package/actions/public/getFilterChanges.ts +30 -39
  1145. package/actions/public/getFilterLogs.ts +17 -38
  1146. package/actions/public/getLogs.ts +16 -38
  1147. package/actions/public/getTransaction.ts +2 -2
  1148. package/actions/public/getTransactionConfirmations.ts +5 -3
  1149. package/actions/public/getTransactionReceipt.ts +2 -2
  1150. package/actions/public/multicall.ts +1 -0
  1151. package/actions/public/readContract.ts +2 -1
  1152. package/actions/public/simulateContract.ts +8 -5
  1153. package/actions/public/verifyHash.ts +1 -0
  1154. package/actions/public/waitForTransactionReceipt.ts +40 -13
  1155. package/actions/public/watchBlockNumber.ts +2 -1
  1156. package/actions/public/watchBlocks.ts +3 -1
  1157. package/actions/public/watchContractEvent.ts +21 -5
  1158. package/actions/public/watchEvent.ts +19 -4
  1159. package/actions/public/watchPendingTransactions.ts +13 -3
  1160. package/actions/test/dumpState.ts +44 -0
  1161. package/actions/test/loadState.ts +47 -0
  1162. package/actions/wallet/addChain.ts +17 -14
  1163. package/actions/wallet/deployContract.ts +3 -3
  1164. package/actions/wallet/prepareTransactionRequest.ts +137 -67
  1165. package/actions/wallet/requestAddresses.ts +4 -1
  1166. package/actions/wallet/requestPermissions.ts +7 -4
  1167. package/actions/wallet/sendRawTransaction.ts +7 -4
  1168. package/actions/wallet/sendTransaction.ts +19 -16
  1169. package/actions/wallet/signMessage.ts +7 -4
  1170. package/actions/wallet/signTransaction.ts +23 -19
  1171. package/actions/wallet/signTypedData.ts +7 -4
  1172. package/actions/wallet/switchChain.ts +11 -8
  1173. package/actions/wallet/watchAsset.ts +7 -4
  1174. package/actions/wallet/writeContract.ts +21 -12
  1175. package/chains/celo/chainConfig.ts +7 -0
  1176. package/chains/celo/formatters.ts +25 -39
  1177. package/chains/celo/index.ts +35 -0
  1178. package/chains/celo/package.json +6 -0
  1179. package/chains/celo/parsers.ts +10 -12
  1180. package/chains/celo/serializers.ts +28 -68
  1181. package/chains/celo/types.ts +32 -21
  1182. package/chains/celo/utils.ts +81 -0
  1183. package/chains/definitions/astar.ts +26 -0
  1184. package/chains/definitions/aurora.ts +6 -0
  1185. package/chains/definitions/base.ts +12 -2
  1186. package/chains/definitions/baseGoerli.ts +11 -3
  1187. package/chains/definitions/baseSepolia.ts +14 -3
  1188. package/chains/definitions/bscTestnet.ts +2 -1
  1189. package/chains/definitions/celo.ts +2 -4
  1190. package/chains/definitions/celoAlfajores.ts +2 -4
  1191. package/chains/definitions/celoCannoli.ts +2 -4
  1192. package/chains/definitions/chiliz.ts +23 -0
  1193. package/chains/definitions/confluxESpace.ts +1 -0
  1194. package/chains/definitions/confluxESpaceTestnet.ts +31 -0
  1195. package/chains/definitions/filecoin.ts +6 -0
  1196. package/chains/definitions/gnosis.ts +4 -1
  1197. package/chains/definitions/gnosisChiado.ts +10 -1
  1198. package/chains/definitions/kava.ts +26 -0
  1199. package/chains/definitions/kavaTestnet.ts +29 -0
  1200. package/chains/definitions/klaytn.ts +6 -0
  1201. package/chains/definitions/klaytnBaobab.ts +27 -0
  1202. package/chains/definitions/lukso.ts +28 -0
  1203. package/chains/definitions/neonDevnet.ts +1 -1
  1204. package/chains/definitions/neonMainnet.ts +24 -0
  1205. package/chains/definitions/optimism.ts +11 -2
  1206. package/chains/definitions/optimismGoerli.ts +11 -2
  1207. package/chains/definitions/optimismSepolia.ts +11 -2
  1208. package/chains/definitions/pgn.ts +34 -0
  1209. package/chains/definitions/pgnTestnet.ts +35 -0
  1210. package/chains/definitions/rootstock.ts +26 -0
  1211. package/chains/definitions/sapphire.ts +30 -0
  1212. package/chains/definitions/sapphireTestnet.ts +25 -0
  1213. package/chains/definitions/scrollSepolia.ts +0 -1
  1214. package/chains/definitions/shibarium.ts +32 -0
  1215. package/chains/definitions/shimmer.ts +26 -0
  1216. package/chains/definitions/shimmerTestnet.ts +27 -0
  1217. package/chains/definitions/spicy.ts +31 -0
  1218. package/chains/definitions/tenet.ts +20 -0
  1219. package/chains/definitions/zkSync.ts +2 -4
  1220. package/chains/definitions/zkSyncTestnet.ts +2 -4
  1221. package/chains/definitions/zora.ts +11 -2
  1222. package/chains/definitions/zoraSepolia.ts +11 -2
  1223. package/chains/definitions/zoraTestnet.ts +11 -2
  1224. package/chains/index.ts +38 -3
  1225. package/chains/opStack/abis.ts +391 -0
  1226. package/chains/opStack/actions/buildDepositTransaction.ts +151 -0
  1227. package/chains/opStack/actions/depositTransaction.ts +171 -0
  1228. package/chains/opStack/actions/estimateContractL1Fee.ts +142 -0
  1229. package/chains/opStack/actions/estimateContractL1Gas.ts +142 -0
  1230. package/chains/opStack/actions/estimateContractTotalFee.ts +144 -0
  1231. package/chains/opStack/actions/estimateContractTotalGas.ts +144 -0
  1232. package/chains/opStack/actions/estimateL1Fee.ts +138 -0
  1233. package/chains/opStack/actions/estimateL1Gas.ts +138 -0
  1234. package/chains/opStack/actions/estimateTotalFee.ts +86 -0
  1235. package/chains/opStack/actions/estimateTotalGas.ts +80 -0
  1236. package/chains/opStack/chainConfig.ts +9 -0
  1237. package/chains/opStack/chains.ts +9 -0
  1238. package/chains/opStack/contracts.ts +14 -0
  1239. package/chains/opStack/decorators/publicL2.ts +380 -0
  1240. package/chains/opStack/decorators/walletL1.ts +86 -0
  1241. package/chains/{optimism → opStack}/formatters.ts +20 -18
  1242. package/chains/opStack/index.ts +142 -0
  1243. package/chains/opStack/package.json +6 -0
  1244. package/chains/opStack/parsers.ts +88 -0
  1245. package/chains/opStack/serializers.ts +88 -0
  1246. package/chains/opStack/types/block.ts +34 -0
  1247. package/chains/opStack/types/chain.ts +7 -0
  1248. package/chains/opStack/types/contract.ts +17 -0
  1249. package/chains/opStack/types/transaction.ts +108 -0
  1250. package/chains/opStack/utils/extractTransactionDepositedLogs.ts +36 -0
  1251. package/chains/opStack/utils/fromOpaqueData.ts +40 -0
  1252. package/chains/opStack/utils/getL2TransactionHash.ts +52 -0
  1253. package/chains/opStack/utils/getL2TransactionHashes.ts +21 -0
  1254. package/chains/opStack/utils/getSourceHash.ts +61 -0
  1255. package/chains/utils.ts +0 -83
  1256. package/chains/zksync/chainConfig.ts +7 -0
  1257. package/chains/zksync/formatters.ts +8 -4
  1258. package/chains/zksync/index.ts +33 -0
  1259. package/chains/zksync/package.json +6 -0
  1260. package/chains/zksync/serializers.ts +7 -9
  1261. package/chains/zksync/types.ts +7 -7
  1262. package/clients/createClient.ts +1 -1
  1263. package/clients/createWalletClient.ts +1 -1
  1264. package/clients/decorators/public.ts +42 -31
  1265. package/clients/decorators/test.ts +50 -0
  1266. package/clients/decorators/wallet.ts +26 -7
  1267. package/clients/transports/fallback.ts +24 -6
  1268. package/constants/bytes.ts +2 -0
  1269. package/constants/strings.ts +1 -0
  1270. package/errors/base.ts +2 -2
  1271. package/errors/contract.ts +1 -1
  1272. package/errors/encoding.ts +0 -43
  1273. package/errors/estimateGas.ts +2 -2
  1274. package/errors/transaction.ts +1 -1
  1275. package/errors/version.ts +1 -1
  1276. package/index.ts +5 -27
  1277. package/package.json +31 -37
  1278. package/types/account.ts +11 -2
  1279. package/types/chain.ts +23 -12
  1280. package/types/contract.ts +68 -84
  1281. package/types/eip1193.ts +24 -0
  1282. package/types/ens.ts +1 -1
  1283. package/types/filter.ts +12 -12
  1284. package/types/log.ts +4 -4
  1285. package/types/multicall.ts +66 -61
  1286. package/types/rpc.ts +9 -4
  1287. package/types/transaction.ts +14 -5
  1288. package/types/utils.ts +46 -7
  1289. package/utils/abi/decodeEventLog.ts +2 -1
  1290. package/utils/abi/decodeFunctionData.ts +2 -1
  1291. package/utils/abi/decodeFunctionResult.ts +2 -2
  1292. package/utils/abi/encodeDeployData.ts +2 -2
  1293. package/utils/abi/encodeErrorResult.ts +2 -2
  1294. package/utils/abi/encodeEventTopics.ts +6 -6
  1295. package/utils/abi/encodeFunctionData.ts +2 -2
  1296. package/utils/abi/encodeFunctionResult.ts +2 -2
  1297. package/utils/abi/parseEventLogs.ts +129 -0
  1298. package/utils/buildRequest.ts +46 -41
  1299. package/utils/ccip.ts +4 -3
  1300. package/utils/encoding/fromBytes.ts +8 -8
  1301. package/utils/encoding/fromHex.ts +8 -8
  1302. package/utils/encoding/toBytes.ts +2 -2
  1303. package/utils/encoding/toRlp.ts +3 -1
  1304. package/utils/ens/avatar/utils.ts +3 -1
  1305. package/utils/ens/namehash.ts +1 -1
  1306. package/utils/ens/normalize.ts +2 -2
  1307. package/utils/errors/getContractError.ts +2 -2
  1308. package/utils/errors/getNodeError.ts +12 -11
  1309. package/utils/formatters/block.ts +2 -4
  1310. package/utils/formatters/formatter.ts +1 -1
  1311. package/utils/formatters/transaction.ts +22 -7
  1312. package/utils/formatters/transactionReceipt.ts +1 -1
  1313. package/utils/getAction.ts +11 -1
  1314. package/utils/hash/getFunctionSignature.ts +11 -21
  1315. package/utils/hash/normalizeSignature.ts +64 -0
  1316. package/utils/index.ts +6 -17
  1317. package/utils/observe.ts +1 -1
  1318. package/utils/promise/createBatchScheduler.ts +8 -4
  1319. package/utils/signature/hashMessage.ts +2 -1
  1320. package/utils/transaction/getSerializedTransactionType.ts +2 -2
  1321. package/utils/transaction/getTransactionType.ts +2 -1
  1322. package/utils/transaction/serializeTransaction.ts +41 -19
  1323. package/utils/unit/formatEther.ts +11 -0
  1324. package/utils/unit/formatGwei.ts +11 -0
  1325. package/utils/unit/formatUnits.ts +11 -0
  1326. package/utils/unit/parseEther.ts +11 -0
  1327. package/utils/unit/parseGwei.ts +11 -0
  1328. package/utils/unit/parseUnits.ts +11 -0
  1329. package/_cjs/chains/optimism/formatters.js.map +0 -1
  1330. package/_cjs/chains/optimism/types.js.map +0 -1
  1331. package/_cjs/utils/contract/extractFunctionParts.js +0 -31
  1332. package/_cjs/utils/contract/extractFunctionParts.js.map +0 -1
  1333. package/_esm/chains/optimism/formatters.js.map +0 -1
  1334. package/_esm/chains/optimism/types.js +0 -2
  1335. package/_esm/chains/optimism/types.js.map +0 -1
  1336. package/_esm/utils/contract/extractFunctionParts.js +0 -24
  1337. package/_esm/utils/contract/extractFunctionParts.js.map +0 -1
  1338. package/_types/chains/optimism/types.d.ts +0 -53
  1339. package/_types/chains/optimism/types.d.ts.map +0 -1
  1340. package/_types/utils/contract/extractFunctionParts.d.ts +0 -18
  1341. package/_types/utils/contract/extractFunctionParts.d.ts.map +0 -1
  1342. package/chains/optimism/types.ts +0 -102
  1343. package/utils/contract/extractFunctionParts.ts +0 -37
package/CHANGELOG.md CHANGED
@@ -1,150 +1,310 @@
1
1
  # viem
2
2
 
3
+ ## 1.19.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1218e977`](https://github.com/wevm/viem/commit/1218e977e7d9fa049f67186393b57417d7c8c6a2) Thanks [@jxom](https://github.com/jxom)! - Fixed `BlockNotFoundError` issue on `waitForTransactionReceipt`.
8
+
9
+ ## 1.19.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1547](https://github.com/wevm/viem/pull/1547) [`571d9e5e`](https://github.com/wevm/viem/commit/571d9e5ef032f6d87b7a616e5dfb5f54833647d5) Thanks [@darwintree](https://github.com/darwintree)! - Added WebSocket endpoints for Conflux eSpace chain.
14
+
15
+ - [#1546](https://github.com/wevm/viem/pull/1546) [`f5d1dbea`](https://github.com/wevm/viem/commit/f5d1dbea361b937b29a768b45f4b745b58cae480) Thanks [@TateB](https://github.com/TateB)! - Fixed an issue where if a CCIP-Read request returned with an undefined body, body.error would still attempt to be read causing an `Cannot read properties of undefined` error, instead of the status text.
16
+
17
+ - [#1547](https://github.com/wevm/viem/pull/1547) [`571d9e5e`](https://github.com/wevm/viem/commit/571d9e5ef032f6d87b7a616e5dfb5f54833647d5) Thanks [@darwintree](https://github.com/darwintree)! - Added Conflux eSpace Testnet chain
18
+
19
+ - [#1541](https://github.com/wevm/viem/pull/1541) [`b3f7c11d`](https://github.com/wevm/viem/commit/b3f7c11d698a7f8a8e048c7c57cd9be09f6e96e7) Thanks [@aefhm](https://github.com/aefhm)! - Added Oasis Sapphire Mainnet and Testnet chains
20
+
21
+ ## 1.19.9
22
+
23
+ ### Patch Changes
24
+
25
+ - [#1533](https://github.com/wevm/viem/pull/1533) [`5897b5b7`](https://github.com/wevm/viem/commit/5897b5b7d040735fa38e6282cec12f166de38618) Thanks [@laitsky](https://github.com/laitsky)! - Added PGN Mainnet & Testnet chain
26
+
27
+ - [#1532](https://github.com/wevm/viem/pull/1532) [`bd5c6cbf`](https://github.com/wevm/viem/commit/bd5c6cbf8c08ade558109f9d48c503c2a8d9273d) Thanks [@abs3ntdev](https://github.com/abs3ntdev)! - Added multicall3 contract to filecoin
28
+
29
+ ## 1.19.8
30
+
31
+ ### Patch Changes
32
+
33
+ - [#1529](https://github.com/wevm/viem/pull/1529) [`726c3fd0`](https://github.com/wevm/viem/commit/726c3fd074dc5da1f96c52dcd9fdcc0af8c5a96a) Thanks [@abs3ntdev](https://github.com/abs3ntdev)! - Added Rootstock Mainnet chain.
34
+
35
+ ## 1.19.7
36
+
37
+ ### Patch Changes
38
+
39
+ - [#1520](https://github.com/wevm/viem/pull/1520) [`4374b7c3`](https://github.com/wevm/viem/commit/4374b7c3e2a9c8d456e04a3b130d89227005c668) Thanks [@lucemans](https://github.com/lucemans)! - Patched `ccipFetch` method to use POST by default when URL includes `{sender}`.
40
+
41
+ - [#1519](https://github.com/wevm/viem/pull/1519) [`f51a3823`](https://github.com/wevm/viem/commit/f51a38230098755a7ece9e0b42aaabe5673b004e) Thanks [@marcosdellavecchia](https://github.com/marcosdellavecchia)! - Added Shimmer and Shimmer Testnet chains.
42
+
43
+ ## 1.19.6
44
+
45
+ ### Patch Changes
46
+
47
+ - [#1523](https://github.com/wevm/viem/pull/1523) [`ad355a8d`](https://github.com/wevm/viem/commit/ad355a8d270e9e012d097ac80b9ad63f35682aaa) Thanks [@blukat29](https://github.com/blukat29)! - Added Klaytn Baobab chain.
48
+
49
+ ## 1.19.5
50
+
51
+ ### Patch Changes
52
+
53
+ - [#1499](https://github.com/wevm/viem/pull/1499) [`115d579d`](https://github.com/wevm/viem/commit/115d579df58b3b7d2d25e1a53c053550ed59bc9a) Thanks [@shazarre](https://github.com/shazarre)! - Fixes an issue where CIP-64 are sent as EIP-1559 transactions
54
+
55
+ ## 1.19.4
56
+
57
+ ### Patch Changes
58
+
59
+ - [#1512](https://github.com/wevm/viem/pull/1512) [`2d581ac5`](https://github.com/wevm/viem/commit/2d581ac55d9753cd82baa6f8d3b6e5a7cc5b6721) Thanks [@mihoward21](https://github.com/mihoward21)! - Added the multicall address for Aurora
60
+
61
+ - [#1518](https://github.com/wevm/viem/pull/1518) [`f69c58ab`](https://github.com/wevm/viem/commit/f69c58ab87af6215bf488b19af2be25eeb679b57) Thanks [@melnour](https://github.com/melnour)! - Added Shibarium chain
62
+
63
+ - [#1493](https://github.com/wevm/viem/pull/1493) [`d554db2e`](https://github.com/wevm/viem/commit/d554db2ebf1da6dbbc67f775818d9d1bdaf1d9ce) Thanks [@linchengzzz](https://github.com/linchengzzz)! - Updated BSC Testnet RPC URL.
64
+
65
+ - [#1468](https://github.com/wevm/viem/pull/1468) [`7d89f5bc`](https://github.com/wevm/viem/commit/7d89f5bc60092a3db69703839231d32281fdb65b) Thanks [@thevolcanomanishere](https://github.com/thevolcanomanishere)! - Added JSDoc to some utility functions.
66
+
67
+ ## 1.19.3
68
+
69
+ ### Patch Changes
70
+
71
+ - [#1504](https://github.com/wevm/viem/pull/1504) [`bfdaee74`](https://github.com/wevm/viem/commit/bfdaee744f79b84319fedcddd8934804ff4d782b) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where some consumer minifiers (ie. Terser, SWC) would drop `Function.prototype.name` causing client action overrides to be ignored.
72
+
73
+ ## 1.19.2
74
+
75
+ ### Patch Changes
76
+
77
+ - [#1491](https://github.com/wevm/viem/pull/1491) [`ec24d233`](https://github.com/wevm/viem/commit/ec24d2339e8c7b75b0f29dfe1763d2fceefef74e) Thanks [@KholdStare](https://github.com/KholdStare)! - Updated `@adraffy/ens-normalize` dependency.
78
+
79
+ ## 1.19.1
80
+
81
+ ### Patch Changes
82
+
83
+ - [#1488](https://github.com/wevm/viem/pull/1488) [`f82bc658`](https://github.com/wevm/viem/commit/f82bc658f68baa51fe50ffafa32ea4d6e0af14b9) Thanks [@glitch-txs](https://github.com/glitch-txs)! - Added Chiliz and Spicy chains
84
+
85
+ ## 1.19.0
86
+
87
+ ### Minor Changes
88
+
89
+ - [#1485](https://github.com/wevm/viem/pull/1485) [`490de5da`](https://github.com/wevm/viem/commit/490de5da023938252d526604763d19f8defe2e62) Thanks [@jxom](https://github.com/jxom)! - Added `yParity` to `Transaction` type.
90
+
91
+ - [#1486](https://github.com/wevm/viem/pull/1486) [`5e40a875`](https://github.com/wevm/viem/commit/5e40a87502541ffcf1dae5364eef48a2c0085f82) Thanks [@jxom](https://github.com/jxom)! - Added `dumpState` & `loadState` Test Actions.
92
+
93
+ - [`5bf3a3b2`](https://github.com/wevm/viem/commit/5bf3a3b2da2c2c223b913eae9aea50a0ba834efc) Thanks [@jxom](https://github.com/jxom)! - Added `presignMessagePrefix` and `zeroHash` constants.
94
+
95
+ - [#1483](https://github.com/wevm/viem/pull/1483) [`5a4e907b`](https://github.com/wevm/viem/commit/5a4e907bd47c78827f28ae5cfb8e1f73067c5fc1) Thanks [@jxom](https://github.com/jxom)! - Support `v` values of 0 or 1 in `serializeTransaction`.
96
+
97
+ ### Patch Changes
98
+
99
+ - [#1470](https://github.com/wevm/viem/pull/1470) [`a0512a5b`](https://github.com/wevm/viem/commit/a0512a5b107afaef201791647e43e8a9d881c621) Thanks [@marv1n-10xdev](https://github.com/marv1n-10xdev)! - Added LUSKO chain
100
+
101
+ ## 1.18.9
102
+
103
+ ### Patch Changes
104
+
105
+ - [#1464](https://github.com/wevm/viem/pull/1464) [`32098af0`](https://github.com/wevm/viem/commit/32098af0378c47a4032155f8947f88f9990cd25d) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where `getFunctionSignature`/`getFunctionSelector` would not parse nested tuples in string-based signatures.
106
+
107
+ ## 1.18.8
108
+
109
+ ### Patch Changes
110
+
111
+ - [`46213902`](https://github.com/wevm/viem/commit/462139026e4e36dd98e4c1da5ff7669f7ffb98ee) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where `chain.nativeCurrency` could be undefined.
112
+
113
+ ## 1.18.7
114
+
115
+ ### Patch Changes
116
+
117
+ - [`95991301`](https://github.com/wevm/viem/commit/95991301c9eb4a3f2a1bcff8ab36d95ff964e13c) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `watchContractEvent` fallback was not scoping events to the provided `eventName`.
118
+
119
+ - [#1453](https://github.com/wevm/viem/pull/1453) [`e40006aa`](https://github.com/wevm/viem/commit/e40006aad1941d9c77dfd68b07f1acb99f7c8883) Thanks [@0xRaghu](https://github.com/0xRaghu)! - Added Kava Testnet chain.
120
+
121
+ ## 1.18.6
122
+
123
+ ### Patch Changes
124
+
125
+ - [#1448](https://github.com/wevm/viem/pull/1448) [`c2fab4a7`](https://github.com/wevm/viem/commit/c2fab4a78878d46c6aad403f1ad54677632542eb) Thanks [@jxom](https://github.com/jxom)! - Fixed zkSync formatters.
126
+
127
+ - [#1434](https://github.com/wevm/viem/pull/1434) [`c0da695a`](https://github.com/wevm/viem/commit/c0da695a76225c7f24ca263f9109e34d8cd93dba) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Fixed an issue where Celo CIP64 transactions were being recognized as EIP1559 transactions.
128
+
129
+ ## 1.18.5
130
+
131
+ ### Patch Changes
132
+
133
+ - [#1438](https://github.com/wevm/viem/pull/1438) [`8e52fcb8`](https://github.com/wevm/viem/commit/8e52fcb8565a9fadce4da31e924894881804f9d2) Thanks [@jxom](https://github.com/jxom)! - Fixed legacy EIP-155 transaction serializing.
134
+
135
+ ## 1.18.4
136
+
137
+ ### Patch Changes
138
+
139
+ - [#1423](https://github.com/wevm/viem/pull/1423) [`c164bfc6`](https://github.com/wevm/viem/commit/c164bfc6b8beb4243fbe9d222bd03de2814637b2) Thanks [@CJskii](https://github.com/CJskii)! - Updated Klaytn RPC URL.
140
+
141
+ - [#1423](https://github.com/wevm/viem/pull/1423) [`c164bfc6`](https://github.com/wevm/viem/commit/c164bfc6b8beb4243fbe9d222bd03de2814637b2) Thanks [@CJskii](https://github.com/CJskii)! - Added Astar chain
142
+
143
+ - [#1435](https://github.com/wevm/viem/pull/1435) [`08e6a68f`](https://github.com/wevm/viem/commit/08e6a68f25736c6517b4f5d567a8ff9b3b59bc11) Thanks [@tmm](https://github.com/tmm)! - Fixed protected action types
144
+
145
+ - [#1432](https://github.com/wevm/viem/pull/1432) [`33631fb2`](https://github.com/wevm/viem/commit/33631fb2ac281d5804a596c6390b10403cbcfa72) Thanks [@pcdotfan](https://github.com/pcdotfan)! - Removed Scroll Sepolia WebSocket URLs.
146
+
147
+ - [#1423](https://github.com/wevm/viem/pull/1423) [`c164bfc6`](https://github.com/wevm/viem/commit/c164bfc6b8beb4243fbe9d222bd03de2814637b2) Thanks [@CJskii](https://github.com/CJskii)! - Added Tenet chain
148
+
149
+ - [#1423](https://github.com/wevm/viem/pull/1423) [`c164bfc6`](https://github.com/wevm/viem/commit/c164bfc6b8beb4243fbe9d222bd03de2814637b2) Thanks [@CJskii](https://github.com/CJskii)! - Add Kava chain
150
+
151
+ - [#1423](https://github.com/wevm/viem/pull/1423) [`c164bfc6`](https://github.com/wevm/viem/commit/c164bfc6b8beb4243fbe9d222bd03de2814637b2) Thanks [@CJskii](https://github.com/CJskii)! - Added Core Dao chain
152
+
153
+ ## 1.18.3
154
+
155
+ ### Patch Changes
156
+
157
+ - [#1424](https://github.com/wevm/viem/pull/1424) [`a0052303`](https://github.com/wevm/viem/commit/a0052303f4b6892fac55c2035fe5675890e4d5bf) Thanks [@filoozom](https://github.com/filoozom)! - Added WebSocket RPCs for Gnosis Chain and Chiado
158
+
159
+ - [#1431](https://github.com/wevm/viem/pull/1431) [`2244017d`](https://github.com/wevm/viem/commit/2244017d7603f2253b4faaf6c543c8c7a04f7595) Thanks [@filoozom](https://github.com/filoozom)! - Added the multicall address for Chiado
160
+
161
+ - [#1426](https://github.com/wevm/viem/pull/1426) [`c81141a5`](https://github.com/wevm/viem/commit/c81141a5402d9114856c6a706782085905dbfb13) Thanks [@mnedelchev-vn](https://github.com/mnedelchev-vn)! - Added Neon Mainnet chain.
162
+
3
163
  ## 1.18.2
4
164
 
5
165
  ### Patch Changes
6
166
 
7
- - [#1417](https://github.com/wagmi-dev/viem/pull/1417) [`ba17c65e`](https://github.com/wagmi-dev/viem/commit/ba17c65ee5d7ab4804472784acb545805507cdfe) Thanks [@holic](https://github.com/holic)! - Fixed `concat` parameter type.
167
+ - [#1417](https://github.com/wevm/viem/pull/1417) [`ba17c65e`](https://github.com/wevm/viem/commit/ba17c65ee5d7ab4804472784acb545805507cdfe) Thanks [@holic](https://github.com/holic)! - Fixed `concat` parameter type.
8
168
 
9
- - [#1415](https://github.com/wagmi-dev/viem/pull/1415) [`5db156aa`](https://github.com/wagmi-dev/viem/commit/5db156aa8b95bc421c82e93b092b2a8bf9b62666) Thanks [@0xKheops](https://github.com/0xKheops)! - Added sorting mechanism to batch scheduler.
169
+ - [#1415](https://github.com/wevm/viem/pull/1415) [`5db156aa`](https://github.com/wevm/viem/commit/5db156aa8b95bc421c82e93b092b2a8bf9b62666) Thanks [@0xKheops](https://github.com/0xKheops)! - Added sorting mechanism to batch scheduler.
10
170
 
11
171
  ## 1.18.1
12
172
 
13
173
  ### Patch Changes
14
174
 
15
- - [#1409](https://github.com/wagmi-dev/viem/pull/1409) [`229e2d56`](https://github.com/wagmi-dev/viem/commit/229e2d565d9d07b9208753f46668378dccf3d399) Thanks [@qbzzt](https://github.com/qbzzt)! - Fixed Holesky public RPC URL.
175
+ - [#1409](https://github.com/wevm/viem/pull/1409) [`229e2d56`](https://github.com/wevm/viem/commit/229e2d565d9d07b9208753f46668378dccf3d399) Thanks [@qbzzt](https://github.com/qbzzt)! - Fixed Holesky public RPC URL.
16
176
 
17
177
  ## 1.18.0
18
178
 
19
179
  ### Minor Changes
20
180
 
21
- - [#1402](https://github.com/wagmi-dev/viem/pull/1402) [`09778291`](https://github.com/wagmi-dev/viem/commit/0977829160effbe7dac5a69f43d263605544fa19) Thanks [@jxom](https://github.com/jxom)! - Added `extractChain` utility.
181
+ - [#1402](https://github.com/wevm/viem/pull/1402) [`09778291`](https://github.com/wevm/viem/commit/0977829160effbe7dac5a69f43d263605544fa19) Thanks [@jxom](https://github.com/jxom)! - Added `extractChain` utility.
22
182
 
23
- - [#1388](https://github.com/wagmi-dev/viem/pull/1388) [`d872061d`](https://github.com/wagmi-dev/viem/commit/d872061d1c6a791142027e59e39cfa44d9780631) Thanks [@speeddragon](https://github.com/speeddragon)! - Added ZkSync serializers
183
+ - [#1388](https://github.com/wevm/viem/pull/1388) [`d872061d`](https://github.com/wevm/viem/commit/d872061d1c6a791142027e59e39cfa44d9780631) Thanks [@speeddragon](https://github.com/speeddragon)! - Added ZkSync serializers
24
184
 
25
- - [#1379](https://github.com/wagmi-dev/viem/pull/1379) [`fb395900`](https://github.com/wagmi-dev/viem/commit/fb3959009ad79a258316389e29d917869d23ff5e) Thanks [@yerdua](https://github.com/yerdua)! - Added support for Celo CIP-64 transactions
185
+ - [#1379](https://github.com/wevm/viem/pull/1379) [`fb395900`](https://github.com/wevm/viem/commit/fb3959009ad79a258316389e29d917869d23ff5e) Thanks [@yerdua](https://github.com/yerdua)! - Added support for Celo CIP-64 transactions
26
186
 
27
- - [#1361](https://github.com/wagmi-dev/viem/pull/1361) [`70593019`](https://github.com/wagmi-dev/viem/commit/70593019d364a230a7cec87c2832e2135d8fedb8) Thanks [@speeddragon](https://github.com/speeddragon)! - Added ZkSync formatters.
187
+ - [#1361](https://github.com/wevm/viem/pull/1361) [`70593019`](https://github.com/wevm/viem/commit/70593019d364a230a7cec87c2832e2135d8fedb8) Thanks [@speeddragon](https://github.com/speeddragon)! - Added ZkSync formatters.
28
188
 
29
189
  ## 1.17.2
30
190
 
31
191
  ### Patch Changes
32
192
 
33
- - [#1399](https://github.com/wagmi-dev/viem/pull/1399) [`210e2b94`](https://github.com/wagmi-dev/viem/commit/210e2b943d6d04ab130151dfdb5a94e590e42fd4) Thanks [@codespool](https://github.com/codespool)! - Added multicall3 contract to astarZkatana
193
+ - [#1399](https://github.com/wevm/viem/pull/1399) [`210e2b94`](https://github.com/wevm/viem/commit/210e2b943d6d04ab130151dfdb5a94e590e42fd4) Thanks [@codespool](https://github.com/codespool)! - Added multicall3 contract to astarZkatana
34
194
 
35
- - [#1395](https://github.com/wagmi-dev/viem/pull/1395) [`1e206f46`](https://github.com/wagmi-dev/viem/commit/1e206f460ad21e2525bfc28ef89fd524b1dfaf2e) Thanks [@linchengzzz](https://github.com/linchengzzz)! - Added Manta Pacific Mainnet & Testnet
195
+ - [#1395](https://github.com/wevm/viem/pull/1395) [`1e206f46`](https://github.com/wevm/viem/commit/1e206f460ad21e2525bfc28ef89fd524b1dfaf2e) Thanks [@linchengzzz](https://github.com/linchengzzz)! - Added Manta Pacific Mainnet & Testnet
36
196
 
37
197
  ## 1.17.1
38
198
 
39
199
  ### Patch Changes
40
200
 
41
- - [#1391](https://github.com/wagmi-dev/viem/pull/1391) [`437c0e5a`](https://github.com/wagmi-dev/viem/commit/437c0e5a023bc551c35e5a65da6f2a6a2e409bd7) Thanks [@IsabellaSmallcombe](https://github.com/IsabellaSmallcombe)! - Add Zora Sepolia Testnet
201
+ - [#1391](https://github.com/wevm/viem/pull/1391) [`437c0e5a`](https://github.com/wevm/viem/commit/437c0e5a023bc551c35e5a65da6f2a6a2e409bd7) Thanks [@IsabellaSmallcombe](https://github.com/IsabellaSmallcombe)! - Add Zora Sepolia Testnet
42
202
 
43
- - [#1386](https://github.com/wagmi-dev/viem/pull/1386) [`fad9dc12`](https://github.com/wagmi-dev/viem/commit/fad9dc12eef2c7042db75a9ffa8f6e98e9e8f884) Thanks [@POKENA7](https://github.com/POKENA7)! - Added Astar zkEVM testnet zKatana chain.
203
+ - [#1386](https://github.com/wevm/viem/pull/1386) [`fad9dc12`](https://github.com/wevm/viem/commit/fad9dc12eef2c7042db75a9ffa8f6e98e9e8f884) Thanks [@POKENA7](https://github.com/POKENA7)! - Added Astar zkEVM testnet zKatana chain.
44
204
 
45
205
  ## 1.17.0
46
206
 
47
207
  ### Minor Changes
48
208
 
49
- - [#1382](https://github.com/wagmi-dev/viem/pull/1382) [`5ac4a631`](https://github.com/wagmi-dev/viem/commit/5ac4a6316edb4076287fcb3c571066c39a917995) Thanks [@jxom](https://github.com/jxom)! - Added ability for Actions (i.e. `readContract`) to infer their internal/dependant Actions (i.e. `call`) from the optionally extended Client.
209
+ - [#1382](https://github.com/wevm/viem/pull/1382) [`5ac4a631`](https://github.com/wevm/viem/commit/5ac4a6316edb4076287fcb3c571066c39a917995) Thanks [@jxom](https://github.com/jxom)! - Added ability for Actions (i.e. `readContract`) to infer their internal/dependant Actions (i.e. `call`) from the optionally extended Client.
50
210
 
51
211
  For instance, if an extended Client has overridden the `call` Action, then the `readContract` Action will use that instead of Viem's internal `call` Action.
52
212
 
53
213
  ### Patch Changes
54
214
 
55
- - [#1377](https://github.com/wagmi-dev/viem/pull/1377) [`592f03eb`](https://github.com/wagmi-dev/viem/commit/592f03eb3c4d9a3e23716682e0acf8cfa4e65106) Thanks [@okalenyk](https://github.com/okalenyk)! - Added `multicall3` contract to `modeTestnet` chain.
215
+ - [#1377](https://github.com/wevm/viem/pull/1377) [`592f03eb`](https://github.com/wevm/viem/commit/592f03eb3c4d9a3e23716682e0acf8cfa4e65106) Thanks [@okalenyk](https://github.com/okalenyk)! - Added `multicall3` contract to `modeTestnet` chain.
56
216
 
57
217
  ## 1.16.6
58
218
 
59
219
  ### Patch Changes
60
220
 
61
- - [#1356](https://github.com/wagmi-dev/viem/pull/1356) [`0da9f886`](https://github.com/wagmi-dev/viem/commit/0da9f886124cea8f8e2f557de68bd94b96e53ac8) Thanks [@AmaxJ](https://github.com/AmaxJ)! - Removed trailing slash from arbiscan goerli blockexplorer url
221
+ - [#1356](https://github.com/wevm/viem/pull/1356) [`0da9f886`](https://github.com/wevm/viem/commit/0da9f886124cea8f8e2f557de68bd94b96e53ac8) Thanks [@AmaxJ](https://github.com/AmaxJ)! - Removed trailing slash from arbiscan goerli blockexplorer url
62
222
 
63
- - [`36ec87da`](https://github.com/wagmi-dev/viem/commit/36ec87da7f614f5c6ca9e632eb27f8d8d1bbfcdf) Thanks [@jxom](https://github.com/jxom)! - Modified `getAddresses` to be compatible with Local Accounts.
223
+ - [`36ec87da`](https://github.com/wevm/viem/commit/36ec87da7f614f5c6ca9e632eb27f8d8d1bbfcdf) Thanks [@jxom](https://github.com/jxom)! - Modified `getAddresses` to be compatible with Local Accounts.
64
224
 
65
225
  ## 1.16.5
66
226
 
67
227
  ### Patch Changes
68
228
 
69
- - [#1347](https://github.com/wagmi-dev/viem/pull/1347) [`541bd152`](https://github.com/wagmi-dev/viem/commit/541bd1528d3fb43edfd713e3dd89f30803a37f97) Thanks [@lukasrosario](https://github.com/lukasrosario)! - Added Base Sepolia
229
+ - [#1347](https://github.com/wevm/viem/pull/1347) [`541bd152`](https://github.com/wevm/viem/commit/541bd1528d3fb43edfd713e3dd89f30803a37f97) Thanks [@lukasrosario](https://github.com/lukasrosario)! - Added Base Sepolia
70
230
 
71
- - [#1339](https://github.com/wagmi-dev/viem/pull/1339) [`b7ddaf61`](https://github.com/wagmi-dev/viem/commit/b7ddaf61d6a392a8fa6f4550afa505f75c31eca4) Thanks [@jxom](https://github.com/jxom)! - Fixed topics mismatch in `decodeEventLogs` strict mode.
231
+ - [#1339](https://github.com/wevm/viem/pull/1339) [`b7ddaf61`](https://github.com/wevm/viem/commit/b7ddaf61d6a392a8fa6f4550afa505f75c31eca4) Thanks [@jxom](https://github.com/jxom)! - Fixed topics mismatch in `decodeEventLogs` strict mode.
72
232
 
73
- - [`b6aace90`](https://github.com/wagmi-dev/viem/commit/b6aace909c8f27c49a393813e2569b98a72083ca) Thanks [@jxom](https://github.com/jxom)! - Fixed `chainId` assignment in `signTransaction` action.
233
+ - [`b6aace90`](https://github.com/wevm/viem/commit/b6aace909c8f27c49a393813e2569b98a72083ca) Thanks [@jxom](https://github.com/jxom)! - Fixed `chainId` assignment in `signTransaction` action.
74
234
 
75
235
  ## 1.16.4
76
236
 
77
237
  ### Patch Changes
78
238
 
79
- - [#1334](https://github.com/wagmi-dev/viem/pull/1334) [`4862acc5`](https://github.com/wagmi-dev/viem/commit/4862acc51ee86ceddfa55b21bb55667cf10e86a8) Thanks [@izayl](https://github.com/izayl)! - Added Scroll chain
239
+ - [#1334](https://github.com/wevm/viem/pull/1334) [`4862acc5`](https://github.com/wevm/viem/commit/4862acc51ee86ceddfa55b21bb55667cf10e86a8) Thanks [@izayl](https://github.com/izayl)! - Added Scroll chain
80
240
 
81
241
  ## 1.16.3
82
242
 
83
243
  ### Patch Changes
84
244
 
85
- - [`1e13ae83`](https://github.com/wagmi-dev/viem/commit/1e13ae83194da4ca6d829dfd63dd84b11719f497) Thanks [@jxom](https://github.com/jxom)! - Updated holesky RPC URLs.
245
+ - [`1e13ae83`](https://github.com/wevm/viem/commit/1e13ae83194da4ca6d829dfd63dd84b11719f497) Thanks [@jxom](https://github.com/jxom)! - Updated holesky RPC URLs.
86
246
 
87
- - [#1330](https://github.com/wagmi-dev/viem/pull/1330) [`05a3784a`](https://github.com/wagmi-dev/viem/commit/05a3784a1587cc811fb15cb5b177bf90e123a5a1) Thanks [@holic](https://github.com/holic)! - Fixed `TransactionReceipt['logs']` type.
247
+ - [#1330](https://github.com/wevm/viem/pull/1330) [`05a3784a`](https://github.com/wevm/viem/commit/05a3784a1587cc811fb15cb5b177bf90e123a5a1) Thanks [@holic](https://github.com/holic)! - Fixed `TransactionReceipt['logs']` type.
88
248
 
89
249
  ## 1.16.2
90
250
 
91
251
  ### Patch Changes
92
252
 
93
- - [#1325](https://github.com/wagmi-dev/viem/pull/1325) [`e9a54192`](https://github.com/wagmi-dev/viem/commit/e9a54192c5a52db1c0452b08192171bc9304bec7) Thanks [@avasisht23](https://github.com/avasisht23)! - Exported `HttpTransportConfig`.
253
+ - [#1325](https://github.com/wevm/viem/pull/1325) [`e9a54192`](https://github.com/wevm/viem/commit/e9a54192c5a52db1c0452b08192171bc9304bec7) Thanks [@avasisht23](https://github.com/avasisht23)! - Exported `HttpTransportConfig`.
94
254
 
95
- - [`c445acee`](https://github.com/wagmi-dev/viem/commit/c445acee5a3e3a4121521b7e289a9afd882b7400) Thanks [@jxom](https://github.com/jxom)! - Added `fetchOptions` to `http` transport return value.
255
+ - [`c445acee`](https://github.com/wevm/viem/commit/c445acee5a3e3a4121521b7e289a9afd882b7400) Thanks [@jxom](https://github.com/jxom)! - Added `fetchOptions` to `http` transport return value.
96
256
 
97
257
  ## 1.16.1
98
258
 
99
259
  ### Patch Changes
100
260
 
101
- - [`fda328d2`](https://github.com/wagmi-dev/viem/commit/fda328d26b86f5e2a2d56c898db12eea4e0e1e94) Thanks [@jxom](https://github.com/jxom)! - Updated `isows`.
261
+ - [`fda328d2`](https://github.com/wevm/viem/commit/fda328d26b86f5e2a2d56c898db12eea4e0e1e94) Thanks [@jxom](https://github.com/jxom)! - Updated `isows`.
102
262
 
103
263
  ## 1.16.0
104
264
 
105
265
  ### Minor Changes
106
266
 
107
- - [#1316](https://github.com/wagmi-dev/viem/pull/1316) [`ae5c03ad`](https://github.com/wagmi-dev/viem/commit/ae5c03ada92968a6835705fd8017e0a687947152) Thanks [@jxom](https://github.com/jxom)! - Added `getProof`.
267
+ - [#1316](https://github.com/wevm/viem/pull/1316) [`ae5c03ad`](https://github.com/wevm/viem/commit/ae5c03ada92968a6835705fd8017e0a687947152) Thanks [@jxom](https://github.com/jxom)! - Added `getProof`.
108
268
 
109
- - [`d27e9943`](https://github.com/wagmi-dev/viem/commit/d27e994361180579fc8e6328ade3dbaf26963803) Thanks [@jxom](https://github.com/jxom)! - Added `withdrawals` & `withdrawalsRoot` to `Block` type.
269
+ - [`d27e9943`](https://github.com/wevm/viem/commit/d27e994361180579fc8e6328ade3dbaf26963803) Thanks [@jxom](https://github.com/jxom)! - Added `withdrawals` & `withdrawalsRoot` to `Block` type.
110
270
 
111
271
  ## 1.15.5
112
272
 
113
273
  ### Patch Changes
114
274
 
115
- - [#1312](https://github.com/wagmi-dev/viem/pull/1312) [`d7cff6a3`](https://github.com/wagmi-dev/viem/commit/d7cff6a368e3934874c5be406354226e9f786d38) Thanks [@jxom](https://github.com/jxom)! - Migrated to [isows](https://github.com/wagmi-dev/isows).
275
+ - [#1312](https://github.com/wevm/viem/pull/1312) [`d7cff6a3`](https://github.com/wevm/viem/commit/d7cff6a368e3934874c5be406354226e9f786d38) Thanks [@jxom](https://github.com/jxom)! - Migrated to [isows](https://github.com/wevm/isows).
116
276
 
117
277
  ## 1.15.4
118
278
 
119
279
  ### Patch Changes
120
280
 
121
- - [#1297](https://github.com/wagmi-dev/viem/pull/1297) [`aaaff980`](https://github.com/wagmi-dev/viem/commit/aaaff980569f5e8681a41737531d02fb97c3b788) Thanks [@jxom](https://github.com/jxom)! - Added `null` as a valid value on `TransactionRequestBase['to']` type.
281
+ - [#1297](https://github.com/wevm/viem/pull/1297) [`aaaff980`](https://github.com/wevm/viem/commit/aaaff980569f5e8681a41737531d02fb97c3b788) Thanks [@jxom](https://github.com/jxom)! - Added `null` as a valid value on `TransactionRequestBase['to']` type.
122
282
 
123
- - [#1295](https://github.com/wagmi-dev/viem/pull/1295) [`a46a52a7`](https://github.com/wagmi-dev/viem/commit/a46a52a71fbd0e904ce74b0f46683801489bc208) Thanks [@akshatmittal](https://github.com/akshatmittal)! - Added Infura Endpoints for Base
283
+ - [#1295](https://github.com/wevm/viem/pull/1295) [`a46a52a7`](https://github.com/wevm/viem/commit/a46a52a71fbd0e904ce74b0f46683801489bc208) Thanks [@akshatmittal](https://github.com/akshatmittal)! - Added Infura Endpoints for Base
124
284
 
125
285
  ## 1.15.3
126
286
 
127
287
  ### Patch Changes
128
288
 
129
- - [`1b159096`](https://github.com/wagmi-dev/viem/commit/1b159096e9727d626410feb58fa6f95a29ba1e9f) Thanks [@jxom](https://github.com/jxom)! - Added ignore glob for snapshots.
289
+ - [`1b159096`](https://github.com/wevm/viem/commit/1b159096e9727d626410feb58fa6f95a29ba1e9f) Thanks [@jxom](https://github.com/jxom)! - Added ignore glob for snapshots.
130
290
 
131
291
  ## 1.15.2
132
292
 
133
293
  ### Patch Changes
134
294
 
135
- - [`fddaf719`](https://github.com/wagmi-dev/viem/commit/fddaf719ac320b8e025693ee9a06815639f95034) Thanks [@jxom](https://github.com/jxom)! - Fixed `getContract` types.
295
+ - [`fddaf719`](https://github.com/wevm/viem/commit/fddaf719ac320b8e025693ee9a06815639f95034) Thanks [@jxom](https://github.com/jxom)! - Fixed `getContract` types.
136
296
 
137
297
  ## 1.15.1
138
298
 
139
299
  ### Patch Changes
140
300
 
141
- - [`a9f07e80`](https://github.com/wagmi-dev/viem/commit/a9f07e80cacb76433c8ece683f8177a138ef1810) Thanks [@jxom](https://github.com/jxom)! - Removed `type` from `package.json`.
301
+ - [`a9f07e80`](https://github.com/wevm/viem/commit/a9f07e80cacb76433c8ece683f8177a138ef1810) Thanks [@jxom](https://github.com/jxom)! - Removed `type` from `package.json`.
142
302
 
143
303
  ## 1.15.0
144
304
 
145
305
  ### Minor Changes
146
306
 
147
- - [#1260](https://github.com/wagmi-dev/viem/pull/1260) [`408ebf49`](https://github.com/wagmi-dev/viem/commit/408ebf49f852ae87438946ae24425cd631c722c5) Thanks [@izayl](https://github.com/izayl)! - Added utilities for EIP-2098 Compact Signatures:
307
+ - [#1260](https://github.com/wevm/viem/pull/1260) [`408ebf49`](https://github.com/wevm/viem/commit/408ebf49f852ae87438946ae24425cd631c722c5) Thanks [@izayl](https://github.com/izayl)! - Added utilities for EIP-2098 Compact Signatures:
148
308
  - `compactSignatureToHex`,
149
309
  - `compactSignatureToSignature`,
150
310
  - `hexToCompactSignature`,
@@ -152,173 +312,173 @@
152
312
 
153
313
  ### Patch Changes
154
314
 
155
- - [#1273](https://github.com/wagmi-dev/viem/pull/1273) [`822bc222`](https://github.com/wagmi-dev/viem/commit/822bc2223d95db51e94b226bca0be468ed5150c7) Thanks [@LiorAgnin](https://github.com/LiorAgnin)! - Updated Fuse RPC URL & added multicall3 contract address.
315
+ - [#1273](https://github.com/wevm/viem/pull/1273) [`822bc222`](https://github.com/wevm/viem/commit/822bc2223d95db51e94b226bca0be468ed5150c7) Thanks [@LiorAgnin](https://github.com/LiorAgnin)! - Updated Fuse RPC URL & added multicall3 contract address.
156
316
 
157
- - [#1277](https://github.com/wagmi-dev/viem/pull/1277) [`ba7a7465`](https://github.com/wagmi-dev/viem/commit/ba7a7465621585412875d5f28699db2d4b6a59c8) Thanks [@witem](https://github.com/witem)! - Removed `type` field from `package.json`
317
+ - [#1277](https://github.com/wevm/viem/pull/1277) [`ba7a7465`](https://github.com/wevm/viem/commit/ba7a7465621585412875d5f28699db2d4b6a59c8) Thanks [@witem](https://github.com/witem)! - Removed `type` field from `package.json`
158
318
 
159
- - [#1278](https://github.com/wagmi-dev/viem/pull/1278) [`220d211f`](https://github.com/wagmi-dev/viem/commit/220d211fa92ca667d0b8e432071ead27df682d96) Thanks [@jaybuidl](https://github.com/jaybuidl)! - Added Arbitrum Sepolia chain.
319
+ - [#1278](https://github.com/wevm/viem/pull/1278) [`220d211f`](https://github.com/wevm/viem/commit/220d211fa92ca667d0b8e432071ead27df682d96) Thanks [@jaybuidl](https://github.com/jaybuidl)! - Added Arbitrum Sepolia chain.
160
320
 
161
321
  ## 1.14.0
162
322
 
163
323
  ### Minor Changes
164
324
 
165
- - [#1263](https://github.com/wagmi-dev/viem/pull/1263) [`399a43db`](https://github.com/wagmi-dev/viem/commit/399a43db5e559cd84dafb5c66bfe0a7ad24c2d67) Thanks [@jxom](https://github.com/jxom)! - Added error types for exported modules (e.g. `<Module>ErrorType`). [Read more.](https://viem.sh/docs/error-handling.html)
325
+ - [#1263](https://github.com/wevm/viem/pull/1263) [`399a43db`](https://github.com/wevm/viem/commit/399a43db5e559cd84dafb5c66bfe0a7ad24c2d67) Thanks [@jxom](https://github.com/jxom)! - Added error types for exported modules (e.g. `<Module>ErrorType`). [Read more.](https://viem.sh/docs/error-handling.html)
166
326
 
167
327
  ### Patch Changes
168
328
 
169
- - [`52c4c001`](https://github.com/wagmi-dev/viem/commit/52c4c0016a702bdacfb7de69c3f01d62de9af4db) Thanks [@jxom](https://github.com/jxom)! - Fixed typo in `hexToBigInt` export.
329
+ - [`52c4c001`](https://github.com/wevm/viem/commit/52c4c0016a702bdacfb7de69c3f01d62de9af4db) Thanks [@jxom](https://github.com/jxom)! - Fixed typo in `hexToBigInt` export.
170
330
 
171
331
  ## 1.13.2
172
332
 
173
333
  ### Patch Changes
174
334
 
175
- - [#1265](https://github.com/wagmi-dev/viem/pull/1265) [`3fd1e788`](https://github.com/wagmi-dev/viem/commit/3fd1e788f2f3a82c943e58fc77a3dc5da1f798cf) Thanks [@mcdee](https://github.com/mcdee)! - Added multicall3 for holesky
335
+ - [#1265](https://github.com/wevm/viem/pull/1265) [`3fd1e788`](https://github.com/wevm/viem/commit/3fd1e788f2f3a82c943e58fc77a3dc5da1f798cf) Thanks [@mcdee](https://github.com/mcdee)! - Added multicall3 for holesky
176
336
 
177
337
  ## 1.13.1
178
338
 
179
339
  ### Patch Changes
180
340
 
181
- - [`61ef4d22`](https://github.com/wagmi-dev/viem/commit/61ef4d224c860e99f3ac82adb8e4c767a77b6dc0) Thanks [@jxom](https://github.com/jxom)! - Fixed `interval` parameter for Hardhat.
341
+ - [`61ef4d22`](https://github.com/wevm/viem/commit/61ef4d224c860e99f3ac82adb8e4c767a77b6dc0) Thanks [@jxom](https://github.com/jxom)! - Fixed `interval` parameter for Hardhat.
182
342
 
183
343
  ## 1.13.0
184
344
 
185
345
  ### Minor Changes
186
346
 
187
- - [#1249](https://github.com/wagmi-dev/viem/pull/1249) [`42279c90`](https://github.com/wagmi-dev/viem/commit/42279c90543616248632be45279d12f4167ae8d8) Thanks [@paulmillr](https://github.com/paulmillr)! - Refactored `hexToBytes` to be up to 6x more performant.
347
+ - [#1249](https://github.com/wevm/viem/pull/1249) [`42279c90`](https://github.com/wevm/viem/commit/42279c90543616248632be45279d12f4167ae8d8) Thanks [@paulmillr](https://github.com/paulmillr)! - Refactored `hexToBytes` to be up to 6x more performant.
188
348
 
189
- - [#1215](https://github.com/wagmi-dev/viem/pull/1215) [`6a65c5a3`](https://github.com/wagmi-dev/viem/commit/6a65c5a3c285ea8c7c110659aac4be24cb09c483) Thanks [@jxom](https://github.com/jxom)! - Refactored RLP coding to be up to ~300x more performant.
349
+ - [#1215](https://github.com/wevm/viem/pull/1215) [`6a65c5a3`](https://github.com/wevm/viem/commit/6a65c5a3c285ea8c7c110659aac4be24cb09c483) Thanks [@jxom](https://github.com/jxom)! - Refactored RLP coding to be up to ~300x more performant.
190
350
 
191
351
  ### Patch Changes
192
352
 
193
- - [#1255](https://github.com/wagmi-dev/viem/pull/1255) [`3d3337e3`](https://github.com/wagmi-dev/viem/commit/3d3337e303e407e6983fb99f0a28bc7521dc4a87) Thanks [@CJskii](https://github.com/CJskii)! - Added Core Dao chain
353
+ - [#1255](https://github.com/wevm/viem/pull/1255) [`3d3337e3`](https://github.com/wevm/viem/commit/3d3337e303e407e6983fb99f0a28bc7521dc4a87) Thanks [@CJskii](https://github.com/CJskii)! - Added Core Dao chain
194
354
 
195
355
  ## 1.12.2
196
356
 
197
357
  ### Patch Changes
198
358
 
199
- - [#1244](https://github.com/wagmi-dev/viem/pull/1244) [`6fd51b2f`](https://github.com/wagmi-dev/viem/commit/6fd51b2f491e898f89b04f2c5ed1052befe5133d) Thanks [@rkalis](https://github.com/rkalis)! - Added optional `bytecodeHash` parameter to `getContractAddress`.
359
+ - [#1244](https://github.com/wevm/viem/pull/1244) [`6fd51b2f`](https://github.com/wevm/viem/commit/6fd51b2f491e898f89b04f2c5ed1052befe5133d) Thanks [@rkalis](https://github.com/rkalis)! - Added optional `bytecodeHash` parameter to `getContractAddress`.
200
360
 
201
361
  ## 1.12.1
202
362
 
203
363
  ### Patch Changes
204
364
 
205
- - [#1242](https://github.com/wagmi-dev/viem/pull/1242) [`44367dbe`](https://github.com/wagmi-dev/viem/commit/44367dbe921cfd12a45d78744758474b67d28791) Thanks [@gymnasy55](https://github.com/gymnasy55)! - Fixed Sepolia multicall3 block created.
365
+ - [#1242](https://github.com/wevm/viem/pull/1242) [`44367dbe`](https://github.com/wevm/viem/commit/44367dbe921cfd12a45d78744758474b67d28791) Thanks [@gymnasy55](https://github.com/gymnasy55)! - Fixed Sepolia multicall3 block created.
206
366
 
207
367
  ## 1.12.0
208
368
 
209
369
  ### Minor Changes
210
370
 
211
- - [#1235](https://github.com/wagmi-dev/viem/pull/1235) [`b272af50`](https://github.com/wagmi-dev/viem/commit/b272af507257ed69af3b4cbb5614880ddb0f5ec4) Thanks [@jxom](https://github.com/jxom)! - Added `getContractEvents`.
371
+ - [#1235](https://github.com/wevm/viem/pull/1235) [`b272af50`](https://github.com/wevm/viem/commit/b272af507257ed69af3b4cbb5614880ddb0f5ec4) Thanks [@jxom](https://github.com/jxom)! - Added `getContractEvents`.
212
372
 
213
373
  ## 1.11.1
214
374
 
215
375
  ### Patch Changes
216
376
 
217
- - [#1234](https://github.com/wagmi-dev/viem/pull/1234) [`1b9d5ecd`](https://github.com/wagmi-dev/viem/commit/1b9d5ecdcbcf8fec0a6fd0f135936b626bef5184) Thanks [@eshaben](https://github.com/eshaben)! - Added Moonbeam development chain.
377
+ - [#1234](https://github.com/wevm/viem/pull/1234) [`1b9d5ecd`](https://github.com/wevm/viem/commit/1b9d5ecdcbcf8fec0a6fd0f135936b626bef5184) Thanks [@eshaben](https://github.com/eshaben)! - Added Moonbeam development chain.
218
378
 
219
379
  ## 1.11.0
220
380
 
221
381
  ### Minor Changes
222
382
 
223
- - [#1162](https://github.com/wagmi-dev/viem/pull/1162) [`8ac2c93d`](https://github.com/wagmi-dev/viem/commit/8ac2c93d2e04f843aee7fc1494967fb35a4dcc66) Thanks [@volkyeth](https://github.com/volkyeth)! - Added `getFunctionSignature` and `getEventSignature`.
383
+ - [#1162](https://github.com/wevm/viem/pull/1162) [`8ac2c93d`](https://github.com/wevm/viem/commit/8ac2c93d2e04f843aee7fc1494967fb35a4dcc66) Thanks [@volkyeth](https://github.com/volkyeth)! - Added `getFunctionSignature` and `getEventSignature`.
224
384
 
225
385
  ### Patch Changes
226
386
 
227
- - [#1221](https://github.com/wagmi-dev/viem/pull/1221) [`cf4006f7`](https://github.com/wagmi-dev/viem/commit/cf4006f799bdccfbf5765927a9fde0c20cbd1890) Thanks [@nitaliano](https://github.com/nitaliano)! - Added OP Sepolia
387
+ - [#1221](https://github.com/wevm/viem/pull/1221) [`cf4006f7`](https://github.com/wevm/viem/commit/cf4006f799bdccfbf5765927a9fde0c20cbd1890) Thanks [@nitaliano](https://github.com/nitaliano)! - Added OP Sepolia
228
388
 
229
389
  ## 1.10.14
230
390
 
231
391
  ### Patch Changes
232
392
 
233
- - [#1208](https://github.com/wagmi-dev/viem/pull/1208) [`728eb8b4`](https://github.com/wagmi-dev/viem/commit/728eb8b42f04b4587356c124140299c4879bd2e7) Thanks [@afa7789](https://github.com/afa7789)! - Added Kroma and Kroma Sepolia chains.
393
+ - [#1208](https://github.com/wevm/viem/pull/1208) [`728eb8b4`](https://github.com/wevm/viem/commit/728eb8b42f04b4587356c124140299c4879bd2e7) Thanks [@afa7789](https://github.com/afa7789)! - Added Kroma and Kroma Sepolia chains.
234
394
 
235
395
  ## 1.10.13
236
396
 
237
397
  ### Patch Changes
238
398
 
239
- - [`f0708c13`](https://github.com/wagmi-dev/viem/commit/f0708c13b231678fb0abb56b23f8247baa9e3235) Thanks [@jxom](https://github.com/jxom)! - Migrated back to `isomorphic-ws`.
399
+ - [`f0708c13`](https://github.com/wevm/viem/commit/f0708c13b231678fb0abb56b23f8247baa9e3235) Thanks [@jxom](https://github.com/jxom)! - Migrated back to `isomorphic-ws`.
240
400
 
241
- - [#1204](https://github.com/wagmi-dev/viem/pull/1204) [`353d28d4`](https://github.com/wagmi-dev/viem/commit/353d28d457c662a9c349bd323e3a1616cc9531eb) Thanks [@mcdee](https://github.com/mcdee)! - Added Holesky chain.
401
+ - [#1204](https://github.com/wevm/viem/pull/1204) [`353d28d4`](https://github.com/wevm/viem/commit/353d28d457c662a9c349bd323e3a1616cc9531eb) Thanks [@mcdee](https://github.com/mcdee)! - Added Holesky chain.
242
402
 
243
403
  ## 1.10.12
244
404
 
245
405
  ### Patch Changes
246
406
 
247
- - [`165229e9`](https://github.com/wagmi-dev/viem/commit/165229e96a3fa0969adb2a2f171de968a3b4f393) Thanks [@jxom](https://github.com/jxom)! - Fixed `viem/window` entrypoint.
407
+ - [`165229e9`](https://github.com/wevm/viem/commit/165229e96a3fa0969adb2a2f171de968a3b4f393) Thanks [@jxom](https://github.com/jxom)! - Fixed `viem/window` entrypoint.
248
408
 
249
409
  ## 1.10.11
250
410
 
251
411
  ### Patch Changes
252
412
 
253
- - [#1197](https://github.com/wagmi-dev/viem/pull/1197) [`d1fc5fe0`](https://github.com/wagmi-dev/viem/commit/d1fc5fe01dc14648a628b17606200ed343ef93f6) Thanks [@jxom](https://github.com/jxom)! - Fixed proxy packages.
413
+ - [#1197](https://github.com/wevm/viem/pull/1197) [`d1fc5fe0`](https://github.com/wevm/viem/commit/d1fc5fe01dc14648a628b17606200ed343ef93f6) Thanks [@jxom](https://github.com/jxom)! - Fixed proxy packages.
254
414
 
255
415
  ## 1.10.10
256
416
 
257
417
  ### Patch Changes
258
418
 
259
- - [`fa2d8794`](https://github.com/wagmi-dev/viem/commit/fa2d87942f792ee3b87c9ac291c2c82f8c2fc313) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `waitForTransactionReceipt` would throw an error if `receipt.blockNumber` was undefined.
419
+ - [`fa2d8794`](https://github.com/wevm/viem/commit/fa2d87942f792ee3b87c9ac291c2c82f8c2fc313) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `waitForTransactionReceipt` would throw an error if `receipt.blockNumber` was undefined.
260
420
 
261
- - [#1194](https://github.com/wagmi-dev/viem/pull/1194) [`347b1f40`](https://github.com/wagmi-dev/viem/commit/347b1f40702c50745e1f0cc493d52eaee6f405eb) Thanks [@jxom](https://github.com/jxom)! - Fixed `baseFeeMultiplier` calculation.
421
+ - [#1194](https://github.com/wevm/viem/pull/1194) [`347b1f40`](https://github.com/wevm/viem/commit/347b1f40702c50745e1f0cc493d52eaee6f405eb) Thanks [@jxom](https://github.com/jxom)! - Fixed `baseFeeMultiplier` calculation.
262
422
 
263
423
  ## 1.10.9
264
424
 
265
425
  ### Patch Changes
266
426
 
267
- - [#1182](https://github.com/wagmi-dev/viem/pull/1182) [`5f048586`](https://github.com/wagmi-dev/viem/commit/5f0485869edd55605544c56c07258c8a4dcb2800) Thanks [@MarcusWentz](https://github.com/MarcusWentz)! - Added Chain: Taiko Jolnir L2.
427
+ - [#1182](https://github.com/wevm/viem/pull/1182) [`5f048586`](https://github.com/wevm/viem/commit/5f0485869edd55605544c56c07258c8a4dcb2800) Thanks [@MarcusWentz](https://github.com/MarcusWentz)! - Added Chain: Taiko Jolnir L2.
268
428
 
269
- - [#1175](https://github.com/wagmi-dev/viem/pull/1175) [`d6972937`](https://github.com/wagmi-dev/viem/commit/d69729375a31fdfa7d92d33ed50d21e954b671f3) Thanks [@avasisht23](https://github.com/avasisht23)! - Added Alchemy RPC URLs for Base chain.
429
+ - [#1175](https://github.com/wevm/viem/pull/1175) [`d6972937`](https://github.com/wevm/viem/commit/d69729375a31fdfa7d92d33ed50d21e954b671f3) Thanks [@avasisht23](https://github.com/avasisht23)! - Added Alchemy RPC URLs for Base chain.
270
430
 
271
431
  ## 1.10.8
272
432
 
273
433
  ### Patch Changes
274
434
 
275
- - [#1177](https://github.com/wagmi-dev/viem/pull/1177) [`8d05e410`](https://github.com/wagmi-dev/viem/commit/8d05e410e1db43cbcddab2741e1f7dc22b5ffbec) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where some environments would throw `WebSocket.default is not a constructor`.
435
+ - [#1177](https://github.com/wevm/viem/pull/1177) [`8d05e410`](https://github.com/wevm/viem/commit/8d05e410e1db43cbcddab2741e1f7dc22b5ffbec) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where some environments would throw `WebSocket.default is not a constructor`.
276
436
 
277
437
  ## 1.10.7
278
438
 
279
439
  ### Patch Changes
280
440
 
281
- - [#1169](https://github.com/wagmi-dev/viem/pull/1169) [`eb37c760`](https://github.com/wagmi-dev/viem/commit/eb37c76077141e1288d1de372ffc6fc62654c322) Thanks [@Songkeys](https://github.com/Songkeys)! - Updated multicall3 address on Crossbell.
441
+ - [#1169](https://github.com/wevm/viem/pull/1169) [`eb37c760`](https://github.com/wevm/viem/commit/eb37c76077141e1288d1de372ffc6fc62654c322) Thanks [@Songkeys](https://github.com/Songkeys)! - Updated multicall3 address on Crossbell.
282
442
 
283
- - [#1170](https://github.com/wagmi-dev/viem/pull/1170) [`828f48e3`](https://github.com/wagmi-dev/viem/commit/828f48e31e992c20c57f4e006e3ec3e8724da7df) Thanks [@jxom](https://github.com/jxom)! - Added `testnet` property to Gnosis Chiadao.
443
+ - [#1170](https://github.com/wevm/viem/pull/1170) [`828f48e3`](https://github.com/wevm/viem/commit/828f48e31e992c20c57f4e006e3ec3e8724da7df) Thanks [@jxom](https://github.com/jxom)! - Added `testnet` property to Gnosis Chiadao.
284
444
 
285
445
  ## 1.10.6
286
446
 
287
447
  ### Patch Changes
288
448
 
289
- - [#1166](https://github.com/wagmi-dev/viem/pull/1166) [`d828894a`](https://github.com/wagmi-dev/viem/commit/d828894abedcd4eb8a35f04825858f27140fbe2c) Thanks [@jxom](https://github.com/jxom)! - Updated Polygon Mumbai RPC URL.
449
+ - [#1166](https://github.com/wevm/viem/pull/1166) [`d828894a`](https://github.com/wevm/viem/commit/d828894abedcd4eb8a35f04825858f27140fbe2c) Thanks [@jxom](https://github.com/jxom)! - Updated Polygon Mumbai RPC URL.
290
450
 
291
451
  ## 1.10.5
292
452
 
293
453
  ### Patch Changes
294
454
 
295
- - [`8fe2467b`](https://github.com/wagmi-dev/viem/commit/8fe2467be17d09fb15a3eccc29f3155887d821af) Thanks [@jxom](https://github.com/jxom)! - Added `estimateFeesPerGas` and `estimateMaxPriorityFeePerGas` exports to `viem/actions`.
455
+ - [`8fe2467b`](https://github.com/wevm/viem/commit/8fe2467be17d09fb15a3eccc29f3155887d821af) Thanks [@jxom](https://github.com/jxom)! - Added `estimateFeesPerGas` and `estimateMaxPriorityFeePerGas` exports to `viem/actions`.
296
456
 
297
457
  ## 1.10.4
298
458
 
299
459
  ### Patch Changes
300
460
 
301
- - [#1153](https://github.com/wagmi-dev/viem/pull/1153) [`040dda64`](https://github.com/wagmi-dev/viem/commit/040dda64340fd70602d951efea1454afe9e7c198) Thanks [@vmichalik](https://github.com/vmichalik)! - Updated Polygon Mumbai RPC URL.
461
+ - [#1153](https://github.com/wevm/viem/pull/1153) [`040dda64`](https://github.com/wevm/viem/commit/040dda64340fd70602d951efea1454afe9e7c198) Thanks [@vmichalik](https://github.com/vmichalik)! - Updated Polygon Mumbai RPC URL.
302
462
 
303
463
  ## 1.10.3
304
464
 
305
465
  ### Patch Changes
306
466
 
307
- - [#1147](https://github.com/wagmi-dev/viem/pull/1147) [`5001e9f7`](https://github.com/wagmi-dev/viem/commit/5001e9f72cada8be8fed8c858c37d59d1bea8425) Thanks [@holic](https://github.com/holic)! - Fixed `encodePacked` for empty arrays.
467
+ - [#1147](https://github.com/wevm/viem/pull/1147) [`5001e9f7`](https://github.com/wevm/viem/commit/5001e9f72cada8be8fed8c858c37d59d1bea8425) Thanks [@holic](https://github.com/holic)! - Fixed `encodePacked` for empty arrays.
308
468
 
309
469
  ## 1.10.2
310
470
 
311
471
  ### Patch Changes
312
472
 
313
- - [#1145](https://github.com/wagmi-dev/viem/pull/1145) [`eac50a51`](https://github.com/wagmi-dev/viem/commit/eac50a5138f9e2078e99abda02a9c3468bcd195b) Thanks [@jxom](https://github.com/jxom)! - Support function/event selectors as `name` in `getAbiItem`.
473
+ - [#1145](https://github.com/wevm/viem/pull/1145) [`eac50a51`](https://github.com/wevm/viem/commit/eac50a5138f9e2078e99abda02a9c3468bcd195b) Thanks [@jxom](https://github.com/jxom)! - Support function/event selectors as `name` in `getAbiItem`.
314
474
 
315
- - [#1146](https://github.com/wagmi-dev/viem/pull/1146) [`4875a2af`](https://github.com/wagmi-dev/viem/commit/4875a2aff987709f3f94287d9f77895ec99d9590) Thanks [@darrenvechain](https://github.com/darrenvechain)! - Added Vechain chain.
475
+ - [#1146](https://github.com/wevm/viem/pull/1146) [`4875a2af`](https://github.com/wevm/viem/commit/4875a2aff987709f3f94287d9f77895ec99d9590) Thanks [@darrenvechain](https://github.com/darrenvechain)! - Added Vechain chain.
316
476
 
317
477
  ## 1.10.1
318
478
 
319
479
  ### Patch Changes
320
480
 
321
- - [`bf2f7ee1`](https://github.com/wagmi-dev/viem/commit/bf2f7ee124af5eb43f0541200e88bd4302680912) Thanks [@jxom](https://github.com/jxom)! - Updated dependencies:
481
+ - [`bf2f7ee1`](https://github.com/wevm/viem/commit/bf2f7ee124af5eb43f0541200e88bd4302680912) Thanks [@jxom](https://github.com/jxom)! - Updated dependencies:
322
482
 
323
483
  - `@adraffy/ens-normalize`
324
484
  - `@noble/curves`
@@ -333,147 +493,147 @@
333
493
 
334
494
  ### Minor Changes
335
495
 
336
- - [#1110](https://github.com/wagmi-dev/viem/pull/1110) [`74c7d276`](https://github.com/wagmi-dev/viem/commit/74c7d276305d4e3db4a4902c247e191ead369abd) Thanks [@jxom](https://github.com/jxom)! - Amended `Chain` type to allow arbitrary `contracts` (as well as contracts that could be dependant on chain).
496
+ - [#1110](https://github.com/wevm/viem/pull/1110) [`74c7d276`](https://github.com/wevm/viem/commit/74c7d276305d4e3db4a4902c247e191ead369abd) Thanks [@jxom](https://github.com/jxom)! - Amended `Chain` type to allow arbitrary `contracts` (as well as contracts that could be dependant on chain).
337
497
 
338
- - [#1136](https://github.com/wagmi-dev/viem/pull/1136) [`16699c8c`](https://github.com/wagmi-dev/viem/commit/16699c8c92faccecc4dbd3353879ce5a512bbb35) Thanks [@jxom](https://github.com/jxom)! - Handle CAIP-25 "User Rejected" errors.
498
+ - [#1136](https://github.com/wevm/viem/pull/1136) [`16699c8c`](https://github.com/wevm/viem/commit/16699c8c92faccecc4dbd3353879ce5a512bbb35) Thanks [@jxom](https://github.com/jxom)! - Handle CAIP-25 "User Rejected" errors.
339
499
 
340
- - [#1120](https://github.com/wagmi-dev/viem/pull/1120) [`0e4d9320`](https://github.com/wagmi-dev/viem/commit/0e4d932079a449fb7268c24eb0f6391e7b05076c) Thanks [@polygomic](https://github.com/polygomic)! - Added Plinga chain
500
+ - [#1120](https://github.com/wevm/viem/pull/1120) [`0e4d9320`](https://github.com/wevm/viem/commit/0e4d932079a449fb7268c24eb0f6391e7b05076c) Thanks [@polygomic](https://github.com/polygomic)! - Added Plinga chain
341
501
 
342
- - [#1108](https://github.com/wagmi-dev/viem/pull/1108) [`2327aa07`](https://github.com/wagmi-dev/viem/commit/2327aa0741bac51058d7038840bdc2895ead5456) Thanks [@simonzg](https://github.com/simonzg)! - Added Meter chain and Meter Testnet chain
502
+ - [#1108](https://github.com/wevm/viem/pull/1108) [`2327aa07`](https://github.com/wevm/viem/commit/2327aa0741bac51058d7038840bdc2895ead5456) Thanks [@simonzg](https://github.com/simonzg)! - Added Meter chain and Meter Testnet chain
343
503
 
344
- - [#1128](https://github.com/wagmi-dev/viem/pull/1128) [`e1728054`](https://github.com/wagmi-dev/viem/commit/e17280544dc113c855166dae0ee634890c8a4e96) Thanks [@karangoraniya](https://github.com/karangoraniya)! - Added opBNB Mainnet and Testnet chains.
504
+ - [#1128](https://github.com/wevm/viem/pull/1128) [`e1728054`](https://github.com/wevm/viem/commit/e17280544dc113c855166dae0ee634890c8a4e96) Thanks [@karangoraniya](https://github.com/karangoraniya)! - Added opBNB Mainnet and Testnet chains.
345
505
 
346
- - [#1117](https://github.com/wagmi-dev/viem/pull/1117) [`a637ba2b`](https://github.com/wagmi-dev/viem/commit/a637ba2b5fc1ffacc1f483ea4be0121528faf3f4) Thanks [@rkalis](https://github.com/rkalis)! - Added `domainSeparator` to calculate domain separator from an EIP712 domain.
506
+ - [#1117](https://github.com/wevm/viem/pull/1117) [`a637ba2b`](https://github.com/wevm/viem/commit/a637ba2b5fc1ffacc1f483ea4be0121528faf3f4) Thanks [@rkalis](https://github.com/rkalis)! - Added `domainSeparator` to calculate domain separator from an EIP712 domain.
347
507
 
348
508
  ### Patch Changes
349
509
 
350
- - [#1137](https://github.com/wagmi-dev/viem/pull/1137) [`4159c997`](https://github.com/wagmi-dev/viem/commit/4159c9979788798cca6ebb48f38e2284559850ff) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where non-standard "user rejected" errors where being coalesced into an `UnknownNodeError`.
510
+ - [#1137](https://github.com/wevm/viem/pull/1137) [`4159c997`](https://github.com/wevm/viem/commit/4159c9979788798cca6ebb48f38e2284559850ff) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where non-standard "user rejected" errors where being coalesced into an `UnknownNodeError`.
351
511
 
352
- - [`8605c1f1`](https://github.com/wagmi-dev/viem/commit/8605c1f1d048a2d924bd8b83a42b8ce5b0e65900) Thanks [@jxom](https://github.com/jxom)! - Handle `-32603` RPC error codes when deriving a `ContractFunctionRevertedError`.
512
+ - [`8605c1f1`](https://github.com/wevm/viem/commit/8605c1f1d048a2d924bd8b83a42b8ce5b0e65900) Thanks [@jxom](https://github.com/jxom)! - Handle `-32603` RPC error codes when deriving a `ContractFunctionRevertedError`.
353
513
 
354
- - [#1109](https://github.com/wagmi-dev/viem/pull/1109) [`0a242120`](https://github.com/wagmi-dev/viem/commit/0a2421204f3878e016502f7e2ec98d043ef88cf6) Thanks [@jxom](https://github.com/jxom)! - Removed hardcoded `defaultPriorityFee` on OP Stack chains in favor of fetching it from `eth_maxPriorityFeePerGas`.
514
+ - [#1109](https://github.com/wevm/viem/pull/1109) [`0a242120`](https://github.com/wevm/viem/commit/0a2421204f3878e016502f7e2ec98d043ef88cf6) Thanks [@jxom](https://github.com/jxom)! - Removed hardcoded `defaultPriorityFee` on OP Stack chains in favor of fetching it from `eth_maxPriorityFeePerGas`.
355
515
 
356
- - [#1112](https://github.com/wagmi-dev/viem/pull/1112) [`7da52244`](https://github.com/wagmi-dev/viem/commit/7da5224467ca5a6368f27734a01b56f53c2c0106) Thanks [@RexCloud](https://github.com/RexCloud)! - Added multicall3 for Scroll Sepolia
516
+ - [#1112](https://github.com/wevm/viem/pull/1112) [`7da52244`](https://github.com/wevm/viem/commit/7da5224467ca5a6368f27734a01b56f53c2c0106) Thanks [@RexCloud](https://github.com/RexCloud)! - Added multicall3 for Scroll Sepolia
357
517
 
358
- - [#1139](https://github.com/wagmi-dev/viem/pull/1139) [`86230caf`](https://github.com/wagmi-dev/viem/commit/86230caf872f76975f7f6aaff53a9c9e3b8bfdc7) Thanks [@jxom](https://github.com/jxom)! - Fixed `VerifyMessageParameters` to accept a `raw` property.
518
+ - [#1139](https://github.com/wevm/viem/pull/1139) [`86230caf`](https://github.com/wevm/viem/commit/86230caf872f76975f7f6aaff53a9c9e3b8bfdc7) Thanks [@jxom](https://github.com/jxom)! - Fixed `VerifyMessageParameters` to accept a `raw` property.
359
519
 
360
- - [#1138](https://github.com/wagmi-dev/viem/pull/1138) [`101c94f2`](https://github.com/wagmi-dev/viem/commit/101c94f2841056410ed4c32b76672f7fbd1ebabc) Thanks [@jxom](https://github.com/jxom)! - Amended Base chain `nativeCurreny.name` to "Ether".
520
+ - [#1138](https://github.com/wevm/viem/pull/1138) [`101c94f2`](https://github.com/wevm/viem/commit/101c94f2841056410ed4c32b76672f7fbd1ebabc) Thanks [@jxom](https://github.com/jxom)! - Amended Base chain `nativeCurreny.name` to "Ether".
361
521
 
362
- - [#1048](https://github.com/wagmi-dev/viem/pull/1048) [`f33086ef`](https://github.com/wagmi-dev/viem/commit/f33086ef88a1c9650b2b0efa6a034490519eead8) Thanks [@brianathere](https://github.com/brianathere)! - Converted `isomorphic-ws` to a synchronous import.
522
+ - [#1048](https://github.com/wevm/viem/pull/1048) [`f33086ef`](https://github.com/wevm/viem/commit/f33086ef88a1c9650b2b0efa6a034490519eead8) Thanks [@brianathere](https://github.com/brianathere)! - Converted `isomorphic-ws` to a synchronous import.
363
523
 
364
524
  ## 1.9.5
365
525
 
366
526
  ### Patch Changes
367
527
 
368
- - [#1105](https://github.com/wagmi-dev/viem/pull/1105) [`9661b9d8`](https://github.com/wagmi-dev/viem/commit/9661b9d8f4d747391f9ffb14b789c727a6831488) Thanks [@dschlabach](https://github.com/dschlabach)! - Added ENS Registry and ENS Universal Resolver for Sepolia.
528
+ - [#1105](https://github.com/wevm/viem/pull/1105) [`9661b9d8`](https://github.com/wevm/viem/commit/9661b9d8f4d747391f9ffb14b789c727a6831488) Thanks [@dschlabach](https://github.com/dschlabach)! - Added ENS Registry and ENS Universal Resolver for Sepolia.
369
529
 
370
- - [#1102](https://github.com/wagmi-dev/viem/pull/1102) [`0edea858`](https://github.com/wagmi-dev/viem/commit/0edea858fe28bd9d7cb7c5b9b8ebde72025cf71d) Thanks [@rkalis](https://github.com/rkalis)! - Fixed bug regarding incorrect bigint->bytes32 conversion in hexToSignature
530
+ - [#1102](https://github.com/wevm/viem/pull/1102) [`0edea858`](https://github.com/wevm/viem/commit/0edea858fe28bd9d7cb7c5b9b8ebde72025cf71d) Thanks [@rkalis](https://github.com/rkalis)! - Fixed bug regarding incorrect bigint->bytes32 conversion in hexToSignature
371
531
 
372
532
  ## 1.9.4
373
533
 
374
534
  ### Patch Changes
375
535
 
376
- - [#1098](https://github.com/wagmi-dev/viem/pull/1098) [`970c0f53`](https://github.com/wagmi-dev/viem/commit/970c0f53043241360c108ee2f7c07dd2413ab233) Thanks [@Sz0x](https://github.com/Sz0x)! - Added account hoisting to `call`.
536
+ - [#1098](https://github.com/wevm/viem/pull/1098) [`970c0f53`](https://github.com/wevm/viem/commit/970c0f53043241360c108ee2f7c07dd2413ab233) Thanks [@Sz0x](https://github.com/Sz0x)! - Added account hoisting to `call`.
377
537
 
378
538
  ## 1.9.3
379
539
 
380
540
  ### Patch Changes
381
541
 
382
- - [#1087](https://github.com/wagmi-dev/viem/pull/1087) [`ac3b7eab`](https://github.com/wagmi-dev/viem/commit/ac3b7eab194d541bcf54098bf22ab068ebfc642a) Thanks [@jxom](https://github.com/jxom)! - Append errors from `aggregate3` to return results if `allowFailure=true` instead of throwing an error.
542
+ - [#1087](https://github.com/wevm/viem/pull/1087) [`ac3b7eab`](https://github.com/wevm/viem/commit/ac3b7eab194d541bcf54098bf22ab068ebfc642a) Thanks [@jxom](https://github.com/jxom)! - Append errors from `aggregate3` to return results if `allowFailure=true` instead of throwing an error.
383
543
 
384
544
  ## 1.9.2
385
545
 
386
546
  ### Patch Changes
387
547
 
388
- - [`0b0167ef`](https://github.com/wagmi-dev/viem/commit/0b0167ef7ecdd11d59310d04cde3a074dcf5abcd) Thanks [@jxom](https://github.com/jxom)! - Fixed `PrepareTransactionRequestReturnType` type.
548
+ - [`0b0167ef`](https://github.com/wevm/viem/commit/0b0167ef7ecdd11d59310d04cde3a074dcf5abcd) Thanks [@jxom](https://github.com/jxom)! - Fixed `PrepareTransactionRequestReturnType` type.
389
549
 
390
550
  ## 1.9.1
391
551
 
392
552
  ### Patch Changes
393
553
 
394
- - [#1081](https://github.com/wagmi-dev/viem/pull/1081) [`29ba250f`](https://github.com/wagmi-dev/viem/commit/29ba250f19213348af28e535aac7df176f673ae0) Thanks [@witem](https://github.com/witem)! - Improved multicall performance.
554
+ - [#1081](https://github.com/wevm/viem/pull/1081) [`29ba250f`](https://github.com/wevm/viem/commit/29ba250f19213348af28e535aac7df176f673ae0) Thanks [@witem](https://github.com/witem)! - Improved multicall performance.
395
555
 
396
556
  ## 1.9.0
397
557
 
398
558
  ### Minor Changes
399
559
 
400
- - [`e14eeb3b`](https://github.com/wagmi-dev/viem/commit/e14eeb3bd287a45e0c4fbed81847f7477b3e80e6) Thanks [@jxom](https://github.com/jxom)! - Migrated `@wagmi/chains` into viem and removed the `@wagmi/chains` dependency.
560
+ - [`e14eeb3b`](https://github.com/wevm/viem/commit/e14eeb3bd287a45e0c4fbed81847f7477b3e80e6) Thanks [@jxom](https://github.com/jxom)! - Migrated `@wagmi/chains` into viem and removed the `@wagmi/chains` dependency.
401
561
 
402
562
  ## 1.8.1
403
563
 
404
564
  ### Patch Changes
405
565
 
406
- - [#1072](https://github.com/wagmi-dev/viem/pull/1072) [`edf264f3`](https://github.com/wagmi-dev/viem/commit/edf264f385e1bb24d4f7b242d1446124a6d3fcb4) Thanks [@linchengzzz](https://github.com/linchengzzz)! - Added Linea chain.
566
+ - [#1072](https://github.com/wevm/viem/pull/1072) [`edf264f3`](https://github.com/wevm/viem/commit/edf264f385e1bb24d4f7b242d1446124a6d3fcb4) Thanks [@linchengzzz](https://github.com/linchengzzz)! - Added Linea chain.
407
567
 
408
568
  ## 1.8.0
409
569
 
410
570
  ### Minor Changes
411
571
 
412
- - [#1058](https://github.com/wagmi-dev/viem/pull/1058) [`533b5900`](https://github.com/wagmi-dev/viem/commit/533b59006b3344b947485ef372f0c78b111f6dc3) Thanks [@jxom](https://github.com/jxom)! - Added `prepareTransactionRequest`, `signTransaction`, and `sendRawTransaction`.
572
+ - [#1058](https://github.com/wevm/viem/pull/1058) [`533b5900`](https://github.com/wevm/viem/commit/533b59006b3344b947485ef372f0c78b111f6dc3) Thanks [@jxom](https://github.com/jxom)! - Added `prepareTransactionRequest`, `signTransaction`, and `sendRawTransaction`.
413
573
 
414
574
  ## 1.7.1
415
575
 
416
576
  ### Patch Changes
417
577
 
418
- - [`da45ec2d`](https://github.com/wagmi-dev/viem/commit/da45ec2d519ccabef5eef0c4bc8efae05c12bcb3) Thanks [@jxom](https://github.com/jxom)! - Deduped block retrieval in `estimateMaxPriorityFeePerGas`.
578
+ - [`da45ec2d`](https://github.com/wevm/viem/commit/da45ec2d519ccabef5eef0c4bc8efae05c12bcb3) Thanks [@jxom](https://github.com/jxom)! - Deduped block retrieval in `estimateMaxPriorityFeePerGas`.
419
579
 
420
580
  ## 1.7.0
421
581
 
422
582
  ### Minor Changes
423
583
 
424
- - [#1044](https://github.com/wagmi-dev/viem/pull/1044) [`3daedbf5`](https://github.com/wagmi-dev/viem/commit/3daedbf50828c4ea01c5096a05d94e8c7205644f) Thanks [@jxom](https://github.com/jxom)! - Added `estimateFeesPerGas` & `estimateMaxPriorityFeesPerGas` Actions.
584
+ - [#1044](https://github.com/wevm/viem/pull/1044) [`3daedbf5`](https://github.com/wevm/viem/commit/3daedbf50828c4ea01c5096a05d94e8c7205644f) Thanks [@jxom](https://github.com/jxom)! - Added `estimateFeesPerGas` & `estimateMaxPriorityFeesPerGas` Actions.
425
585
 
426
- - [#1044](https://github.com/wagmi-dev/viem/pull/1044) [`3daedbf5`](https://github.com/wagmi-dev/viem/commit/3daedbf50828c4ea01c5096a05d94e8c7205644f) Thanks [@jxom](https://github.com/jxom)! - Added `estimateFeesPerGas` & `baseFeeMultiplier` to the Chain Fees configuration (`chain.fees`).
586
+ - [#1044](https://github.com/wevm/viem/pull/1044) [`3daedbf5`](https://github.com/wevm/viem/commit/3daedbf50828c4ea01c5096a05d94e8c7205644f) Thanks [@jxom](https://github.com/jxom)! - Added `estimateFeesPerGas` & `baseFeeMultiplier` to the Chain Fees configuration (`chain.fees`).
427
587
 
428
588
  ## 1.6.6
429
589
 
430
590
  ### Patch Changes
431
591
 
432
- - [#1035](https://github.com/wagmi-dev/viem/pull/1035) [`7981fa99`](https://github.com/wagmi-dev/viem/commit/7981fa994d092f7f638c5a627cb009b8e5a23883) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Added `parseTransactionCelo` to the `viem/chains/utils` entrypoint.
592
+ - [#1035](https://github.com/wevm/viem/pull/1035) [`7981fa99`](https://github.com/wevm/viem/commit/7981fa994d092f7f638c5a627cb009b8e5a23883) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Added `parseTransactionCelo` to the `viem/chains/utils` entrypoint.
433
593
 
434
594
  ## 1.6.5
435
595
 
436
596
  ### Patch Changes
437
597
 
438
- - [#1041](https://github.com/wagmi-dev/viem/pull/1041) [`fa3353e9`](https://github.com/wagmi-dev/viem/commit/fa3353e9de1b27d8471531f1c4d35e7f34f7ef39) Thanks [@jxom](https://github.com/jxom)! - Fixed WebSocket instantiation in React Native environment.
598
+ - [#1041](https://github.com/wevm/viem/pull/1041) [`fa3353e9`](https://github.com/wevm/viem/commit/fa3353e9de1b27d8471531f1c4d35e7f34f7ef39) Thanks [@jxom](https://github.com/jxom)! - Fixed WebSocket instantiation in React Native environment.
439
599
 
440
600
  ## 1.6.4
441
601
 
442
602
  ### Patch Changes
443
603
 
444
- - [#1040](https://github.com/wagmi-dev/viem/pull/1040) [`1e5bd4a0`](https://github.com/wagmi-dev/viem/commit/1e5bd4a000f8e8ebdb71674bca26cfb51eb8f275) Thanks [@jxom](https://github.com/jxom)! - Made `value` optional on `writeContract`/`simulateContract` for `payable` functions.
604
+ - [#1040](https://github.com/wevm/viem/pull/1040) [`1e5bd4a0`](https://github.com/wevm/viem/commit/1e5bd4a000f8e8ebdb71674bca26cfb51eb8f275) Thanks [@jxom](https://github.com/jxom)! - Made `value` optional on `writeContract`/`simulateContract` for `payable` functions.
445
605
 
446
- - [#1022](https://github.com/wagmi-dev/viem/pull/1022) [`2eb56bc7`](https://github.com/wagmi-dev/viem/commit/2eb56bc7df4094b1b92f31ad926e72271ff27add) Thanks [@Songkeys](https://github.com/Songkeys)! - Fixed an issue where `waitForTransactionReceipt` would be infinitely pending when an error is thrown after a transaction has been replaced.
606
+ - [#1022](https://github.com/wevm/viem/pull/1022) [`2eb56bc7`](https://github.com/wevm/viem/commit/2eb56bc7df4094b1b92f31ad926e72271ff27add) Thanks [@Songkeys](https://github.com/Songkeys)! - Fixed an issue where `waitForTransactionReceipt` would be infinitely pending when an error is thrown after a transaction has been replaced.
447
607
 
448
608
  ## 1.6.3
449
609
 
450
610
  ### Patch Changes
451
611
 
452
- - [#1013](https://github.com/wagmi-dev/viem/pull/1013) [`dd1e1028`](https://github.com/wagmi-dev/viem/commit/dd1e102874ef006d55d286b622e74e5d210c2293) Thanks [@avasisht23](https://github.com/avasisht23)! - Added `EIP1193EventMap` type.
612
+ - [#1013](https://github.com/wevm/viem/pull/1013) [`dd1e1028`](https://github.com/wevm/viem/commit/dd1e102874ef006d55d286b622e74e5d210c2293) Thanks [@avasisht23](https://github.com/avasisht23)! - Added `EIP1193EventMap` type.
453
613
 
454
- - [#1033](https://github.com/wagmi-dev/viem/pull/1033) [`51ccc6c9`](https://github.com/wagmi-dev/viem/commit/51ccc6c9453538b98e7e580cec44d9b15f0d3500) Thanks [@skeithc](https://github.com/skeithc)! - Fixed `getEnsAddress` for addresses that start with `0`.
614
+ - [#1033](https://github.com/wevm/viem/pull/1033) [`51ccc6c9`](https://github.com/wevm/viem/commit/51ccc6c9453538b98e7e580cec44d9b15f0d3500) Thanks [@skeithc](https://github.com/skeithc)! - Fixed `getEnsAddress` for addresses that start with `0`.
455
615
 
456
616
  ## 1.6.2
457
617
 
458
618
  ### Patch Changes
459
619
 
460
- - [#1028](https://github.com/wagmi-dev/viem/pull/1028) [`b8fa9b4e`](https://github.com/wagmi-dev/viem/commit/b8fa9b4e553b8a1568a19bf995af3d496f126245) Thanks [@tmm](https://github.com/tmm)! - Fixed TypeScript 5.1.6 support
620
+ - [#1028](https://github.com/wevm/viem/pull/1028) [`b8fa9b4e`](https://github.com/wevm/viem/commit/b8fa9b4e553b8a1568a19bf995af3d496f126245) Thanks [@tmm](https://github.com/tmm)! - Fixed TypeScript 5.1.6 support
461
621
 
462
- - [`1a30f344`](https://github.com/wagmi-dev/viem/commit/1a30f344fe061a5d6b8314d8ee9b17856bc711e4) Thanks [@jxom](https://github.com/jxom)! - Fixed number constants.
622
+ - [`1a30f344`](https://github.com/wevm/viem/commit/1a30f344fe061a5d6b8314d8ee9b17856bc711e4) Thanks [@jxom](https://github.com/jxom)! - Fixed number constants.
463
623
 
464
624
  ## 1.6.1
465
625
 
466
626
  ### Patch Changes
467
627
 
468
- - [#1011](https://github.com/wagmi-dev/viem/pull/1011) [`582cb017`](https://github.com/wagmi-dev/viem/commit/582cb0170def5c5077dca2f96034eba11f09ec88) Thanks [@dghelm](https://github.com/dghelm)! - Added Scroll Sepolia testnet
628
+ - [#1011](https://github.com/wevm/viem/pull/1011) [`582cb017`](https://github.com/wevm/viem/commit/582cb0170def5c5077dca2f96034eba11f09ec88) Thanks [@dghelm](https://github.com/dghelm)! - Added Scroll Sepolia testnet
469
629
 
470
630
  ## 1.6.0
471
631
 
472
632
  ### Minor Changes
473
633
 
474
- - [#984](https://github.com/wagmi-dev/viem/pull/984) [`e1032c7b`](https://github.com/wagmi-dev/viem/commit/e1032c7bd9effb3fb0d57ebf90cdd37c7e1c06c1) Thanks [@holic](https://github.com/holic)! - Added `signTransaction` & `privateKeyToAddress` exports to `viem/accounts` entrypoint.
634
+ - [#984](https://github.com/wevm/viem/pull/984) [`e1032c7b`](https://github.com/wevm/viem/commit/e1032c7bd9effb3fb0d57ebf90cdd37c7e1c06c1) Thanks [@holic](https://github.com/holic)! - Added `signTransaction` & `privateKeyToAddress` exports to `viem/accounts` entrypoint.
475
635
 
476
- - [#1006](https://github.com/wagmi-dev/viem/pull/1006) [`7311e201`](https://github.com/wagmi-dev/viem/commit/7311e201d273776d93471f459f55dd598a4f6e52) Thanks [@jxom](https://github.com/jxom)! - Added `fees` to `chain` config that includes a `defaultPriorityFee` for setting a default priority fee (`maxPriorityFeePerGas`) for a chain.
636
+ - [#1006](https://github.com/wevm/viem/pull/1006) [`7311e201`](https://github.com/wevm/viem/commit/7311e201d273776d93471f459f55dd598a4f6e52) Thanks [@jxom](https://github.com/jxom)! - Added `fees` to `chain` config that includes a `defaultPriorityFee` for setting a default priority fee (`maxPriorityFeePerGas`) for a chain.
477
637
 
478
638
  ```ts
479
639
  import type { Chain } from 'viem'
@@ -491,9 +651,9 @@
491
651
  } as const satifies Chain
492
652
  ```
493
653
 
494
- - [#886](https://github.com/wagmi-dev/viem/pull/886) [`fef66bfb`](https://github.com/wagmi-dev/viem/commit/fef66bfbb9d0c9a94f3f607867738432bcbfef85) Thanks [@jxom](https://github.com/jxom)! - Added formatter for Optimism transaction receipts (format `l1GasPrice`, `l1GasUsed`, etc).
654
+ - [#886](https://github.com/wevm/viem/pull/886) [`fef66bfb`](https://github.com/wevm/viem/commit/fef66bfbb9d0c9a94f3f607867738432bcbfef85) Thanks [@jxom](https://github.com/jxom)! - Added formatter for Optimism transaction receipts (format `l1GasPrice`, `l1GasUsed`, etc).
495
655
 
496
- - [#886](https://github.com/wagmi-dev/viem/pull/886) [`fef66bfb`](https://github.com/wagmi-dev/viem/commit/fef66bfbb9d0c9a94f3f607867738432bcbfef85) Thanks [@jxom](https://github.com/jxom)! - Added entrypoints for chain utilities (`viem/chains/utils`) with exports for chain-specific chains, formatters, serializers, and types.
656
+ - [#886](https://github.com/wevm/viem/pull/886) [`fef66bfb`](https://github.com/wevm/viem/commit/fef66bfbb9d0c9a94f3f607867738432bcbfef85) Thanks [@jxom](https://github.com/jxom)! - Added entrypoints for chain utilities (`viem/chains/utils`) with exports for chain-specific chains, formatters, serializers, and types.
497
657
 
498
658
  Examples:
499
659
 
@@ -509,43 +669,43 @@
509
669
 
510
670
  ### Patch Changes
511
671
 
512
- - [`99332168`](https://github.com/wagmi-dev/viem/commit/993321689b3e2220976504e7e170fe47731297ce) Thanks [@jxom](https://github.com/jxom)! - Updated `@noble/curves`
672
+ - [`99332168`](https://github.com/wevm/viem/commit/993321689b3e2220976504e7e170fe47731297ce) Thanks [@jxom](https://github.com/jxom)! - Updated `@noble/curves`
513
673
 
514
- - [#1008](https://github.com/wagmi-dev/viem/pull/1008) [`9d93953f`](https://github.com/wagmi-dev/viem/commit/9d93953ffc66d70ccbe7e05862edfeadb1334a9e) Thanks [@holic](https://github.com/holic)! - Added `"already known"` as a node message matcher to `NonceTooLowError`.
674
+ - [#1008](https://github.com/wevm/viem/pull/1008) [`9d93953f`](https://github.com/wevm/viem/commit/9d93953ffc66d70ccbe7e05862edfeadb1334a9e) Thanks [@holic](https://github.com/holic)! - Added `"already known"` as a node message matcher to `NonceTooLowError`.
515
675
 
516
676
  ## 1.5.4
517
677
 
518
678
  ### Patch Changes
519
679
 
520
- - [#1000](https://github.com/wagmi-dev/viem/pull/1000) [`4bdbf15b`](https://github.com/wagmi-dev/viem/commit/4bdbf15be0d61b52a195e11c97201e707fb616cc) Thanks [@jxom](https://github.com/jxom)! - Fixed `docsPath` value in `estimateContractGas`.
680
+ - [#1000](https://github.com/wevm/viem/pull/1000) [`4bdbf15b`](https://github.com/wevm/viem/commit/4bdbf15be0d61b52a195e11c97201e707fb616cc) Thanks [@jxom](https://github.com/jxom)! - Fixed `docsPath` value in `estimateContractGas`.
521
681
 
522
- - [#999](https://github.com/wagmi-dev/viem/pull/999) [`de94d81f`](https://github.com/wagmi-dev/viem/commit/de94d81f41689ae9155c1295c8f7b80e4a7c9540) Thanks [@jxom](https://github.com/jxom)! - Support passing `gasPrice` for chains that include `baseFeePerGas` but do not support EIP-1559 Transactions (e.g. BSC).
682
+ - [#999](https://github.com/wevm/viem/pull/999) [`de94d81f`](https://github.com/wevm/viem/commit/de94d81f41689ae9155c1295c8f7b80e4a7c9540) Thanks [@jxom](https://github.com/jxom)! - Support passing `gasPrice` for chains that include `baseFeePerGas` but do not support EIP-1559 Transactions (e.g. BSC).
523
683
 
524
684
  ## 1.5.3
525
685
 
526
686
  ### Patch Changes
527
687
 
528
- - [`ae4ab844`](https://github.com/wagmi-dev/viem/commit/ae4ab8442fcdaa073a98a71599762a1cb54c3cf0) Thanks [@jxom](https://github.com/jxom)! - Fixed performance bottleneck in ABI encoding for dynamic bytes.
688
+ - [`ae4ab844`](https://github.com/wevm/viem/commit/ae4ab8442fcdaa073a98a71599762a1cb54c3cf0) Thanks [@jxom](https://github.com/jxom)! - Fixed performance bottleneck in ABI encoding for dynamic bytes.
529
689
 
530
690
  ## 1.5.2
531
691
 
532
692
  ### Patch Changes
533
693
 
534
- - [#974](https://github.com/wagmi-dev/viem/pull/974) [`11410bab`](https://github.com/wagmi-dev/viem/commit/11410bab795c390734adab093ab78da127fb68c4) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where `getFunctionSelector` & `getEventSelector` were returning incorrect selectors for tuple parameters.
694
+ - [#974](https://github.com/wevm/viem/pull/974) [`11410bab`](https://github.com/wevm/viem/commit/11410bab795c390734adab093ab78da127fb68c4) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where `getFunctionSelector` & `getEventSelector` were returning incorrect selectors for tuple parameters.
535
695
 
536
696
  ## 1.5.1
537
697
 
538
698
  ### Patch Changes
539
699
 
540
- - [#954](https://github.com/wagmi-dev/viem/pull/954) [`e98e2651`](https://github.com/wagmi-dev/viem/commit/e98e2651528e015a62a8c1181a66060dd155124e) Thanks [@jaxernst](https://github.com/jaxernst)! - Added filter reinitialization logic for `watchContractEvent` and `watchEvent` for when a filter has been uninstalled.
700
+ - [#954](https://github.com/wevm/viem/pull/954) [`e98e2651`](https://github.com/wevm/viem/commit/e98e2651528e015a62a8c1181a66060dd155124e) Thanks [@jaxernst](https://github.com/jaxernst)! - Added filter reinitialization logic for `watchContractEvent` and `watchEvent` for when a filter has been uninstalled.
541
701
 
542
- - [#967](https://github.com/wagmi-dev/viem/pull/967) [`eb8954a0`](https://github.com/wagmi-dev/viem/commit/eb8954a003a198b843835231cb406e88ffccf1d1) Thanks [@Zil-B](https://github.com/Zil-B)! - Moved `@types/ws` into dependencies to fix an issue where required runtime types weren't being exported.
702
+ - [#967](https://github.com/wevm/viem/pull/967) [`eb8954a0`](https://github.com/wevm/viem/commit/eb8954a003a198b843835231cb406e88ffccf1d1) Thanks [@Zil-B](https://github.com/Zil-B)! - Moved `@types/ws` into dependencies to fix an issue where required runtime types weren't being exported.
543
703
 
544
704
  ## 1.5.0
545
705
 
546
706
  ### Minor Changes
547
707
 
548
- - [#847](https://github.com/wagmi-dev/viem/pull/847) [`1e5d4545`](https://github.com/wagmi-dev/viem/commit/1e5d4545736282c2d8dedb38907f2433ce1c72f4) Thanks [@jxom](https://github.com/jxom)! - Narrowed `getBlock`, `watchBlocks`, `getFilterChanges`, `getFilterLogs` & `getLogs` return types for when `blockTag` or `includeTransactions` is provided.
708
+ - [#847](https://github.com/wevm/viem/pull/847) [`1e5d4545`](https://github.com/wevm/viem/commit/1e5d4545736282c2d8dedb38907f2433ce1c72f4) Thanks [@jxom](https://github.com/jxom)! - Narrowed `getBlock`, `watchBlocks`, `getFilterChanges`, `getFilterLogs` & `getLogs` return types for when `blockTag` or `includeTransactions` is provided.
549
709
 
550
710
  - When `blockTag !== 'pending'`, the return type will now include some non-nullish properties if it were dependent on pending blocks. Example: For `getBlock`, the `block.number` type is now non-nullish since `blockTag !== 'pending'`.
551
711
  - On the other hand, when `blockTag: 'pending'`, some properties will be nullish. Example: For `getBlock`, the `block.number` type is now `null` since `blockTag === 'pending'`.
@@ -589,7 +749,7 @@
589
749
  // ^? null
590
750
  ```
591
751
 
592
- - [#847](https://github.com/wagmi-dev/viem/pull/847) [`1e5d4545`](https://github.com/wagmi-dev/viem/commit/1e5d4545736282c2d8dedb38907f2433ce1c72f4) Thanks [@jxom](https://github.com/jxom)! - **Type Change**: `TPending` has been added to slot 2 of the `Log` generics.
752
+ - [#847](https://github.com/wevm/viem/pull/847) [`1e5d4545`](https://github.com/wevm/viem/commit/1e5d4545736282c2d8dedb38907f2433ce1c72f4) Thanks [@jxom](https://github.com/jxom)! - **Type Change**: `TPending` has been added to slot 2 of the `Log` generics.
593
753
 
594
754
  ```diff
595
755
  type Log<
@@ -605,11 +765,11 @@
605
765
  >
606
766
  ```
607
767
 
608
- - [#958](https://github.com/wagmi-dev/viem/pull/958) [`f7976fd0`](https://github.com/wagmi-dev/viem/commit/f7976fd0486079247a76ff3d3cecfbc2f6f2dae9) Thanks [@jxom](https://github.com/jxom)! - Added `cacheTime` as a parameter to `getBlockNumber` & `createClient`.
768
+ - [#958](https://github.com/wevm/viem/pull/958) [`f7976fd0`](https://github.com/wevm/viem/commit/f7976fd0486079247a76ff3d3cecfbc2f6f2dae9) Thanks [@jxom](https://github.com/jxom)! - Added `cacheTime` as a parameter to `getBlockNumber` & `createClient`.
609
769
 
610
- - [`28a82125`](https://github.com/wagmi-dev/viem/commit/28a82125f2678ed6ceb3bfaab065bfb9ffc8a367) Thanks [@jxom](https://github.com/jxom)! - Exported number constants (ie. `maxInt128`, `maxUint256`, etc).
770
+ - [`28a82125`](https://github.com/wevm/viem/commit/28a82125f2678ed6ceb3bfaab065bfb9ffc8a367) Thanks [@jxom](https://github.com/jxom)! - Exported number constants (ie. `maxInt128`, `maxUint256`, etc).
611
771
 
612
- - [#951](https://github.com/wagmi-dev/viem/pull/951) [`c75d3b60`](https://github.com/wagmi-dev/viem/commit/c75d3b60fbacaf4d3ff23460e91dc2b75baed15d) Thanks [@jxom](https://github.com/jxom)! - Added support for multiple `events` on Filters/Log Actions:
772
+ - [#951](https://github.com/wevm/viem/pull/951) [`c75d3b60`](https://github.com/wevm/viem/commit/c75d3b60fbacaf4d3ff23460e91dc2b75baed15d) Thanks [@jxom](https://github.com/jxom)! - Added support for multiple `events` on Filters/Log Actions:
613
773
 
614
774
  - `createEventFilter`
615
775
  - `getLogs`
@@ -629,9 +789,9 @@
629
789
  });
630
790
  ```
631
791
 
632
- - [#957](https://github.com/wagmi-dev/viem/pull/957) [`7950df80`](https://github.com/wagmi-dev/viem/commit/7950df80c2416772861b7fc99a6d40095725b87c) Thanks [@jxom](https://github.com/jxom)! - Added `hexToSignature` & `signatureToHex`.
792
+ - [#957](https://github.com/wevm/viem/pull/957) [`7950df80`](https://github.com/wevm/viem/commit/7950df80c2416772861b7fc99a6d40095725b87c) Thanks [@jxom](https://github.com/jxom)! - Added `hexToSignature` & `signatureToHex`.
633
793
 
634
- - [#847](https://github.com/wagmi-dev/viem/pull/847) [`1e5d4545`](https://github.com/wagmi-dev/viem/commit/1e5d4545736282c2d8dedb38907f2433ce1c72f4) Thanks [@jxom](https://github.com/jxom)! - **Type Change**: `TIncludeTransactions` & `TBlockTag` has been added to slot 1 & 2 of the `Block` generics.
794
+ - [#847](https://github.com/wevm/viem/pull/847) [`1e5d4545`](https://github.com/wevm/viem/commit/1e5d4545736282c2d8dedb38907f2433ce1c72f4) Thanks [@jxom](https://github.com/jxom)! - **Type Change**: `TIncludeTransactions` & `TBlockTag` has been added to slot 1 & 2 of the `Block` generics.
635
795
 
636
796
  ```diff
637
797
  type Block<
@@ -650,40 +810,40 @@
650
810
 
651
811
  ### Patch Changes
652
812
 
653
- - [#941](https://github.com/wagmi-dev/viem/pull/941) [`12c685a1`](https://github.com/wagmi-dev/viem/commit/12c685a1adc5ab4531d3084cdfa9e281456c4793) Thanks [@jxom](https://github.com/jxom)! - Capture error signatures that do not exist on the ABI in `ContractFunctionRevertedError`.
813
+ - [#941](https://github.com/wevm/viem/pull/941) [`12c685a1`](https://github.com/wevm/viem/commit/12c685a1adc5ab4531d3084cdfa9e281456c4793) Thanks [@jxom](https://github.com/jxom)! - Capture error signatures that do not exist on the ABI in `ContractFunctionRevertedError`.
654
814
 
655
- - [#942](https://github.com/wagmi-dev/viem/pull/942) [`e26e356c`](https://github.com/wagmi-dev/viem/commit/e26e356cf43618af23a9a67ee5eaa897921d4160) Thanks [@alexfertel](https://github.com/alexfertel)! - Deprecated `OnLogParameter` & `OnLogFn` in favor of `WatchEventOnLogParameter` & `WatchEventOnLogFn` types.
815
+ - [#942](https://github.com/wevm/viem/pull/942) [`e26e356c`](https://github.com/wevm/viem/commit/e26e356cf43618af23a9a67ee5eaa897921d4160) Thanks [@alexfertel](https://github.com/alexfertel)! - Deprecated `OnLogParameter` & `OnLogFn` in favor of `WatchEventOnLogParameter` & `WatchEventOnLogFn` types.
656
816
  Added `WatchContractEventOnLogParameter` & `WatchContractEventOnLogFn` types.
657
817
 
658
818
  ## 1.4.1
659
819
 
660
820
  ### Patch Changes
661
821
 
662
- - [`789592dc`](https://github.com/wagmi-dev/viem/commit/789592dc5d4ca264f2ef4f3f0f4fa721fb9522fc) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where calling `encodePacked` with an empty `bytes[]` array would return an `Uint8Array` instead of `Hex` value.
822
+ - [`789592dc`](https://github.com/wevm/viem/commit/789592dc5d4ca264f2ef4f3f0f4fa721fb9522fc) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where calling `encodePacked` with an empty `bytes[]` array would return an `Uint8Array` instead of `Hex` value.
663
823
 
664
- - [#922](https://github.com/wagmi-dev/viem/pull/922) [`71c9c933`](https://github.com/wagmi-dev/viem/commit/71c9c9338904d142248a32f1acd99ea25a6e6e58) Thanks [@mikemcdonald](https://github.com/mikemcdonald)! - Fixed an issue where `parseUnits` would throw `Cannot convert to a BigInt` for large numbers with a fraction component.
824
+ - [#922](https://github.com/wevm/viem/pull/922) [`71c9c933`](https://github.com/wevm/viem/commit/71c9c9338904d142248a32f1acd99ea25a6e6e58) Thanks [@mikemcdonald](https://github.com/mikemcdonald)! - Fixed an issue where `parseUnits` would throw `Cannot convert to a BigInt` for large numbers with a fraction component.
665
825
 
666
826
  ## 1.4.0
667
827
 
668
828
  ### Minor Changes
669
829
 
670
- - [#908](https://github.com/wagmi-dev/viem/pull/908) [`988c65f8`](https://github.com/wagmi-dev/viem/commit/988c65f8218c9ce0549c04b3779efb5f685da75f) Thanks [@moldy530](https://github.com/moldy530)! - Added coin type support for `getEnsAddress`.
830
+ - [#908](https://github.com/wevm/viem/pull/908) [`988c65f8`](https://github.com/wevm/viem/commit/988c65f8218c9ce0549c04b3779efb5f685da75f) Thanks [@moldy530](https://github.com/moldy530)! - Added coin type support for `getEnsAddress`.
671
831
 
672
832
  ### Patch Changes
673
833
 
674
- - [#878](https://github.com/wagmi-dev/viem/pull/878) [`4e227303`](https://github.com/wagmi-dev/viem/commit/4e2273036f8bbc7973b13467d7cb9baa2f17a460) Thanks [@salieflewis](https://github.com/salieflewis)! - Exported `Filter` type.
834
+ - [#878](https://github.com/wevm/viem/pull/878) [`4e227303`](https://github.com/wevm/viem/commit/4e2273036f8bbc7973b13467d7cb9baa2f17a460) Thanks [@salieflewis](https://github.com/salieflewis)! - Exported `Filter` type.
675
835
 
676
836
  ## 1.3.1
677
837
 
678
838
  ### Patch Changes
679
839
 
680
- - [#907](https://github.com/wagmi-dev/viem/pull/907) [`319cdb61`](https://github.com/wagmi-dev/viem/commit/319cdb615f0ac6cff0385bb371be9a7da51abe80) Thanks [@Raiden1411](https://github.com/Raiden1411)! - Updated `abitype` to 0.9.3
840
+ - [#907](https://github.com/wevm/viem/pull/907) [`319cdb61`](https://github.com/wevm/viem/commit/319cdb615f0ac6cff0385bb371be9a7da51abe80) Thanks [@Raiden1411](https://github.com/Raiden1411)! - Updated `abitype` to 0.9.3
681
841
 
682
842
  ## 1.3.0
683
843
 
684
844
  ### Minor Changes
685
845
 
686
- - [`30a88482`](https://github.com/wagmi-dev/viem/commit/30a88482d541a346990eac9630b7fa1f1550c90a) Thanks [@jxom](https://github.com/jxom)! - Added chains:
846
+ - [`30a88482`](https://github.com/wevm/viem/commit/30a88482d541a346990eac9630b7fa1f1550c90a) Thanks [@jxom](https://github.com/jxom)! - Added chains:
687
847
  - `base`
688
848
  - `mev`
689
849
  - `mevTestnet`
@@ -692,213 +852,213 @@
692
852
 
693
853
  ### Patch Changes
694
854
 
695
- - [#885](https://github.com/wagmi-dev/viem/pull/885) [`020c744d`](https://github.com/wagmi-dev/viem/commit/020c744d85e4150b4248407eae8a52ce390cfa9d) Thanks [@TateB](https://github.com/TateB)! - Added `null` resolver check to ENS Actions.
855
+ - [#885](https://github.com/wevm/viem/pull/885) [`020c744d`](https://github.com/wevm/viem/commit/020c744d85e4150b4248407eae8a52ce390cfa9d) Thanks [@TateB](https://github.com/TateB)! - Added `null` resolver check to ENS Actions.
696
856
 
697
857
  ## 1.2.14
698
858
 
699
859
  ### Patch Changes
700
860
 
701
- - [#883](https://github.com/wagmi-dev/viem/pull/883) [`ad96d39f`](https://github.com/wagmi-dev/viem/commit/ad96d39f6c9266dc6965013e255990952fa9323d) Thanks [@tmm](https://github.com/tmm)! - Exported missing types
861
+ - [#883](https://github.com/wevm/viem/pull/883) [`ad96d39f`](https://github.com/wevm/viem/commit/ad96d39f6c9266dc6965013e255990952fa9323d) Thanks [@tmm](https://github.com/tmm)! - Exported missing types
702
862
 
703
863
  ## 1.2.13
704
864
 
705
865
  ### Patch Changes
706
866
 
707
- - [#874](https://github.com/wagmi-dev/viem/pull/874) [`a9bc9f6d`](https://github.com/wagmi-dev/viem/commit/a9bc9f6d182052a536e51dc6fa75afda91de331a) Thanks [@Alexsey](https://github.com/Alexsey)! - Fixed `BaseError.walk` to return `null` if the predicate callback is not satisfied.
867
+ - [#874](https://github.com/wevm/viem/pull/874) [`a9bc9f6d`](https://github.com/wevm/viem/commit/a9bc9f6d182052a536e51dc6fa75afda91de331a) Thanks [@Alexsey](https://github.com/Alexsey)! - Fixed `BaseError.walk` to return `null` if the predicate callback is not satisfied.
708
868
 
709
869
  ## 1.2.12
710
870
 
711
871
  ### Patch Changes
712
872
 
713
- - [#864](https://github.com/wagmi-dev/viem/pull/864) [`b851c41b`](https://github.com/wagmi-dev/viem/commit/b851c41b87dce60af6be1e518e3c7a1b16e99b63) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `dataSuffix` was not being provided to the `request` returned from `simulateTransaction`.
873
+ - [#864](https://github.com/wevm/viem/pull/864) [`b851c41b`](https://github.com/wevm/viem/commit/b851c41b87dce60af6be1e518e3c7a1b16e99b63) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `dataSuffix` was not being provided to the `request` returned from `simulateTransaction`.
714
874
 
715
875
  ## 1.2.11
716
876
 
717
877
  ### Minor Changes
718
878
 
719
- - [#857](https://github.com/wagmi-dev/viem/pull/857) [`513a7b9a`](https://github.com/wagmi-dev/viem/commit/513a7b9a4c037591b0fe4dd4fb4364bf8fed9726) Thanks [@tmm](https://github.com/tmm)! - Prettify-ed client types
879
+ - [#857](https://github.com/wevm/viem/pull/857) [`513a7b9a`](https://github.com/wevm/viem/commit/513a7b9a4c037591b0fe4dd4fb4364bf8fed9726) Thanks [@tmm](https://github.com/tmm)! - Prettify-ed client types
720
880
 
721
881
  ## 1.2.10
722
882
 
723
883
  ### Patch Changes
724
884
 
725
- - [#853](https://github.com/wagmi-dev/viem/pull/853) [`a955007e`](https://github.com/wagmi-dev/viem/commit/a955007e00f9076f4d2faefb5473df0fb968de8e) Thanks [@johngrantuk](https://github.com/johngrantuk)! - Allow using EIP-1559 transactions on chains with 0 base fee.
885
+ - [#853](https://github.com/wevm/viem/pull/853) [`a955007e`](https://github.com/wevm/viem/commit/a955007e00f9076f4d2faefb5473df0fb968de8e) Thanks [@johngrantuk](https://github.com/johngrantuk)! - Allow using EIP-1559 transactions on chains with 0 base fee.
726
886
 
727
887
  ## 1.2.9
728
888
 
729
889
  ### Patch Changes
730
890
 
731
- - [`d24e5bc4`](https://github.com/wagmi-dev/viem/commit/d24e5bc48100afb62a25c8515874be9fddb4c7c3) Thanks [@jxom](https://github.com/jxom)! - Fixed a race condition in `waitForTransactionReceipt` causing multiple parallel instances to not resolve.
891
+ - [`d24e5bc4`](https://github.com/wevm/viem/commit/d24e5bc48100afb62a25c8515874be9fddb4c7c3) Thanks [@jxom](https://github.com/jxom)! - Fixed a race condition in `waitForTransactionReceipt` causing multiple parallel instances to not resolve.
732
892
 
733
893
  ## 1.2.8
734
894
 
735
895
  ### Patch Changes
736
896
 
737
- - [#755](https://github.com/wagmi-dev/viem/pull/755) [`064cc09e`](https://github.com/wagmi-dev/viem/commit/064cc09e40dfb0b436b84c01aafdb448928153b3) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Added serializer for Celo CIP-42 transactions.
897
+ - [#755](https://github.com/wevm/viem/pull/755) [`064cc09e`](https://github.com/wevm/viem/commit/064cc09e40dfb0b436b84c01aafdb448928153b3) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Added serializer for Celo CIP-42 transactions.
738
898
 
739
- - [#822](https://github.com/wagmi-dev/viem/pull/822) [`9a1e42bd`](https://github.com/wagmi-dev/viem/commit/9a1e42bd5d3ceef6527e04275499bef5ff4b4a39) Thanks [@RielJ](https://github.com/RielJ)! - Added ability to pass `value` to `deployContract`.
899
+ - [#822](https://github.com/wevm/viem/pull/822) [`9a1e42bd`](https://github.com/wevm/viem/commit/9a1e42bd5d3ceef6527e04275499bef5ff4b4a39) Thanks [@RielJ](https://github.com/RielJ)! - Added ability to pass `value` to `deployContract`.
740
900
 
741
901
  ## 1.2.7
742
902
 
743
903
  ### Patch Changes
744
904
 
745
- - [#825](https://github.com/wagmi-dev/viem/pull/825) [`d9e0a64c`](https://github.com/wagmi-dev/viem/commit/d9e0a64c30011d60f873008ec68baa324f70b7ad) Thanks [@tmm](https://github.com/tmm)! - Exported types.
905
+ - [#825](https://github.com/wevm/viem/pull/825) [`d9e0a64c`](https://github.com/wevm/viem/commit/d9e0a64c30011d60f873008ec68baa324f70b7ad) Thanks [@tmm](https://github.com/tmm)! - Exported types.
746
906
 
747
- - [#824](https://github.com/wagmi-dev/viem/pull/824) [`9dcec526`](https://github.com/wagmi-dev/viem/commit/9dcec5262c57085f6ff9f220471891e8805ba6b5) Thanks [@frangio](https://github.com/frangio)! - Added missing `package.json#peerDependenciesMeta`.
907
+ - [#824](https://github.com/wevm/viem/pull/824) [`9dcec526`](https://github.com/wevm/viem/commit/9dcec5262c57085f6ff9f220471891e8805ba6b5) Thanks [@frangio](https://github.com/frangio)! - Added missing `package.json#peerDependenciesMeta`.
748
908
 
749
909
  ## 1.2.6
750
910
 
751
911
  ### Patch Changes
752
912
 
753
- - [#808](https://github.com/wagmi-dev/viem/pull/808) [`7567f58e`](https://github.com/wagmi-dev/viem/commit/7567f58e808b5cf67e46c151bf0569a2820be7bd) Thanks [@jxom](https://github.com/jxom)! - Fixed `RpcTransaction` type to not include `typeHex`.
913
+ - [#808](https://github.com/wevm/viem/pull/808) [`7567f58e`](https://github.com/wevm/viem/commit/7567f58e808b5cf67e46c151bf0569a2820be7bd) Thanks [@jxom](https://github.com/jxom)! - Fixed `RpcTransaction` type to not include `typeHex`.
754
914
 
755
- - [#808](https://github.com/wagmi-dev/viem/pull/808) [`7567f58e`](https://github.com/wagmi-dev/viem/commit/7567f58e808b5cf67e46c151bf0569a2820be7bd) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `TransactionRequest` did not narrow based on type.
915
+ - [#808](https://github.com/wevm/viem/pull/808) [`7567f58e`](https://github.com/wevm/viem/commit/7567f58e808b5cf67e46c151bf0569a2820be7bd) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `TransactionRequest` did not narrow based on type.
756
916
 
757
917
  ## 1.2.5
758
918
 
759
919
  ### Patch Changes
760
920
 
761
- - [`81282fc1`](https://github.com/wagmi-dev/viem/commit/81282fc1d9cd4187e2caed051f221b2d4e57ec3a) Thanks [@jxom](https://github.com/jxom)! - Exported `signatureToHex`.
921
+ - [`81282fc1`](https://github.com/wevm/viem/commit/81282fc1d9cd4187e2caed051f221b2d4e57ec3a) Thanks [@jxom](https://github.com/jxom)! - Exported `signatureToHex`.
762
922
 
763
923
  ## 1.2.4
764
924
 
765
925
  ### Patch Changes
766
926
 
767
- - [`11c844a1`](https://github.com/wagmi-dev/viem/commit/11c844a1804270bfafa903061d1f98605067203d) Thanks [@jxom](https://github.com/jxom)! - Exported `sign` in `viem/accounts`.
927
+ - [`11c844a1`](https://github.com/wevm/viem/commit/11c844a1804270bfafa903061d1f98605067203d) Thanks [@jxom](https://github.com/jxom)! - Exported `sign` in `viem/accounts`.
768
928
 
769
929
  ## 1.2.3
770
930
 
771
931
  ### Patch Changes
772
932
 
773
- - [#802](https://github.com/wagmi-dev/viem/pull/802) [`b610634c`](https://github.com/wagmi-dev/viem/commit/b610634c62547178fe3737dbb37fb8db302e30c6) Thanks [@tmm](https://github.com/tmm)! - Bumped dependencies and exported types.
933
+ - [#802](https://github.com/wevm/viem/pull/802) [`b610634c`](https://github.com/wevm/viem/commit/b610634c62547178fe3737dbb37fb8db302e30c6) Thanks [@tmm](https://github.com/tmm)! - Bumped dependencies and exported types.
774
934
 
775
935
  ## 1.2.2
776
936
 
777
937
  ### Patch Changes
778
938
 
779
- - [`5a8f59d5`](https://github.com/wagmi-dev/viem/commit/5a8f59d5e1d9df27c6897637346dbfe0bfcb2e62) Thanks [@tmm](https://github.com/tmm)! - Exported type
939
+ - [`5a8f59d5`](https://github.com/wevm/viem/commit/5a8f59d5e1d9df27c6897637346dbfe0bfcb2e62) Thanks [@tmm](https://github.com/tmm)! - Exported type
780
940
 
781
941
  ## 1.2.1
782
942
 
783
943
  ### Patch Changes
784
944
 
785
- - [`96cb7534`](https://github.com/wagmi-dev/viem/commit/96cb7534c1be9ab635e70ad463551a29b7f2c553) Thanks [@jxom](https://github.com/jxom)! - Fixed multicall with ABI overrides.
945
+ - [`96cb7534`](https://github.com/wevm/viem/commit/96cb7534c1be9ab635e70ad463551a29b7f2c553) Thanks [@jxom](https://github.com/jxom)! - Fixed multicall with ABI overrides.
786
946
 
787
947
  ## 1.2.0
788
948
 
789
949
  ### Minor Changes
790
950
 
791
- - [#791](https://github.com/wagmi-dev/viem/pull/791) [`98fd9172`](https://github.com/wagmi-dev/viem/commit/98fd9172045c344429d5a716f497e422d85c0348) Thanks [@jxom](https://github.com/jxom)! - Implemented ability to "extend" Clients via `client.extend` & refactored Actions to accept a tree-shakable Client.
951
+ - [#791](https://github.com/wevm/viem/pull/791) [`98fd9172`](https://github.com/wevm/viem/commit/98fd9172045c344429d5a716f497e422d85c0348) Thanks [@jxom](https://github.com/jxom)! - Implemented ability to "extend" Clients via `client.extend` & refactored Actions to accept a tree-shakable Client.
792
952
 
793
953
  ## 1.1.8
794
954
 
795
955
  ### Patch Changes
796
956
 
797
- - [#783](https://github.com/wagmi-dev/viem/pull/783) [`91e85c76`](https://github.com/wagmi-dev/viem/commit/91e85c76df0ee665fb26dbadd473da5ec87e5029) Thanks [@izayl](https://github.com/izayl)! - Added a static `code` property to RPC Error classes.
957
+ - [#783](https://github.com/wevm/viem/pull/783) [`91e85c76`](https://github.com/wevm/viem/commit/91e85c76df0ee665fb26dbadd473da5ec87e5029) Thanks [@izayl](https://github.com/izayl)! - Added a static `code` property to RPC Error classes.
798
958
 
799
959
  ## 1.1.7
800
960
 
801
961
  ### Patch Changes
802
962
 
803
- - [`d0b4619e`](https://github.com/wagmi-dev/viem/commit/d0b4619e55ee697c9b8e03e9818b93c6a25b3ba2) Thanks [@jxom](https://github.com/jxom)! - Exported `decodeDeployData`.
963
+ - [`d0b4619e`](https://github.com/wevm/viem/commit/d0b4619e55ee697c9b8e03e9818b93c6a25b3ba2) Thanks [@jxom](https://github.com/jxom)! - Exported `decodeDeployData`.
804
964
 
805
965
  ## 1.1.6
806
966
 
807
967
  ### Patch Changes
808
968
 
809
- - [`ec58ed1b`](https://github.com/wagmi-dev/viem/commit/ec58ed1b8be60973817ff401f1bf340fda854208) Thanks [@jxom](https://github.com/jxom)! - Fixed type narrowing on EIP1474 schemas
969
+ - [`ec58ed1b`](https://github.com/wevm/viem/commit/ec58ed1b8be60973817ff401f1bf340fda854208) Thanks [@jxom](https://github.com/jxom)! - Fixed type narrowing on EIP1474 schemas
810
970
 
811
971
  ## 1.1.5
812
972
 
813
973
  ### Patch Changes
814
974
 
815
- - [`c4e996b8`](https://github.com/wagmi-dev/viem/commit/c4e996b85404f4083e58c51ea98ac556d8ecd436) Thanks [@jxom](https://github.com/jxom)! - Fixed errorneous type defition being generated by `tsc`.
975
+ - [`c4e996b8`](https://github.com/wevm/viem/commit/c4e996b85404f4083e58c51ea98ac556d8ecd436) Thanks [@jxom](https://github.com/jxom)! - Fixed errorneous type defition being generated by `tsc`.
816
976
 
817
977
  ## 1.1.4
818
978
 
819
979
  ### Patch Changes
820
980
 
821
- - [`75745a60`](https://github.com/wagmi-dev/viem/commit/75745a60fc83a13c3bec20ff04829b82d0852c07) Thanks [@jxom](https://github.com/jxom)! - Lax `parseUnits` value parameter.
981
+ - [`75745a60`](https://github.com/wevm/viem/commit/75745a60fc83a13c3bec20ff04829b82d0852c07) Thanks [@jxom](https://github.com/jxom)! - Lax `parseUnits` value parameter.
822
982
 
823
983
  ## 1.1.3
824
984
 
825
985
  ### Patch Changes
826
986
 
827
- - [#758](https://github.com/wagmi-dev/viem/pull/758) [`67b628df`](https://github.com/wagmi-dev/viem/commit/67b628df19edead79d8c6ef4755b407b3ce0486f) Thanks [@jxom](https://github.com/jxom)! - Added support for empty string in EIP712Domain name field.
987
+ - [#758](https://github.com/wevm/viem/pull/758) [`67b628df`](https://github.com/wevm/viem/commit/67b628df19edead79d8c6ef4755b407b3ce0486f) Thanks [@jxom](https://github.com/jxom)! - Added support for empty string in EIP712Domain name field.
828
988
 
829
989
  ## 1.1.2
830
990
 
831
991
  ### Patch Changes
832
992
 
833
- - [`c974c25f`](https://github.com/wagmi-dev/viem/commit/c974c25ff28f9eec5bf5d4030146db2b215614d5) Thanks [@jxom](https://github.com/jxom)! - Added `zora` as a supported chain.
993
+ - [`c974c25f`](https://github.com/wevm/viem/commit/c974c25ff28f9eec5bf5d4030146db2b215614d5) Thanks [@jxom](https://github.com/jxom)! - Added `zora` as a supported chain.
834
994
 
835
995
  ## 1.1.1
836
996
 
837
997
  ### Patch Changes
838
998
 
839
- - [`5dd98d3e`](https://github.com/wagmi-dev/viem/commit/5dd98d3e57e993a7cae27030c8c10944cf5e204b) Thanks [@jxom](https://github.com/jxom)! - Exported `formatLog`
999
+ - [`5dd98d3e`](https://github.com/wevm/viem/commit/5dd98d3e57e993a7cae27030c8c10944cf5e204b) Thanks [@jxom](https://github.com/jxom)! - Exported `formatLog`
840
1000
 
841
1001
  ## 1.1.0
842
1002
 
843
1003
  ### Minor Changes
844
1004
 
845
- - [#691](https://github.com/wagmi-dev/viem/pull/691) [`6e65789f`](https://github.com/wagmi-dev/viem/commit/6e65789fb596ac3e64a9e5e7de1c18257fa50a59) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Added custom chain serializers via `chain.serializers`.
1005
+ - [#691](https://github.com/wevm/viem/pull/691) [`6e65789f`](https://github.com/wevm/viem/commit/6e65789fb596ac3e64a9e5e7de1c18257fa50a59) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Added custom chain serializers via `chain.serializers`.
846
1006
 
847
- - [#740](https://github.com/wagmi-dev/viem/pull/740) [`d435351d`](https://github.com/wagmi-dev/viem/commit/d435351d8637e096b1542da8bb1762858d006363) Thanks [@jxom](https://github.com/jxom)! - Added support for Optimism Deposit Transactions.
1007
+ - [#740](https://github.com/wevm/viem/pull/740) [`d435351d`](https://github.com/wevm/viem/commit/d435351d8637e096b1542da8bb1762858d006363) Thanks [@jxom](https://github.com/jxom)! - Added support for Optimism Deposit Transactions.
848
1008
 
849
1009
  ### Patch Changes
850
1010
 
851
- - [#709](https://github.com/wagmi-dev/viem/pull/709) [`043b2cba`](https://github.com/wagmi-dev/viem/commit/043b2cbaf8877ae67cf163d2ea19df9f08eb3808) Thanks [@jxom](https://github.com/jxom)! - Refactored serializable/serialized transaction types.
1011
+ - [#709](https://github.com/wevm/viem/pull/709) [`043b2cba`](https://github.com/wevm/viem/commit/043b2cbaf8877ae67cf163d2ea19df9f08eb3808) Thanks [@jxom](https://github.com/jxom)! - Refactored serializable/serialized transaction types.
852
1012
 
853
- - [#735](https://github.com/wagmi-dev/viem/pull/735) [`e7ee66c8`](https://github.com/wagmi-dev/viem/commit/e7ee66c8f92262def25fe59403f19ecfbac47ad8) Thanks [@holic](https://github.com/holic)! - Fixed block formatting in `watchBlocks` for WebSocket subscriptions.
1013
+ - [#735](https://github.com/wevm/viem/pull/735) [`e7ee66c8`](https://github.com/wevm/viem/commit/e7ee66c8f92262def25fe59403f19ecfbac47ad8) Thanks [@holic](https://github.com/holic)! - Fixed block formatting in `watchBlocks` for WebSocket subscriptions.
854
1014
 
855
- - [`1f3f2834`](https://github.com/wagmi-dev/viem/commit/1f3f2834a443165a71b27d2d0d46fa13532ccdd1) Thanks [@jxom](https://github.com/jxom)! - Added `typeHex` to `Transaction` type.
1015
+ - [`1f3f2834`](https://github.com/wevm/viem/commit/1f3f2834a443165a71b27d2d0d46fa13532ccdd1) Thanks [@jxom](https://github.com/jxom)! - Added `typeHex` to `Transaction` type.
856
1016
 
857
1017
  ## 1.0.7
858
1018
 
859
1019
  ### Patch Changes
860
1020
 
861
- - [#707](https://github.com/wagmi-dev/viem/pull/707) [`3fc045d1`](https://github.com/wagmi-dev/viem/commit/3fc045d152a11edb698bd86aecb38909f6a3f811) Thanks [@tmm](https://github.com/tmm)! - Made TypeScript requirement explicit (was missing previously).
1021
+ - [#707](https://github.com/wevm/viem/pull/707) [`3fc045d1`](https://github.com/wevm/viem/commit/3fc045d152a11edb698bd86aecb38909f6a3f811) Thanks [@tmm](https://github.com/tmm)! - Made TypeScript requirement explicit (was missing previously).
862
1022
 
863
1023
  ## 1.0.6
864
1024
 
865
1025
  ### Patch Changes
866
1026
 
867
- - [`90fd40ba`](https://github.com/wagmi-dev/viem/commit/90fd40ba0d5b7e248c7494ca5cbfa46eac281753) Thanks [@jxom](https://github.com/jxom)! - Fixed potential nullish `chainId` conflict in `sendTransaction` (for Local Accounts).
1027
+ - [`90fd40ba`](https://github.com/wevm/viem/commit/90fd40ba0d5b7e248c7494ca5cbfa46eac281753) Thanks [@jxom](https://github.com/jxom)! - Fixed potential nullish `chainId` conflict in `sendTransaction` (for Local Accounts).
868
1028
 
869
1029
  ## 1.0.5
870
1030
 
871
1031
  ### Patch Changes
872
1032
 
873
- - [#699](https://github.com/wagmi-dev/viem/pull/699) [`79d1b4af`](https://github.com/wagmi-dev/viem/commit/79d1b4af5037eee4b408af9d0e3cf5e228d2601d) Thanks [@jxom](https://github.com/jxom)! - Support custom transaction formatters on `sendUnsignedTransaction`.
1033
+ - [#699](https://github.com/wevm/viem/pull/699) [`79d1b4af`](https://github.com/wevm/viem/commit/79d1b4af5037eee4b408af9d0e3cf5e228d2601d) Thanks [@jxom](https://github.com/jxom)! - Support custom transaction formatters on `sendUnsignedTransaction`.
874
1034
 
875
1035
  ## 1.0.4
876
1036
 
877
1037
  ### Patch Changes
878
1038
 
879
- - [`8407fdcc`](https://github.com/wagmi-dev/viem/commit/8407fdcc16e97a5346a07382c25cb1681a50d5e8) Thanks [@jxom](https://github.com/jxom)! - Fixed fraction length overflow edge-case.
1039
+ - [`8407fdcc`](https://github.com/wevm/viem/commit/8407fdcc16e97a5346a07382c25cb1681a50d5e8) Thanks [@jxom](https://github.com/jxom)! - Fixed fraction length overflow edge-case.
880
1040
 
881
1041
  ## 1.0.3
882
1042
 
883
1043
  ### Patch Changes
884
1044
 
885
- - [#687](https://github.com/wagmi-dev/viem/pull/687) [`a274ab33`](https://github.com/wagmi-dev/viem/commit/a274ab335688ce84d7fa8ca72427de7fe9937b13) Thanks [@jeetiss](https://github.com/jeetiss)! - Added `/*#__PURE__*/` annotatations for better tree-shaking
1045
+ - [#687](https://github.com/wevm/viem/pull/687) [`a274ab33`](https://github.com/wevm/viem/commit/a274ab335688ce84d7fa8ca72427de7fe9937b13) Thanks [@jeetiss](https://github.com/jeetiss)! - Added `/*#__PURE__*/` annotatations for better tree-shaking
886
1046
 
887
- - [#672](https://github.com/wagmi-dev/viem/pull/672) [`e033f467`](https://github.com/wagmi-dev/viem/commit/e033f467082bcfa6f42c490ede1d7df50f497456) Thanks [@sambacha](https://github.com/sambacha)! - Turned off `esModuleInterop` & `allowSyntheticDefaultImports` in tsconfig.
1047
+ - [#672](https://github.com/wevm/viem/pull/672) [`e033f467`](https://github.com/wevm/viem/commit/e033f467082bcfa6f42c490ede1d7df50f497456) Thanks [@sambacha](https://github.com/sambacha)! - Turned off `esModuleInterop` & `allowSyntheticDefaultImports` in tsconfig.
888
1048
 
889
- - [#683](https://github.com/wagmi-dev/viem/pull/683) [`fe259a0e`](https://github.com/wagmi-dev/viem/commit/fe259a0ed6e4f7e264a7c5c761fea3a8ca68efc9) Thanks [@jeetiss](https://github.com/jeetiss)! - Marked package as side effects free
1049
+ - [#683](https://github.com/wevm/viem/pull/683) [`fe259a0e`](https://github.com/wevm/viem/commit/fe259a0ed6e4f7e264a7c5c761fea3a8ca68efc9) Thanks [@jeetiss](https://github.com/jeetiss)! - Marked package as side effects free
890
1050
 
891
1051
  ## 1.0.2
892
1052
 
893
1053
  ### Patch Changes
894
1054
 
895
- - [#677](https://github.com/wagmi-dev/viem/pull/677) [`a0a2ebb`](https://github.com/wagmi-dev/viem/commit/a0a2ebb6b53354be1c1492eed3bfd1b218ac71e4) Thanks [@hexcowboy](https://github.com/hexcowboy)! - Added ability to pass an `AbiFunction` to `getFunctionSelector`, and `AbiEvent` to `getEventSelector`.
1055
+ - [#677](https://github.com/wevm/viem/pull/677) [`a0a2ebb`](https://github.com/wevm/viem/commit/a0a2ebb6b53354be1c1492eed3bfd1b218ac71e4) Thanks [@hexcowboy](https://github.com/hexcowboy)! - Added ability to pass an `AbiFunction` to `getFunctionSelector`, and `AbiEvent` to `getEventSelector`.
896
1056
 
897
1057
  ## 1.0.1
898
1058
 
899
1059
  ### Patch Changes
900
1060
 
901
- - [#675](https://github.com/wagmi-dev/viem/pull/675) [`61429677`](https://github.com/wagmi-dev/viem/commit/61429677b28ad5ce8240a4278ef0f0cc1587b57a) Thanks [@tmm](https://github.com/tmm)! - Fixed payable `value` type inference.
1061
+ - [#675](https://github.com/wevm/viem/pull/675) [`61429677`](https://github.com/wevm/viem/commit/61429677b28ad5ce8240a4278ef0f0cc1587b57a) Thanks [@tmm](https://github.com/tmm)! - Fixed payable `value` type inference.
902
1062
 
903
1063
  ## 1.0.0
904
1064
 
@@ -906,70 +1066,70 @@
906
1066
 
907
1067
  ### Major Changes
908
1068
 
909
- - [#576](https://github.com/wagmi-dev/viem/pull/576) [`7d42767`](https://github.com/wagmi-dev/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Released v1.
1069
+ - [#576](https://github.com/wevm/viem/pull/576) [`7d42767`](https://github.com/wevm/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Released v1.
910
1070
 
911
- - [#576](https://github.com/wagmi-dev/viem/pull/576) [`7d42767`](https://github.com/wagmi-dev/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - **Breaking (edge case):** `decodeEventLog` no longer attempts to partially decode events. If the log does not conform to the ABI (mismatch between the number of indexed/non-indexed arguments to topics/data), it will throw an error.
1071
+ - [#576](https://github.com/wevm/viem/pull/576) [`7d42767`](https://github.com/wevm/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - **Breaking (edge case):** `decodeEventLog` no longer attempts to partially decode events. If the log does not conform to the ABI (mismatch between the number of indexed/non-indexed arguments to topics/data), it will throw an error.
912
1072
 
913
- - [#576](https://github.com/wagmi-dev/viem/pull/576) [`7d42767`](https://github.com/wagmi-dev/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** `logIndex` & `transactionIndex` on `Log` now return a `number` instead of a `bigint`
1073
+ - [#576](https://github.com/wevm/viem/pull/576) [`7d42767`](https://github.com/wevm/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** `logIndex` & `transactionIndex` on `Log` now return a `number` instead of a `bigint`
914
1074
 
915
- - [#576](https://github.com/wagmi-dev/viem/pull/576) [`7d42767`](https://github.com/wagmi-dev/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed `ethersWalletToAccount` adapter.
1075
+ - [#576](https://github.com/wevm/viem/pull/576) [`7d42767`](https://github.com/wevm/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed `ethersWalletToAccount` adapter.
916
1076
 
917
1077
  This adapter was introduced when viem did not have Private Key & HD Accounts. Since 0.2, viem provides all the utilities needed to create and import [Private Key](https://viem.sh/docs/accounts/privateKey.html) & [HD Accounts](https://viem.sh/docs/accounts/mnemonic.html).
918
1078
 
919
- If you still need it, you can copy + paste the [old implementation](https://github.com/wagmi-dev/viem/blob/a9a71507032db896295fa1f3fa2dd6c2bdc85137/src/adapters/ethers.ts).
1079
+ If you still need it, you can copy + paste the [old implementation](https://github.com/wevm/viem/blob/a9a71507032db896295fa1f3fa2dd6c2bdc85137/src/adapters/ethers.ts).
920
1080
 
921
1081
  ### Patch Changes
922
1082
 
923
- - [#576](https://github.com/wagmi-dev/viem/pull/576) [`7d42767`](https://github.com/wagmi-dev/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Added Batch JSON-RPC on `http` Transport.
1083
+ - [#576](https://github.com/wevm/viem/pull/576) [`7d42767`](https://github.com/wevm/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Added Batch JSON-RPC on `http` Transport.
924
1084
 
925
- - [#657](https://github.com/wagmi-dev/viem/pull/657) [`af48368`](https://github.com/wagmi-dev/viem/commit/af48368f07856e50cb7afa8cac077e3a0ecc05fb) Thanks [@izayl](https://github.com/izayl)! - Fixed `getAbiItem` from returning mismatched type when overload with different lengths.
1085
+ - [#657](https://github.com/wevm/viem/pull/657) [`af48368`](https://github.com/wevm/viem/commit/af48368f07856e50cb7afa8cac077e3a0ecc05fb) Thanks [@izayl](https://github.com/izayl)! - Fixed `getAbiItem` from returning mismatched type when overload with different lengths.
926
1086
 
927
- - [#576](https://github.com/wagmi-dev/viem/pull/576) [`7d42767`](https://github.com/wagmi-dev/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Upgraded ENS Universal Resolver contract address.
1087
+ - [#576](https://github.com/wevm/viem/pull/576) [`7d42767`](https://github.com/wevm/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Upgraded ENS Universal Resolver contract address.
928
1088
 
929
- - [#576](https://github.com/wagmi-dev/viem/pull/576) [`7d42767`](https://github.com/wagmi-dev/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Added support for labels larger than 255 bytes when resolving ENS names.
1089
+ - [#576](https://github.com/wevm/viem/pull/576) [`7d42767`](https://github.com/wevm/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Added support for labels larger than 255 bytes when resolving ENS names.
930
1090
 
931
- - [#576](https://github.com/wagmi-dev/viem/pull/576) [`7d42767`](https://github.com/wagmi-dev/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Added a `strict` parameter to `getLogs`, `createEventFilter` & `createContractEventFilter`.
1091
+ - [#576](https://github.com/wevm/viem/pull/576) [`7d42767`](https://github.com/wevm/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Added a `strict` parameter to `getLogs`, `createEventFilter` & `createContractEventFilter`.
932
1092
 
933
1093
  When `strict` mode is turned **on**, only logs that conform to the indexed/non-indexed arguments on the event definition/ABI (`event`) will be returned.
934
1094
  When `strict` mode is turned **off (default)**, logs that do not conform to the indexed/non-indexed arguments on the event definition/ABI (`event`) will be included, but the `args` property will be `undefined` (as we cannot decode these events).
935
1095
 
936
- - [#576](https://github.com/wagmi-dev/viem/pull/576) [`7d42767`](https://github.com/wagmi-dev/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Refactored EIP1193 request fn types.
1096
+ - [#576](https://github.com/wevm/viem/pull/576) [`7d42767`](https://github.com/wevm/viem/commit/7d4276775a6d42cfab850498e522fe31134f0880) Thanks [@jxom](https://github.com/jxom)! - Refactored EIP1193 request fn types.
937
1097
 
938
1098
  ## 0.3.50
939
1099
 
940
1100
  ### Patch Changes
941
1101
 
942
- - [`7dc25b5`](https://github.com/wagmi-dev/viem/commit/7dc25b56ae5f8c69255f6ebc404fb49c33cb13b7) Thanks [@jxom](https://github.com/jxom)! - Improved Ganache test actions.
1102
+ - [`7dc25b5`](https://github.com/wevm/viem/commit/7dc25b56ae5f8c69255f6ebc404fb49c33cb13b7) Thanks [@jxom](https://github.com/jxom)! - Improved Ganache test actions.
943
1103
 
944
1104
  ## 0.3.49
945
1105
 
946
1106
  ### Patch Changes
947
1107
 
948
- - [`0b92f3a`](https://github.com/wagmi-dev/viem/commit/0b92f3ad535a27e1b8ba70fc3f6e1087ed2cd05f) Thanks [@jxom](https://github.com/jxom)! - Added more chains from @wagmi/chains.
1108
+ - [`0b92f3a`](https://github.com/wevm/viem/commit/0b92f3ad535a27e1b8ba70fc3f6e1087ed2cd05f) Thanks [@jxom](https://github.com/jxom)! - Added more chains from @wagmi/chains.
949
1109
 
950
1110
  ## 0.3.47
951
1111
 
952
1112
  ### Patch Changes
953
1113
 
954
- - [`cc256c0`](https://github.com/wagmi-dev/viem/commit/cc256c0a0dd5cb99975c5a497e5eb025990deaff) Thanks [@jxom](https://github.com/jxom)! - Fixed unit conversion.
1114
+ - [`cc256c0`](https://github.com/wevm/viem/commit/cc256c0a0dd5cb99975c5a497e5eb025990deaff) Thanks [@jxom](https://github.com/jxom)! - Fixed unit conversion.
955
1115
 
956
1116
  ## 0.3.46
957
1117
 
958
1118
  ### Patch Changes
959
1119
 
960
- - [`770c3d1e`](https://github.com/wagmi-dev/viem/commit/770c3d1e1954b94dea6a58e7180b8600e910ad4e) Thanks [@jxom](https://github.com/jxom)! - Bumped `@wagmi/chains`.
1120
+ - [`770c3d1e`](https://github.com/wevm/viem/commit/770c3d1e1954b94dea6a58e7180b8600e910ad4e) Thanks [@jxom](https://github.com/jxom)! - Bumped `@wagmi/chains`.
961
1121
 
962
1122
  ## 0.3.45
963
1123
 
964
1124
  ### Patch Changes
965
1125
 
966
- - [#637](https://github.com/wagmi-dev/viem/pull/637) [`bbd8f07`](https://github.com/wagmi-dev/viem/commit/bbd8f072f92f189c0b55d5e3cf8c9e4f38b1c6bc) Thanks [@jxom](https://github.com/jxom)! - Updated `abitype` to 0.8.7.
1126
+ - [#637](https://github.com/wevm/viem/pull/637) [`bbd8f07`](https://github.com/wevm/viem/commit/bbd8f072f92f189c0b55d5e3cf8c9e4f38b1c6bc) Thanks [@jxom](https://github.com/jxom)! - Updated `abitype` to 0.8.7.
967
1127
 
968
1128
  ## 0.3.44
969
1129
 
970
1130
  ### Patch Changes
971
1131
 
972
- - [#610](https://github.com/wagmi-dev/viem/pull/610) [`06ee89c5`](https://github.com/wagmi-dev/viem/commit/06ee89c53a5f0226407b915cdf9da5550ed58010) Thanks [@jxom](https://github.com/jxom)! - Added ability to hash data representation of `message` via a `raw` attribute in `signMessage`, `verifyMessage`, `recoverMessageAddress`.
1132
+ - [#610](https://github.com/wevm/viem/pull/610) [`06ee89c5`](https://github.com/wevm/viem/commit/06ee89c53a5f0226407b915cdf9da5550ed58010) Thanks [@jxom](https://github.com/jxom)! - Added ability to hash data representation of `message` via a `raw` attribute in `signMessage`, `verifyMessage`, `recoverMessageAddress`.
973
1133
 
974
1134
  ```ts
975
1135
  await walletClient.signMessage({
@@ -981,416 +1141,416 @@
981
1141
 
982
1142
  ### Patch Changes
983
1143
 
984
- - [#632](https://github.com/wagmi-dev/viem/pull/632) [`2538548`](https://github.com/wagmi-dev/viem/commit/2538548a5c6a897a8a2c5a0e5ea6398c86b54c59) Thanks [@tmm](https://github.com/tmm)! - Exported missing portable type.
1144
+ - [#632](https://github.com/wevm/viem/pull/632) [`2538548`](https://github.com/wevm/viem/commit/2538548a5c6a897a8a2c5a0e5ea6398c86b54c59) Thanks [@tmm](https://github.com/tmm)! - Exported missing portable type.
985
1145
 
986
- - [#630](https://github.com/wagmi-dev/viem/pull/630) [`a446a50`](https://github.com/wagmi-dev/viem/commit/a446a50ad8fe0b6c4a20df82e37a0492995840a4) Thanks [@tmm](https://github.com/tmm)! - Narrowed contract instance address.
1146
+ - [#630](https://github.com/wevm/viem/pull/630) [`a446a50`](https://github.com/wevm/viem/commit/a446a50ad8fe0b6c4a20df82e37a0492995840a4) Thanks [@tmm](https://github.com/tmm)! - Narrowed contract instance address.
987
1147
 
988
1148
  ## 0.3.42
989
1149
 
990
1150
  ### Patch Changes
991
1151
 
992
- - [#619](https://github.com/wagmi-dev/viem/pull/619) [`73c7f498`](https://github.com/wagmi-dev/viem/commit/73c7f4980ebc755068b8cf9df70390d1e2ab2524) Thanks [@sakulstra](https://github.com/sakulstra)! - Added `address` and `abi` properties to Contract Instances.
1152
+ - [#619](https://github.com/wevm/viem/pull/619) [`73c7f498`](https://github.com/wevm/viem/commit/73c7f4980ebc755068b8cf9df70390d1e2ab2524) Thanks [@sakulstra](https://github.com/sakulstra)! - Added `address` and `abi` properties to Contract Instances.
993
1153
 
994
1154
  ## 0.3.41
995
1155
 
996
1156
  ### Patch Changes
997
1157
 
998
- - [`1b3f584`](https://github.com/wagmi-dev/viem/commit/1b3f5847a44ba051f19d42dfb03962a4c6a4e36b) Thanks [@jxom](https://github.com/jxom)! - Fixed `chainId` type on Transaction types.
1158
+ - [`1b3f584`](https://github.com/wevm/viem/commit/1b3f5847a44ba051f19d42dfb03962a4c6a4e36b) Thanks [@jxom](https://github.com/jxom)! - Fixed `chainId` type on Transaction types.
999
1159
 
1000
1160
  ## 0.3.40
1001
1161
 
1002
1162
  ### Patch Changes
1003
1163
 
1004
- - [#608](https://github.com/wagmi-dev/viem/pull/608) [`6e9313b`](https://github.com/wagmi-dev/viem/commit/6e9313b8ed13f930666a06991ed0cd61ab286de0) Thanks [@tmm](https://github.com/tmm)! - Exported types
1164
+ - [#608](https://github.com/wevm/viem/pull/608) [`6e9313b`](https://github.com/wevm/viem/commit/6e9313b8ed13f930666a06991ed0cd61ab286de0) Thanks [@tmm](https://github.com/tmm)! - Exported types
1005
1165
 
1006
1166
  ## 0.3.39
1007
1167
 
1008
1168
  ### Patch Changes
1009
1169
 
1010
- - [#603](https://github.com/wagmi-dev/viem/pull/603) [`ee2b2b8`](https://github.com/wagmi-dev/viem/commit/ee2b2b8c2eba540cc73ef78e29870f3314a008c3) Thanks [@ilamanov](https://github.com/ilamanov)! - Fixed `getFunctionSelector` for functions with no arguments.
1170
+ - [#603](https://github.com/wevm/viem/pull/603) [`ee2b2b8`](https://github.com/wevm/viem/commit/ee2b2b8c2eba540cc73ef78e29870f3314a008c3) Thanks [@ilamanov](https://github.com/ilamanov)! - Fixed `getFunctionSelector` for functions with no arguments.
1011
1171
 
1012
1172
  ## 0.3.38
1013
1173
 
1014
1174
  ### Patch Changes
1015
1175
 
1016
- - [#598](https://github.com/wagmi-dev/viem/pull/598) [`baea299`](https://github.com/wagmi-dev/viem/commit/baea2991ce405015e4f68c2fde90a154b698e7a4) Thanks [@iuriiiurevich](https://github.com/iuriiiurevich)! - Fixed an issue in `withCache` where the promise cache would not clear upon rejection.
1176
+ - [#598](https://github.com/wevm/viem/pull/598) [`baea299`](https://github.com/wevm/viem/commit/baea2991ce405015e4f68c2fde90a154b698e7a4) Thanks [@iuriiiurevich](https://github.com/iuriiiurevich)! - Fixed an issue in `withCache` where the promise cache would not clear upon rejection.
1017
1177
 
1018
1178
  ## 0.3.37
1019
1179
 
1020
1180
  ### Patch Changes
1021
1181
 
1022
- - [#572](https://github.com/wagmi-dev/viem/pull/572) [`3e5bcbf`](https://github.com/wagmi-dev/viem/commit/3e5bcbf1233ea3cc8674767c10bd8dccdfd99182) Thanks [@tmm](https://github.com/tmm)! - Fixed contract instance `estimateGas` typing.
1182
+ - [#572](https://github.com/wevm/viem/pull/572) [`3e5bcbf`](https://github.com/wevm/viem/commit/3e5bcbf1233ea3cc8674767c10bd8dccdfd99182) Thanks [@tmm](https://github.com/tmm)! - Fixed contract instance `estimateGas` typing.
1023
1183
 
1024
1184
  ## 0.3.36
1025
1185
 
1026
1186
  ### Patch Changes
1027
1187
 
1028
- - [#554](https://github.com/wagmi-dev/viem/pull/554) [`d5297c6`](https://github.com/wagmi-dev/viem/commit/d5297c6e32fc148a63c34fe47cd590cfc9c665ec) Thanks [@tmm](https://github.com/tmm)! - Fixed portable types
1188
+ - [#554](https://github.com/wevm/viem/pull/554) [`d5297c6`](https://github.com/wevm/viem/commit/d5297c6e32fc148a63c34fe47cd590cfc9c665ec) Thanks [@tmm](https://github.com/tmm)! - Fixed portable types
1029
1189
 
1030
- - [#556](https://github.com/wagmi-dev/viem/pull/556) [`81a3aed`](https://github.com/wagmi-dev/viem/commit/81a3aed513167588f0c3433af8407cc23c78f61f) Thanks [@tmm](https://github.com/tmm)! - Fallback to `client.account` for `estimateGas`.
1190
+ - [#556](https://github.com/wevm/viem/pull/556) [`81a3aed`](https://github.com/wevm/viem/commit/81a3aed513167588f0c3433af8407cc23c78f61f) Thanks [@tmm](https://github.com/tmm)! - Fallback to `client.account` for `estimateGas`.
1031
1191
 
1032
- - [#560](https://github.com/wagmi-dev/viem/pull/560) [`a5dd3c6`](https://github.com/wagmi-dev/viem/commit/a5dd3c6dcdb2c7625aacd9c9bc498bd86530dd77) Thanks [@Volchunovich](https://github.com/Volchunovich)! - Fixed docs links
1192
+ - [#560](https://github.com/wevm/viem/pull/560) [`a5dd3c6`](https://github.com/wevm/viem/commit/a5dd3c6dcdb2c7625aacd9c9bc498bd86530dd77) Thanks [@Volchunovich](https://github.com/Volchunovich)! - Fixed docs links
1033
1193
 
1034
1194
  ## 0.3.35
1035
1195
 
1036
1196
  ### Patch Changes
1037
1197
 
1038
- - [`1cc1dc2`](https://github.com/wagmi-dev/viem/commit/1cc1dc2e989765ea0d0afd72375505b93e0013a5) Thanks [@jxom](https://github.com/jxom)! - Fixed `account` parameter type on `readContract`.
1198
+ - [`1cc1dc2`](https://github.com/wevm/viem/commit/1cc1dc2e989765ea0d0afd72375505b93e0013a5) Thanks [@jxom](https://github.com/jxom)! - Fixed `account` parameter type on `readContract`.
1039
1199
 
1040
1200
  ## 0.3.34
1041
1201
 
1042
1202
  ### Patch Changes
1043
1203
 
1044
- - [`5c75ee5`](https://github.com/wagmi-dev/viem/commit/5c75ee598a0bd09709f619464e48cbb5fa2327d8) Thanks [@jxom](https://github.com/jxom)! - Added `EstimateContractGasParameters` & `EstimateContractGasReturnType` types.
1204
+ - [`5c75ee5`](https://github.com/wevm/viem/commit/5c75ee598a0bd09709f619464e48cbb5fa2327d8) Thanks [@jxom](https://github.com/jxom)! - Added `EstimateContractGasParameters` & `EstimateContractGasReturnType` types.
1045
1205
 
1046
1206
  ## 0.3.33
1047
1207
 
1048
1208
  ### Patch Changes
1049
1209
 
1050
- - [`0cb8f31`](https://github.com/wagmi-dev/viem/commit/0cb8f31589d65d056de66c13637635785d97b730) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `watchContractEvent` would throw a serialize error for bigint args.
1210
+ - [`0cb8f31`](https://github.com/wevm/viem/commit/0cb8f31589d65d056de66c13637635785d97b730) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `watchContractEvent` would throw a serialize error for bigint args.
1051
1211
 
1052
1212
  ## 0.3.32
1053
1213
 
1054
1214
  ### Patch Changes
1055
1215
 
1056
- - [`fb5b321`](https://github.com/wagmi-dev/viem/commit/fb5b321a9238d68a59f387632dd89ccb626a8cb5) Thanks [@jxom](https://github.com/jxom)! - Allowed recovery id as v when recovering public key.
1216
+ - [`fb5b321`](https://github.com/wevm/viem/commit/fb5b321a9238d68a59f387632dd89ccb626a8cb5) Thanks [@jxom](https://github.com/jxom)! - Allowed recovery id as v when recovering public key.
1057
1217
 
1058
- - [`9df44ce`](https://github.com/wagmi-dev/viem/commit/9df44cea3843a74f9e04591d3c683db1982269fb) Thanks [@jxom](https://github.com/jxom)! - Added `ganache` as another mode for Test Client
1218
+ - [`9df44ce`](https://github.com/wevm/viem/commit/9df44cea3843a74f9e04591d3c683db1982269fb) Thanks [@jxom](https://github.com/jxom)! - Added `ganache` as another mode for Test Client
1059
1219
 
1060
1220
  ## 0.3.31
1061
1221
 
1062
1222
  ### Patch Changes
1063
1223
 
1064
- - [#540](https://github.com/wagmi-dev/viem/pull/540) [`0d8f154`](https://github.com/wagmi-dev/viem/commit/0d8f154fbcbf68f8f8b1b8bde0cf5661ffc44370) Thanks [@jxom](https://github.com/jxom)! - Added proxy packages to support bundlers that are not compatible with `package.json#exports`.
1224
+ - [#540](https://github.com/wevm/viem/pull/540) [`0d8f154`](https://github.com/wevm/viem/commit/0d8f154fbcbf68f8f8b1b8bde0cf5661ffc44370) Thanks [@jxom](https://github.com/jxom)! - Added proxy packages to support bundlers that are not compatible with `package.json#exports`.
1065
1225
 
1066
1226
  ## 0.3.30
1067
1227
 
1068
1228
  ### Patch Changes
1069
1229
 
1070
- - [`228d949`](https://github.com/wagmi-dev/viem/commit/228d949bce648065ecef629173d1b847e2fc8f21) Thanks [@jxom](https://github.com/jxom)! - Bumped `waitForTransactionReceipt` retry count.
1230
+ - [`228d949`](https://github.com/wevm/viem/commit/228d949bce648065ecef629173d1b847e2fc8f21) Thanks [@jxom](https://github.com/jxom)! - Bumped `waitForTransactionReceipt` retry count.
1071
1231
 
1072
1232
  ## 0.3.29
1073
1233
 
1074
1234
  ### Patch Changes
1075
1235
 
1076
- - [#527](https://github.com/wagmi-dev/viem/pull/527) [`840d3d7`](https://github.com/wagmi-dev/viem/commit/840d3d7411a33ad02c71bd180b53244df91cd779) Thanks [@jxom](https://github.com/jxom)! - Fixed `trim` to trim trailing zero byte data instead of all trailing zeros.
1236
+ - [#527](https://github.com/wevm/viem/pull/527) [`840d3d7`](https://github.com/wevm/viem/commit/840d3d7411a33ad02c71bd180b53244df91cd779) Thanks [@jxom](https://github.com/jxom)! - Fixed `trim` to trim trailing zero byte data instead of all trailing zeros.
1077
1237
 
1078
1238
  ## 0.3.28
1079
1239
 
1080
1240
  ### Patch Changes
1081
1241
 
1082
- - [`ffee4f8`](https://github.com/wagmi-dev/viem/commit/ffee4f86928ada54d2c6a4403aafa7b861eeccb2) Thanks [@jxom](https://github.com/jxom)! - Bumped `waitForTransactionReceipt` exponential backoff scalar
1242
+ - [`ffee4f8`](https://github.com/wevm/viem/commit/ffee4f86928ada54d2c6a4403aafa7b861eeccb2) Thanks [@jxom](https://github.com/jxom)! - Bumped `waitForTransactionReceipt` exponential backoff scalar
1083
1243
 
1084
1244
  ## 0.3.27
1085
1245
 
1086
1246
  ### Patch Changes
1087
1247
 
1088
- - [#519](https://github.com/wagmi-dev/viem/pull/519) [`2ab7b56`](https://github.com/wagmi-dev/viem/commit/2ab7b56ea6828f92e10f287bac68f1f70815da1a) Thanks [@jxom](https://github.com/jxom)! - Batched websocket initialization.
1248
+ - [#519](https://github.com/wevm/viem/pull/519) [`2ab7b56`](https://github.com/wevm/viem/commit/2ab7b56ea6828f92e10f287bac68f1f70815da1a) Thanks [@jxom](https://github.com/jxom)! - Batched websocket initialization.
1089
1249
 
1090
- - [#518](https://github.com/wagmi-dev/viem/pull/518) [`65a0896`](https://github.com/wagmi-dev/viem/commit/65a0896426a28e2d11438984a6ed6b604d87c316) Thanks [@jxom](https://github.com/jxom)! - Added `strict` option to `isHex` & optimized data utilities.
1250
+ - [#518](https://github.com/wevm/viem/pull/518) [`65a0896`](https://github.com/wevm/viem/commit/65a0896426a28e2d11438984a6ed6b604d87c316) Thanks [@jxom](https://github.com/jxom)! - Added `strict` option to `isHex` & optimized data utilities.
1091
1251
 
1092
- - [#515](https://github.com/wagmi-dev/viem/pull/515) [`c1b81dc`](https://github.com/wagmi-dev/viem/commit/c1b81dc36ad787b632099a98ba2b4bd5e03ddafa) Thanks [@jxom](https://github.com/jxom)! - Optimized `getTransaction` strategy in `waitForTransactionReceipt`.
1252
+ - [#515](https://github.com/wevm/viem/pull/515) [`c1b81dc`](https://github.com/wevm/viem/commit/c1b81dc36ad787b632099a98ba2b4bd5e03ddafa) Thanks [@jxom](https://github.com/jxom)! - Optimized `getTransaction` strategy in `waitForTransactionReceipt`.
1093
1253
 
1094
1254
  ## 0.3.26
1095
1255
 
1096
1256
  ### Patch Changes
1097
1257
 
1098
- - [#500](https://github.com/wagmi-dev/viem/pull/500) [`1da5831`](https://github.com/wagmi-dev/viem/commit/1da583137a32f381a2e2e5f260105ce8542bbaee) Thanks [@jxom](https://github.com/jxom)! - refactor: lax log types
1258
+ - [#500](https://github.com/wevm/viem/pull/500) [`1da5831`](https://github.com/wevm/viem/commit/1da583137a32f381a2e2e5f260105ce8542bbaee) Thanks [@jxom](https://github.com/jxom)! - refactor: lax log types
1099
1259
 
1100
1260
  ## 0.3.25
1101
1261
 
1102
1262
  ### Patch Changes
1103
1263
 
1104
- - [#506](https://github.com/wagmi-dev/viem/pull/506) [`f396e5d`](https://github.com/wagmi-dev/viem/commit/f396e5d242bbf68a4b34596db6943d52fee19e79) Thanks [@jxom](https://github.com/jxom)! - Support suffixed data in `decodeAbiParameters`.
1264
+ - [#506](https://github.com/wevm/viem/pull/506) [`f396e5d`](https://github.com/wevm/viem/commit/f396e5d242bbf68a4b34596db6943d52fee19e79) Thanks [@jxom](https://github.com/jxom)! - Support suffixed data in `decodeAbiParameters`.
1105
1265
 
1106
1266
  ## 0.3.24
1107
1267
 
1108
1268
  ### Patch Changes
1109
1269
 
1110
- - [`9852bcd`](https://github.com/wagmi-dev/viem/commit/9852bcdfb83bfdda43fb276b3a1266b30592d56e) Thanks [@jxom](https://github.com/jxom)! - Fixed custom solidity errors with no args.
1270
+ - [`9852bcd`](https://github.com/wevm/viem/commit/9852bcdfb83bfdda43fb276b3a1266b30592d56e) Thanks [@jxom](https://github.com/jxom)! - Fixed custom solidity errors with no args.
1111
1271
 
1112
1272
  ## 0.3.23
1113
1273
 
1114
1274
  ### Patch Changes
1115
1275
 
1116
- - [#489](https://github.com/wagmi-dev/viem/pull/489) [`d130c72`](https://github.com/wagmi-dev/viem/commit/d130c7277bbb175b7ce82fe2c32ad9f65b3ae63f) Thanks [@tmm](https://github.com/tmm)! - Improved RpcError code types.
1276
+ - [#489](https://github.com/wevm/viem/pull/489) [`d130c72`](https://github.com/wevm/viem/commit/d130c7277bbb175b7ce82fe2c32ad9f65b3ae63f) Thanks [@tmm](https://github.com/tmm)! - Improved RpcError code types.
1117
1277
 
1118
- - [`670d825`](https://github.com/wagmi-dev/viem/commit/670d825aa8105a6fc5e4fedc540d055d28ec91e1) Thanks [@jxom](https://github.com/jxom)! - Fixed \`call\` revert data for node clients that have nested error data.
1278
+ - [`670d825`](https://github.com/wevm/viem/commit/670d825aa8105a6fc5e4fedc540d055d28ec91e1) Thanks [@jxom](https://github.com/jxom)! - Fixed \`call\` revert data for node clients that have nested error data.
1119
1279
 
1120
- - [#487](https://github.com/wagmi-dev/viem/pull/487) [`566e77d`](https://github.com/wagmi-dev/viem/commit/566e77dfafcd5b5486260e492d8db890b788b264) Thanks [@kdembler](https://github.com/kdembler)! - fix encodeEventTopics for leading non-indexed args
1280
+ - [#487](https://github.com/wevm/viem/pull/487) [`566e77d`](https://github.com/wevm/viem/commit/566e77dfafcd5b5486260e492d8db890b788b264) Thanks [@kdembler](https://github.com/kdembler)! - fix encodeEventTopics for leading non-indexed args
1121
1281
 
1122
1282
  ## 0.3.22
1123
1283
 
1124
1284
  ### Patch Changes
1125
1285
 
1126
- - [`9ae5eaa`](https://github.com/wagmi-dev/viem/commit/9ae5eaa1465240d07577d380e7387f1a065707e3) Thanks [@jxom](https://github.com/jxom)! - Fixed `functionName` type inference in `SimulateContractReturnType`.
1286
+ - [`9ae5eaa`](https://github.com/wevm/viem/commit/9ae5eaa1465240d07577d380e7387f1a065707e3) Thanks [@jxom](https://github.com/jxom)! - Fixed `functionName` type inference in `SimulateContractReturnType`.
1127
1287
 
1128
1288
  ## 0.3.21
1129
1289
 
1130
1290
  ### Patch Changes
1131
1291
 
1132
- - [#475](https://github.com/wagmi-dev/viem/pull/475) [`64a2f51`](https://github.com/wagmi-dev/viem/commit/64a2f51799431faf28946127a3d62373051d8553) Thanks [@jxom](https://github.com/jxom)! - Fixed \`hashMessage\` string conversion for messages that have same format as hex bytes.
1292
+ - [#475](https://github.com/wevm/viem/pull/475) [`64a2f51`](https://github.com/wevm/viem/commit/64a2f51799431faf28946127a3d62373051d8553) Thanks [@jxom](https://github.com/jxom)! - Fixed \`hashMessage\` string conversion for messages that have same format as hex bytes.
1133
1293
 
1134
- - [#474](https://github.com/wagmi-dev/viem/pull/474) [`1886095`](https://github.com/wagmi-dev/viem/commit/18860951b7276c5b67632113f96a09cda3a48d25) Thanks [@jxom](https://github.com/jxom)! - Exported `assertCurrentChain` util.
1294
+ - [#474](https://github.com/wevm/viem/pull/474) [`1886095`](https://github.com/wevm/viem/commit/18860951b7276c5b67632113f96a09cda3a48d25) Thanks [@jxom](https://github.com/jxom)! - Exported `assertCurrentChain` util.
1135
1295
 
1136
1296
  ## 0.3.20
1137
1297
 
1138
1298
  ### Patch Changes
1139
1299
 
1140
- - [#470](https://github.com/wagmi-dev/viem/pull/470) [`be9501e`](https://github.com/wagmi-dev/viem/commit/be9501eb3b509a0fe09dd087ee46d11642a9c408) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where `waitForTransactionReceipt` would throw immediately for RPC Providers which may be slow to sync mined transactions.
1300
+ - [#470](https://github.com/wevm/viem/pull/470) [`be9501e`](https://github.com/wevm/viem/commit/be9501eb3b509a0fe09dd087ee46d11642a9c408) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where `waitForTransactionReceipt` would throw immediately for RPC Providers which may be slow to sync mined transactions.
1141
1301
 
1142
1302
  ## 0.3.19
1143
1303
 
1144
1304
  ### Patch Changes
1145
1305
 
1146
- - [#320](https://github.com/wagmi-dev/viem/pull/320) [`6d6d092`](https://github.com/wagmi-dev/viem/commit/6d6d092c6cacb229bb2696261ae9dbe742c26647) Thanks [@janek26](https://github.com/janek26)! - Added support for Contract Wallet signature verification (EIP-6492) via `publicClient.verifyMessage` & `publicClient.verifyTypedData`.
1306
+ - [#320](https://github.com/wevm/viem/pull/320) [`6d6d092`](https://github.com/wevm/viem/commit/6d6d092c6cacb229bb2696261ae9dbe742c26647) Thanks [@janek26](https://github.com/janek26)! - Added support for Contract Wallet signature verification (EIP-6492) via `publicClient.verifyMessage` & `publicClient.verifyTypedData`.
1147
1307
 
1148
1308
  ## 0.3.18
1149
1309
 
1150
1310
  ### Patch Changes
1151
1311
 
1152
- - [#445](https://github.com/wagmi-dev/viem/pull/445) [`9e096a9`](https://github.com/wagmi-dev/viem/commit/9e096a92e2722e0dd0acd5ab79d5907e7d9bc82f) Thanks [@jxom](https://github.com/jxom)! - Refactored contract decoding utility types.
1312
+ - [#445](https://github.com/wevm/viem/pull/445) [`9e096a9`](https://github.com/wevm/viem/commit/9e096a92e2722e0dd0acd5ab79d5907e7d9bc82f) Thanks [@jxom](https://github.com/jxom)! - Refactored contract decoding utility types.
1153
1313
 
1154
- - [#448](https://github.com/wagmi-dev/viem/pull/448) [`29cf036`](https://github.com/wagmi-dev/viem/commit/29cf0363f0bfe89f0d63a281272151c6bba47ce1) Thanks [@jxom](https://github.com/jxom)! - Refactored inferred types on `Log` (eventName, args, topics), `getLogs`, `getFilterLogs` & `getFilterChanges`.
1314
+ - [#448](https://github.com/wevm/viem/pull/448) [`29cf036`](https://github.com/wevm/viem/commit/29cf0363f0bfe89f0d63a281272151c6bba47ce1) Thanks [@jxom](https://github.com/jxom)! - Refactored inferred types on `Log` (eventName, args, topics), `getLogs`, `getFilterLogs` & `getFilterChanges`.
1155
1315
 
1156
- - [#435](https://github.com/wagmi-dev/viem/pull/435) [`711cf94`](https://github.com/wagmi-dev/viem/commit/711cf9460a262fb12c520d7860f22915fb4c58f6) Thanks [@Raiden1411](https://github.com/Raiden1411)! - Updated `abitype` to `0.8.2` and exported abitype errors.
1316
+ - [#435](https://github.com/wevm/viem/pull/435) [`711cf94`](https://github.com/wevm/viem/commit/711cf9460a262fb12c520d7860f22915fb4c58f6) Thanks [@Raiden1411](https://github.com/Raiden1411)! - Updated `abitype` to `0.8.2` and exported abitype errors.
1157
1317
 
1158
- - [#445](https://github.com/wagmi-dev/viem/pull/445) [`9e096a9`](https://github.com/wagmi-dev/viem/commit/9e096a92e2722e0dd0acd5ab79d5907e7d9bc82f) Thanks [@jxom](https://github.com/jxom)! - Made "name" parameter (`eventName`, `functionName`, etc) optional on contract encoding/decoding utilities when only one ABI item is provided.
1318
+ - [#445](https://github.com/wevm/viem/pull/445) [`9e096a9`](https://github.com/wevm/viem/commit/9e096a92e2722e0dd0acd5ab79d5907e7d9bc82f) Thanks [@jxom](https://github.com/jxom)! - Made "name" parameter (`eventName`, `functionName`, etc) optional on contract encoding/decoding utilities when only one ABI item is provided.
1159
1319
 
1160
1320
  ## 0.3.17
1161
1321
 
1162
1322
  ### Patch Changes
1163
1323
 
1164
- - [#443](https://github.com/wagmi-dev/viem/pull/443) [`ca0cb85`](https://github.com/wagmi-dev/viem/commit/ca0cb852999dd90aebdb938d8bf4dbbec504a173) Thanks [@jxom](https://github.com/jxom)! - Fixed eth_call & eth_estimateGas calls for nodes that conform to the older JSON-RPC spec.
1324
+ - [#443](https://github.com/wevm/viem/pull/443) [`ca0cb85`](https://github.com/wevm/viem/commit/ca0cb852999dd90aebdb938d8bf4dbbec504a173) Thanks [@jxom](https://github.com/jxom)! - Fixed eth_call & eth_estimateGas calls for nodes that conform to the older JSON-RPC spec.
1165
1325
 
1166
1326
  ## 0.3.16
1167
1327
 
1168
1328
  ### Patch Changes
1169
1329
 
1170
- - [`482aaa1`](https://github.com/wagmi-dev/viem/commit/482aaa1651ff06575860c6d9d38bcde05e5b136e) Thanks [@jxom](https://github.com/jxom)! - Wrapped slice offset out-of-bounds error in a `BaseError`.
1330
+ - [`482aaa1`](https://github.com/wevm/viem/commit/482aaa1651ff06575860c6d9d38bcde05e5b136e) Thanks [@jxom](https://github.com/jxom)! - Wrapped slice offset out-of-bounds error in a `BaseError`.
1171
1331
 
1172
1332
  ## 0.3.15
1173
1333
 
1174
1334
  ### Patch Changes
1175
1335
 
1176
- - [#436](https://github.com/wagmi-dev/viem/pull/436) [`72ed656`](https://github.com/wagmi-dev/viem/commit/72ed6567897ee87939d33e89a7d6599ec8db321e) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `multicall`'s return type was incorrectly flattening when `allowFailure: false`.
1336
+ - [#436](https://github.com/wevm/viem/pull/436) [`72ed656`](https://github.com/wevm/viem/commit/72ed6567897ee87939d33e89a7d6599ec8db321e) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `multicall`'s return type was incorrectly flattening when `allowFailure: false`.
1177
1337
 
1178
1338
  ## 0.3.14
1179
1339
 
1180
1340
  ### Patch Changes
1181
1341
 
1182
- - [#426](https://github.com/wagmi-dev/viem/pull/426) [`840d19d`](https://github.com/wagmi-dev/viem/commit/840d19d652819001addfe9c47267d9e7c71841bd) Thanks [@izayl](https://github.com/izayl)! - Added constants zeroAddress.
1342
+ - [#426](https://github.com/wevm/viem/pull/426) [`840d19d`](https://github.com/wevm/viem/commit/840d19d652819001addfe9c47267d9e7c71841bd) Thanks [@izayl](https://github.com/izayl)! - Added constants zeroAddress.
1183
1343
 
1184
- - [#424](https://github.com/wagmi-dev/viem/pull/424) [`2eb73f6`](https://github.com/wagmi-dev/viem/commit/2eb73f6f449be7f00790c992202816d5eccf5232) Thanks [@fubhy](https://github.com/fubhy)! - Removed the `defineChain` export from `viem/chains`.
1344
+ - [#424](https://github.com/wevm/viem/pull/424) [`2eb73f6`](https://github.com/wevm/viem/commit/2eb73f6f449be7f00790c992202816d5eccf5232) Thanks [@fubhy](https://github.com/fubhy)! - Removed the `defineChain` export from `viem/chains`.
1185
1345
 
1186
- - [#427](https://github.com/wagmi-dev/viem/pull/427) [`41bc9e3`](https://github.com/wagmi-dev/viem/commit/41bc9e38dcbd71d10ea28edaaad48fb81d40f61b) Thanks [@jxom](https://github.com/jxom)! - Added support for EIP-3668 CCIP Read.
1346
+ - [#427](https://github.com/wevm/viem/pull/427) [`41bc9e3`](https://github.com/wevm/viem/commit/41bc9e38dcbd71d10ea28edaaad48fb81d40f61b) Thanks [@jxom](https://github.com/jxom)! - Added support for EIP-3668 CCIP Read.
1187
1347
 
1188
- - [#431](https://github.com/wagmi-dev/viem/pull/431) [`31aafb3`](https://github.com/wagmi-dev/viem/commit/31aafb3514adff65bc4c27b78dad90057ee97421) Thanks [@jxom](https://github.com/jxom)! - Added a `dataSuffix` argument to `writeContract` and `simulateContract`
1348
+ - [#431](https://github.com/wevm/viem/pull/431) [`31aafb3`](https://github.com/wevm/viem/commit/31aafb3514adff65bc4c27b78dad90057ee97421) Thanks [@jxom](https://github.com/jxom)! - Added a `dataSuffix` argument to `writeContract` and `simulateContract`
1189
1349
 
1190
1350
  ## 0.3.13
1191
1351
 
1192
1352
  ### Patch Changes
1193
1353
 
1194
- - [`eb32e6c`](https://github.com/wagmi-dev/viem/commit/eb32e6c8a412aa4d16339236d4a14d820a26fdc1) Thanks [@fubhy](https://github.com/fubhy)! - Fixed `mine()` to resolve to `undefined` instead of `null`.
1354
+ - [`eb32e6c`](https://github.com/wevm/viem/commit/eb32e6c8a412aa4d16339236d4a14d820a26fdc1) Thanks [@fubhy](https://github.com/fubhy)! - Fixed `mine()` to resolve to `undefined` instead of `null`.
1195
1355
 
1196
1356
  ## 0.3.12
1197
1357
 
1198
1358
  ### Patch Changes
1199
1359
 
1200
- - [`6f8151c`](https://github.com/wagmi-dev/viem/commit/6f8151c58fcb5e14b7a954df6e941fe3cca4054c) Thanks [@jxom](https://github.com/jxom)! - Flagged 403 as non-deterministic error for `fallback` Transport.
1360
+ - [`6f8151c`](https://github.com/wevm/viem/commit/6f8151c58fcb5e14b7a954df6e941fe3cca4054c) Thanks [@jxom](https://github.com/jxom)! - Flagged 403 as non-deterministic error for `fallback` Transport.
1201
1361
 
1202
1362
  ## 0.3.11
1203
1363
 
1204
1364
  ### Patch Changes
1205
1365
 
1206
- - [#404](https://github.com/wagmi-dev/viem/pull/404) [`2c380cf`](https://github.com/wagmi-dev/viem/commit/2c380cf0f0e528d6ff9e9c354e4fcec28df5329b) Thanks [@izayl](https://github.com/izayl)! - Added support for EIP-1191 address checksum.
1366
+ - [#404](https://github.com/wevm/viem/pull/404) [`2c380cf`](https://github.com/wevm/viem/commit/2c380cf0f0e528d6ff9e9c354e4fcec28df5329b) Thanks [@izayl](https://github.com/izayl)! - Added support for EIP-1191 address checksum.
1207
1367
 
1208
- - [#398](https://github.com/wagmi-dev/viem/pull/398) [`cbb4f1f`](https://github.com/wagmi-dev/viem/commit/cbb4f1f66b80914313e54bf7022e59a1b0bee2d3) Thanks [@jxom](https://github.com/jxom)! - Added a new `batchSize` parameter to `multicall` which limits the size of each calldata chunk.
1368
+ - [#398](https://github.com/wevm/viem/pull/398) [`cbb4f1f`](https://github.com/wevm/viem/commit/cbb4f1f66b80914313e54bf7022e59a1b0bee2d3) Thanks [@jxom](https://github.com/jxom)! - Added a new `batchSize` parameter to `multicall` which limits the size of each calldata chunk.
1209
1369
 
1210
1370
  ## 0.3.10
1211
1371
 
1212
1372
  ### Patch Changes
1213
1373
 
1214
- - [`777fa34`](https://github.com/wagmi-dev/viem/commit/777fa34c9ce5630696e554127e39e5e9386ad74e) Thanks [@jxom](https://github.com/jxom)! - Fixed wallet_watchAsset type.
1374
+ - [`777fa34`](https://github.com/wevm/viem/commit/777fa34c9ce5630696e554127e39e5e9386ad74e) Thanks [@jxom](https://github.com/jxom)! - Fixed wallet_watchAsset type.
1215
1375
 
1216
1376
  ## 0.3.9
1217
1377
 
1218
1378
  ### Patch Changes
1219
1379
 
1220
- - [`b4d6623`](https://github.com/wagmi-dev/viem/commit/b4d662360f55d5963e015f7080538a167e89b1f6) Thanks [@jxom](https://github.com/jxom)! - Fixed multicall return type.
1380
+ - [`b4d6623`](https://github.com/wevm/viem/commit/b4d662360f55d5963e015f7080538a167e89b1f6) Thanks [@jxom](https://github.com/jxom)! - Fixed multicall return type.
1221
1381
 
1222
1382
  ## 0.3.8
1223
1383
 
1224
1384
  ### Patch Changes
1225
1385
 
1226
- - [`8371ad9`](https://github.com/wagmi-dev/viem/commit/8371ad9cb6987b5876a679ba502a80573c92ec64) Thanks [@jxom](https://github.com/jxom)! - Fixed WebSocket import on Vite environments.
1386
+ - [`8371ad9`](https://github.com/wevm/viem/commit/8371ad9cb6987b5876a679ba502a80573c92ec64) Thanks [@jxom](https://github.com/jxom)! - Fixed WebSocket import on Vite environments.
1227
1387
 
1228
1388
  ## 0.3.7
1229
1389
 
1230
1390
  ### Patch Changes
1231
1391
 
1232
- - [#399](https://github.com/wagmi-dev/viem/pull/399) [`eefd839`](https://github.com/wagmi-dev/viem/commit/eefd83997a98113b81d5ba21a8b5492a1de2284c) Thanks [@jxom](https://github.com/jxom)! - Fixed async imports in Vite environments.
1392
+ - [#399](https://github.com/wevm/viem/pull/399) [`eefd839`](https://github.com/wevm/viem/commit/eefd83997a98113b81d5ba21a8b5492a1de2284c) Thanks [@jxom](https://github.com/jxom)! - Fixed async imports in Vite environments.
1233
1393
 
1234
- - [#397](https://github.com/wagmi-dev/viem/pull/397) [`69b95ed`](https://github.com/wagmi-dev/viem/commit/69b95ed5991c712d11ff4de1bb873c9a2af152b3) Thanks [@tmm](https://github.com/tmm)! - Made `value` required for payable functions.
1394
+ - [#397](https://github.com/wevm/viem/pull/397) [`69b95ed`](https://github.com/wevm/viem/commit/69b95ed5991c712d11ff4de1bb873c9a2af152b3) Thanks [@tmm](https://github.com/tmm)! - Made `value` required for payable functions.
1235
1395
 
1236
1396
  ## 0.3.6
1237
1397
 
1238
1398
  ### Patch Changes
1239
1399
 
1240
- - [`ae6d388`](https://github.com/wagmi-dev/viem/commit/ae6d3883ec41dfdd3750a5f7473495d011df5802) Thanks [@jxom](https://github.com/jxom)! - Fixed unpublished type declarations.
1400
+ - [`ae6d388`](https://github.com/wevm/viem/commit/ae6d3883ec41dfdd3750a5f7473495d011df5802) Thanks [@jxom](https://github.com/jxom)! - Fixed unpublished type declarations.
1241
1401
 
1242
1402
  ## 0.3.5
1243
1403
 
1244
1404
  ### Patch Changes
1245
1405
 
1246
- - [`0d38807`](https://github.com/wagmi-dev/viem/commit/0d38807bcd61fae5c5d4736aed6c59277c9b4bf4) Thanks [@jxom](https://github.com/jxom)! - Fixed `batch` config in `createPublicClient`.
1406
+ - [`0d38807`](https://github.com/wevm/viem/commit/0d38807bcd61fae5c5d4736aed6c59277c9b4bf4) Thanks [@jxom](https://github.com/jxom)! - Fixed `batch` config in `createPublicClient`.
1247
1407
 
1248
1408
  ## 0.3.4
1249
1409
 
1250
1410
  ### Patch Changes
1251
1411
 
1252
- - [#387](https://github.com/wagmi-dev/viem/pull/387) [`230fcfd`](https://github.com/wagmi-dev/viem/commit/230fcfd97bb4937502e604630bb97695198e7b7e) Thanks [@jxom](https://github.com/jxom)! - Added support for `eth_call` batch aggregation via multicall `aggregate3`.
1412
+ - [#387](https://github.com/wevm/viem/pull/387) [`230fcfd`](https://github.com/wevm/viem/commit/230fcfd97bb4937502e604630bb97695198e7b7e) Thanks [@jxom](https://github.com/jxom)! - Added support for `eth_call` batch aggregation via multicall `aggregate3`.
1253
1413
 
1254
- - [#388](https://github.com/wagmi-dev/viem/pull/388) [`bc254d8`](https://github.com/wagmi-dev/viem/commit/bc254d882bed6216daa72d5820526e6573a34e85) Thanks [@jxom](https://github.com/jxom)! - Added `size` as an argument to hex/bytes encoding/decoding utilities.
1414
+ - [#388](https://github.com/wevm/viem/pull/388) [`bc254d8`](https://github.com/wevm/viem/commit/bc254d882bed6216daa72d5820526e6573a34e85) Thanks [@jxom](https://github.com/jxom)! - Added `size` as an argument to hex/bytes encoding/decoding utilities.
1255
1415
 
1256
- - [`03816ec`](https://github.com/wagmi-dev/viem/commit/03816ec421eb8adbcb17bd44c5dc344407acba2d) Thanks [@jxom](https://github.com/jxom)! - Disabled `fallback` transport ranking by default.
1416
+ - [`03816ec`](https://github.com/wevm/viem/commit/03816ec421eb8adbcb17bd44c5dc344407acba2d) Thanks [@jxom](https://github.com/jxom)! - Disabled `fallback` transport ranking by default.
1257
1417
 
1258
1418
  ## 0.3.3
1259
1419
 
1260
1420
  ### Patch Changes
1261
1421
 
1262
- - [#383](https://github.com/wagmi-dev/viem/pull/383) [`7e9731c`](https://github.com/wagmi-dev/viem/commit/7e9731cf315ddcd10f35c81c63a15af6aa78350d) Thanks [@Raiden1411](https://github.com/Raiden1411)! - Fixed an issue where `serializeTransaction` was incorrectly encoding zero-ish properties.
1422
+ - [#383](https://github.com/wevm/viem/pull/383) [`7e9731c`](https://github.com/wevm/viem/commit/7e9731cf315ddcd10f35c81c63a15af6aa78350d) Thanks [@Raiden1411](https://github.com/Raiden1411)! - Fixed an issue where `serializeTransaction` was incorrectly encoding zero-ish properties.
1263
1423
 
1264
1424
  ## 0.3.2
1265
1425
 
1266
1426
  ### Patch Changes
1267
1427
 
1268
- - [#375](https://github.com/wagmi-dev/viem/pull/375) [`f9bedc9`](https://github.com/wagmi-dev/viem/commit/f9bedc94ecd41fdcb2f0fed1d90162567c2a31ea) Thanks [@fubhy](https://github.com/fubhy)! - Support edge runtime
1428
+ - [#375](https://github.com/wevm/viem/pull/375) [`f9bedc9`](https://github.com/wevm/viem/commit/f9bedc94ecd41fdcb2f0fed1d90162567c2a31ea) Thanks [@fubhy](https://github.com/fubhy)! - Support edge runtime
1269
1429
 
1270
1430
  ## 0.3.1
1271
1431
 
1272
1432
  ### Patch Changes
1273
1433
 
1274
- - [`6856443`](https://github.com/wagmi-dev/viem/commit/6856443fb75421639c9622343d5958791028874c) Thanks [@jxom](https://github.com/jxom)! - Added `recoverPublicKey`.
1434
+ - [`6856443`](https://github.com/wevm/viem/commit/6856443fb75421639c9622343d5958791028874c) Thanks [@jxom](https://github.com/jxom)! - Added `recoverPublicKey`.
1275
1435
 
1276
- - [#363](https://github.com/wagmi-dev/viem/pull/363) [`ee1cb7f`](https://github.com/wagmi-dev/viem/commit/ee1cb7ff546236041b1ca115bb2a252520e8ef7f) Thanks [@tmm](https://github.com/tmm)! - Added inference to `getLogs` `event` type.
1436
+ - [#363](https://github.com/wevm/viem/pull/363) [`ee1cb7f`](https://github.com/wevm/viem/commit/ee1cb7ff546236041b1ca115bb2a252520e8ef7f) Thanks [@tmm](https://github.com/tmm)! - Added inference to `getLogs` `event` type.
1277
1437
 
1278
- - [#365](https://github.com/wagmi-dev/viem/pull/365) [`f4dcc33`](https://github.com/wagmi-dev/viem/commit/f4dcc33739a339c286f852a377f71fbf2fb7ab97) Thanks [@fubhy](https://github.com/fubhy)! - Fixed `getAbiItem` to not use a generic type variable for the return type
1438
+ - [#365](https://github.com/wevm/viem/pull/365) [`f4dcc33`](https://github.com/wevm/viem/commit/f4dcc33739a339c286f852a377f71fbf2fb7ab97) Thanks [@fubhy](https://github.com/fubhy)! - Fixed `getAbiItem` to not use a generic type variable for the return type
1279
1439
 
1280
1440
  ## 0.3.0
1281
1441
 
1282
1442
  ### Minor Changes
1283
1443
 
1284
- - [#355](https://github.com/wagmi-dev/viem/pull/355) [`b1acfc9`](https://github.com/wagmi-dev/viem/commit/b1acfc9198bfbed8c3de6e769c5ff06d7124881c) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `RequestError` to `RpcError`.
1444
+ - [#355](https://github.com/wevm/viem/pull/355) [`b1acfc9`](https://github.com/wevm/viem/commit/b1acfc9198bfbed8c3de6e769c5ff06d7124881c) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `RequestError` to `RpcError`.
1285
1445
  **Breaking:** Removed `RpcRequestError` – use `RpcError` instead.
1286
1446
  **Breaking:** Renamed `RpcError` to `RpcRequestError`.
1287
1447
 
1288
1448
  ### Patch Changes
1289
1449
 
1290
- - [#355](https://github.com/wagmi-dev/viem/pull/355) [`b1acfc9`](https://github.com/wagmi-dev/viem/commit/b1acfc9198bfbed8c3de6e769c5ff06d7124881c) Thanks [@jxom](https://github.com/jxom)! - Added `ProviderRpcError` subclass.
1450
+ - [#355](https://github.com/wevm/viem/pull/355) [`b1acfc9`](https://github.com/wevm/viem/commit/b1acfc9198bfbed8c3de6e769c5ff06d7124881c) Thanks [@jxom](https://github.com/jxom)! - Added `ProviderRpcError` subclass.
1291
1451
 
1292
1452
  Added EIP-1193 `UnauthorizedProviderError`, `UnsupportedProviderMethodError`, `ProviderDisconnectedError`, and `ChainDisconnectedError`.
1293
1453
 
1294
- - [#349](https://github.com/wagmi-dev/viem/pull/349) [`b275811`](https://github.com/wagmi-dev/viem/commit/b2758116623567a07e9c2cae7e2471e3c6bf2ecf) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where Filter querying (`eth_getFilterChanges`, etc) was not being scoped to the Transport that created the Filter.
1454
+ - [#349](https://github.com/wevm/viem/pull/349) [`b275811`](https://github.com/wevm/viem/commit/b2758116623567a07e9c2cae7e2471e3c6bf2ecf) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where Filter querying (`eth_getFilterChanges`, etc) was not being scoped to the Transport that created the Filter.
1295
1455
 
1296
1456
  ## 0.2.14
1297
1457
 
1298
1458
  ### Patch Changes
1299
1459
 
1300
- - [#344](https://github.com/wagmi-dev/viem/pull/344) [`bb9c2a4`](https://github.com/wagmi-dev/viem/commit/bb9c2a4b769655f230b8af22efb871393e78a80d) Thanks [@jxom](https://github.com/jxom)! - Added `EIP1193Provider` type.
1460
+ - [#344](https://github.com/wevm/viem/pull/344) [`bb9c2a4`](https://github.com/wevm/viem/commit/bb9c2a4b769655f230b8af22efb871393e78a80d) Thanks [@jxom](https://github.com/jxom)! - Added `EIP1193Provider` type.
1301
1461
 
1302
1462
  ## 0.2.13
1303
1463
 
1304
1464
  ### Patch Changes
1305
1465
 
1306
- - [#331](https://github.com/wagmi-dev/viem/pull/331) [`cd7b642`](https://github.com/wagmi-dev/viem/commit/cd7b64242643247c3c04896dacdd95b2a335ba52) Thanks [@jxom](https://github.com/jxom)! - Migrated to TypeScript 5.
1466
+ - [#331](https://github.com/wevm/viem/pull/331) [`cd7b642`](https://github.com/wevm/viem/commit/cd7b64242643247c3c04896dacdd95b2a335ba52) Thanks [@jxom](https://github.com/jxom)! - Migrated to TypeScript 5.
1307
1467
  Migrated build process from `tsup` to `tsc`.
1308
1468
 
1309
- - [#343](https://github.com/wagmi-dev/viem/pull/343) [`579171d`](https://github.com/wagmi-dev/viem/commit/579171dbc691f9c352688455f21b6c4187dbf422) Thanks [@fubhy](https://github.com/fubhy)! - Fixed conditional types for poll options on `watchBlocks` & `watchPendingTransactions`.
1469
+ - [#343](https://github.com/wevm/viem/pull/343) [`579171d`](https://github.com/wevm/viem/commit/579171dbc691f9c352688455f21b6c4187dbf422) Thanks [@fubhy](https://github.com/fubhy)! - Fixed conditional types for poll options on `watchBlocks` & `watchPendingTransactions`.
1310
1470
 
1311
1471
  ## 0.2.12
1312
1472
 
1313
1473
  ### Patch Changes
1314
1474
 
1315
- - [#328](https://github.com/wagmi-dev/viem/pull/328) [`ee87fe7`](https://github.com/wagmi-dev/viem/commit/ee87fe73884297db1c3957453efd7c326924c269) Thanks [@jxom](https://github.com/jxom)! - Tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` to be more friendly with custom errors.
1475
+ - [#328](https://github.com/wevm/viem/pull/328) [`ee87fe7`](https://github.com/wevm/viem/commit/ee87fe73884297db1c3957453efd7c326924c269) Thanks [@jxom](https://github.com/jxom)! - Tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` to be more friendly with custom errors.
1316
1476
 
1317
1477
  ## 0.2.11
1318
1478
 
1319
1479
  ### Patch Changes
1320
1480
 
1321
- - [#326](https://github.com/wagmi-dev/viem/pull/326) [`c83616a`](https://github.com/wagmi-dev/viem/commit/c83616ad33aa06054342a3bf72bcb51c09ee0ada) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where filtered logs that do not conform to the provided ABI would cause `getLogs`, `getFilterLogs` or `getFilterChanges` to throw – these logs are now skipped. See [#323](https://github.com/wagmi-dev/viem/issues/323#issuecomment-1499654052) for more info.
1481
+ - [#326](https://github.com/wevm/viem/pull/326) [`c83616a`](https://github.com/wevm/viem/commit/c83616ad33aa06054342a3bf72bcb51c09ee0ada) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where filtered logs that do not conform to the provided ABI would cause `getLogs`, `getFilterLogs` or `getFilterChanges` to throw – these logs are now skipped. See [#323](https://github.com/wevm/viem/issues/323#issuecomment-1499654052) for more info.
1322
1482
 
1323
1483
  ## 0.2.10
1324
1484
 
1325
1485
  ### Patch Changes
1326
1486
 
1327
- - [#322](https://github.com/wagmi-dev/viem/pull/322) [`ea019d7`](https://github.com/wagmi-dev/viem/commit/ea019d75c5243d8ae2b8ca1686b34026b170d903) Thanks [@tmm](https://github.com/tmm)! - Fixed properties passed to ethers adapter `signTransaction`
1487
+ - [#322](https://github.com/wevm/viem/pull/322) [`ea019d7`](https://github.com/wevm/viem/commit/ea019d75c5243d8ae2b8ca1686b34026b170d903) Thanks [@tmm](https://github.com/tmm)! - Fixed properties passed to ethers adapter `signTransaction`
1328
1488
 
1329
1489
  ## 0.2.9
1330
1490
 
1331
1491
  ### Patch Changes
1332
1492
 
1333
- - [#317](https://github.com/wagmi-dev/viem/pull/317) [`2720ba5`](https://github.com/wagmi-dev/viem/commit/2720ba566d02fdb2c6ddc8d016ec252606a9cb95) Thanks [@jxom](https://github.com/jxom)! - Fixed `transports` property type on `FallbackTransport`.
1493
+ - [#317](https://github.com/wevm/viem/pull/317) [`2720ba5`](https://github.com/wevm/viem/commit/2720ba566d02fdb2c6ddc8d016ec252606a9cb95) Thanks [@jxom](https://github.com/jxom)! - Fixed `transports` property type on `FallbackTransport`.
1334
1494
 
1335
1495
  ## 0.2.8
1336
1496
 
1337
1497
  ### Patch Changes
1338
1498
 
1339
- - [#313](https://github.com/wagmi-dev/viem/pull/313) [`eb2280c`](https://github.com/wagmi-dev/viem/commit/eb2280cbc65b3e509b4b3871fe75b236101da442) Thanks [@jxom](https://github.com/jxom)! - Migrated from `idna-uts46-hx` to `@adraffy/ens-normalize` for `normalize`.
1499
+ - [#313](https://github.com/wevm/viem/pull/313) [`eb2280c`](https://github.com/wevm/viem/commit/eb2280cbc65b3e509b4b3871fe75b236101da442) Thanks [@jxom](https://github.com/jxom)! - Migrated from `idna-uts46-hx` to `@adraffy/ens-normalize` for `normalize`.
1340
1500
 
1341
1501
  ## 0.2.7
1342
1502
 
1343
1503
  ### Patch Changes
1344
1504
 
1345
- - [#310](https://github.com/wagmi-dev/viem/pull/310) [`6dfc225`](https://github.com/wagmi-dev/viem/commit/6dfc22537b9dd5740911b8677bba01cc477b9b23) Thanks [@jxom](https://github.com/jxom)! - Made `GetValue` return `{ value?: never }` instead of `unknown` for contract functions that are not payable.
1505
+ - [#310](https://github.com/wevm/viem/pull/310) [`6dfc225`](https://github.com/wevm/viem/commit/6dfc22537b9dd5740911b8677bba01cc477b9b23) Thanks [@jxom](https://github.com/jxom)! - Made `GetValue` return `{ value?: never }` instead of `unknown` for contract functions that are not payable.
1346
1506
 
1347
1507
  ## 0.2.6
1348
1508
 
1349
1509
  ### Patch Changes
1350
1510
 
1351
- - [#295](https://github.com/wagmi-dev/viem/pull/295) [`9a15a61`](https://github.com/wagmi-dev/viem/commit/9a15a612dd4a416f932c99519416665c0ffac214) Thanks [@fubhy](https://github.com/fubhy)! - Return discrimated union type from `decodeFunctionData`
1511
+ - [#295](https://github.com/wevm/viem/pull/295) [`9a15a61`](https://github.com/wevm/viem/commit/9a15a612dd4a416f932c99519416665c0ffac214) Thanks [@fubhy](https://github.com/fubhy)! - Return discrimated union type from `decodeFunctionData`
1352
1512
 
1353
- - [#304](https://github.com/wagmi-dev/viem/pull/304) [`8e1b712`](https://github.com/wagmi-dev/viem/commit/8e1b712efc256c16a98408d10557d5f55d8927d7) Thanks [@fubhy](https://github.com/fubhy)! - Fixed `getTransactionType` to honor `undefined` EIP-1559, EIP-2930 or Legacy attributes.
1513
+ - [#304](https://github.com/wevm/viem/pull/304) [`8e1b712`](https://github.com/wevm/viem/commit/8e1b712efc256c16a98408d10557d5f55d8927d7) Thanks [@fubhy](https://github.com/fubhy)! - Fixed `getTransactionType` to honor `undefined` EIP-1559, EIP-2930 or Legacy attributes.
1354
1514
 
1355
- - [#302](https://github.com/wagmi-dev/viem/pull/302) [`c00a459`](https://github.com/wagmi-dev/viem/commit/c00a459490ff283812e6847547149a8104a5c4d0) Thanks [@fubhy](https://github.com/fubhy)! - Fixed forwarding of options to transport for wallet client
1515
+ - [#302](https://github.com/wevm/viem/pull/302) [`c00a459`](https://github.com/wevm/viem/commit/c00a459490ff283812e6847547149a8104a5c4d0) Thanks [@fubhy](https://github.com/fubhy)! - Fixed forwarding of options to transport for wallet client
1356
1516
 
1357
1517
  ## 0.2.5
1358
1518
 
1359
1519
  ### Patch Changes
1360
1520
 
1361
- - [#297](https://github.com/wagmi-dev/viem/pull/297) [`96d072c`](https://github.com/wagmi-dev/viem/commit/96d072cac1ae09f85afcbbca63c99f10a80f1722) Thanks [@fubhy](https://github.com/fubhy)! - Fixed wordlists exports.
1521
+ - [#297](https://github.com/wevm/viem/pull/297) [`96d072c`](https://github.com/wevm/viem/commit/96d072cac1ae09f85afcbbca63c99f10a80f1722) Thanks [@fubhy](https://github.com/fubhy)! - Fixed wordlists exports.
1362
1522
 
1363
1523
  ## 0.2.4
1364
1524
 
1365
1525
  ### Patch Changes
1366
1526
 
1367
- - [#293](https://github.com/wagmi-dev/viem/pull/293) [`859352c`](https://github.com/wagmi-dev/viem/commit/859352c38333ec22924b24242db8f583fc73d9fb) Thanks [@TateB](https://github.com/TateB)! - Fixed ENS address resolution for when resolver returns with a null address, or resolvers that do not support `addr`. `getEnsAddress` returns `null` for these cases.
1527
+ - [#293](https://github.com/wevm/viem/pull/293) [`859352c`](https://github.com/wevm/viem/commit/859352c38333ec22924b24242db8f583fc73d9fb) Thanks [@TateB](https://github.com/TateB)! - Fixed ENS address resolution for when resolver returns with a null address, or resolvers that do not support `addr`. `getEnsAddress` returns `null` for these cases.
1368
1528
 
1369
1529
  ## 0.2.3
1370
1530
 
1371
1531
  ### Patch Changes
1372
1532
 
1373
- - [#290](https://github.com/wagmi-dev/viem/pull/290) [`ef2bbaf`](https://github.com/wagmi-dev/viem/commit/ef2bbafa2b372bfa8fa1b29ffabea75ca3ea1122) Thanks [@holic](https://github.com/holic)! - Fixed ENS address resolution for "0x"-prefixed names.
1533
+ - [#290](https://github.com/wevm/viem/pull/290) [`ef2bbaf`](https://github.com/wevm/viem/commit/ef2bbafa2b372bfa8fa1b29ffabea75ca3ea1122) Thanks [@holic](https://github.com/holic)! - Fixed ENS address resolution for "0x"-prefixed names.
1374
1534
 
1375
1535
  ## 0.2.2
1376
1536
 
1377
1537
  ### Patch Changes
1378
1538
 
1379
- - [#289](https://github.com/wagmi-dev/viem/pull/289) [`8c51f93`](https://github.com/wagmi-dev/viem/commit/8c51f93cfbe304c88b018c679c4413e8874692e7) Thanks [@jxom](https://github.com/jxom)! - Pinned dependencies.
1539
+ - [#289](https://github.com/wevm/viem/pull/289) [`8c51f93`](https://github.com/wevm/viem/commit/8c51f93cfbe304c88b018c679c4413e8874692e7) Thanks [@jxom](https://github.com/jxom)! - Pinned dependencies.
1380
1540
 
1381
- - [#289](https://github.com/wagmi-dev/viem/pull/289) [`8c51f93`](https://github.com/wagmi-dev/viem/commit/8c51f93cfbe304c88b018c679c4413e8874692e7) Thanks [@jxom](https://github.com/jxom)! - Made `@scure/bip39/wordlists/*` & `idna-uts46-hx` exports ESM friendly.
1541
+ - [#289](https://github.com/wevm/viem/pull/289) [`8c51f93`](https://github.com/wevm/viem/commit/8c51f93cfbe304c88b018c679c4413e8874692e7) Thanks [@jxom](https://github.com/jxom)! - Made `@scure/bip39/wordlists/*` & `idna-uts46-hx` exports ESM friendly.
1382
1542
 
1383
1543
  ## 0.2.1
1384
1544
 
1385
1545
  ### Patch Changes
1386
1546
 
1387
- - [#285](https://github.com/wagmi-dev/viem/pull/285) [`ab9fd12`](https://github.com/wagmi-dev/viem/commit/ab9fd121fbe271ba9bee43aea2d7bba122dc4f03) Thanks [@tmm](https://github.com/tmm)! - Exported `hdKeyToAccount` and `mnemonicToAccount`.
1547
+ - [#285](https://github.com/wevm/viem/pull/285) [`ab9fd12`](https://github.com/wevm/viem/commit/ab9fd121fbe271ba9bee43aea2d7bba122dc4f03) Thanks [@tmm](https://github.com/tmm)! - Exported `hdKeyToAccount` and `mnemonicToAccount`.
1388
1548
 
1389
1549
  ## 0.2.0 – [Migration Guide](https://viem.sh/docs/migration-guide.html)
1390
1550
 
1391
1551
  ### Minor Changes
1392
1552
 
1393
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed the `getAccount` function.
1553
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed the `getAccount` function.
1394
1554
 
1395
1555
  **For JSON-RPC Accounts, use the address itself.**
1396
1556
 
@@ -1462,7 +1622,7 @@
1462
1622
  })
1463
1623
  ```
1464
1624
 
1465
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed `assertChain` argument on `sendTransaction`, `writeContract` & `deployContract`. If you wish to bypass the chain check (not recommended unless for testing purposes), you can pass `chain: null`.
1625
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed `assertChain` argument on `sendTransaction`, `writeContract` & `deployContract`. If you wish to bypass the chain check (not recommended unless for testing purposes), you can pass `chain: null`.
1466
1626
 
1467
1627
  ```diff
1468
1628
  await walletClient.sendTransaction({
@@ -1472,7 +1632,7 @@
1472
1632
  })
1473
1633
  ```
1474
1634
 
1475
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** A chain is now required for the `sendTransaction`, `writeContract`, `deployContract` Actions.
1635
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** A chain is now required for the `sendTransaction`, `writeContract`, `deployContract` Actions.
1476
1636
 
1477
1637
  You can hoist the Chain on the Client:
1478
1638
 
@@ -1515,7 +1675,7 @@
1515
1675
  })
1516
1676
  ```
1517
1677
 
1518
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Updated utility type names to reflect their purposes:
1678
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Updated utility type names to reflect their purposes:
1519
1679
 
1520
1680
  - `ExtractErrorNameFromAbi` is now `InferErrorName`
1521
1681
  - `ExtractEventNameFromAbi` is now `InferEventName`
@@ -1527,7 +1687,7 @@
1527
1687
  - `ExtractEventArgsFromTopics` is now `GetEventArgsFromTopics`
1528
1688
  - `ExtractArgsFromAbi` is now `GetFunctionArgs`
1529
1689
 
1530
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** The following functions are now `async` functions instead of synchronous functions:
1690
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** The following functions are now `async` functions instead of synchronous functions:
1531
1691
 
1532
1692
  - `recoverAddress`
1533
1693
  - `recoverMessageAddress`
@@ -1542,9 +1702,9 @@
1542
1702
 
1543
1703
  ### Patch Changes
1544
1704
 
1545
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added `getEnsText` & `getEnsAvatar`
1705
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added `getEnsText` & `getEnsAvatar`
1546
1706
 
1547
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added Local Account implementations:
1707
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added Local Account implementations:
1548
1708
 
1549
1709
  - `privateKeyToAccount`
1550
1710
  - `mnemonicToAccount`
@@ -1568,13 +1728,13 @@
1568
1728
  })
1569
1729
  ```
1570
1730
 
1571
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added WebSocket `eth_subscribe` support `watchBlocks`, `watchBlockNumber`, and `watchPendingTransactions`.
1731
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added WebSocket `eth_subscribe` support `watchBlocks`, `watchBlockNumber`, and `watchPendingTransactions`.
1572
1732
 
1573
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Updated Client types.
1733
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Updated Client types.
1574
1734
 
1575
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added `verifyTypedData`, `hashTypedData`, `recoverTypedDataMessage`
1735
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added `verifyTypedData`, `hashTypedData`, `recoverTypedDataMessage`
1576
1736
 
1577
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added the ability to hoist an Account to the Wallet Client.
1737
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added the ability to hoist an Account to the Wallet Client.
1578
1738
 
1579
1739
  ```diff
1580
1740
  import { createWalletClient, http } from 'viem'
@@ -1595,153 +1755,153 @@
1595
1755
  })
1596
1756
  ```
1597
1757
 
1598
- - [#229](https://github.com/wagmi-dev/viem/pull/229) [`098f342`](https://github.com/wagmi-dev/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added getEnsResolver
1758
+ - [#229](https://github.com/wevm/viem/pull/229) [`098f342`](https://github.com/wevm/viem/commit/098f3423ee84f9deb09c2c7d30e950a046c07ea9) Thanks [@jxom](https://github.com/jxom)! - Added getEnsResolver
1599
1759
 
1600
1760
  ## 0.1.26
1601
1761
 
1602
1762
  ### Patch Changes
1603
1763
 
1604
- - [`93e402d`](https://github.com/wagmi-dev/viem/commit/93e402d6fddabcb6966fd8f81d7176d71241e193) Thanks [@jxom](https://github.com/jxom)! - Fixed a `decodeAbiParameters` case where static arrays with a dynamic child would consume the size of the child instead of 32 bytes.
1764
+ - [`93e402d`](https://github.com/wevm/viem/commit/93e402d6fddabcb6966fd8f81d7176d71241e193) Thanks [@jxom](https://github.com/jxom)! - Fixed a `decodeAbiParameters` case where static arrays with a dynamic child would consume the size of the child instead of 32 bytes.
1605
1765
 
1606
1766
  ## 0.1.25
1607
1767
 
1608
1768
  ### Patch Changes
1609
1769
 
1610
- - [#263](https://github.com/wagmi-dev/viem/pull/263) [`53fda1a`](https://github.com/wagmi-dev/viem/commit/53fda1a5366ff1122b951d8148c1a9f74f280578) Thanks [@fubhy](https://github.com/fubhy)! - Fixed issue where ABIs with constructors would throw for `decodeFunctionData`.
1770
+ - [#263](https://github.com/wevm/viem/pull/263) [`53fda1a`](https://github.com/wevm/viem/commit/53fda1a5366ff1122b951d8148c1a9f74f280578) Thanks [@fubhy](https://github.com/fubhy)! - Fixed issue where ABIs with constructors would throw for `decodeFunctionData`.
1611
1771
 
1612
1772
  ## 0.1.24
1613
1773
 
1614
1774
  ### Patch Changes
1615
1775
 
1616
- - [#237](https://github.com/wagmi-dev/viem/pull/237) [`a92c4fa`](https://github.com/wagmi-dev/viem/commit/a92c4fa31eb4a71cb68edf6d50a58cf653419f86) Thanks [@jxom](https://github.com/jxom)! - Added automatic ranking to `fallback` Transport.
1776
+ - [#237](https://github.com/wevm/viem/pull/237) [`a92c4fa`](https://github.com/wevm/viem/commit/a92c4fa31eb4a71cb68edf6d50a58cf653419f86) Thanks [@jxom](https://github.com/jxom)! - Added automatic ranking to `fallback` Transport.
1617
1777
 
1618
1778
  ## 0.1.23
1619
1779
 
1620
1780
  ### Patch Changes
1621
1781
 
1622
- - [#251](https://github.com/wagmi-dev/viem/pull/251) [`153e97e`](https://github.com/wagmi-dev/viem/commit/153e97ed0461c34fd75fa7cad3820e9960f6810a) Thanks [@tmm](https://github.com/tmm)! - Fixed `signTypedData` inference for `primaryType` field.
1782
+ - [#251](https://github.com/wevm/viem/pull/251) [`153e97e`](https://github.com/wevm/viem/commit/153e97ed0461c34fd75fa7cad3820e9960f6810a) Thanks [@tmm](https://github.com/tmm)! - Fixed `signTypedData` inference for `primaryType` field.
1623
1783
 
1624
1784
  ## 0.1.22
1625
1785
 
1626
1786
  ### Patch Changes
1627
1787
 
1628
- - [`07000b6`](https://github.com/wagmi-dev/viem/commit/07000b650b6cce41c99a4ccf609f5fccce818244) Thanks [@jxom](https://github.com/jxom)! - Removed unnecessary trimming of decoded RLP hex value
1788
+ - [`07000b6`](https://github.com/wevm/viem/commit/07000b650b6cce41c99a4ccf609f5fccce818244) Thanks [@jxom](https://github.com/jxom)! - Removed unnecessary trimming of decoded RLP hex value
1629
1789
 
1630
1790
  ## 0.1.21
1631
1791
 
1632
1792
  ### Patch Changes
1633
1793
 
1634
- - [#223](https://github.com/wagmi-dev/viem/pull/223) [`2e9c000`](https://github.com/wagmi-dev/viem/commit/2e9c0008c76939e54902569f8f8581a943914e4f) Thanks [@jxom](https://github.com/jxom)! - Added an assertion in `sendTransaction` & `writeContract` to check that the client chain matches the wallet's current chain.
1794
+ - [#223](https://github.com/wevm/viem/pull/223) [`2e9c000`](https://github.com/wevm/viem/commit/2e9c0008c76939e54902569f8f8581a943914e4f) Thanks [@jxom](https://github.com/jxom)! - Added an assertion in `sendTransaction` & `writeContract` to check that the client chain matches the wallet's current chain.
1635
1795
 
1636
1796
  ## 0.1.20
1637
1797
 
1638
1798
  ### Patch Changes
1639
1799
 
1640
- - [#220](https://github.com/wagmi-dev/viem/pull/220) [`9a80fca`](https://github.com/wagmi-dev/viem/commit/9a80fca116417f77d4a305a59ec0c3ecf3e0fdfa) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `watchEvent` would not emit events on missed blocks for the `getLogs` fallback.
1800
+ - [#220](https://github.com/wevm/viem/pull/220) [`9a80fca`](https://github.com/wevm/viem/commit/9a80fca116417f77d4a305a59ec0c3ecf3e0fdfa) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `watchEvent` would not emit events on missed blocks for the `getLogs` fallback.
1641
1801
 
1642
1802
  ## 0.1.19
1643
1803
 
1644
1804
  ### Patch Changes
1645
1805
 
1646
- - [`74f8e1d`](https://github.com/wagmi-dev/viem/commit/74f8e1dfe1b86eba9453ede0b20babf8e150423a) Thanks [@jxom](https://github.com/jxom)! - Added missing `recoverMessageAddress` and `verifyMessage` exports.
1806
+ - [`74f8e1d`](https://github.com/wevm/viem/commit/74f8e1dfe1b86eba9453ede0b20babf8e150423a) Thanks [@jxom](https://github.com/jxom)! - Added missing `recoverMessageAddress` and `verifyMessage` exports.
1647
1807
 
1648
1808
  ## 0.1.18
1649
1809
 
1650
1810
  ### Patch Changes
1651
1811
 
1652
- - [`9c45397`](https://github.com/wagmi-dev/viem/commit/9c4539756d138f196b368fd1ac8e1a926d9bace0) Thanks [@jxom](https://github.com/jxom)! - Fixed `signTypedData` support for Ethers.js v5 wallets
1812
+ - [`9c45397`](https://github.com/wevm/viem/commit/9c4539756d138f196b368fd1ac8e1a926d9bace0) Thanks [@jxom](https://github.com/jxom)! - Fixed `signTypedData` support for Ethers.js v5 wallets
1653
1813
 
1654
1814
  ## 0.1.17
1655
1815
 
1656
1816
  ### Patch Changes
1657
1817
 
1658
- - [#213](https://github.com/wagmi-dev/viem/pull/213) [`46f823a`](https://github.com/wagmi-dev/viem/commit/46f823afd017b1421c66162d832080f8dc7711e1) Thanks [@jxom](https://github.com/jxom)! - Fixed return type for `allowFailure: false` on `multicall`
1818
+ - [#213](https://github.com/wevm/viem/pull/213) [`46f823a`](https://github.com/wevm/viem/commit/46f823afd017b1421c66162d832080f8dc7711e1) Thanks [@jxom](https://github.com/jxom)! - Fixed return type for `allowFailure: false` on `multicall`
1659
1819
 
1660
- - [`1339b20`](https://github.com/wagmi-dev/viem/commit/1339b20f735cb18b397aa1910cdb288609612f14) Thanks [@jxom](https://github.com/jxom)! - Exported `Extract*FromAbi` types
1820
+ - [`1339b20`](https://github.com/wevm/viem/commit/1339b20f735cb18b397aa1910cdb288609612f14) Thanks [@jxom](https://github.com/jxom)! - Exported `Extract*FromAbi` types
1661
1821
 
1662
- - [`c3d932a`](https://github.com/wagmi-dev/viem/commit/c3d932ad69a0c54fb204d7878a1a96916d1193df) Thanks [@jxom](https://github.com/jxom)! - Fixed `signTypedData` support for Ethers.js v5 Wallets
1822
+ - [`c3d932a`](https://github.com/wevm/viem/commit/c3d932ad69a0c54fb204d7878a1a96916d1193df) Thanks [@jxom](https://github.com/jxom)! - Fixed `signTypedData` support for Ethers.js v5 Wallets
1663
1823
 
1664
1824
  ## 0.1.16
1665
1825
 
1666
1826
  ### Patch Changes
1667
1827
 
1668
- - [#207](https://github.com/wagmi-dev/viem/pull/207) [`8e5768f`](https://github.com/wagmi-dev/viem/commit/8e5768ffa1d813810b99f5ed06a00bfe830b2a35) Thanks [@jxom](https://github.com/jxom)! - Added assertion in `watchBlocks` and `watchBlockNumber` to check that the next block number is higher than the previously seen block number.
1828
+ - [#207](https://github.com/wevm/viem/pull/207) [`8e5768f`](https://github.com/wevm/viem/commit/8e5768ffa1d813810b99f5ed06a00bfe830b2a35) Thanks [@jxom](https://github.com/jxom)! - Added assertion in `watchBlocks` and `watchBlockNumber` to check that the next block number is higher than the previously seen block number.
1669
1829
 
1670
- - [#209](https://github.com/wagmi-dev/viem/pull/209) [`ae3e0b6`](https://github.com/wagmi-dev/viem/commit/ae3e0b62a21671bd749e20ec5d65d80fa7475adc) Thanks [@jxom](https://github.com/jxom)! - Added `verifyMessage`, `recoverAddress`, `recoverMessageAddress`, and `hashMessage`.
1830
+ - [#209](https://github.com/wevm/viem/pull/209) [`ae3e0b6`](https://github.com/wevm/viem/commit/ae3e0b62a21671bd749e20ec5d65d80fa7475adc) Thanks [@jxom](https://github.com/jxom)! - Added `verifyMessage`, `recoverAddress`, `recoverMessageAddress`, and `hashMessage`.
1671
1831
 
1672
1832
  ## 0.1.15
1673
1833
 
1674
1834
  ### Patch Changes
1675
1835
 
1676
- - [#205](https://github.com/wagmi-dev/viem/pull/205) [`36fa97a`](https://github.com/wagmi-dev/viem/commit/36fa97a595670825f1dee008ebf44abbc1402f2e) Thanks [@jxom](https://github.com/jxom)! - Added an assertion to check for existence of an event signature on `topics` for `decodeEventLog`
1836
+ - [#205](https://github.com/wevm/viem/pull/205) [`36fa97a`](https://github.com/wevm/viem/commit/36fa97a595670825f1dee008ebf44abbc1402f2e) Thanks [@jxom](https://github.com/jxom)! - Added an assertion to check for existence of an event signature on `topics` for `decodeEventLog`
1677
1837
 
1678
1838
  ## 0.1.14
1679
1839
 
1680
1840
  ### Patch Changes
1681
1841
 
1682
- - [#198](https://github.com/wagmi-dev/viem/pull/198) [`e805e7e`](https://github.com/wagmi-dev/viem/commit/e805e7ebaa7c15ea21a49ac0759bf4ebe5284f72) Thanks [@wighawag](https://github.com/wighawag)! - Added an assertion in `decodeEventLog` to check for a mismatch between topics + indexed event parameters.
1842
+ - [#198](https://github.com/wevm/viem/pull/198) [`e805e7e`](https://github.com/wevm/viem/commit/e805e7ebaa7c15ea21a49ac0759bf4ebe5284f72) Thanks [@wighawag](https://github.com/wighawag)! - Added an assertion in `decodeEventLog` to check for a mismatch between topics + indexed event parameters.
1683
1843
 
1684
1844
  ## 0.1.13
1685
1845
 
1686
1846
  ### Patch Changes
1687
1847
 
1688
- - [`56f2e03`](https://github.com/wagmi-dev/viem/commit/56f2e03837d64a9156766f0ef785ac50ba27380f) Thanks [@jxom](https://github.com/jxom)! - Added export for `concat`.
1848
+ - [`56f2e03`](https://github.com/wevm/viem/commit/56f2e03837d64a9156766f0ef785ac50ba27380f) Thanks [@jxom](https://github.com/jxom)! - Added export for `concat`.
1689
1849
 
1690
1850
  ## 0.1.12
1691
1851
 
1692
1852
  ### Patch Changes
1693
1853
 
1694
- - [`c0e3617`](https://github.com/wagmi-dev/viem/commit/c0e3617b639ba84c03011430d69d72173da00466) Thanks [@jxom](https://github.com/jxom)! - Fixed `viem/ethers` entrypoint.
1854
+ - [`c0e3617`](https://github.com/wevm/viem/commit/c0e3617b639ba84c03011430d69d72173da00466) Thanks [@jxom](https://github.com/jxom)! - Fixed `viem/ethers` entrypoint.
1695
1855
 
1696
1856
  ## 0.1.11
1697
1857
 
1698
1858
  ### Patch Changes
1699
1859
 
1700
- - [#88](https://github.com/wagmi-dev/viem/pull/88) [`5456490`](https://github.com/wagmi-dev/viem/commit/545649093422fb14a39418a7199766d033c9e175) Thanks [@jxom](https://github.com/jxom)! - Added `signTypedData`.
1860
+ - [#88](https://github.com/wevm/viem/pull/88) [`5456490`](https://github.com/wevm/viem/commit/545649093422fb14a39418a7199766d033c9e175) Thanks [@jxom](https://github.com/jxom)! - Added `signTypedData`.
1701
1861
 
1702
1862
  ## 0.1.10
1703
1863
 
1704
1864
  ### Patch Changes
1705
1865
 
1706
- - [#178](https://github.com/wagmi-dev/viem/pull/178) [`eda1827`](https://github.com/wagmi-dev/viem/commit/eda182754ed2727bc652225e327760ab0a14a962) Thanks [@0xOlias](https://github.com/0xOlias)! - Fixed type of `topics` field on the `Log` type.
1866
+ - [#178](https://github.com/wevm/viem/pull/178) [`eda1827`](https://github.com/wevm/viem/commit/eda182754ed2727bc652225e327760ab0a14a962) Thanks [@0xOlias](https://github.com/0xOlias)! - Fixed type of `topics` field on the `Log` type.
1707
1867
 
1708
- - [#181](https://github.com/wagmi-dev/viem/pull/181) [`8213be3`](https://github.com/wagmi-dev/viem/commit/8213be3676283ec80d0d5cbcee4864fe4d9c6b6e) Thanks [@tmm](https://github.com/tmm)! - Bumped abitype version.
1868
+ - [#181](https://github.com/wevm/viem/pull/181) [`8213be3`](https://github.com/wevm/viem/commit/8213be3676283ec80d0d5cbcee4864fe4d9c6b6e) Thanks [@tmm](https://github.com/tmm)! - Bumped abitype version.
1709
1869
 
1710
1870
  ## 0.1.9
1711
1871
 
1712
1872
  ### Patch Changes
1713
1873
 
1714
- - [#170](https://github.com/wagmi-dev/viem/pull/170) [`35a7508`](https://github.com/wagmi-dev/viem/commit/35a750839ae5ac41427e84922315ce3e360ee58a) Thanks [@jxom](https://github.com/jxom)! - Added inference for multicall address from client chain.
1874
+ - [#170](https://github.com/wevm/viem/pull/170) [`35a7508`](https://github.com/wevm/viem/commit/35a750839ae5ac41427e84922315ce3e360ee58a) Thanks [@jxom](https://github.com/jxom)! - Added inference for multicall address from client chain.
1715
1875
 
1716
1876
  ## 0.1.8
1717
1877
 
1718
1878
  ### Patch Changes
1719
1879
 
1720
- - [`36c908c`](https://github.com/wagmi-dev/viem/commit/36c908c65dcbca1a68841dfa8eb89963561431b1) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where empty strings were not being decoded properly in `decodeAbiParameters`.
1880
+ - [`36c908c`](https://github.com/wevm/viem/commit/36c908c65dcbca1a68841dfa8eb89963561431b1) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where empty strings were not being decoded properly in `decodeAbiParameters`.
1721
1881
 
1722
1882
  ## 0.1.7
1723
1883
 
1724
1884
  ### Patch Changes
1725
1885
 
1726
- - [#159](https://github.com/wagmi-dev/viem/pull/159) [`574ae22`](https://github.com/wagmi-dev/viem/commit/574ae2244c755519bda02b46d8767a365e1f4217) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where decoding error logs would break if constructor was in ABI.
1886
+ - [#159](https://github.com/wevm/viem/pull/159) [`574ae22`](https://github.com/wevm/viem/commit/574ae2244c755519bda02b46d8767a365e1f4217) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where decoding error logs would break if constructor was in ABI.
1727
1887
 
1728
1888
  ## 0.1.6
1729
1889
 
1730
1890
  ### Patch Changes
1731
1891
 
1732
- - [#153](https://github.com/wagmi-dev/viem/pull/153) [`bbb998a`](https://github.com/wagmi-dev/viem/commit/bbb998a6a1c2ce97a76e6275e1f07b6e2767b248) Thanks [@jxom](https://github.com/jxom)! - Formatted `undefined` values from RPC as `null` to conform to EIP-1474.
1892
+ - [#153](https://github.com/wevm/viem/pull/153) [`bbb998a`](https://github.com/wevm/viem/commit/bbb998a6a1c2ce97a76e6275e1f07b6e2767b248) Thanks [@jxom](https://github.com/jxom)! - Formatted `undefined` values from RPC as `null` to conform to EIP-1474.
1733
1893
 
1734
1894
  ## 0.1.5
1735
1895
 
1736
1896
  ### Patch Changes
1737
1897
 
1738
- - [#141](https://github.com/wagmi-dev/viem/pull/141) [`450b612`](https://github.com/wagmi-dev/viem/commit/450b612289b832559ce11a9e2eba7dda68a7a981) Thanks [@unholypanda](https://github.com/unholypanda)! - Fixed `createPublicClient` to include `getTransactionCount`
1898
+ - [#141](https://github.com/wevm/viem/pull/141) [`450b612`](https://github.com/wevm/viem/commit/450b612289b832559ce11a9e2eba7dda68a7a981) Thanks [@unholypanda](https://github.com/unholypanda)! - Fixed `createPublicClient` to include `getTransactionCount`
1739
1899
 
1740
1900
  ## 0.1.4
1741
1901
 
1742
1902
  ### Patch Changes
1743
1903
 
1744
- - [#139](https://github.com/wagmi-dev/viem/pull/139) [`304a436`](https://github.com/wagmi-dev/viem/commit/304a4365dba9aa7be191ae4436b952eea9cfe79e) Thanks [@jxom](https://github.com/jxom)! - Added the following chains:
1904
+ - [#139](https://github.com/wevm/viem/pull/139) [`304a436`](https://github.com/wevm/viem/commit/304a4365dba9aa7be191ae4436b952eea9cfe79e) Thanks [@jxom](https://github.com/jxom)! - Added the following chains:
1745
1905
 
1746
1906
  - `baseGoerli`
1747
1907
  - `boba`
@@ -1765,59 +1925,59 @@
1765
1925
 
1766
1926
  ### Patch Changes
1767
1927
 
1768
- - [#136](https://github.com/wagmi-dev/viem/pull/136) [`dcca090`](https://github.com/wagmi-dev/viem/commit/dcca0900556d45a5795af4f60ef070a54a6f0306) Thanks [@jxom](https://github.com/jxom)! - Fixed ABI encoding for strings larger than 32 bytes.
1928
+ - [#136](https://github.com/wevm/viem/pull/136) [`dcca090`](https://github.com/wevm/viem/commit/dcca0900556d45a5795af4f60ef070a54a6f0306) Thanks [@jxom](https://github.com/jxom)! - Fixed ABI encoding for strings larger than 32 bytes.
1769
1929
 
1770
- - [#136](https://github.com/wagmi-dev/viem/pull/136) [`dcca090`](https://github.com/wagmi-dev/viem/commit/dcca0900556d45a5795af4f60ef070a54a6f0306) Thanks [@jxom](https://github.com/jxom)! - Fixed emoji string encoding.
1930
+ - [#136](https://github.com/wevm/viem/pull/136) [`dcca090`](https://github.com/wevm/viem/commit/dcca0900556d45a5795af4f60ef070a54a6f0306) Thanks [@jxom](https://github.com/jxom)! - Fixed emoji string encoding.
1771
1931
 
1772
1932
  ## 0.1.2
1773
1933
 
1774
1934
  ### Patch Changes
1775
1935
 
1776
- - [`637d252`](https://github.com/wagmi-dev/viem/commit/637d2523e3e259deb9538a0089c0c80bb37abf22) Thanks [@jxom](https://github.com/jxom)! - Bumped abitype to 0.6.7
1936
+ - [`637d252`](https://github.com/wevm/viem/commit/637d2523e3e259deb9538a0089c0c80bb37abf22) Thanks [@jxom](https://github.com/jxom)! - Bumped abitype to 0.6.7
1777
1937
 
1778
1938
  ## 0.1.1
1779
1939
 
1780
1940
  ### Patch Changes
1781
1941
 
1782
- - [#128](https://github.com/wagmi-dev/viem/pull/128) [`ef51936`](https://github.com/wagmi-dev/viem/commit/ef519364c28a2ec6571b5e8d13aced0c9123dc46) Thanks [@tmm](https://github.com/tmm)! - Fixed internal type compilation error.
1942
+ - [#128](https://github.com/wevm/viem/pull/128) [`ef51936`](https://github.com/wevm/viem/commit/ef519364c28a2ec6571b5e8d13aced0c9123dc46) Thanks [@tmm](https://github.com/tmm)! - Fixed internal type compilation error.
1783
1943
 
1784
1944
  ## 0.1.0
1785
1945
 
1786
1946
  ### Minor Changes
1787
1947
 
1788
- - [`fec4460`](https://github.com/wagmi-dev/viem/commit/fec4460f63ac2c367722554cf910f1ee78b2795d) Thanks [@jxom](https://github.com/jxom)! - Initial release.
1948
+ - [`fec4460`](https://github.com/wevm/viem/commit/fec4460f63ac2c367722554cf910f1ee78b2795d) Thanks [@jxom](https://github.com/jxom)! - Initial release.
1789
1949
 
1790
1950
  ## 0.0.1-alpha.39
1791
1951
 
1792
1952
  ### Patch Changes
1793
1953
 
1794
- - [`68c3816`](https://github.com/wagmi-dev/viem/commit/68c3816c8c492aa0943b63438a13109e9ac682df) Thanks [@jxom](https://github.com/jxom)! - Added `encodePacked`.
1954
+ - [`68c3816`](https://github.com/wevm/viem/commit/68c3816c8c492aa0943b63438a13109e9ac682df) Thanks [@jxom](https://github.com/jxom)! - Added `encodePacked`.
1795
1955
 
1796
- - [`68c3816`](https://github.com/wagmi-dev/viem/commit/68c3816c8c492aa0943b63438a13109e9ac682df) Thanks [@jxom](https://github.com/jxom)! - Made `keccak256` accept a hex value (as well as byte array).
1956
+ - [`68c3816`](https://github.com/wevm/viem/commit/68c3816c8c492aa0943b63438a13109e9ac682df) Thanks [@jxom](https://github.com/jxom)! - Made `keccak256` accept a hex value (as well as byte array).
1797
1957
 
1798
1958
  ## 0.0.1-alpha.38
1799
1959
 
1800
1960
  ### Patch Changes
1801
1961
 
1802
- - [`59a60cb`](https://github.com/wagmi-dev/viem/commit/59a60cb8cc7d0109c08fa5906a24c6eb8e48b183) Thanks [@jxom](https://github.com/jxom)! - Fixed decoding zero data bytes
1962
+ - [`59a60cb`](https://github.com/wevm/viem/commit/59a60cb8cc7d0109c08fa5906a24c6eb8e48b183) Thanks [@jxom](https://github.com/jxom)! - Fixed decoding zero data bytes
1803
1963
 
1804
1964
  ## 0.0.1-alpha.37
1805
1965
 
1806
1966
  ### Patch Changes
1807
1967
 
1808
- - [`e07f212`](https://github.com/wagmi-dev/viem/commit/e07f212af5ef94b938939f0205056c29747bb919) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `formatUnit` and `parseUnit` to `formatUnits` and `parseUnits`.
1968
+ - [`e07f212`](https://github.com/wevm/viem/commit/e07f212af5ef94b938939f0205056c29747bb919) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `formatUnit` and `parseUnit` to `formatUnits` and `parseUnits`.
1809
1969
 
1810
1970
  ## 0.0.1-alpha.36
1811
1971
 
1812
1972
  ### Patch Changes
1813
1973
 
1814
- - [#100](https://github.com/wagmi-dev/viem/pull/100) [`6bb8ce4`](https://github.com/wagmi-dev/viem/commit/6bb8ce4eafff68989281f19fb315c0ea2f22b01a) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `requestAccounts` Wallet Action to `requestAddresses`
1974
+ - [#100](https://github.com/wevm/viem/pull/100) [`6bb8ce4`](https://github.com/wevm/viem/commit/6bb8ce4eafff68989281f19fb315c0ea2f22b01a) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `requestAccounts` Wallet Action to `requestAddresses`
1815
1975
 
1816
1976
  **Breaking:** Renamed `getAccounts` Wallet Action to `getAddresses`
1817
1977
 
1818
- - [#100](https://github.com/wagmi-dev/viem/pull/100) [`6bb8ce4`](https://github.com/wagmi-dev/viem/commit/6bb8ce4eafff68989281f19fb315c0ea2f22b01a) Thanks [@jxom](https://github.com/jxom)! - Added support for Externally Owned Accounts.
1978
+ - [#100](https://github.com/wevm/viem/pull/100) [`6bb8ce4`](https://github.com/wevm/viem/commit/6bb8ce4eafff68989281f19fb315c0ea2f22b01a) Thanks [@jxom](https://github.com/jxom)! - Added support for Externally Owned Accounts.
1819
1979
 
1820
- - [#100](https://github.com/wagmi-dev/viem/pull/100) [`6bb8ce4`](https://github.com/wagmi-dev/viem/commit/6bb8ce4eafff68989281f19fb315c0ea2f22b01a) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** The `from` argument has been removed from Actions in favour of `account` to distinguish between [Account types](https://viem.sh/docs/clients/wallet):
1980
+ - [#100](https://github.com/wevm/viem/pull/100) [`6bb8ce4`](https://github.com/wevm/viem/commit/6bb8ce4eafff68989281f19fb315c0ea2f22b01a) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** The `from` argument has been removed from Actions in favour of `account` to distinguish between [Account types](https://viem.sh/docs/clients/wallet):
1821
1981
 
1822
1982
  ```diff
1823
1983
  + import { getAccount } from 'viem'
@@ -1849,11 +2009,11 @@
1849
2009
 
1850
2010
  ### Patch Changes
1851
2011
 
1852
- - [`057e01e`](https://github.com/wagmi-dev/viem/commit/057e01e9fff7346304e787d93053d84a09278335) Thanks [@jxom](https://github.com/jxom)! - - `testClient.getTxPoolContent` → `testClient.getTxpoolContent`
2012
+ - [`057e01e`](https://github.com/wevm/viem/commit/057e01e9fff7346304e787d93053d84a09278335) Thanks [@jxom](https://github.com/jxom)! - - `testClient.getTxPoolContent` → `testClient.getTxpoolContent`
1853
2013
 
1854
2014
  - `testClient.getTxPoolStatus` → `testClient.getTxpoolStatus`
1855
2015
 
1856
- - [#85](https://github.com/wagmi-dev/viem/pull/85) [`2350d1a`](https://github.com/wagmi-dev/viem/commit/2350d1af1ff67d725ff3563538b9886a405ab8bd) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `encodeAbi` & `decodeAbi` to `encodeAbiParameters` & `decodeAbiParameters`, and modified API from named arguments to inplace arguments:
2016
+ - [#85](https://github.com/wevm/viem/pull/85) [`2350d1a`](https://github.com/wevm/viem/commit/2350d1af1ff67d725ff3563538b9886a405ab8bd) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `encodeAbi` & `decodeAbi` to `encodeAbiParameters` & `decodeAbiParameters`, and modified API from named arguments to inplace arguments:
1857
2017
 
1858
2018
  ```diff
1859
2019
  import {
@@ -1874,49 +2034,49 @@
1874
2034
 
1875
2035
  ### Patch Changes
1876
2036
 
1877
- - [`e1634b5`](https://github.com/wagmi-dev/viem/commit/e1634b5d110b1a39032eab9813f93244b04123ad) Thanks [@jxom](https://github.com/jxom)! - Fixed ABI encoding dynamic tuple child derivation
2037
+ - [`e1634b5`](https://github.com/wevm/viem/commit/e1634b5d110b1a39032eab9813f93244b04123ad) Thanks [@jxom](https://github.com/jxom)! - Fixed ABI encoding dynamic tuple child derivation
1878
2038
 
1879
2039
  ## 0.0.1-alpha.33
1880
2040
 
1881
2041
  ### Patch Changes
1882
2042
 
1883
- - [`1971e6a`](https://github.com/wagmi-dev/viem/commit/1971e6ad74df802bdbd988ddc5e6fc06fad66091) Thanks [@jxom](https://github.com/jxom)! - Added assertion to check if addresses are valid for `sendTransaction`, `estimateGas` & `call`.
2043
+ - [`1971e6a`](https://github.com/wevm/viem/commit/1971e6ad74df802bdbd988ddc5e6fc06fad66091) Thanks [@jxom](https://github.com/jxom)! - Added assertion to check if addresses are valid for `sendTransaction`, `estimateGas` & `call`.
1884
2044
 
1885
2045
  ## 0.0.1-alpha.32
1886
2046
 
1887
2047
  ### Patch Changes
1888
2048
 
1889
- - [`7243744`](https://github.com/wagmi-dev/viem/commit/7243744ecd230532b8f11d1766318a75760229e5) Thanks [@jxom](https://github.com/jxom)! - Added support for `4001` & `4902` RPC error codes.
2049
+ - [`7243744`](https://github.com/wevm/viem/commit/7243744ecd230532b8f11d1766318a75760229e5) Thanks [@jxom](https://github.com/jxom)! - Added support for `4001` & `4902` RPC error codes.
1890
2050
 
1891
2051
  ## 0.0.1-alpha.31
1892
2052
 
1893
2053
  ### Patch Changes
1894
2054
 
1895
- - [#89](https://github.com/wagmi-dev/viem/pull/89) [`3e45853`](https://github.com/wagmi-dev/viem/commit/3e45853a2252e6a5496acae65c3cebecbdb4260f) Thanks [@jxom](https://github.com/jxom)! - Added `fetchOptions` to the `http` transport.
2055
+ - [#89](https://github.com/wevm/viem/pull/89) [`3e45853`](https://github.com/wevm/viem/commit/3e45853a2252e6a5496acae65c3cebecbdb4260f) Thanks [@jxom](https://github.com/jxom)! - Added `fetchOptions` to the `http` transport.
1896
2056
 
1897
- - [#91](https://github.com/wagmi-dev/viem/pull/91) [`0ac32c2`](https://github.com/wagmi-dev/viem/commit/0ac32c2852dc470aaba560623a2e169927a546d5) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `getFunctionSignature` and `getEventSignature` to `getFunctionSelector` and `getEventSelector`.
2057
+ - [#91](https://github.com/wevm/viem/pull/91) [`0ac32c2`](https://github.com/wevm/viem/commit/0ac32c2852dc470aaba560623a2e169927a546d5) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `getFunctionSignature` and `getEventSignature` to `getFunctionSelector` and `getEventSelector`.
1898
2058
 
1899
2059
  ## 0.0.1-alpha.30
1900
2060
 
1901
2061
  ### Patch Changes
1902
2062
 
1903
- - [#81](https://github.com/wagmi-dev/viem/pull/81) [`eb572b0`](https://github.com/wagmi-dev/viem/commit/eb572b0a431606f8c31abb011cef08ad36d0836c) Thanks [@jxom](https://github.com/jxom)! - Improved transaction & contract error messaging & coalesce error messages from nodes.
2063
+ - [#81](https://github.com/wevm/viem/pull/81) [`eb572b0`](https://github.com/wevm/viem/commit/eb572b0a431606f8c31abb011cef08ad36d0836c) Thanks [@jxom](https://github.com/jxom)! - Improved transaction & contract error messaging & coalesce error messages from nodes.
1904
2064
 
1905
2065
  ## 0.0.1-alpha.29
1906
2066
 
1907
2067
  ### Patch Changes
1908
2068
 
1909
- - [`6bdee9c`](https://github.com/wagmi-dev/viem/commit/6bdee9c8dde1c06ebde769c50c1002b2cca0a0f9) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where fallback transport was not falling back on timeouts
2069
+ - [`6bdee9c`](https://github.com/wevm/viem/commit/6bdee9c8dde1c06ebde769c50c1002b2cca0a0f9) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where fallback transport was not falling back on timeouts
1910
2070
 
1911
2071
  ## 0.0.1-alpha.28
1912
2072
 
1913
2073
  ### Patch Changes
1914
2074
 
1915
- - [`8ef068b`](https://github.com/wagmi-dev/viem/commit/8ef068b024d90b1a62e34b6556268d6a38514eb3) Thanks [@jxom](https://github.com/jxom)! - Added `502`, `503` and `504` error codes as "non-deterministic" errors for `fallback` transport & retries.
2075
+ - [`8ef068b`](https://github.com/wevm/viem/commit/8ef068b024d90b1a62e34b6556268d6a38514eb3) Thanks [@jxom](https://github.com/jxom)! - Added `502`, `503` and `504` error codes as "non-deterministic" errors for `fallback` transport & retries.
1916
2076
 
1917
- - [#79](https://github.com/wagmi-dev/viem/pull/79) [`db9caa9`](https://github.com/wagmi-dev/viem/commit/db9caa98fb7cf8592940c1c2e4d41b678b70240c) Thanks [@jxom](https://github.com/jxom)! - Added `timeout` as a config option to the `http` and `webSocket` Transports.
2077
+ - [#79](https://github.com/wevm/viem/pull/79) [`db9caa9`](https://github.com/wevm/viem/commit/db9caa98fb7cf8592940c1c2e4d41b678b70240c) Thanks [@jxom](https://github.com/jxom)! - Added `timeout` as a config option to the `http` and `webSocket` Transports.
1918
2078
 
1919
- - [#77](https://github.com/wagmi-dev/viem/pull/77) [`d6a29f5`](https://github.com/wagmi-dev/viem/commit/d6a29f5223324660cd98c2a6aaf345c207b2cd97) Thanks [@jxom](https://github.com/jxom)! - Decorated Clients with their respective Actions.
2079
+ - [#77](https://github.com/wevm/viem/pull/77) [`d6a29f5`](https://github.com/wevm/viem/commit/d6a29f5223324660cd98c2a6aaf345c207b2cd97) Thanks [@jxom](https://github.com/jxom)! - Decorated Clients with their respective Actions.
1920
2080
 
1921
2081
  Example:
1922
2082
 
@@ -1948,17 +2108,17 @@
1948
2108
 
1949
2109
  ### Patch Changes
1950
2110
 
1951
- - [`7d9a241`](https://github.com/wagmi-dev/viem/commit/7d9a2413805b142611d29d7e5faddd44ae3c047c) Thanks [@jxom](https://github.com/jxom)! - Added `estimateContractGas`.
2111
+ - [`7d9a241`](https://github.com/wevm/viem/commit/7d9a2413805b142611d29d7e5faddd44ae3c047c) Thanks [@jxom](https://github.com/jxom)! - Added `estimateContractGas`.
1952
2112
 
1953
- - [`7d9a241`](https://github.com/wagmi-dev/viem/commit/7d9a2413805b142611d29d7e5faddd44ae3c047c) Thanks [@jxom](https://github.com/jxom)! - Added `retryCount` and `retryDelay` config to Transports.
2113
+ - [`7d9a241`](https://github.com/wevm/viem/commit/7d9a2413805b142611d29d7e5faddd44ae3c047c) Thanks [@jxom](https://github.com/jxom)! - Added `retryCount` and `retryDelay` config to Transports.
1954
2114
 
1955
2115
  ## 0.0.1-alpha.25
1956
2116
 
1957
2117
  ### Patch Changes
1958
2118
 
1959
- - [`6c902f8`](https://github.com/wagmi-dev/viem/commit/6c902f86e2067dcd366434722429fe873c8d6089) Thanks [@jxom](https://github.com/jxom)! - Added `decodeEventLog`.
2119
+ - [`6c902f8`](https://github.com/wevm/viem/commit/6c902f86e2067dcd366434722429fe873c8d6089) Thanks [@jxom](https://github.com/jxom)! - Added `decodeEventLog`.
1960
2120
 
1961
- - [#68](https://github.com/wagmi-dev/viem/pull/68) [`1be77b3`](https://github.com/wagmi-dev/viem/commit/1be77b3e7f454ae6085daefe1f24ca9f757334f8) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed all public/wallet/test actions & utils from the `viem` entrypoint to their respective entrypoints:
2121
+ - [#68](https://github.com/wevm/viem/pull/68) [`1be77b3`](https://github.com/wevm/viem/commit/1be77b3e7f454ae6085daefe1f24ca9f757334f8) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed all public/wallet/test actions & utils from the `viem` entrypoint to their respective entrypoints:
1962
2122
 
1963
2123
  - `viem` = Clients & Transport exports
1964
2124
  - `viem/chains` = Chains exports
@@ -1969,27 +2129,27 @@
1969
2129
  - `viem/utils` = Utils exports
1970
2130
  - `viem/wallet` = Wallet Actions exports
1971
2131
 
1972
- - [#66](https://github.com/wagmi-dev/viem/pull/66) [`f19fc32`](https://github.com/wagmi-dev/viem/commit/f19fc329bd7bad7639824fcf65387be542facc83) Thanks [@tmm](https://github.com/tmm)! - Added ENS actions `getEnsAddress` and `getEnsName`.
2132
+ - [#66](https://github.com/wevm/viem/pull/66) [`f19fc32`](https://github.com/wevm/viem/commit/f19fc329bd7bad7639824fcf65387be542facc83) Thanks [@tmm](https://github.com/tmm)! - Added ENS actions `getEnsAddress` and `getEnsName`.
1973
2133
 
1974
2134
  ## 0.0.1-alpha.24
1975
2135
 
1976
2136
  ### Patch Changes
1977
2137
 
1978
- - [#63](https://github.com/wagmi-dev/viem/pull/63) [`7473582`](https://github.com/wagmi-dev/viem/commit/7473582aff91c6c717ee112743c45dc4cf5dd543) Thanks [@tmm](https://github.com/tmm)! - Exported missing `watchContractEvent` and `watchEvent` actions.
2138
+ - [#63](https://github.com/wevm/viem/pull/63) [`7473582`](https://github.com/wevm/viem/commit/7473582aff91c6c717ee112743c45dc4cf5dd543) Thanks [@tmm](https://github.com/tmm)! - Exported missing `watchContractEvent` and `watchEvent` actions.
1979
2139
 
1980
2140
  ## 0.0.1-alpha.23
1981
2141
 
1982
2142
  ### Patch Changes
1983
2143
 
1984
- - [#61](https://github.com/wagmi-dev/viem/pull/61) [`e4b2dbb`](https://github.com/wagmi-dev/viem/commit/e4b2dbb67e5b9f7f8d703191207931042127ebce) Thanks [@tmm](https://github.com/tmm)! - Exported multicall action
2144
+ - [#61](https://github.com/wevm/viem/pull/61) [`e4b2dbb`](https://github.com/wevm/viem/commit/e4b2dbb67e5b9f7f8d703191207931042127ebce) Thanks [@tmm](https://github.com/tmm)! - Exported multicall action
1985
2145
 
1986
2146
  ## 0.0.1-alpha.22
1987
2147
 
1988
2148
  ### Patch Changes
1989
2149
 
1990
- - [#57](https://github.com/wagmi-dev/viem/pull/57) [`40c76e3`](https://github.com/wagmi-dev/viem/commit/40c76e3ac4478ee1e5c739d8162eb2006e3679e0) Thanks [@jxom](https://github.com/jxom)! - support `Panic` & custom contract errors
2150
+ - [#57](https://github.com/wevm/viem/pull/57) [`40c76e3`](https://github.com/wevm/viem/commit/40c76e3ac4478ee1e5c739d8162eb2006e3679e0) Thanks [@jxom](https://github.com/jxom)! - support `Panic` & custom contract errors
1991
2151
 
1992
- - [#56](https://github.com/wagmi-dev/viem/pull/56) [`3e90197`](https://github.com/wagmi-dev/viem/commit/3e90197bbac1ea571876d316a8667f4a00e84e9f) Thanks [@jxom](https://github.com/jxom)! - - **Breaking**: Renamed `humanMessage` to `shortMessage` in `BaseError`.
2152
+ - [#56](https://github.com/wevm/viem/pull/56) [`3e90197`](https://github.com/wevm/viem/commit/3e90197bbac1ea571876d316a8667f4a00e84e9f) Thanks [@jxom](https://github.com/jxom)! - - **Breaking**: Renamed `humanMessage` to `shortMessage` in `BaseError`.
1993
2153
  - Added `multicall`.
1994
2154
  - Support overloaded contract functions.
1995
2155
 
@@ -1997,140 +2157,140 @@
1997
2157
 
1998
2158
  ### Patch Changes
1999
2159
 
2000
- - [`5a6bdf8`](https://github.com/wagmi-dev/viem/commit/5a6bdf8ea034b7edf6b2207b525764cee43bdb4b) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `encodeAbi` couldn't encode dynamic bytes larger than 32 bytes"
2160
+ - [`5a6bdf8`](https://github.com/wevm/viem/commit/5a6bdf8ea034b7edf6b2207b525764cee43bdb4b) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `encodeAbi` couldn't encode dynamic bytes larger than 32 bytes"
2001
2161
 
2002
2162
  ## 0.0.1-alpha.20
2003
2163
 
2004
2164
  ### Patch Changes
2005
2165
 
2006
- - [`ebf1dc8`](https://github.com/wagmi-dev/viem/commit/ebf1dc8e4785fd8115687995916882caa94f7ecd) Thanks [@jxom](https://github.com/jxom)! - Added `watchEvent`
2166
+ - [`ebf1dc8`](https://github.com/wevm/viem/commit/ebf1dc8e4785fd8115687995916882caa94f7ecd) Thanks [@jxom](https://github.com/jxom)! - Added `watchEvent`
2007
2167
 
2008
- - [`ebf1dc8`](https://github.com/wagmi-dev/viem/commit/ebf1dc8e4785fd8115687995916882caa94f7ecd) Thanks [@jxom](https://github.com/jxom)! - Added `watchContractEvent`
2168
+ - [`ebf1dc8`](https://github.com/wevm/viem/commit/ebf1dc8e4785fd8115687995916882caa94f7ecd) Thanks [@jxom](https://github.com/jxom)! - Added `watchContractEvent`
2009
2169
 
2010
- - [`ae90357`](https://github.com/wagmi-dev/viem/commit/ae9035735590b09e375dd4f773dd8b5e6c953fab) Thanks [@jxom](https://github.com/jxom)! - Made `watchBlocks` more type safe with the `includeTransactions` arg.
2170
+ - [`ae90357`](https://github.com/wevm/viem/commit/ae9035735590b09e375dd4f773dd8b5e6c953fab) Thanks [@jxom](https://github.com/jxom)! - Made `watchBlocks` more type safe with the `includeTransactions` arg.
2011
2171
 
2012
2172
  ## 0.0.1-alpha.19
2013
2173
 
2014
2174
  ### Patch Changes
2015
2175
 
2016
- - [`2028985`](https://github.com/wagmi-dev/viem/commit/202898521d4c211d73f8194c642c62a9baa57a46) Thanks [@jxom](https://github.com/jxom)! - Added `getStorageAt`
2176
+ - [`2028985`](https://github.com/wevm/viem/commit/202898521d4c211d73f8194c642c62a9baa57a46) Thanks [@jxom](https://github.com/jxom)! - Added `getStorageAt`
2017
2177
 
2018
2178
  ## 0.0.1-alpha.18
2019
2179
 
2020
2180
  ### Patch Changes
2021
2181
 
2022
- - [`7afdee8`](https://github.com/wagmi-dev/viem/commit/7afdee87cda6cebeeb9446773b6373ab680f7207) Thanks [@jxom](https://github.com/jxom)! - Added `readContract`
2182
+ - [`7afdee8`](https://github.com/wevm/viem/commit/7afdee87cda6cebeeb9446773b6373ab680f7207) Thanks [@jxom](https://github.com/jxom)! - Added `readContract`
2023
2183
 
2024
2184
  ## 0.0.1-alpha.17
2025
2185
 
2026
2186
  ### Patch Changes
2027
2187
 
2028
- - [`ac69d16`](https://github.com/wagmi-dev/viem/commit/ac69d1675e70624919dc564f73ab91064c683a52) Thanks [@jxom](https://github.com/jxom)! - Added `writeContract`.
2188
+ - [`ac69d16`](https://github.com/wevm/viem/commit/ac69d1675e70624919dc564f73ab91064c683a52) Thanks [@jxom](https://github.com/jxom)! - Added `writeContract`.
2029
2189
 
2030
- - [`ac69d16`](https://github.com/wagmi-dev/viem/commit/ac69d1675e70624919dc564f73ab91064c683a52) Thanks [@jxom](https://github.com/jxom)! - **Breaking**: Replaced `callContract` with `simulateContract`.
2190
+ - [`ac69d16`](https://github.com/wevm/viem/commit/ac69d1675e70624919dc564f73ab91064c683a52) Thanks [@jxom](https://github.com/jxom)! - **Breaking**: Replaced `callContract` with `simulateContract`.
2031
2191
 
2032
- - [#44](https://github.com/wagmi-dev/viem/pull/44) [`f908190`](https://github.com/wagmi-dev/viem/commit/f90819098e11a2415d1220a6e857c45b09450885) Thanks [@0xOlias](https://github.com/0xOlias)! - Added `getLogs` action.
2192
+ - [#44](https://github.com/wevm/viem/pull/44) [`f908190`](https://github.com/wevm/viem/commit/f90819098e11a2415d1220a6e857c45b09450885) Thanks [@0xOlias](https://github.com/0xOlias)! - Added `getLogs` action.
2033
2193
 
2034
2194
  ## 0.0.1-alpha.16
2035
2195
 
2036
2196
  ### Patch Changes
2037
2197
 
2038
- - [`9f386f5`](https://github.com/wagmi-dev/viem/commit/9f386f5737a228a57d1376992cd5a1374ed69262) Thanks [@jxom](https://github.com/jxom)! - Added sourcemaps
2198
+ - [`9f386f5`](https://github.com/wevm/viem/commit/9f386f5737a228a57d1376992cd5a1374ed69262) Thanks [@jxom](https://github.com/jxom)! - Added sourcemaps
2039
2199
 
2040
2200
  ## 0.0.1-alpha.15
2041
2201
 
2042
2202
  ### Patch Changes
2043
2203
 
2044
- - [`a74d643`](https://github.com/wagmi-dev/viem/commit/a74d6438d3a1263b3b6616e0b7ec80791945c870) Thanks [@jxom](https://github.com/jxom)! - **Breaking**: Removed the `viem/actions` export in favor of `viem/public`, `viem/test` & `viem/wallet` exports.
2204
+ - [`a74d643`](https://github.com/wevm/viem/commit/a74d6438d3a1263b3b6616e0b7ec80791945c870) Thanks [@jxom](https://github.com/jxom)! - **Breaking**: Removed the `viem/actions` export in favor of `viem/public`, `viem/test` & `viem/wallet` exports.
2045
2205
 
2046
2206
  ## 0.0.1-alpha.14
2047
2207
 
2048
2208
  ### Patch Changes
2049
2209
 
2050
- - [`257c8f3`](https://github.com/wagmi-dev/viem/commit/257c8f34c83a05da7226fd84565535ffe4dc4a6a) Thanks [@jxom](https://github.com/jxom)! - Added `getBytecode`.
2210
+ - [`257c8f3`](https://github.com/wevm/viem/commit/257c8f34c83a05da7226fd84565535ffe4dc4a6a) Thanks [@jxom](https://github.com/jxom)! - Added `getBytecode`.
2051
2211
 
2052
2212
  ## 0.0.1-alpha.13
2053
2213
 
2054
2214
  ### Patch Changes
2055
2215
 
2056
- - [`8799a49`](https://github.com/wagmi-dev/viem/commit/8799a490b8b08fb90cd6edcdc1551f6b6e96bc64) Thanks [@jxom](https://github.com/jxom)! - Added `deployContract`
2216
+ - [`8799a49`](https://github.com/wevm/viem/commit/8799a490b8b08fb90cd6edcdc1551f6b6e96bc64) Thanks [@jxom](https://github.com/jxom)! - Added `deployContract`
2057
2217
 
2058
2218
  ## 0.0.1-alpha.12
2059
2219
 
2060
2220
  ### Patch Changes
2061
2221
 
2062
- - [`6a47671`](https://github.com/wagmi-dev/viem/commit/6a47671ce9fe01f01cb744d85ac4e12674ef5b36) Thanks [@jxom](https://github.com/jxom)! - Fixed published `package.json`.
2222
+ - [`6a47671`](https://github.com/wevm/viem/commit/6a47671ce9fe01f01cb744d85ac4e12674ef5b36) Thanks [@jxom](https://github.com/jxom)! - Fixed published `package.json`.
2063
2223
 
2064
2224
  ## 0.0.1-alpha.11
2065
2225
 
2066
2226
  ### Patch Changes
2067
2227
 
2068
- - [#37](https://github.com/wagmi-dev/viem/pull/37) [`32e2b76`](https://github.com/wagmi-dev/viem/commit/32e2b7649697a8143e1e6f2c2080570fb6b1a80b) Thanks [@jxom](https://github.com/jxom)! - Support CJS
2228
+ - [#37](https://github.com/wevm/viem/pull/37) [`32e2b76`](https://github.com/wevm/viem/commit/32e2b7649697a8143e1e6f2c2080570fb6b1a80b) Thanks [@jxom](https://github.com/jxom)! - Support CJS
2069
2229
 
2070
- - [`43700d9`](https://github.com/wagmi-dev/viem/commit/43700d94660ee2478d867fcf4abcc0dac64f90d0) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where preinstall/postinstall scripts were being published to NPM.
2230
+ - [`43700d9`](https://github.com/wevm/viem/commit/43700d94660ee2478d867fcf4abcc0dac64f90d0) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where preinstall/postinstall scripts were being published to NPM.
2071
2231
 
2072
2232
  ## 0.0.1-alpha.10
2073
2233
 
2074
2234
  ### Patch Changes
2075
2235
 
2076
- - [#31](https://github.com/wagmi-dev/viem/pull/31) [`1f65640`](https://github.com/wagmi-dev/viem/commit/1f65640caa44957f38f68971e9b56d8e9229031d) Thanks [@jxom](https://github.com/jxom)! - Added initial `callContract` implementation
2236
+ - [#31](https://github.com/wevm/viem/pull/31) [`1f65640`](https://github.com/wevm/viem/commit/1f65640caa44957f38f68971e9b56d8e9229031d) Thanks [@jxom](https://github.com/jxom)! - Added initial `callContract` implementation
2077
2237
 
2078
2238
  ## 0.0.1-alpha.9
2079
2239
 
2080
2240
  ### Patch Changes
2081
2241
 
2082
- - [`976fd86`](https://github.com/wagmi-dev/viem/commit/976fd86ed55cb1931ba619c116db2753cf72a10b) Thanks [@jxom](https://github.com/jxom)! - Added `decodeDeployData`.
2242
+ - [`976fd86`](https://github.com/wevm/viem/commit/976fd86ed55cb1931ba619c116db2753cf72a10b) Thanks [@jxom](https://github.com/jxom)! - Added `decodeDeployData`.
2083
2243
 
2084
2244
  ## 0.0.1-alpha.8
2085
2245
 
2086
2246
  ### Patch Changes
2087
2247
 
2088
- - [`9120e26`](https://github.com/wagmi-dev/viem/commit/9120e26fabe5d70ef13be7bc6eabfc966e3c4a29) Thanks [@jxom](https://github.com/jxom)! - Added `encodeErrorResult`.
2248
+ - [`9120e26`](https://github.com/wevm/viem/commit/9120e26fabe5d70ef13be7bc6eabfc966e3c4a29) Thanks [@jxom](https://github.com/jxom)! - Added `encodeErrorResult`.
2089
2249
 
2090
2250
  ## 0.0.1-alpha.7
2091
2251
 
2092
2252
  ### Patch Changes
2093
2253
 
2094
- - [`c52ce66`](https://github.com/wagmi-dev/viem/commit/c52ce660d62f3d44499ea13b88a883b76dd5fe08) Thanks [@jxom](https://github.com/jxom)! - Added `decodeErrorResult`.
2254
+ - [`c52ce66`](https://github.com/wevm/viem/commit/c52ce660d62f3d44499ea13b88a883b76dd5fe08) Thanks [@jxom](https://github.com/jxom)! - Added `decodeErrorResult`.
2095
2255
 
2096
- - [`497b0b1`](https://github.com/wagmi-dev/viem/commit/497b0b1ce4c3585092fda1b6a9fd0526a0414c4d) Thanks [@jxom](https://github.com/jxom)! - Added `encodeEventTopics`.
2256
+ - [`497b0b1`](https://github.com/wevm/viem/commit/497b0b1ce4c3585092fda1b6a9fd0526a0414c4d) Thanks [@jxom](https://github.com/jxom)! - Added `encodeEventTopics`.
2097
2257
 
2098
2258
  ## 0.0.1-alpha.6
2099
2259
 
2100
2260
  ### Patch Changes
2101
2261
 
2102
- - [`94b32ab`](https://github.com/wagmi-dev/viem/commit/94b32ab85be156bf25fd64056532edc1d4441c70) Thanks [@jxom](https://github.com/jxom)! - Added `encodeDeployData`.
2262
+ - [`94b32ab`](https://github.com/wevm/viem/commit/94b32ab85be156bf25fd64056532edc1d4441c70) Thanks [@jxom](https://github.com/jxom)! - Added `encodeDeployData`.
2103
2263
 
2104
2264
  ## 0.0.1-alpha.5
2105
2265
 
2106
2266
  ### Patch Changes
2107
2267
 
2108
- - [`ee4d256`](https://github.com/wagmi-dev/viem/commit/ee4d256a50e4312614501b15c6b5f9b7b3220be3) Thanks [@jxom](https://github.com/jxom)! - Added `encodeFunctionResult`.
2268
+ - [`ee4d256`](https://github.com/wevm/viem/commit/ee4d256a50e4312614501b15c6b5f9b7b3220be3) Thanks [@jxom](https://github.com/jxom)! - Added `encodeFunctionResult`.
2109
2269
 
2110
2270
  ## 0.0.1-alpha.4
2111
2271
 
2112
2272
  ### Patch Changes
2113
2273
 
2114
- - [`f2e6bb1`](https://github.com/wagmi-dev/viem/commit/f2e6bb1fee06ccd51c7b3a22accd01259daece0f) Thanks [@jxom](https://github.com/jxom)! - Added `decodeFunctionResult`.
2274
+ - [`f2e6bb1`](https://github.com/wevm/viem/commit/f2e6bb1fee06ccd51c7b3a22accd01259daece0f) Thanks [@jxom](https://github.com/jxom)! - Added `decodeFunctionResult`.
2115
2275
 
2116
2276
  ## 0.0.1-alpha.3
2117
2277
 
2118
2278
  ### Patch Changes
2119
2279
 
2120
- - [`849653f`](https://github.com/wagmi-dev/viem/commit/849653f246422c75487c141e94509920563f6706) Thanks [@jxom](https://github.com/jxom)! - - **Breaking**: Renamed `encodeFunctionParams` to `encodeFunctionData`.
2280
+ - [`849653f`](https://github.com/wevm/viem/commit/849653f246422c75487c141e94509920563f6706) Thanks [@jxom](https://github.com/jxom)! - - **Breaking**: Renamed `encodeFunctionParams` to `encodeFunctionData`.
2121
2281
  - Added `decodeFunctionData`.
2122
2282
 
2123
2283
  ## 0.0.1-alpha.2
2124
2284
 
2125
2285
  ### Patch Changes
2126
2286
 
2127
- - [#18](https://github.com/wagmi-dev/viem/pull/18) [`bb9e88a`](https://github.com/wagmi-dev/viem/commit/bb9e88a7fd1156550fe69a37d82fc67f2f63439b) Thanks [@jxom](https://github.com/jxom)! - Added `encodeFunctionParams`.
2287
+ - [#18](https://github.com/wevm/viem/pull/18) [`bb9e88a`](https://github.com/wevm/viem/commit/bb9e88a7fd1156550fe69a37d82fc67f2f63439b) Thanks [@jxom](https://github.com/jxom)! - Added `encodeFunctionParams`.
2128
2288
 
2129
2289
  ## 0.0.1-alpha.1
2130
2290
 
2131
2291
  ### Patch Changes
2132
2292
 
2133
- - [`d722728`](https://github.com/wagmi-dev/viem/commit/d722728e8d54065b5f9882ec6146c194de4b3c62) Thanks [@jxom](https://github.com/jxom)! - - **Breaking**: Renamed `ethereumProvider` Transport to `custom`.
2293
+ - [`d722728`](https://github.com/wevm/viem/commit/d722728e8d54065b5f9882ec6146c194de4b3c62) Thanks [@jxom](https://github.com/jxom)! - - **Breaking**: Renamed `ethereumProvider` Transport to `custom`.
2134
2294
  - **Breaking**: Refactored Transport APIs.
2135
2295
  - **Breaking**: Flattened `sendTransaction`, `call` & `estimateGas` APIs.
2136
2296
  - Added `encodeAbi` & `decodeAbi`.