@layerzerolabs/lz-evm-sdk-v2 3.0.167 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (445) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/LICENSE +42 -0
  3. package/deployments/{basesep-testnet/DVNRead.json → adi-testnet/DVN.json} +2 -2
  4. package/deployments/adi-testnet/DVNFeeLib.json +690 -0
  5. package/deployments/adi-testnet/DeadDVN.json +159 -0
  6. package/deployments/{arbitrum-sandbox-local → adi-testnet}/DefaultProxyAdmin.json +2 -2
  7. package/deployments/{arbitrum-sandbox-local → adi-testnet}/EndpointV2.json +2 -2
  8. package/deployments/{arbitrum-sandbox-local → adi-testnet}/EndpointV2View.json +2 -2
  9. package/deployments/{arbitrum-sandbox-local → adi-testnet}/EndpointV2View_Implementation.json +2 -2
  10. package/deployments/{arbitrum-sandbox-local → adi-testnet}/EndpointV2View_Proxy.json +2 -2
  11. package/deployments/{arbitrum-sandbox-local → adi-testnet}/Executor.json +2 -2
  12. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ExecutorFeeLib.json +2 -2
  13. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ExecutorProxyAdmin.json +2 -2
  14. package/deployments/{arbitrum-sandbox-local → adi-testnet}/Executor_Implementation.json +2 -2
  15. package/deployments/{arbitrum-sandbox-local → adi-testnet}/Executor_Proxy.json +2 -2
  16. package/deployments/{arbitrum-sandbox-local → adi-testnet}/LzExecutor.json +2 -2
  17. package/deployments/{arbitrum-sandbox-local → adi-testnet}/LzExecutor_Implementation.json +2 -2
  18. package/deployments/{arbitrum-sandbox-local → adi-testnet}/LzExecutor_Proxy.json +2 -2
  19. package/deployments/{bsc-sandbox-local → adi-testnet}/MultiCall.json +2 -2
  20. package/deployments/adi-testnet/PriceFeed.json +820 -0
  21. package/deployments/{ethereum-sandbox-local/ReadLib1002ViewProxyAdmin.json → adi-testnet/PriceFeedProxyAdmin.json} +2 -2
  22. package/deployments/adi-testnet/PriceFeed_Implementation.json +689 -0
  23. package/deployments/{arbitrum-sandbox-local/ReadLib1002View_Proxy.json → adi-testnet/PriceFeed_Proxy.json} +2 -2
  24. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ReceiveUln301.json +2 -2
  25. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ReceiveUln301View.json +2 -2
  26. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ReceiveUln301View_Implementation.json +2 -2
  27. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ReceiveUln301View_Proxy.json +2 -2
  28. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ReceiveUln302.json +2 -2
  29. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ReceiveUln302View.json +2 -2
  30. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ReceiveUln302View_Implementation.json +2 -2
  31. package/deployments/{arbitrum-sandbox-local → adi-testnet}/ReceiveUln302View_Proxy.json +2 -2
  32. package/deployments/{arbitrum-sandbox-local → adi-testnet}/SendUln301.json +2 -2
  33. package/deployments/{arbitrum-sandbox-local → adi-testnet}/SendUln302.json +2 -2
  34. package/deployments/{arbitrum-sandbox-local → adi-testnet}/Treasury.json +2 -2
  35. package/deployments/{arbitrum-sandbox-local → adi-testnet}/TreasuryFeeHandler.json +2 -2
  36. package/deployments/adiri-testnet/DVN.json +1504 -0
  37. package/deployments/adiri-testnet/DVNFeeLib.json +690 -0
  38. package/deployments/adiri-testnet/DeadDVN.json +159 -0
  39. package/deployments/adiri-testnet/DefaultProxyAdmin.json +166 -0
  40. package/deployments/adiri-testnet/EndpointV2.json +2356 -0
  41. package/deployments/adiri-testnet/EndpointV2View.json +335 -0
  42. package/deployments/adiri-testnet/EndpointV2View_Implementation.json +204 -0
  43. package/deployments/adiri-testnet/EndpointV2View_Proxy.json +137 -0
  44. package/deployments/adiri-testnet/Executor.json +1476 -0
  45. package/deployments/adiri-testnet/ExecutorFeeLib.json +541 -0
  46. package/deployments/{arbitrum-sandbox-local/ReadLib1002ViewProxyAdmin.json → adiri-testnet/ExecutorProxyAdmin.json} +2 -2
  47. package/deployments/adiri-testnet/Executor_Implementation.json +1345 -0
  48. package/deployments/adiri-testnet/Executor_Proxy.json +137 -0
  49. package/deployments/adiri-testnet/LzExecutor.json +641 -0
  50. package/deployments/{arbitrum-sandbox-local/SimpleMessageLib.json → adiri-testnet/LzExecutor_Implementation.json} +248 -324
  51. package/deployments/adiri-testnet/LzExecutor_Proxy.json +137 -0
  52. package/deployments/{ethereum-sandbox-local → adiri-testnet}/MultiCall.json +2 -2
  53. package/deployments/adiri-testnet/PriceFeed.json +820 -0
  54. package/deployments/{bsc-sandbox-local/ReadLib1002ViewProxyAdmin.json → adiri-testnet/PriceFeedProxyAdmin.json} +2 -2
  55. package/deployments/adiri-testnet/PriceFeed_Implementation.json +689 -0
  56. package/deployments/adiri-testnet/PriceFeed_Proxy.json +137 -0
  57. package/deployments/adiri-testnet/ReceiveUln301.json +995 -0
  58. package/deployments/adiri-testnet/ReceiveUln301View.json +252 -0
  59. package/deployments/adiri-testnet/ReceiveUln301View_Implementation.json +121 -0
  60. package/deployments/adiri-testnet/ReceiveUln301View_Proxy.json +137 -0
  61. package/deployments/adiri-testnet/ReceiveUln302.json +752 -0
  62. package/deployments/{arbitrum-sandbox-local/ReadLib1002View.json → adiri-testnet/ReceiveUln302View.json} +7 -41
  63. package/deployments/{arbitrum-sandbox-local/ReadLib1002View_Implementation.json → adiri-testnet/ReceiveUln302View_Implementation.json} +7 -41
  64. package/deployments/adiri-testnet/ReceiveUln302View_Proxy.json +137 -0
  65. package/deployments/adiri-testnet/SendUln301.json +1273 -0
  66. package/deployments/{polygon-sandbox-local/ReadLib1002.json → adiri-testnet/SendUln302.json} +242 -271
  67. package/deployments/adiri-testnet/Treasury.json +304 -0
  68. package/deployments/adiri-testnet/TreasuryFeeHandler.json +89 -0
  69. package/deployments/arbitrum-sandbox-local/DVN.json +5 -144
  70. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +1 -1
  71. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +1 -385
  72. package/deployments/arbitrum-sandbox-local/PriceFeed.json +1 -1
  73. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  74. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +1 -1
  75. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +1 -1
  76. package/deployments/bsc-sandbox-local/DVN.json +5 -144
  77. package/deployments/bsc-sandbox-local/DVNDecompressor.json +1 -1
  78. package/deployments/bsc-sandbox-local/DVNFeeLib.json +1 -385
  79. package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +1 -1
  80. package/deployments/bsc-sandbox-local/EndpointV2.json +1 -1
  81. package/deployments/bsc-sandbox-local/EndpointV2View.json +1 -1
  82. package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +1 -1
  83. package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +1 -1
  84. package/deployments/bsc-sandbox-local/Executor.json +2 -76
  85. package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +1 -1
  86. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +2 -181
  87. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +1 -1
  88. package/deployments/bsc-sandbox-local/Executor_Implementation.json +2 -76
  89. package/deployments/bsc-sandbox-local/Executor_Proxy.json +1 -1
  90. package/deployments/bsc-sandbox-local/LzExecutor.json +1 -1
  91. package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +1 -1
  92. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +1 -1
  93. package/deployments/bsc-sandbox-local/NonceContractMock.json +1 -1
  94. package/deployments/bsc-sandbox-local/PriceFeed.json +1 -1
  95. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  96. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +1 -1
  97. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +1 -1
  98. package/deployments/bsc-sandbox-local/ReadLib1002.json +1 -1
  99. package/deployments/bsc-sandbox-local/ReadLib1002View.json +1 -1
  100. package/deployments/bsc-sandbox-local/ReceiveUln301.json +1 -1
  101. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +1 -1
  102. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  103. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
  104. package/deployments/bsc-sandbox-local/ReceiveUln302.json +1 -1
  105. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +1 -1
  106. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  107. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
  108. package/deployments/bsc-sandbox-local/SendUln301.json +1 -1
  109. package/deployments/bsc-sandbox-local/SendUln302.json +1 -1
  110. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +1 -1
  111. package/deployments/bsc-sandbox-local/Treasury.json +1 -1
  112. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +1 -1
  113. package/deployments/ethereum-sandbox-local/DVN.json +5 -144
  114. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +1 -1
  115. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +1 -385
  116. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +1 -1
  117. package/deployments/ethereum-sandbox-local/EndpointV2.json +1 -1
  118. package/deployments/ethereum-sandbox-local/EndpointV2View.json +1 -1
  119. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +1 -1
  120. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +1 -1
  121. package/deployments/ethereum-sandbox-local/Executor.json +2 -76
  122. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +1 -1
  123. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -181
  124. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +1 -1
  125. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +2 -76
  126. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +1 -1
  127. package/deployments/ethereum-sandbox-local/LzExecutor.json +1 -1
  128. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +1 -1
  129. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +1 -1
  130. package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
  131. package/deployments/ethereum-sandbox-local/PriceFeed.json +1 -1
  132. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  133. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
  134. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +1 -1
  135. package/deployments/ethereum-sandbox-local/ReadLib1002.json +1 -1
  136. package/deployments/ethereum-sandbox-local/ReadLib1002View.json +1 -1
  137. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +1 -1
  138. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +1 -1
  139. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  140. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
  141. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +1 -1
  142. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +1 -1
  143. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  144. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
  145. package/deployments/ethereum-sandbox-local/SendUln301.json +1 -1
  146. package/deployments/ethereum-sandbox-local/SendUln302.json +1 -1
  147. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +1 -1
  148. package/deployments/ethereum-sandbox-local/Treasury.json +1 -1
  149. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
  150. package/deployments/moninet-testnet/DVN.json +1504 -0
  151. package/deployments/moninet-testnet/DVNFeeLib.json +690 -0
  152. package/deployments/moninet-testnet/DeadDVN.json +159 -0
  153. package/deployments/moninet-testnet/DefaultProxyAdmin.json +166 -0
  154. package/deployments/moninet-testnet/EndpointV2.json +2356 -0
  155. package/deployments/moninet-testnet/EndpointV2View.json +335 -0
  156. package/deployments/moninet-testnet/EndpointV2View_Implementation.json +204 -0
  157. package/deployments/moninet-testnet/EndpointV2View_Proxy.json +137 -0
  158. package/deployments/moninet-testnet/Executor.json +1476 -0
  159. package/deployments/moninet-testnet/ExecutorFeeLib.json +541 -0
  160. package/deployments/moninet-testnet/ExecutorProxyAdmin.json +176 -0
  161. package/deployments/moninet-testnet/Executor_Implementation.json +1345 -0
  162. package/deployments/moninet-testnet/Executor_Proxy.json +137 -0
  163. package/deployments/moninet-testnet/LzExecutor.json +641 -0
  164. package/deployments/moninet-testnet/LzExecutor_Implementation.json +510 -0
  165. package/deployments/moninet-testnet/LzExecutor_Proxy.json +137 -0
  166. package/deployments/{arbitrum-sandbox-local → moninet-testnet}/MultiCall.json +2 -2
  167. package/deployments/moninet-testnet/PriceFeed.json +820 -0
  168. package/deployments/moninet-testnet/PriceFeedProxyAdmin.json +176 -0
  169. package/deployments/moninet-testnet/PriceFeed_Implementation.json +689 -0
  170. package/deployments/moninet-testnet/PriceFeed_Proxy.json +137 -0
  171. package/deployments/moninet-testnet/ReceiveUln301.json +995 -0
  172. package/deployments/moninet-testnet/ReceiveUln301View.json +252 -0
  173. package/deployments/moninet-testnet/ReceiveUln301View_Implementation.json +121 -0
  174. package/deployments/moninet-testnet/ReceiveUln301View_Proxy.json +137 -0
  175. package/deployments/moninet-testnet/ReceiveUln302.json +752 -0
  176. package/deployments/moninet-testnet/ReceiveUln302View.json +377 -0
  177. package/deployments/{bsc-sandbox-local/ReadLib1002View_Implementation.json → moninet-testnet/ReceiveUln302View_Implementation.json} +7 -41
  178. package/deployments/moninet-testnet/ReceiveUln302View_Proxy.json +137 -0
  179. package/deployments/moninet-testnet/SendUln301.json +1273 -0
  180. package/deployments/{arbitrum-sandbox-local/ReadLib1002.json → moninet-testnet/SendUln302.json} +242 -271
  181. package/deployments/moninet-testnet/Treasury.json +304 -0
  182. package/deployments/moninet-testnet/TreasuryFeeHandler.json +89 -0
  183. package/deployments/neox-mainnet/DVN.json +1504 -0
  184. package/deployments/neox-mainnet/DVNFeeLib.json +690 -0
  185. package/deployments/neox-mainnet/DeadDVN.json +159 -0
  186. package/deployments/neox-mainnet/DefaultProxyAdmin.json +166 -0
  187. package/deployments/neox-mainnet/EndpointV2.json +2356 -0
  188. package/deployments/neox-mainnet/EndpointV2View.json +335 -0
  189. package/deployments/neox-mainnet/EndpointV2View_Implementation.json +204 -0
  190. package/deployments/neox-mainnet/EndpointV2View_Proxy.json +137 -0
  191. package/deployments/neox-mainnet/Executor.json +1476 -0
  192. package/deployments/neox-mainnet/ExecutorFeeLib.json +541 -0
  193. package/deployments/neox-mainnet/ExecutorProxyAdmin.json +176 -0
  194. package/deployments/neox-mainnet/Executor_Implementation.json +1345 -0
  195. package/deployments/neox-mainnet/Executor_Proxy.json +137 -0
  196. package/deployments/neox-mainnet/LzExecutor.json +641 -0
  197. package/deployments/neox-mainnet/LzExecutor_Implementation.json +510 -0
  198. package/deployments/neox-mainnet/LzExecutor_Proxy.json +137 -0
  199. package/deployments/{polygon-sandbox-local → neox-mainnet}/MultiCall.json +2 -2
  200. package/deployments/neox-mainnet/PriceFeed.json +820 -0
  201. package/deployments/neox-mainnet/PriceFeedProxyAdmin.json +176 -0
  202. package/deployments/neox-mainnet/PriceFeed_Implementation.json +689 -0
  203. package/deployments/neox-mainnet/PriceFeed_Proxy.json +137 -0
  204. package/deployments/neox-mainnet/ReceiveUln301.json +995 -0
  205. package/deployments/neox-mainnet/ReceiveUln301View.json +252 -0
  206. package/deployments/neox-mainnet/ReceiveUln301View_Implementation.json +121 -0
  207. package/deployments/neox-mainnet/ReceiveUln301View_Proxy.json +137 -0
  208. package/deployments/neox-mainnet/ReceiveUln302.json +752 -0
  209. package/deployments/neox-mainnet/ReceiveUln302View.json +377 -0
  210. package/deployments/{ethereum-sandbox-local/ReadLib1002View_Implementation.json → neox-mainnet/ReceiveUln302View_Implementation.json} +7 -41
  211. package/deployments/neox-mainnet/ReceiveUln302View_Proxy.json +137 -0
  212. package/deployments/neox-mainnet/SendUln301.json +1273 -0
  213. package/deployments/neox-mainnet/SendUln302.json +1254 -0
  214. package/deployments/neox-mainnet/Treasury.json +304 -0
  215. package/deployments/neox-mainnet/TreasuryFeeHandler.json +89 -0
  216. package/deployments/onemoney-testnet/DVN.json +1504 -0
  217. package/deployments/onemoney-testnet/DVNFeeLib.json +690 -0
  218. package/deployments/onemoney-testnet/DeadDVN.json +159 -0
  219. package/deployments/onemoney-testnet/DefaultProxyAdmin.json +166 -0
  220. package/deployments/onemoney-testnet/EndpointV2.json +2356 -0
  221. package/deployments/onemoney-testnet/EndpointV2View.json +335 -0
  222. package/deployments/onemoney-testnet/EndpointV2View_Implementation.json +204 -0
  223. package/deployments/onemoney-testnet/EndpointV2View_Proxy.json +137 -0
  224. package/deployments/onemoney-testnet/Executor.json +1476 -0
  225. package/deployments/onemoney-testnet/ExecutorFeeLib.json +541 -0
  226. package/deployments/onemoney-testnet/ExecutorProxyAdmin.json +176 -0
  227. package/deployments/onemoney-testnet/Executor_Implementation.json +1345 -0
  228. package/deployments/onemoney-testnet/Executor_Proxy.json +137 -0
  229. package/deployments/onemoney-testnet/LzExecutor.json +641 -0
  230. package/deployments/onemoney-testnet/LzExecutor_Implementation.json +510 -0
  231. package/deployments/onemoney-testnet/LzExecutor_Proxy.json +137 -0
  232. package/deployments/onemoney-testnet/MultiCall.json +115 -0
  233. package/deployments/onemoney-testnet/PriceFeed.json +820 -0
  234. package/deployments/onemoney-testnet/PriceFeedProxyAdmin.json +176 -0
  235. package/deployments/onemoney-testnet/PriceFeed_Implementation.json +689 -0
  236. package/deployments/onemoney-testnet/PriceFeed_Proxy.json +137 -0
  237. package/deployments/onemoney-testnet/ReceiveUln301.json +995 -0
  238. package/deployments/onemoney-testnet/ReceiveUln301View.json +252 -0
  239. package/deployments/onemoney-testnet/ReceiveUln301View_Implementation.json +121 -0
  240. package/deployments/onemoney-testnet/ReceiveUln301View_Proxy.json +137 -0
  241. package/deployments/onemoney-testnet/ReceiveUln302.json +752 -0
  242. package/deployments/{polygon-sandbox-local/ReadLib1002View.json → onemoney-testnet/ReceiveUln302View.json} +7 -41
  243. package/deployments/onemoney-testnet/ReceiveUln302View_Implementation.json +246 -0
  244. package/deployments/onemoney-testnet/ReceiveUln302View_Proxy.json +137 -0
  245. package/deployments/onemoney-testnet/SendUln301.json +1273 -0
  246. package/deployments/onemoney-testnet/SendUln302.json +1254 -0
  247. package/deployments/onemoney-testnet/Treasury.json +304 -0
  248. package/deployments/onemoney-testnet/TreasuryFeeHandler.json +89 -0
  249. package/deployments/polygon-sandbox-local/DVN.json +5 -144
  250. package/deployments/polygon-sandbox-local/DVNDecompressor.json +1 -1
  251. package/deployments/polygon-sandbox-local/DVNFeeLib.json +1 -385
  252. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +1 -1
  253. package/deployments/polygon-sandbox-local/EndpointV2.json +1 -1
  254. package/deployments/polygon-sandbox-local/EndpointV2View.json +1 -1
  255. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +1 -1
  256. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +1 -1
  257. package/deployments/polygon-sandbox-local/Executor.json +2 -76
  258. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +1 -1
  259. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -181
  260. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +1 -1
  261. package/deployments/polygon-sandbox-local/Executor_Implementation.json +2 -76
  262. package/deployments/polygon-sandbox-local/Executor_Proxy.json +1 -1
  263. package/deployments/polygon-sandbox-local/LzExecutor.json +1 -1
  264. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +1 -1
  265. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +1 -1
  266. package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
  267. package/deployments/polygon-sandbox-local/PriceFeed.json +1 -1
  268. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  269. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
  270. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +1 -1
  271. package/deployments/polygon-sandbox-local/ReceiveUln301.json +1 -1
  272. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +1 -1
  273. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  274. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
  275. package/deployments/polygon-sandbox-local/ReceiveUln302.json +1 -1
  276. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +1 -1
  277. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  278. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
  279. package/deployments/polygon-sandbox-local/SendUln301.json +1 -1
  280. package/deployments/polygon-sandbox-local/SendUln302.json +1 -1
  281. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +1 -1
  282. package/deployments/polygon-sandbox-local/Treasury.json +1 -1
  283. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
  284. package/deployments/rayls-mainnet/DVN.json +1504 -0
  285. package/deployments/rayls-mainnet/DVNFeeLib.json +690 -0
  286. package/deployments/rayls-mainnet/DeadDVN.json +159 -0
  287. package/deployments/rayls-mainnet/DefaultProxyAdmin.json +166 -0
  288. package/deployments/rayls-mainnet/EndpointV2.json +2356 -0
  289. package/deployments/rayls-mainnet/EndpointV2View.json +335 -0
  290. package/deployments/rayls-mainnet/EndpointV2View_Implementation.json +204 -0
  291. package/deployments/rayls-mainnet/EndpointV2View_Proxy.json +137 -0
  292. package/deployments/rayls-mainnet/Executor.json +1476 -0
  293. package/deployments/rayls-mainnet/ExecutorFeeLib.json +541 -0
  294. package/deployments/rayls-mainnet/ExecutorProxyAdmin.json +176 -0
  295. package/deployments/rayls-mainnet/Executor_Implementation.json +1345 -0
  296. package/deployments/rayls-mainnet/Executor_Proxy.json +137 -0
  297. package/deployments/rayls-mainnet/LzExecutor.json +641 -0
  298. package/deployments/rayls-mainnet/LzExecutor_Implementation.json +510 -0
  299. package/deployments/rayls-mainnet/LzExecutor_Proxy.json +137 -0
  300. package/deployments/rayls-mainnet/MultiCall.json +115 -0
  301. package/deployments/rayls-mainnet/PriceFeed.json +820 -0
  302. package/deployments/rayls-mainnet/PriceFeedProxyAdmin.json +176 -0
  303. package/deployments/rayls-mainnet/PriceFeed_Implementation.json +689 -0
  304. package/deployments/rayls-mainnet/PriceFeed_Proxy.json +137 -0
  305. package/deployments/rayls-mainnet/ReceiveUln301.json +995 -0
  306. package/deployments/rayls-mainnet/ReceiveUln301View.json +252 -0
  307. package/deployments/rayls-mainnet/ReceiveUln301View_Implementation.json +121 -0
  308. package/deployments/rayls-mainnet/ReceiveUln301View_Proxy.json +137 -0
  309. package/deployments/rayls-mainnet/ReceiveUln302.json +752 -0
  310. package/deployments/rayls-mainnet/ReceiveUln302View.json +377 -0
  311. package/deployments/rayls-mainnet/ReceiveUln302View_Implementation.json +246 -0
  312. package/deployments/rayls-mainnet/ReceiveUln302View_Proxy.json +137 -0
  313. package/deployments/rayls-mainnet/SendUln301.json +1273 -0
  314. package/deployments/rayls-mainnet/SendUln302.json +1254 -0
  315. package/deployments/rayls-mainnet/Treasury.json +304 -0
  316. package/deployments/rayls-mainnet/TreasuryFeeHandler.json +89 -0
  317. package/deployments/ritual-testnet/DVN.json +1504 -0
  318. package/deployments/ritual-testnet/DVNFeeLib.json +690 -0
  319. package/deployments/ritual-testnet/DeadDVN.json +159 -0
  320. package/deployments/ritual-testnet/DefaultProxyAdmin.json +166 -0
  321. package/deployments/ritual-testnet/EndpointV2.json +2356 -0
  322. package/deployments/ritual-testnet/EndpointV2View.json +335 -0
  323. package/deployments/ritual-testnet/EndpointV2View_Implementation.json +204 -0
  324. package/deployments/ritual-testnet/EndpointV2View_Proxy.json +137 -0
  325. package/deployments/ritual-testnet/Executor.json +1476 -0
  326. package/deployments/ritual-testnet/ExecutorFeeLib.json +541 -0
  327. package/deployments/ritual-testnet/ExecutorProxyAdmin.json +176 -0
  328. package/deployments/ritual-testnet/Executor_Implementation.json +1345 -0
  329. package/deployments/ritual-testnet/Executor_Proxy.json +137 -0
  330. package/deployments/ritual-testnet/LzExecutor.json +641 -0
  331. package/deployments/ritual-testnet/LzExecutor_Implementation.json +510 -0
  332. package/deployments/ritual-testnet/LzExecutor_Proxy.json +137 -0
  333. package/deployments/ritual-testnet/MultiCall.json +115 -0
  334. package/deployments/ritual-testnet/PriceFeed.json +820 -0
  335. package/deployments/ritual-testnet/PriceFeedProxyAdmin.json +176 -0
  336. package/deployments/ritual-testnet/PriceFeed_Implementation.json +689 -0
  337. package/deployments/ritual-testnet/PriceFeed_Proxy.json +137 -0
  338. package/deployments/ritual-testnet/ReceiveUln301.json +995 -0
  339. package/deployments/ritual-testnet/ReceiveUln301View.json +252 -0
  340. package/deployments/ritual-testnet/ReceiveUln301View_Implementation.json +121 -0
  341. package/deployments/ritual-testnet/ReceiveUln301View_Proxy.json +137 -0
  342. package/deployments/ritual-testnet/ReceiveUln302.json +752 -0
  343. package/deployments/ritual-testnet/ReceiveUln302View.json +377 -0
  344. package/deployments/ritual-testnet/ReceiveUln302View_Implementation.json +246 -0
  345. package/deployments/ritual-testnet/ReceiveUln302View_Proxy.json +137 -0
  346. package/deployments/ritual-testnet/SendUln301.json +1273 -0
  347. package/deployments/ritual-testnet/SendUln302.json +1254 -0
  348. package/deployments/ritual-testnet/Treasury.json +304 -0
  349. package/deployments/ritual-testnet/TreasuryFeeHandler.json +89 -0
  350. package/deployments/robinhood-mainnet/DVN.json +1504 -0
  351. package/deployments/robinhood-mainnet/DVNFeeLib.json +690 -0
  352. package/deployments/robinhood-mainnet/DeadDVN.json +159 -0
  353. package/deployments/robinhood-mainnet/DefaultProxyAdmin.json +166 -0
  354. package/deployments/robinhood-mainnet/EndpointV2.json +2356 -0
  355. package/deployments/robinhood-mainnet/EndpointV2View.json +335 -0
  356. package/deployments/robinhood-mainnet/EndpointV2View_Implementation.json +204 -0
  357. package/deployments/robinhood-mainnet/EndpointV2View_Proxy.json +137 -0
  358. package/deployments/robinhood-mainnet/Executor.json +1476 -0
  359. package/deployments/robinhood-mainnet/ExecutorFeeLib.json +541 -0
  360. package/deployments/robinhood-mainnet/ExecutorProxyAdmin.json +176 -0
  361. package/deployments/robinhood-mainnet/Executor_Implementation.json +1345 -0
  362. package/deployments/robinhood-mainnet/Executor_Proxy.json +137 -0
  363. package/deployments/robinhood-mainnet/LzExecutor.json +641 -0
  364. package/deployments/robinhood-mainnet/LzExecutor_Implementation.json +510 -0
  365. package/deployments/robinhood-mainnet/LzExecutor_Proxy.json +137 -0
  366. package/deployments/robinhood-mainnet/MultiCall.json +115 -0
  367. package/deployments/robinhood-mainnet/PriceFeed.json +820 -0
  368. package/deployments/robinhood-mainnet/PriceFeedProxyAdmin.json +176 -0
  369. package/deployments/robinhood-mainnet/PriceFeed_Implementation.json +689 -0
  370. package/deployments/robinhood-mainnet/PriceFeed_Proxy.json +137 -0
  371. package/deployments/robinhood-mainnet/ReceiveUln301.json +995 -0
  372. package/deployments/robinhood-mainnet/ReceiveUln301View.json +252 -0
  373. package/deployments/robinhood-mainnet/ReceiveUln301View_Implementation.json +121 -0
  374. package/deployments/robinhood-mainnet/ReceiveUln301View_Proxy.json +137 -0
  375. package/deployments/robinhood-mainnet/ReceiveUln302.json +752 -0
  376. package/deployments/robinhood-mainnet/ReceiveUln302View.json +377 -0
  377. package/deployments/robinhood-mainnet/ReceiveUln302View_Implementation.json +246 -0
  378. package/deployments/robinhood-mainnet/ReceiveUln302View_Proxy.json +137 -0
  379. package/deployments/robinhood-mainnet/SendUln301.json +1273 -0
  380. package/deployments/robinhood-mainnet/SendUln302.json +1254 -0
  381. package/deployments/robinhood-mainnet/Treasury.json +304 -0
  382. package/deployments/robinhood-mainnet/TreasuryFeeHandler.json +89 -0
  383. package/deployments/tron-sandbox-local/DVN.json +6 -145
  384. package/deployments/tron-sandbox-local/DVNDecompressor.json +2 -2
  385. package/deployments/tron-sandbox-local/DVNFeeLib.json +2 -386
  386. package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +2 -2
  387. package/deployments/tron-sandbox-local/EndpointV2.json +2 -2
  388. package/deployments/tron-sandbox-local/EndpointV2View.json +2 -2
  389. package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +2 -2
  390. package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +2 -2
  391. package/deployments/tron-sandbox-local/Executor.json +3 -77
  392. package/deployments/tron-sandbox-local/ExecutorDecompressor.json +2 -2
  393. package/deployments/tron-sandbox-local/ExecutorFeeLib.json +3 -182
  394. package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +2 -2
  395. package/deployments/tron-sandbox-local/Executor_Implementation.json +3 -77
  396. package/deployments/tron-sandbox-local/Executor_Proxy.json +2 -2
  397. package/deployments/tron-sandbox-local/LzExecutor.json +2 -2
  398. package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +2 -2
  399. package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +2 -2
  400. package/deployments/tron-sandbox-local/MultiCall.json +2 -2
  401. package/deployments/tron-sandbox-local/NonceContractMock.json +2 -2
  402. package/deployments/tron-sandbox-local/PriceFeed.json +2 -2
  403. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +2 -2
  404. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +2 -2
  405. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +2 -2
  406. package/deployments/tron-sandbox-local/ReadLib1002.json +2 -2
  407. package/deployments/tron-sandbox-local/ReadLib1002View.json +2 -2
  408. package/deployments/tron-sandbox-local/ReadLib1002ViewProxyAdmin.json +2 -2
  409. package/deployments/tron-sandbox-local/ReadLib1002View_Implementation.json +2 -2
  410. package/deployments/tron-sandbox-local/ReadLib1002View_Proxy.json +2 -2
  411. package/deployments/tron-sandbox-local/ReceiveUln301.json +2 -2
  412. package/deployments/tron-sandbox-local/ReceiveUln301View.json +2 -2
  413. package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +2 -2
  414. package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +2 -2
  415. package/deployments/tron-sandbox-local/ReceiveUln302.json +2 -2
  416. package/deployments/tron-sandbox-local/ReceiveUln302View.json +2 -2
  417. package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +2 -2
  418. package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +2 -2
  419. package/deployments/tron-sandbox-local/SendUln301.json +2 -2
  420. package/deployments/tron-sandbox-local/SendUln302.json +2 -2
  421. package/deployments/tron-sandbox-local/SimpleMessageLib.json +2 -2
  422. package/deployments/tron-sandbox-local/Treasury.json +2 -2
  423. package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +2 -2
  424. package/dist/{index-DVezkkuy.d.mts → index-B1_fpQTg.d.mts} +394 -403
  425. package/dist/{index-DVezkkuy.d.ts → index-B1_fpQTg.d.ts} +394 -403
  426. package/dist/index.browser.cjs +199 -199
  427. package/dist/index.browser.cjs.map +1 -1
  428. package/dist/index.browser.d.mts +1 -1
  429. package/dist/index.browser.d.ts +1 -1
  430. package/dist/index.browser.mjs +199 -199
  431. package/dist/index.browser.mjs.map +1 -1
  432. package/dist/index.cjs +199 -203
  433. package/dist/index.cjs.map +1 -1
  434. package/dist/index.d.mts +1 -5
  435. package/dist/index.d.ts +1 -5
  436. package/dist/index.mjs +206 -206
  437. package/dist/index.mjs.map +1 -1
  438. package/package.json +11 -29
  439. package/deployments/arbitrum-sandbox-local/ExecutorDecompressor.json +0 -215
  440. package/deployments/arbitrum-sandbox-local/NonceContractMock.json +0 -88
  441. package/deployments/bsc-sandbox-local/ReadLib1002View_Proxy.json +0 -137
  442. package/deployments/ethereum-sandbox-local/ReadLib1002View_Proxy.json +0 -137
  443. package/deployments/polygon-sandbox-local/ReadLib1002ViewProxyAdmin.json +0 -176
  444. package/deployments/polygon-sandbox-local/ReadLib1002View_Implementation.json +0 -280
  445. package/deployments/polygon-sandbox-local/ReadLib1002View_Proxy.json +0 -137
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { ap as AddressCast, aq as AddressCast__factory, c$ as AddressSizeConfig, d0 as AddressSizeConfig__factory, bT as ArbitrumDVNAdapterL1, bU as ArbitrumDVNAdapterL1__factory, bV as ArbitrumDVNAdapterL2, bW as ArbitrumDVNAdapterL2__factory, bX as AxelarDVNAdapter, b$ as AxelarDVNAdapterFeeLib, c0 as AxelarDVNAdapterFeeLib__factory, bY as AxelarDVNAdapter__factory, aB as BlockedMessageLib, aC as BlockedMessageLib__factory, c1 as CCIPDVNAdapter, c3 as CCIPDVNAdapterFeeLib, c4 as CCIPDVNAdapterFeeLib__factory, c2 as CCIPDVNAdapter__factory, aK as CmdCodecV1Mock, aL as CmdCodecV1Mock__factory, C as ComposeSentEvent, ch as DVN, c5 as DVNAdapterBase, c6 as DVNAdapterBase__factory, c9 as DVNAdapterMessageCodec, ca as DVNAdapterMessageCodec__factory, B as DVNDecompressor, F as DVNDecompressor__factory, cj as DVNFeeLib, ck as DVNFeeLib__factory, cH as DVNOptions, cI as DVNOptions__factory, ci as DVN__factory, cf as DeadDVN, cg as DeadDVN__factory, D as DecompressorExtension, A as DecompressorExtension__factory, E as EndpointV2, p as EndpointV2Alt, J as EndpointV2Alt__factory, q as EndpointV2View, r as EndpointV2ViewUpgradeable, L as EndpointV2ViewUpgradeable__factory, K as EndpointV2View__factory, I as EndpointV2__factory, ar as Errors, as as Errors__factory, ax as EssenceDVNWrapper, ay as EssenceDVNWrapper__factory, N as Executor, G as ExecutorDecompressor, H as ExecutorDecompressor__factory, s as ExecutorFeeLib, V as ExecutorFeeLib__factory, at as ExecutorOptions, au as ExecutorOptions__factory, O as Executor__factory, dN as GetARGsTypeFromFactory, dM as GetContractTypeFromFactory, cp as IAxelarDVNAdapter, cr as IAxelarDVNAdapterFeeLib, cs as IAxelarDVNAdapterFeeLib__factory, cq as IAxelarDVNAdapter__factory, ct as ICCIPDVNAdapter, cv as ICCIPDVNAdapterFeeLib, cw as ICCIPDVNAdapterFeeLib__factory, cu as ICCIPDVNAdapter__factory, cx as IDVN, cz as IDVNFeeLib, cA as IDVNFeeLib__factory, cy as IDVN__factory, X as IExecutor, Z as IExecutorFeeLib, _ as IExecutorFeeLib__factory, Y as IExecutor__factory, $ as ILayerZeroComposer, a0 as ILayerZeroComposer__factory, cB as ILayerZeroDVN, cC as ILayerZeroDVN__factory, Q as ILayerZeroEndpointV2, U as ILayerZeroEndpointV2__factory, a1 as ILayerZeroExecutor, a2 as ILayerZeroExecutor__factory, a3 as ILayerZeroPriceFeed, a4 as ILayerZeroPriceFeed__factory, cD as ILayerZeroReadDVN, cE as ILayerZeroReadDVN__factory, a5 as ILayerZeroReadExecutor, a6 as ILayerZeroReadExecutor__factory, db as ILayerZeroReceiveLibrary, dc as ILayerZeroReceiveLibrary__factory, a7 as ILayerZeroReceiver, a8 as ILayerZeroReceiver__factory, a9 as ILayerZeroTreasury, aa as ILayerZeroTreasury__factory, ab as IMessageLib, d1 as IMessageLibE1, d2 as IMessageLibE1__factory, ad as IMessageLibManager, ae as IMessageLibManager__factory, ac as IMessageLib__factory, af as IMessagingChannel, ag as IMessagingChannel__factory, ah as IMessagingComposer, ai as IMessagingComposer__factory, aj as IMessagingContext, ak as IMessagingContext__factory, d3 as INonceContract, d4 as INonceContract__factory, aW as IOAppComposer, aX as IOAppComposer__factory, aY as IOAppComputer, a_ as IOAppComputerMap, a$ as IOAppComputerMap__factory, b0 as IOAppComputerReduce, b1 as IOAppComputerReduce__factory, aZ as IOAppComputer__factory, b2 as IOAppCore, b3 as IOAppCore__factory, b4 as IOAppMsgInspector, b5 as IOAppMsgInspector__factory, b6 as IOAppOptionsType3, b7 as IOAppOptionsType3__factory, bC as IOAppPreCrimeSimulator, bD as IOAppPreCrimeSimulator__factory, b8 as IOAppReceiver, b9 as IOAppReceiver__factory, bs as IOFT, bt as IOFT__factory, bE as IPreCrime, bF as IPreCrime__factory, c7 as IReceiveUln, dh as IReceiveUln301, di as IReceiveUln301__factory, du as IReceiveUln302, dv as IReceiveUln302__factory, cF as IReceiveUlnE2, cG as IReceiveUlnE2__factory, cN as IReceiveUlnView, cO as IReceiveUlnView__factory, c8 as IReceiveUln__factory, al as ISendLib, bZ as ISendLibBase, b_ as ISendLibBase__factory, am as ISendLib__factory, d5 as ITreasuryFeeHandler, d6 as ITreasuryFeeHandler__factory, d7 as IUltraLightNode301, d8 as IUltraLightNode301__factory, an as IWorker, ao as IWorker__factory, cP as LzExecutor, cQ as LzExecutor__factory, aM as LzReadCounter, aN as LzReadCounter__factory, M as MessageLibBase, aF as MessageLibBase__factory, t as MessageLibManager, aG as MessageLibManager__factory, u as MessagingChannel, aH as MessagingChannel__factory, v as MessagingComposer, aI as MessagingComposer__factory, w as MessagingContext, aJ as MessagingContext__factory, dL as MinEthersFactory, az as MultiCall, aA as MultiCall__factory, cl as MultiSig, cm as MultiSig__factory, d9 as NonceContractMock, da as NonceContractMock__factory, bg as OApp, bi as OAppCore, bj as OAppCore__factory, ba as OAppOptionsType3, bb as OAppOptionsType3__factory, bG as OAppPreCrimeSimulator, bH as OAppPreCrimeSimulator__factory, bk as OAppRead, bl as OAppRead__factory, bm as OAppReceiver, bn as OAppReceiver__factory, bo as OAppSender, bp as OAppSender__factory, bh as OApp__factory, bu as OFT, bw as OFTAdapter, bx as OFTAdapter__factory, by as OFTCore, bz as OFTCore__factory, bv as OFT__factory, aO as OmniCounter, aQ as OmniCounterAbstract, aR as OmniCounterAbstract__factory, aS as OmniCounterAlt, aT as OmniCounterAlt__factory, aU as OmniCounterPreCrime, aV as OmniCounterPreCrime__factory, aP as OmniCounter__factory, dK as OnEvent, cb as OptimismDVNAdapterL1, cc as OptimismDVNAdapterL1__factory, cd as OptimismDVNAdapterL2, ce as OptimismDVNAdapterL2__factory, bc as OptionsBuilder, bd as OptionsBuilder__factory, P as PacketSentEvent, b as PacketSentEvent301, a as PacketVerifiedEvent, bI as PreCrime, bA as PreCrimeE1, bB as PreCrimeE1__factory, bJ as PreCrime__factory, x as PriceFeed, bK as PriceFeed__factory, dO as PromiseOrValue, dC as ProxyAdmin, dD as ProxyAdmin__factory, bq as RateLimiter, br as RateLimiter__factory, be as ReadCmdCodecV1, bf as ReadCmdCodecV1__factory, cR as ReadLib1002, cT as ReadLib1002View, cU as ReadLib1002View__factory, cS as ReadLib1002__factory, cV as ReadLibBase, cW as ReadLibBase__factory, dd as ReceiveLibBaseE1, de as ReceiveLibBaseE1__factory, R as ReceiveLibBaseE2, bN as ReceiveLibBaseE2__factory, df as ReceiveUln301, dj as ReceiveUln301View, dk as ReceiveUln301View__factory, dg as ReceiveUln301__factory, ds as ReceiveUln302, dw as ReceiveUln302View, dx as ReceiveUln302View__factory, dt as ReceiveUln302__factory, cX as ReceiveUlnBase, cY as ReceiveUlnBase__factory, S as SendLibBase, dl as SendLibBaseE1, dm as SendLibBaseE1__factory, y as SendLibBaseE2, bP as SendLibBaseE2__factory, bO as SendLibBase__factory, dn as SendUln301, dp as SendUln301__factory, dy as SendUln302, dz as SendUln302__factory, cZ as SendUlnBase, c_ as SendUlnBase__factory, aD as SimpleMessageLib, aE as SimpleMessageLib__factory, cn as SimpleReadDVN, co as SimpleReadDVN__factory, bQ as SimpleReadExecutor, bR as SimpleReadExecutor__factory, cJ as SupportedCmdTypesLib, cK as SupportedCmdTypesLib__factory, av as Transfer, aw as Transfer__factory, bL as TransparentUpgradeableProxy, bM as TransparentUpgradeableProxy__factory, T as Treasury, dq as TreasuryFeeHandler, dr as TreasuryFeeHandler__factory, bS as Treasury__factory, dH as TypedEvent, dI as TypedEventFilter, dJ as TypedListener, dA as UlnBase, dB as UlnBase__factory, cL as UlnOptions, cM as UlnOptions__factory, W as Worker, dE as WorkerUpgradeable, dF as WorkerUpgradeable__factory, dG as Worker__factory, d as decompressor, i as executorSol, z as factories, e as interfaces, f as libs, g as lowlat, h as messagelib, j as oapp, k as oft, l as precrime, m as proxy, c as simpleReadExecutorSol, n as uln, o as upgradeable } from './index-DVezkkuy.mjs';
1
+ export { A as AddressCast, a as AddressCast__factory, b as AddressSizeConfig, c as AddressSizeConfig__factory, d as ArbitrumDVNAdapterL1, e as ArbitrumDVNAdapterL1__factory, f as ArbitrumDVNAdapterL2, g as ArbitrumDVNAdapterL2__factory, h as AxelarDVNAdapter, i as AxelarDVNAdapterFeeLib, j as AxelarDVNAdapterFeeLib__factory, k as AxelarDVNAdapter__factory, B as BlockedMessageLib, l as BlockedMessageLib__factory, C as CCIPDVNAdapter, m as CCIPDVNAdapterFeeLib, n as CCIPDVNAdapterFeeLib__factory, o as CCIPDVNAdapter__factory, p as CmdCodecV1Mock, q as CmdCodecV1Mock__factory, r as ComposeSentEvent, D as DVN, s as DVNAdapterBase, t as DVNAdapterBase__factory, u as DVNAdapterMessageCodec, v as DVNAdapterMessageCodec__factory, w as DVNDecompressor, x as DVNDecompressor__factory, y as DVNFeeLib, z as DVNFeeLib__factory, E as DVNOptions, F as DVNOptions__factory, G as DVN__factory, H as DeadDVN, I as DeadDVN__factory, J as DecompressorExtension, K as DecompressorExtension__factory, L as EndpointV2, M as EndpointV2Alt, N as EndpointV2Alt__factory, O as EndpointV2View, P as EndpointV2ViewUpgradeable, Q as EndpointV2ViewUpgradeable__factory, R as EndpointV2View__factory, S as EndpointV2__factory, T as Errors, U as Errors__factory, V as EssenceDVNWrapper, W as EssenceDVNWrapper__factory, X as Executor, Y as ExecutorDecompressor, Z as ExecutorDecompressor__factory, _ as ExecutorFeeLib, $ as ExecutorFeeLib__factory, a0 as ExecutorOptions, a1 as ExecutorOptions__factory, a2 as Executor__factory, a3 as GetARGsTypeFromFactory, a4 as GetContractTypeFromFactory, a5 as IAxelarDVNAdapter, a6 as IAxelarDVNAdapterFeeLib, a7 as IAxelarDVNAdapterFeeLib__factory, a8 as IAxelarDVNAdapter__factory, a9 as ICCIPDVNAdapter, aa as ICCIPDVNAdapterFeeLib, ab as ICCIPDVNAdapterFeeLib__factory, ac as ICCIPDVNAdapter__factory, ad as IDVN, ae as IDVNFeeLib, af as IDVNFeeLib__factory, ag as IDVN__factory, ah as IExecutor, ai as IExecutorFeeLib, aj as IExecutorFeeLib__factory, ak as IExecutor__factory, al as ILayerZeroComposer, am as ILayerZeroComposer__factory, an as ILayerZeroDVN, ao as ILayerZeroDVN__factory, ap as ILayerZeroEndpointV2, aq as ILayerZeroEndpointV2__factory, ar as ILayerZeroExecutor, as as ILayerZeroExecutor__factory, at as ILayerZeroPriceFeed, au as ILayerZeroPriceFeed__factory, av as ILayerZeroReadDVN, aw as ILayerZeroReadDVN__factory, ax as ILayerZeroReadExecutor, ay as ILayerZeroReadExecutor__factory, az as ILayerZeroReceiveLibrary, aA as ILayerZeroReceiveLibrary__factory, aB as ILayerZeroReceiver, aC as ILayerZeroReceiver__factory, aD as ILayerZeroTreasury, aE as ILayerZeroTreasury__factory, aF as IMessageLib, aG as IMessageLibE1, aH as IMessageLibE1__factory, aI as IMessageLibManager, aJ as IMessageLibManager__factory, aK as IMessageLib__factory, aL as IMessagingChannel, aM as IMessagingChannel__factory, aN as IMessagingComposer, aO as IMessagingComposer__factory, aP as IMessagingContext, aQ as IMessagingContext__factory, aR as INonceContract, aS as INonceContract__factory, aT as IOAppComposer, aU as IOAppComposer__factory, aV as IOAppComputer, aW as IOAppComputerMap, aX as IOAppComputerMap__factory, aY as IOAppComputerReduce, aZ as IOAppComputerReduce__factory, a_ as IOAppComputer__factory, a$ as IOAppCore, b0 as IOAppCore__factory, b1 as IOAppMsgInspector, b2 as IOAppMsgInspector__factory, b3 as IOAppOptionsType3, b4 as IOAppOptionsType3__factory, b5 as IOAppPreCrimeSimulator, b6 as IOAppPreCrimeSimulator__factory, b7 as IOAppReceiver, b8 as IOAppReceiver__factory, b9 as IOFT, ba as IOFT__factory, bb as IPreCrime, bc as IPreCrime__factory, bd as IReceiveUln, be as IReceiveUln301, bf as IReceiveUln301__factory, bg as IReceiveUln302, bh as IReceiveUln302__factory, bi as IReceiveUlnE2, bj as IReceiveUlnE2__factory, bk as IReceiveUlnView, bl as IReceiveUlnView__factory, bm as IReceiveUln__factory, bn as ISendLib, bo as ISendLibBase, bp as ISendLibBase__factory, bq as ISendLib__factory, br as ITreasuryFeeHandler, bs as ITreasuryFeeHandler__factory, bt as IUltraLightNode301, bu as IUltraLightNode301__factory, bv as IWorker, bw as IWorker__factory, bx as LzExecutor, by as LzExecutor__factory, bz as LzReadCounter, bA as LzReadCounter__factory, bB as MessageLibBase, bC as MessageLibBase__factory, bD as MessageLibManager, bE as MessageLibManager__factory, bF as MessagingChannel, bG as MessagingChannel__factory, bH as MessagingComposer, bI as MessagingComposer__factory, bJ as MessagingContext, bK as MessagingContext__factory, bL as MinEthersFactory, bM as MultiCall, bN as MultiCall__factory, bO as MultiSig, bP as MultiSig__factory, bQ as NonceContractMock, bR as NonceContractMock__factory, bS as OApp, bT as OAppCore, bU as OAppCore__factory, bV as OAppOptionsType3, bW as OAppOptionsType3__factory, bX as OAppPreCrimeSimulator, bY as OAppPreCrimeSimulator__factory, bZ as OAppRead, b_ as OAppRead__factory, b$ as OAppReceiver, c0 as OAppReceiver__factory, c1 as OAppSender, c2 as OAppSender__factory, c3 as OApp__factory, c4 as OFT, c5 as OFTAdapter, c6 as OFTAdapter__factory, c7 as OFTCore, c8 as OFTCore__factory, c9 as OFT__factory, ca as OmniCounter, cb as OmniCounterAbstract, cc as OmniCounterAbstract__factory, cd as OmniCounterAlt, ce as OmniCounterAlt__factory, cf as OmniCounterPreCrime, cg as OmniCounterPreCrime__factory, ch as OmniCounter__factory, ci as OnEvent, cj as OptimismDVNAdapterL1, ck as OptimismDVNAdapterL1__factory, cl as OptimismDVNAdapterL2, cm as OptimismDVNAdapterL2__factory, cn as OptionsBuilder, co as OptionsBuilder__factory, cp as PacketSentEvent, cq as PacketSentEvent301, cr as PacketVerifiedEvent, cs as PreCrime, ct as PreCrimeE1, cu as PreCrimeE1__factory, cv as PreCrime__factory, cw as PriceFeed, cx as PriceFeed__factory, cy as PromiseOrValue, cz as ProxyAdmin, cA as ProxyAdmin__factory, cB as RateLimiter, cC as RateLimiter__factory, cD as ReadCmdCodecV1, cE as ReadCmdCodecV1__factory, cF as ReadLib1002, cG as ReadLib1002View, cH as ReadLib1002View__factory, cI as ReadLib1002__factory, cJ as ReadLibBase, cK as ReadLibBase__factory, cL as ReceiveLibBaseE1, cM as ReceiveLibBaseE1__factory, cN as ReceiveLibBaseE2, cO as ReceiveLibBaseE2__factory, cP as ReceiveUln301, cQ as ReceiveUln301View, cR as ReceiveUln301View__factory, cS as ReceiveUln301__factory, cT as ReceiveUln302, cU as ReceiveUln302View, cV as ReceiveUln302View__factory, cW as ReceiveUln302__factory, cX as ReceiveUlnBase, cY as ReceiveUlnBase__factory, cZ as SendLibBase, c_ as SendLibBaseE1, c$ as SendLibBaseE1__factory, d0 as SendLibBaseE2, d1 as SendLibBaseE2__factory, d2 as SendLibBase__factory, d3 as SendUln301, d4 as SendUln301__factory, d5 as SendUln302, d6 as SendUln302__factory, d7 as SendUlnBase, d8 as SendUlnBase__factory, d9 as SimpleMessageLib, da as SimpleMessageLib__factory, db as SimpleReadDVN, dc as SimpleReadDVN__factory, dd as SimpleReadExecutor, de as SimpleReadExecutor__factory, df as SupportedCmdTypesLib, dg as SupportedCmdTypesLib__factory, dh as Transfer, di as Transfer__factory, dj as TransparentUpgradeableProxy, dk as TransparentUpgradeableProxy__factory, dl as Treasury, dm as TreasuryFeeHandler, dn as TreasuryFeeHandler__factory, dp as Treasury__factory, dq as TypedEvent, dr as TypedEventFilter, ds as TypedListener, dt as UlnBase, du as UlnBase__factory, dv as UlnOptions, dw as UlnOptions__factory, dx as Worker, dy as WorkerUpgradeable, dz as WorkerUpgradeable__factory, dA as Worker__factory, dB as decompressor, dC as executorSol, dD as factories, dE as interfaces, dF as libs, dG as lowlat, dH as messagelib, dI as oapp, dJ as oft, dK as precrime, dL as proxy, dM as simpleReadExecutorSol, dN as uln, dO as upgradeable } from './index-B1_fpQTg.mjs';
2
2
  import { Abi, LayerZeroParsedError } from '@layerzerolabs/evm-sdks-core';
3
3
  import 'ethers';
4
4
  import '@ethersproject/providers';
@@ -170,8 +170,6 @@ var errors = [
170
170
  "error NotApprovedByGateway()",
171
171
  "error NotEnoughGas(uint256 index, uint256 requested, uint256 available)",
172
172
  "error NotEnoughNative(uint256 msgValue)",
173
- "error OmniCounterAlt_NotAnAltEndpoint()",
174
- "error OmniCounterAlt_OnlyAltToken()",
175
173
  "error OnlyArbitrum()",
176
174
  "error OnlyEndpoint()",
177
175
  "error OnlyEndpoint(address addr)",
@@ -336,7 +334,6 @@ var errorSelectors = {
336
334
  "0x9c5846fd": "DVNAdapter_NotImplemented()",
337
335
  "0x9cbfe066": "OnlyOffChain()",
338
336
  "0x9d6a45a6": "DVN_DuplicatedHash(bytes32)",
339
- "0x9d6cd068": "OmniCounterAlt_OnlyAltToken()",
340
337
  "0x9db08605": "PacketOversize(uint256,uint256)",
341
338
  "0x9f704120": "NotEnoughNative(uint256)",
342
339
  "0xa169d0e1": "Executor_ZeroLzComposeGasProvided()",
@@ -365,7 +362,6 @@ var errorSelectors = {
365
362
  "0xc667af3e": "LZ_MessageLib_InvalidMessageSize(uint256,uint256)",
366
363
  "0xc857f60c": "LZ_TreasuryFeeHandler_OnlySendLibrary()",
367
364
  "0xc9bf37b7": "LZ_ULN_InvalidPacketHeader()",
368
- "0xccbcb5cd": "OmniCounterAlt_NotAnAltEndpoint()",
369
365
  "0xce2c3751": "LZ_ULN_AtLeastOneDVN()",
370
366
  "0xd009138a": "DVN_EidNotSupported(uint32)",
371
367
  "0xd0ecb66b": "LZ_SameValue()",
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { ap as AddressCast, aq as AddressCast__factory, c$ as AddressSizeConfig, d0 as AddressSizeConfig__factory, bT as ArbitrumDVNAdapterL1, bU as ArbitrumDVNAdapterL1__factory, bV as ArbitrumDVNAdapterL2, bW as ArbitrumDVNAdapterL2__factory, bX as AxelarDVNAdapter, b$ as AxelarDVNAdapterFeeLib, c0 as AxelarDVNAdapterFeeLib__factory, bY as AxelarDVNAdapter__factory, aB as BlockedMessageLib, aC as BlockedMessageLib__factory, c1 as CCIPDVNAdapter, c3 as CCIPDVNAdapterFeeLib, c4 as CCIPDVNAdapterFeeLib__factory, c2 as CCIPDVNAdapter__factory, aK as CmdCodecV1Mock, aL as CmdCodecV1Mock__factory, C as ComposeSentEvent, ch as DVN, c5 as DVNAdapterBase, c6 as DVNAdapterBase__factory, c9 as DVNAdapterMessageCodec, ca as DVNAdapterMessageCodec__factory, B as DVNDecompressor, F as DVNDecompressor__factory, cj as DVNFeeLib, ck as DVNFeeLib__factory, cH as DVNOptions, cI as DVNOptions__factory, ci as DVN__factory, cf as DeadDVN, cg as DeadDVN__factory, D as DecompressorExtension, A as DecompressorExtension__factory, E as EndpointV2, p as EndpointV2Alt, J as EndpointV2Alt__factory, q as EndpointV2View, r as EndpointV2ViewUpgradeable, L as EndpointV2ViewUpgradeable__factory, K as EndpointV2View__factory, I as EndpointV2__factory, ar as Errors, as as Errors__factory, ax as EssenceDVNWrapper, ay as EssenceDVNWrapper__factory, N as Executor, G as ExecutorDecompressor, H as ExecutorDecompressor__factory, s as ExecutorFeeLib, V as ExecutorFeeLib__factory, at as ExecutorOptions, au as ExecutorOptions__factory, O as Executor__factory, dN as GetARGsTypeFromFactory, dM as GetContractTypeFromFactory, cp as IAxelarDVNAdapter, cr as IAxelarDVNAdapterFeeLib, cs as IAxelarDVNAdapterFeeLib__factory, cq as IAxelarDVNAdapter__factory, ct as ICCIPDVNAdapter, cv as ICCIPDVNAdapterFeeLib, cw as ICCIPDVNAdapterFeeLib__factory, cu as ICCIPDVNAdapter__factory, cx as IDVN, cz as IDVNFeeLib, cA as IDVNFeeLib__factory, cy as IDVN__factory, X as IExecutor, Z as IExecutorFeeLib, _ as IExecutorFeeLib__factory, Y as IExecutor__factory, $ as ILayerZeroComposer, a0 as ILayerZeroComposer__factory, cB as ILayerZeroDVN, cC as ILayerZeroDVN__factory, Q as ILayerZeroEndpointV2, U as ILayerZeroEndpointV2__factory, a1 as ILayerZeroExecutor, a2 as ILayerZeroExecutor__factory, a3 as ILayerZeroPriceFeed, a4 as ILayerZeroPriceFeed__factory, cD as ILayerZeroReadDVN, cE as ILayerZeroReadDVN__factory, a5 as ILayerZeroReadExecutor, a6 as ILayerZeroReadExecutor__factory, db as ILayerZeroReceiveLibrary, dc as ILayerZeroReceiveLibrary__factory, a7 as ILayerZeroReceiver, a8 as ILayerZeroReceiver__factory, a9 as ILayerZeroTreasury, aa as ILayerZeroTreasury__factory, ab as IMessageLib, d1 as IMessageLibE1, d2 as IMessageLibE1__factory, ad as IMessageLibManager, ae as IMessageLibManager__factory, ac as IMessageLib__factory, af as IMessagingChannel, ag as IMessagingChannel__factory, ah as IMessagingComposer, ai as IMessagingComposer__factory, aj as IMessagingContext, ak as IMessagingContext__factory, d3 as INonceContract, d4 as INonceContract__factory, aW as IOAppComposer, aX as IOAppComposer__factory, aY as IOAppComputer, a_ as IOAppComputerMap, a$ as IOAppComputerMap__factory, b0 as IOAppComputerReduce, b1 as IOAppComputerReduce__factory, aZ as IOAppComputer__factory, b2 as IOAppCore, b3 as IOAppCore__factory, b4 as IOAppMsgInspector, b5 as IOAppMsgInspector__factory, b6 as IOAppOptionsType3, b7 as IOAppOptionsType3__factory, bC as IOAppPreCrimeSimulator, bD as IOAppPreCrimeSimulator__factory, b8 as IOAppReceiver, b9 as IOAppReceiver__factory, bs as IOFT, bt as IOFT__factory, bE as IPreCrime, bF as IPreCrime__factory, c7 as IReceiveUln, dh as IReceiveUln301, di as IReceiveUln301__factory, du as IReceiveUln302, dv as IReceiveUln302__factory, cF as IReceiveUlnE2, cG as IReceiveUlnE2__factory, cN as IReceiveUlnView, cO as IReceiveUlnView__factory, c8 as IReceiveUln__factory, al as ISendLib, bZ as ISendLibBase, b_ as ISendLibBase__factory, am as ISendLib__factory, d5 as ITreasuryFeeHandler, d6 as ITreasuryFeeHandler__factory, d7 as IUltraLightNode301, d8 as IUltraLightNode301__factory, an as IWorker, ao as IWorker__factory, cP as LzExecutor, cQ as LzExecutor__factory, aM as LzReadCounter, aN as LzReadCounter__factory, M as MessageLibBase, aF as MessageLibBase__factory, t as MessageLibManager, aG as MessageLibManager__factory, u as MessagingChannel, aH as MessagingChannel__factory, v as MessagingComposer, aI as MessagingComposer__factory, w as MessagingContext, aJ as MessagingContext__factory, dL as MinEthersFactory, az as MultiCall, aA as MultiCall__factory, cl as MultiSig, cm as MultiSig__factory, d9 as NonceContractMock, da as NonceContractMock__factory, bg as OApp, bi as OAppCore, bj as OAppCore__factory, ba as OAppOptionsType3, bb as OAppOptionsType3__factory, bG as OAppPreCrimeSimulator, bH as OAppPreCrimeSimulator__factory, bk as OAppRead, bl as OAppRead__factory, bm as OAppReceiver, bn as OAppReceiver__factory, bo as OAppSender, bp as OAppSender__factory, bh as OApp__factory, bu as OFT, bw as OFTAdapter, bx as OFTAdapter__factory, by as OFTCore, bz as OFTCore__factory, bv as OFT__factory, aO as OmniCounter, aQ as OmniCounterAbstract, aR as OmniCounterAbstract__factory, aS as OmniCounterAlt, aT as OmniCounterAlt__factory, aU as OmniCounterPreCrime, aV as OmniCounterPreCrime__factory, aP as OmniCounter__factory, dK as OnEvent, cb as OptimismDVNAdapterL1, cc as OptimismDVNAdapterL1__factory, cd as OptimismDVNAdapterL2, ce as OptimismDVNAdapterL2__factory, bc as OptionsBuilder, bd as OptionsBuilder__factory, P as PacketSentEvent, b as PacketSentEvent301, a as PacketVerifiedEvent, bI as PreCrime, bA as PreCrimeE1, bB as PreCrimeE1__factory, bJ as PreCrime__factory, x as PriceFeed, bK as PriceFeed__factory, dO as PromiseOrValue, dC as ProxyAdmin, dD as ProxyAdmin__factory, bq as RateLimiter, br as RateLimiter__factory, be as ReadCmdCodecV1, bf as ReadCmdCodecV1__factory, cR as ReadLib1002, cT as ReadLib1002View, cU as ReadLib1002View__factory, cS as ReadLib1002__factory, cV as ReadLibBase, cW as ReadLibBase__factory, dd as ReceiveLibBaseE1, de as ReceiveLibBaseE1__factory, R as ReceiveLibBaseE2, bN as ReceiveLibBaseE2__factory, df as ReceiveUln301, dj as ReceiveUln301View, dk as ReceiveUln301View__factory, dg as ReceiveUln301__factory, ds as ReceiveUln302, dw as ReceiveUln302View, dx as ReceiveUln302View__factory, dt as ReceiveUln302__factory, cX as ReceiveUlnBase, cY as ReceiveUlnBase__factory, S as SendLibBase, dl as SendLibBaseE1, dm as SendLibBaseE1__factory, y as SendLibBaseE2, bP as SendLibBaseE2__factory, bO as SendLibBase__factory, dn as SendUln301, dp as SendUln301__factory, dy as SendUln302, dz as SendUln302__factory, cZ as SendUlnBase, c_ as SendUlnBase__factory, aD as SimpleMessageLib, aE as SimpleMessageLib__factory, cn as SimpleReadDVN, co as SimpleReadDVN__factory, bQ as SimpleReadExecutor, bR as SimpleReadExecutor__factory, cJ as SupportedCmdTypesLib, cK as SupportedCmdTypesLib__factory, av as Transfer, aw as Transfer__factory, bL as TransparentUpgradeableProxy, bM as TransparentUpgradeableProxy__factory, T as Treasury, dq as TreasuryFeeHandler, dr as TreasuryFeeHandler__factory, bS as Treasury__factory, dH as TypedEvent, dI as TypedEventFilter, dJ as TypedListener, dA as UlnBase, dB as UlnBase__factory, cL as UlnOptions, cM as UlnOptions__factory, W as Worker, dE as WorkerUpgradeable, dF as WorkerUpgradeable__factory, dG as Worker__factory, d as decompressor, i as executorSol, z as factories, e as interfaces, f as libs, g as lowlat, h as messagelib, j as oapp, k as oft, l as precrime, m as proxy, c as simpleReadExecutorSol, n as uln, o as upgradeable } from './index-DVezkkuy.js';
1
+ export { A as AddressCast, a as AddressCast__factory, b as AddressSizeConfig, c as AddressSizeConfig__factory, d as ArbitrumDVNAdapterL1, e as ArbitrumDVNAdapterL1__factory, f as ArbitrumDVNAdapterL2, g as ArbitrumDVNAdapterL2__factory, h as AxelarDVNAdapter, i as AxelarDVNAdapterFeeLib, j as AxelarDVNAdapterFeeLib__factory, k as AxelarDVNAdapter__factory, B as BlockedMessageLib, l as BlockedMessageLib__factory, C as CCIPDVNAdapter, m as CCIPDVNAdapterFeeLib, n as CCIPDVNAdapterFeeLib__factory, o as CCIPDVNAdapter__factory, p as CmdCodecV1Mock, q as CmdCodecV1Mock__factory, r as ComposeSentEvent, D as DVN, s as DVNAdapterBase, t as DVNAdapterBase__factory, u as DVNAdapterMessageCodec, v as DVNAdapterMessageCodec__factory, w as DVNDecompressor, x as DVNDecompressor__factory, y as DVNFeeLib, z as DVNFeeLib__factory, E as DVNOptions, F as DVNOptions__factory, G as DVN__factory, H as DeadDVN, I as DeadDVN__factory, J as DecompressorExtension, K as DecompressorExtension__factory, L as EndpointV2, M as EndpointV2Alt, N as EndpointV2Alt__factory, O as EndpointV2View, P as EndpointV2ViewUpgradeable, Q as EndpointV2ViewUpgradeable__factory, R as EndpointV2View__factory, S as EndpointV2__factory, T as Errors, U as Errors__factory, V as EssenceDVNWrapper, W as EssenceDVNWrapper__factory, X as Executor, Y as ExecutorDecompressor, Z as ExecutorDecompressor__factory, _ as ExecutorFeeLib, $ as ExecutorFeeLib__factory, a0 as ExecutorOptions, a1 as ExecutorOptions__factory, a2 as Executor__factory, a3 as GetARGsTypeFromFactory, a4 as GetContractTypeFromFactory, a5 as IAxelarDVNAdapter, a6 as IAxelarDVNAdapterFeeLib, a7 as IAxelarDVNAdapterFeeLib__factory, a8 as IAxelarDVNAdapter__factory, a9 as ICCIPDVNAdapter, aa as ICCIPDVNAdapterFeeLib, ab as ICCIPDVNAdapterFeeLib__factory, ac as ICCIPDVNAdapter__factory, ad as IDVN, ae as IDVNFeeLib, af as IDVNFeeLib__factory, ag as IDVN__factory, ah as IExecutor, ai as IExecutorFeeLib, aj as IExecutorFeeLib__factory, ak as IExecutor__factory, al as ILayerZeroComposer, am as ILayerZeroComposer__factory, an as ILayerZeroDVN, ao as ILayerZeroDVN__factory, ap as ILayerZeroEndpointV2, aq as ILayerZeroEndpointV2__factory, ar as ILayerZeroExecutor, as as ILayerZeroExecutor__factory, at as ILayerZeroPriceFeed, au as ILayerZeroPriceFeed__factory, av as ILayerZeroReadDVN, aw as ILayerZeroReadDVN__factory, ax as ILayerZeroReadExecutor, ay as ILayerZeroReadExecutor__factory, az as ILayerZeroReceiveLibrary, aA as ILayerZeroReceiveLibrary__factory, aB as ILayerZeroReceiver, aC as ILayerZeroReceiver__factory, aD as ILayerZeroTreasury, aE as ILayerZeroTreasury__factory, aF as IMessageLib, aG as IMessageLibE1, aH as IMessageLibE1__factory, aI as IMessageLibManager, aJ as IMessageLibManager__factory, aK as IMessageLib__factory, aL as IMessagingChannel, aM as IMessagingChannel__factory, aN as IMessagingComposer, aO as IMessagingComposer__factory, aP as IMessagingContext, aQ as IMessagingContext__factory, aR as INonceContract, aS as INonceContract__factory, aT as IOAppComposer, aU as IOAppComposer__factory, aV as IOAppComputer, aW as IOAppComputerMap, aX as IOAppComputerMap__factory, aY as IOAppComputerReduce, aZ as IOAppComputerReduce__factory, a_ as IOAppComputer__factory, a$ as IOAppCore, b0 as IOAppCore__factory, b1 as IOAppMsgInspector, b2 as IOAppMsgInspector__factory, b3 as IOAppOptionsType3, b4 as IOAppOptionsType3__factory, b5 as IOAppPreCrimeSimulator, b6 as IOAppPreCrimeSimulator__factory, b7 as IOAppReceiver, b8 as IOAppReceiver__factory, b9 as IOFT, ba as IOFT__factory, bb as IPreCrime, bc as IPreCrime__factory, bd as IReceiveUln, be as IReceiveUln301, bf as IReceiveUln301__factory, bg as IReceiveUln302, bh as IReceiveUln302__factory, bi as IReceiveUlnE2, bj as IReceiveUlnE2__factory, bk as IReceiveUlnView, bl as IReceiveUlnView__factory, bm as IReceiveUln__factory, bn as ISendLib, bo as ISendLibBase, bp as ISendLibBase__factory, bq as ISendLib__factory, br as ITreasuryFeeHandler, bs as ITreasuryFeeHandler__factory, bt as IUltraLightNode301, bu as IUltraLightNode301__factory, bv as IWorker, bw as IWorker__factory, bx as LzExecutor, by as LzExecutor__factory, bz as LzReadCounter, bA as LzReadCounter__factory, bB as MessageLibBase, bC as MessageLibBase__factory, bD as MessageLibManager, bE as MessageLibManager__factory, bF as MessagingChannel, bG as MessagingChannel__factory, bH as MessagingComposer, bI as MessagingComposer__factory, bJ as MessagingContext, bK as MessagingContext__factory, bL as MinEthersFactory, bM as MultiCall, bN as MultiCall__factory, bO as MultiSig, bP as MultiSig__factory, bQ as NonceContractMock, bR as NonceContractMock__factory, bS as OApp, bT as OAppCore, bU as OAppCore__factory, bV as OAppOptionsType3, bW as OAppOptionsType3__factory, bX as OAppPreCrimeSimulator, bY as OAppPreCrimeSimulator__factory, bZ as OAppRead, b_ as OAppRead__factory, b$ as OAppReceiver, c0 as OAppReceiver__factory, c1 as OAppSender, c2 as OAppSender__factory, c3 as OApp__factory, c4 as OFT, c5 as OFTAdapter, c6 as OFTAdapter__factory, c7 as OFTCore, c8 as OFTCore__factory, c9 as OFT__factory, ca as OmniCounter, cb as OmniCounterAbstract, cc as OmniCounterAbstract__factory, cd as OmniCounterAlt, ce as OmniCounterAlt__factory, cf as OmniCounterPreCrime, cg as OmniCounterPreCrime__factory, ch as OmniCounter__factory, ci as OnEvent, cj as OptimismDVNAdapterL1, ck as OptimismDVNAdapterL1__factory, cl as OptimismDVNAdapterL2, cm as OptimismDVNAdapterL2__factory, cn as OptionsBuilder, co as OptionsBuilder__factory, cp as PacketSentEvent, cq as PacketSentEvent301, cr as PacketVerifiedEvent, cs as PreCrime, ct as PreCrimeE1, cu as PreCrimeE1__factory, cv as PreCrime__factory, cw as PriceFeed, cx as PriceFeed__factory, cy as PromiseOrValue, cz as ProxyAdmin, cA as ProxyAdmin__factory, cB as RateLimiter, cC as RateLimiter__factory, cD as ReadCmdCodecV1, cE as ReadCmdCodecV1__factory, cF as ReadLib1002, cG as ReadLib1002View, cH as ReadLib1002View__factory, cI as ReadLib1002__factory, cJ as ReadLibBase, cK as ReadLibBase__factory, cL as ReceiveLibBaseE1, cM as ReceiveLibBaseE1__factory, cN as ReceiveLibBaseE2, cO as ReceiveLibBaseE2__factory, cP as ReceiveUln301, cQ as ReceiveUln301View, cR as ReceiveUln301View__factory, cS as ReceiveUln301__factory, cT as ReceiveUln302, cU as ReceiveUln302View, cV as ReceiveUln302View__factory, cW as ReceiveUln302__factory, cX as ReceiveUlnBase, cY as ReceiveUlnBase__factory, cZ as SendLibBase, c_ as SendLibBaseE1, c$ as SendLibBaseE1__factory, d0 as SendLibBaseE2, d1 as SendLibBaseE2__factory, d2 as SendLibBase__factory, d3 as SendUln301, d4 as SendUln301__factory, d5 as SendUln302, d6 as SendUln302__factory, d7 as SendUlnBase, d8 as SendUlnBase__factory, d9 as SimpleMessageLib, da as SimpleMessageLib__factory, db as SimpleReadDVN, dc as SimpleReadDVN__factory, dd as SimpleReadExecutor, de as SimpleReadExecutor__factory, df as SupportedCmdTypesLib, dg as SupportedCmdTypesLib__factory, dh as Transfer, di as Transfer__factory, dj as TransparentUpgradeableProxy, dk as TransparentUpgradeableProxy__factory, dl as Treasury, dm as TreasuryFeeHandler, dn as TreasuryFeeHandler__factory, dp as Treasury__factory, dq as TypedEvent, dr as TypedEventFilter, ds as TypedListener, dt as UlnBase, du as UlnBase__factory, dv as UlnOptions, dw as UlnOptions__factory, dx as Worker, dy as WorkerUpgradeable, dz as WorkerUpgradeable__factory, dA as Worker__factory, dB as decompressor, dC as executorSol, dD as factories, dE as interfaces, dF as libs, dG as lowlat, dH as messagelib, dI as oapp, dJ as oft, dK as precrime, dL as proxy, dM as simpleReadExecutorSol, dN as uln, dO as upgradeable } from './index-B1_fpQTg.js';
2
2
  import { Abi, LayerZeroParsedError } from '@layerzerolabs/evm-sdks-core';
3
3
  import 'ethers';
4
4
  import '@ethersproject/providers';
@@ -170,8 +170,6 @@ var errors = [
170
170
  "error NotApprovedByGateway()",
171
171
  "error NotEnoughGas(uint256 index, uint256 requested, uint256 available)",
172
172
  "error NotEnoughNative(uint256 msgValue)",
173
- "error OmniCounterAlt_NotAnAltEndpoint()",
174
- "error OmniCounterAlt_OnlyAltToken()",
175
173
  "error OnlyArbitrum()",
176
174
  "error OnlyEndpoint()",
177
175
  "error OnlyEndpoint(address addr)",
@@ -336,7 +334,6 @@ var errorSelectors = {
336
334
  "0x9c5846fd": "DVNAdapter_NotImplemented()",
337
335
  "0x9cbfe066": "OnlyOffChain()",
338
336
  "0x9d6a45a6": "DVN_DuplicatedHash(bytes32)",
339
- "0x9d6cd068": "OmniCounterAlt_OnlyAltToken()",
340
337
  "0x9db08605": "PacketOversize(uint256,uint256)",
341
338
  "0x9f704120": "NotEnoughNative(uint256)",
342
339
  "0xa169d0e1": "Executor_ZeroLzComposeGasProvided()",
@@ -365,7 +362,6 @@ var errorSelectors = {
365
362
  "0xc667af3e": "LZ_MessageLib_InvalidMessageSize(uint256,uint256)",
366
363
  "0xc857f60c": "LZ_TreasuryFeeHandler_OnlySendLibrary()",
367
364
  "0xc9bf37b7": "LZ_ULN_InvalidPacketHeader()",
368
- "0xccbcb5cd": "OmniCounterAlt_NotAnAltEndpoint()",
369
365
  "0xce2c3751": "LZ_ULN_AtLeastOneDVN()",
370
366
  "0xd009138a": "DVN_EidNotSupported(uint32)",
371
367
  "0xd0ecb66b": "LZ_SameValue()",