@layerzerolabs/lz-evm-sdk-v2 3.0.128 → 3.0.129-sui.1

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 (267) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/deployments/arbitrum-sandbox-local/DVN.json +5 -144
  3. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +1 -1
  4. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +1 -385
  5. package/deployments/arbitrum-sandbox-local/PriceFeed.json +1 -1
  6. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  7. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +1 -1
  8. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +1 -1
  9. package/deployments/bsc-sandbox-local/DVN.json +1 -1
  10. package/deployments/bsc-sandbox-local/DVNDecompressor.json +1 -1
  11. package/deployments/bsc-sandbox-local/DVNFeeLib.json +1 -1
  12. package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +1 -1
  13. package/deployments/bsc-sandbox-local/EndpointV2.json +1 -1
  14. package/deployments/bsc-sandbox-local/EndpointV2View.json +1 -1
  15. package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +1 -1
  16. package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +1 -1
  17. package/deployments/bsc-sandbox-local/Executor.json +1 -1
  18. package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +1 -1
  19. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +1 -1
  20. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +1 -1
  21. package/deployments/bsc-sandbox-local/Executor_Implementation.json +1 -1
  22. package/deployments/bsc-sandbox-local/Executor_Proxy.json +1 -1
  23. package/deployments/bsc-sandbox-local/LzExecutor.json +1 -1
  24. package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +1 -1
  25. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +1 -1
  26. package/deployments/bsc-sandbox-local/MultiCall.json +1 -1
  27. package/deployments/bsc-sandbox-local/NonceContractMock.json +1 -1
  28. package/deployments/bsc-sandbox-local/PriceFeed.json +1 -1
  29. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  30. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +1 -1
  31. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +1 -1
  32. package/deployments/bsc-sandbox-local/ReadLib1002.json +1 -1
  33. package/deployments/bsc-sandbox-local/ReadLib1002View.json +1 -1
  34. package/deployments/bsc-sandbox-local/ReadLib1002ViewProxyAdmin.json +1 -1
  35. package/deployments/bsc-sandbox-local/ReadLib1002View_Implementation.json +1 -1
  36. package/deployments/bsc-sandbox-local/ReadLib1002View_Proxy.json +1 -1
  37. package/deployments/bsc-sandbox-local/ReceiveUln301.json +1 -1
  38. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +1 -1
  39. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  40. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
  41. package/deployments/bsc-sandbox-local/ReceiveUln302.json +1 -1
  42. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +1 -1
  43. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  44. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
  45. package/deployments/bsc-sandbox-local/SendUln301.json +1 -1
  46. package/deployments/bsc-sandbox-local/SendUln302.json +1 -1
  47. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +1 -1
  48. package/deployments/bsc-sandbox-local/Treasury.json +1 -1
  49. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +1 -1
  50. package/deployments/ethereal2-testnet/DVN.json +1504 -0
  51. package/deployments/ethereal2-testnet/DVNFeeLib.json +690 -0
  52. package/deployments/ethereal2-testnet/DeadDVN.json +159 -0
  53. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/DefaultProxyAdmin.json +2 -2
  54. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/EndpointV2.json +2 -2
  55. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/EndpointV2View.json +2 -2
  56. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/EndpointV2View_Implementation.json +2 -2
  57. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/EndpointV2View_Proxy.json +2 -2
  58. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/Executor.json +2 -2
  59. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ExecutorFeeLib.json +2 -2
  60. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ExecutorProxyAdmin.json +2 -2
  61. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/Executor_Implementation.json +2 -2
  62. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/Executor_Proxy.json +2 -2
  63. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/LzExecutor.json +2 -2
  64. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/LzExecutor_Implementation.json +2 -2
  65. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/LzExecutor_Proxy.json +2 -2
  66. package/deployments/{ethereum-sandbox-local → ethereal2-testnet}/MultiCall.json +2 -2
  67. package/deployments/ethereal2-testnet/PriceFeed.json +820 -0
  68. package/deployments/{polygon-sandbox-local/ReadLib1002ViewProxyAdmin.json → ethereal2-testnet/PriceFeedProxyAdmin.json} +2 -2
  69. package/deployments/ethereal2-testnet/PriceFeed_Implementation.json +689 -0
  70. package/deployments/{arbitrum-sandbox-local/ReadLib1002View_Proxy.json → ethereal2-testnet/PriceFeed_Proxy.json} +2 -2
  71. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ReceiveUln301.json +2 -2
  72. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ReceiveUln301View.json +2 -2
  73. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ReceiveUln301View_Implementation.json +2 -2
  74. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ReceiveUln301View_Proxy.json +2 -2
  75. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ReceiveUln302.json +2 -2
  76. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ReceiveUln302View.json +2 -2
  77. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ReceiveUln302View_Implementation.json +2 -2
  78. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/ReceiveUln302View_Proxy.json +2 -2
  79. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/SendUln301.json +2 -2
  80. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/SendUln302.json +2 -2
  81. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/Treasury.json +2 -2
  82. package/deployments/{arbitrum-sandbox-local → ethereal2-testnet}/TreasuryFeeHandler.json +2 -2
  83. package/deployments/ethereum-sandbox-local/DVN.json +5 -144
  84. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +1 -1
  85. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +1 -385
  86. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +1 -1
  87. package/deployments/ethereum-sandbox-local/EndpointV2.json +1 -1
  88. package/deployments/ethereum-sandbox-local/EndpointV2View.json +1 -1
  89. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +1 -1
  90. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +1 -1
  91. package/deployments/ethereum-sandbox-local/Executor.json +2 -76
  92. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +1 -1
  93. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -181
  94. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +1 -1
  95. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +2 -76
  96. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +1 -1
  97. package/deployments/ethereum-sandbox-local/LzExecutor.json +1 -1
  98. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +1 -1
  99. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +1 -1
  100. package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
  101. package/deployments/ethereum-sandbox-local/PriceFeed.json +1 -1
  102. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  103. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
  104. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +1 -1
  105. package/deployments/ethereum-sandbox-local/ReadLib1002.json +1 -1
  106. package/deployments/ethereum-sandbox-local/ReadLib1002View.json +1 -1
  107. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +1 -1
  108. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +1 -1
  109. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  110. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
  111. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +1 -1
  112. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +1 -1
  113. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  114. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
  115. package/deployments/ethereum-sandbox-local/SendUln301.json +1 -1
  116. package/deployments/ethereum-sandbox-local/SendUln302.json +1 -1
  117. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +1 -1
  118. package/deployments/ethereum-sandbox-local/Treasury.json +1 -1
  119. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
  120. package/deployments/gate-testnet/DVN.json +1504 -0
  121. package/deployments/gate-testnet/DVNFeeLib.json +690 -0
  122. package/deployments/gate-testnet/DeadDVN.json +159 -0
  123. package/deployments/gate-testnet/DefaultProxyAdmin.json +166 -0
  124. package/deployments/gate-testnet/EndpointV2.json +2356 -0
  125. package/deployments/gate-testnet/EndpointV2View.json +335 -0
  126. package/deployments/gate-testnet/EndpointV2View_Implementation.json +204 -0
  127. package/deployments/gate-testnet/EndpointV2View_Proxy.json +137 -0
  128. package/deployments/gate-testnet/Executor.json +1476 -0
  129. package/deployments/gate-testnet/ExecutorFeeLib.json +541 -0
  130. package/deployments/{arbitrum-sandbox-local/ReadLib1002ViewProxyAdmin.json → gate-testnet/ExecutorProxyAdmin.json} +2 -2
  131. package/deployments/gate-testnet/Executor_Implementation.json +1345 -0
  132. package/deployments/gate-testnet/Executor_Proxy.json +137 -0
  133. package/deployments/gate-testnet/LzExecutor.json +641 -0
  134. package/deployments/{arbitrum-sandbox-local/SimpleMessageLib.json → gate-testnet/LzExecutor_Implementation.json} +248 -324
  135. package/deployments/gate-testnet/LzExecutor_Proxy.json +137 -0
  136. package/deployments/{polygon-sandbox-local → gate-testnet}/MultiCall.json +2 -2
  137. package/deployments/gate-testnet/PriceFeed.json +820 -0
  138. package/deployments/{ethereum-sandbox-local/ReadLib1002ViewProxyAdmin.json → gate-testnet/PriceFeedProxyAdmin.json} +2 -2
  139. package/deployments/gate-testnet/PriceFeed_Implementation.json +689 -0
  140. package/deployments/gate-testnet/PriceFeed_Proxy.json +137 -0
  141. package/deployments/gate-testnet/ReceiveUln301.json +995 -0
  142. package/deployments/gate-testnet/ReceiveUln301View.json +252 -0
  143. package/deployments/gate-testnet/ReceiveUln301View_Implementation.json +121 -0
  144. package/deployments/gate-testnet/ReceiveUln301View_Proxy.json +137 -0
  145. package/deployments/gate-testnet/ReceiveUln302.json +752 -0
  146. package/deployments/{polygon-sandbox-local/ReadLib1002View.json → gate-testnet/ReceiveUln302View.json} +7 -41
  147. package/deployments/{arbitrum-sandbox-local/ReadLib1002View_Implementation.json → gate-testnet/ReceiveUln302View_Implementation.json} +7 -41
  148. package/deployments/gate-testnet/ReceiveUln302View_Proxy.json +137 -0
  149. package/deployments/gate-testnet/SendUln301.json +1273 -0
  150. package/deployments/{polygon-sandbox-local/ReadLib1002.json → gate-testnet/SendUln302.json} +242 -271
  151. package/deployments/gate-testnet/Treasury.json +304 -0
  152. package/deployments/gate-testnet/TreasuryFeeHandler.json +89 -0
  153. package/deployments/og-testnet/DVN.json +1504 -0
  154. package/deployments/og-testnet/DVNFeeLib.json +690 -0
  155. package/deployments/og-testnet/DeadDVN.json +159 -0
  156. package/deployments/og-testnet/DefaultProxyAdmin.json +166 -0
  157. package/deployments/og-testnet/EndpointV2.json +2356 -0
  158. package/deployments/og-testnet/EndpointV2View.json +335 -0
  159. package/deployments/og-testnet/EndpointV2View_Implementation.json +204 -0
  160. package/deployments/og-testnet/EndpointV2View_Proxy.json +137 -0
  161. package/deployments/og-testnet/Executor.json +1476 -0
  162. package/deployments/og-testnet/ExecutorFeeLib.json +541 -0
  163. package/deployments/og-testnet/ExecutorProxyAdmin.json +176 -0
  164. package/deployments/og-testnet/Executor_Implementation.json +1345 -0
  165. package/deployments/og-testnet/Executor_Proxy.json +137 -0
  166. package/deployments/og-testnet/LzExecutor.json +641 -0
  167. package/deployments/og-testnet/LzExecutor_Implementation.json +510 -0
  168. package/deployments/og-testnet/LzExecutor_Proxy.json +137 -0
  169. package/deployments/{arbitrum-sandbox-local → og-testnet}/MultiCall.json +2 -2
  170. package/deployments/og-testnet/PriceFeed.json +820 -0
  171. package/deployments/og-testnet/PriceFeedProxyAdmin.json +176 -0
  172. package/deployments/og-testnet/PriceFeed_Implementation.json +689 -0
  173. package/deployments/og-testnet/PriceFeed_Proxy.json +137 -0
  174. package/deployments/og-testnet/ReceiveUln301.json +995 -0
  175. package/deployments/og-testnet/ReceiveUln301View.json +252 -0
  176. package/deployments/og-testnet/ReceiveUln301View_Implementation.json +121 -0
  177. package/deployments/og-testnet/ReceiveUln301View_Proxy.json +137 -0
  178. package/deployments/og-testnet/ReceiveUln302.json +752 -0
  179. package/deployments/{arbitrum-sandbox-local/ReadLib1002View.json → og-testnet/ReceiveUln302View.json} +7 -41
  180. package/deployments/{ethereum-sandbox-local/ReadLib1002View_Implementation.json → og-testnet/ReceiveUln302View_Implementation.json} +7 -41
  181. package/deployments/og-testnet/ReceiveUln302View_Proxy.json +137 -0
  182. package/deployments/og-testnet/SendUln301.json +1273 -0
  183. package/deployments/{arbitrum-sandbox-local/ReadLib1002.json → og-testnet/SendUln302.json} +242 -271
  184. package/deployments/og-testnet/Treasury.json +304 -0
  185. package/deployments/og-testnet/TreasuryFeeHandler.json +89 -0
  186. package/deployments/polygon-sandbox-local/DVN.json +5 -144
  187. package/deployments/polygon-sandbox-local/DVNDecompressor.json +1 -1
  188. package/deployments/polygon-sandbox-local/DVNFeeLib.json +1 -385
  189. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +1 -1
  190. package/deployments/polygon-sandbox-local/EndpointV2.json +1 -1
  191. package/deployments/polygon-sandbox-local/EndpointV2View.json +1 -1
  192. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +1 -1
  193. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +1 -1
  194. package/deployments/polygon-sandbox-local/Executor.json +2 -76
  195. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +1 -1
  196. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -181
  197. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +1 -1
  198. package/deployments/polygon-sandbox-local/Executor_Implementation.json +2 -76
  199. package/deployments/polygon-sandbox-local/Executor_Proxy.json +1 -1
  200. package/deployments/polygon-sandbox-local/LzExecutor.json +1 -1
  201. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +1 -1
  202. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +1 -1
  203. package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
  204. package/deployments/polygon-sandbox-local/PriceFeed.json +1 -1
  205. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +1 -1
  206. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
  207. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +1 -1
  208. package/deployments/polygon-sandbox-local/ReceiveUln301.json +1 -1
  209. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +1 -1
  210. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  211. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
  212. package/deployments/polygon-sandbox-local/ReceiveUln302.json +1 -1
  213. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +1 -1
  214. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  215. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
  216. package/deployments/polygon-sandbox-local/SendUln301.json +1 -1
  217. package/deployments/polygon-sandbox-local/SendUln302.json +1 -1
  218. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +1 -1
  219. package/deployments/polygon-sandbox-local/Treasury.json +1 -1
  220. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
  221. package/deployments/tron-sandbox-local/DVN.json +6 -145
  222. package/deployments/tron-sandbox-local/DVNDecompressor.json +2 -2
  223. package/deployments/tron-sandbox-local/DVNFeeLib.json +2 -386
  224. package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +2 -2
  225. package/deployments/tron-sandbox-local/EndpointV2.json +2 -2
  226. package/deployments/tron-sandbox-local/EndpointV2View.json +2 -2
  227. package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +2 -2
  228. package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +2 -2
  229. package/deployments/tron-sandbox-local/Executor.json +3 -77
  230. package/deployments/tron-sandbox-local/ExecutorDecompressor.json +2 -2
  231. package/deployments/tron-sandbox-local/ExecutorFeeLib.json +3 -182
  232. package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +2 -2
  233. package/deployments/tron-sandbox-local/Executor_Implementation.json +3 -77
  234. package/deployments/tron-sandbox-local/Executor_Proxy.json +2 -2
  235. package/deployments/tron-sandbox-local/LzExecutor.json +2 -2
  236. package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +2 -2
  237. package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +2 -2
  238. package/deployments/tron-sandbox-local/MultiCall.json +2 -2
  239. package/deployments/tron-sandbox-local/NonceContractMock.json +2 -2
  240. package/deployments/tron-sandbox-local/PriceFeed.json +2 -2
  241. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +2 -2
  242. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +2 -2
  243. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +2 -2
  244. package/deployments/tron-sandbox-local/ReadLib1002.json +2 -2
  245. package/deployments/tron-sandbox-local/ReadLib1002View.json +2 -2
  246. package/deployments/tron-sandbox-local/ReadLib1002ViewProxyAdmin.json +2 -2
  247. package/deployments/tron-sandbox-local/ReadLib1002View_Implementation.json +2 -2
  248. package/deployments/tron-sandbox-local/ReadLib1002View_Proxy.json +2 -2
  249. package/deployments/tron-sandbox-local/ReceiveUln301.json +2 -2
  250. package/deployments/tron-sandbox-local/ReceiveUln301View.json +2 -2
  251. package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +2 -2
  252. package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +2 -2
  253. package/deployments/tron-sandbox-local/ReceiveUln302.json +2 -2
  254. package/deployments/tron-sandbox-local/ReceiveUln302View.json +2 -2
  255. package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +2 -2
  256. package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +2 -2
  257. package/deployments/tron-sandbox-local/SendUln301.json +2 -2
  258. package/deployments/tron-sandbox-local/SendUln302.json +2 -2
  259. package/deployments/tron-sandbox-local/SimpleMessageLib.json +2 -2
  260. package/deployments/tron-sandbox-local/Treasury.json +2 -2
  261. package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +2 -2
  262. package/package.json +9 -9
  263. package/deployments/arbitrum-sandbox-local/ExecutorDecompressor.json +0 -215
  264. package/deployments/arbitrum-sandbox-local/NonceContractMock.json +0 -88
  265. package/deployments/ethereum-sandbox-local/ReadLib1002View_Proxy.json +0 -137
  266. package/deployments/polygon-sandbox-local/ReadLib1002View_Implementation.json +0 -280
  267. package/deployments/polygon-sandbox-local/ReadLib1002View_Proxy.json +0 -137
@@ -0,0 +1,159 @@
1
+ {
2
+ "address": "0x88B27057A9e00c5F05DDa29241027afF63f9e6e0",
3
+ "transactionHash": "0x72088bdfe287fea5b4d06f971ea659fb044ddd11afdd72ea443f1f19253f39af",
4
+ "abi": [
5
+ {
6
+ "inputs": [
7
+ {
8
+ "components": [
9
+ {
10
+ "internalType": "uint32",
11
+ "name": "dstEid",
12
+ "type": "uint32"
13
+ },
14
+ {
15
+ "internalType": "bytes",
16
+ "name": "packetHeader",
17
+ "type": "bytes"
18
+ },
19
+ {
20
+ "internalType": "bytes32",
21
+ "name": "payloadHash",
22
+ "type": "bytes32"
23
+ },
24
+ {
25
+ "internalType": "uint64",
26
+ "name": "confirmations",
27
+ "type": "uint64"
28
+ },
29
+ {
30
+ "internalType": "address",
31
+ "name": "sender",
32
+ "type": "address"
33
+ }
34
+ ],
35
+ "internalType": "struct ILayerZeroDVN.AssignJobParam",
36
+ "name": "",
37
+ "type": "tuple"
38
+ },
39
+ {
40
+ "internalType": "bytes",
41
+ "name": "",
42
+ "type": "bytes"
43
+ }
44
+ ],
45
+ "name": "assignJob",
46
+ "outputs": [
47
+ {
48
+ "internalType": "uint256",
49
+ "name": "",
50
+ "type": "uint256"
51
+ }
52
+ ],
53
+ "stateMutability": "payable",
54
+ "type": "function"
55
+ },
56
+ {
57
+ "inputs": [
58
+ {
59
+ "internalType": "uint16",
60
+ "name": "",
61
+ "type": "uint16"
62
+ },
63
+ {
64
+ "internalType": "uint16",
65
+ "name": "",
66
+ "type": "uint16"
67
+ },
68
+ {
69
+ "internalType": "uint64",
70
+ "name": "",
71
+ "type": "uint64"
72
+ },
73
+ {
74
+ "internalType": "address",
75
+ "name": "",
76
+ "type": "address"
77
+ }
78
+ ],
79
+ "name": "assignJob",
80
+ "outputs": [
81
+ {
82
+ "internalType": "uint256",
83
+ "name": "",
84
+ "type": "uint256"
85
+ }
86
+ ],
87
+ "stateMutability": "pure",
88
+ "type": "function"
89
+ },
90
+ {
91
+ "inputs": [
92
+ {
93
+ "internalType": "uint32",
94
+ "name": "",
95
+ "type": "uint32"
96
+ },
97
+ {
98
+ "internalType": "uint64",
99
+ "name": "",
100
+ "type": "uint64"
101
+ },
102
+ {
103
+ "internalType": "address",
104
+ "name": "",
105
+ "type": "address"
106
+ },
107
+ {
108
+ "internalType": "bytes",
109
+ "name": "",
110
+ "type": "bytes"
111
+ }
112
+ ],
113
+ "name": "getFee",
114
+ "outputs": [
115
+ {
116
+ "internalType": "uint256",
117
+ "name": "",
118
+ "type": "uint256"
119
+ }
120
+ ],
121
+ "stateMutability": "pure",
122
+ "type": "function"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "uint16",
128
+ "name": "",
129
+ "type": "uint16"
130
+ },
131
+ {
132
+ "internalType": "uint16",
133
+ "name": "",
134
+ "type": "uint16"
135
+ },
136
+ {
137
+ "internalType": "uint64",
138
+ "name": "",
139
+ "type": "uint64"
140
+ },
141
+ {
142
+ "internalType": "address",
143
+ "name": "",
144
+ "type": "address"
145
+ }
146
+ ],
147
+ "name": "getFee",
148
+ "outputs": [
149
+ {
150
+ "internalType": "uint256",
151
+ "name": "",
152
+ "type": "uint256"
153
+ }
154
+ ],
155
+ "stateMutability": "pure",
156
+ "type": "function"
157
+ }
158
+ ]
159
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
3
- "transactionHash": "0x2768ee6d3f0e848246640e4660269f5de7b20cf83822d9b0b4fa6599c59f60ea",
2
+ "address": "0x6C7Ab2202C98C4227C5c46f1417D81144DA716Ff",
3
+ "transactionHash": "0x15442c133488e8b020e21a541e0015b92698903fd557d2626b4c55533683bccf",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x0b48aF34f4c854F5ae1A3D587da471FeA45bAD52",
3
- "transactionHash": "0x907472e233420158147dfe4cd1991180f92a3c42f714db59e274c704a886cd0e",
2
+ "address": "0x3aCAAf60502791D199a5a5F0B173D78229eBFe32",
3
+ "transactionHash": "0x13db7716e6facfd737ad63ba0b770d12709cd87de89846a5d85865d20907af04",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
3
- "transactionHash": "0x249166966b9ab345e333d18f93f55fe7cc55de6b4ba64207739c87a8d71fd74a",
2
+ "address": "0x6Ac7bdc07A0583A362F1497252872AE6c0A5F5B8",
3
+ "transactionHash": "0x59ce6254e8b5431b7e84ffd396bc1ff5df74548a8588d3e76b124ffac14206eb",
4
4
  "abi": [
5
5
  {
6
6
  "anonymous": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
3
- "transactionHash": "0xd2c390f52e82061d6a3970fc198269cd1630fef4a8746fd7871822dccd96e0d4",
2
+ "address": "0xb23b28012ee92E8dE39DEb57Af31722223034747",
3
+ "transactionHash": "0xfa5d5f28e38b48246cf921a4f30ae9c92e5368f0f7bc68d0b690f9f13d5fbaf9",
4
4
  "abi": [
5
5
  {
6
6
  "anonymous": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
3
- "transactionHash": "0x249166966b9ab345e333d18f93f55fe7cc55de6b4ba64207739c87a8d71fd74a",
2
+ "address": "0x6Ac7bdc07A0583A362F1497252872AE6c0A5F5B8",
3
+ "transactionHash": "0x59ce6254e8b5431b7e84ffd396bc1ff5df74548a8588d3e76b124ffac14206eb",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
3
- "transactionHash": "0xbb70772a2178b64a96206790f125f5647e8b5b4b2263e281e55eaaeb15a0e7fa",
2
+ "address": "0x701f3927871EfcEa1235dB722f9E608aE120d243",
3
+ "transactionHash": "0xeefdcc98d4ddedf62cf79aea33f02244c2ab4c8d4564f05ba4d9da2e95deb45f",
4
4
  "abi": [
5
5
  {
6
6
  "anonymous": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x558785b76e29e5b9f8Bf428936480B49d71F3d76",
3
- "transactionHash": "0xa0154cbd62a757bf348cd7dc9897b0989dd2c3803bedf2d64f732e87d387068b",
2
+ "address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
3
+ "transactionHash": "0x18444a10a263a50e792a3b63456d9259fb700e70aefa43da8c403d98022f1998",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
3
- "transactionHash": "0x7d21577e555431b26aabddf2570cbfc9ea373ee6a3112a7d0370db9f8d5462e7",
2
+ "address": "0xcF1B0F4106B0324F96fEfcC31bA9498caa80701C",
3
+ "transactionHash": "0x0164256ffad344cabfe086cf8fac21cfb00b4fa12f94d50a3bb6325270ba67e2",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x71550ac84Ba7599220eAEf5C756b847cB4486606",
3
- "transactionHash": "0x62394001e4a6b905b971b4634947e6c05de3609409687b5d28cecf0d3f4912ec",
2
+ "address": "0x55c175DD5b039331dB251424538169D8495C18d1",
3
+ "transactionHash": "0x39b021bb461745dcdbd8807c47ed57921038537dfb88d354e813c1f8455a376a",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
3
- "transactionHash": "0xbb70772a2178b64a96206790f125f5647e8b5b4b2263e281e55eaaeb15a0e7fa",
2
+ "address": "0x701f3927871EfcEa1235dB722f9E608aE120d243",
3
+ "transactionHash": "0xeefdcc98d4ddedf62cf79aea33f02244c2ab4c8d4564f05ba4d9da2e95deb45f",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
3
- "transactionHash": "0x5677e52c8d604ef54ca434d8c9f33cd4e05dcc9d2187057b6b0d8a1c08120247",
2
+ "address": "0x4Cf1B3Fa61465c2c907f82fC488B43223BA0CF93",
3
+ "transactionHash": "0x0f94e1aa24824cafea14d88439d7fc17cbe5da045f2ff18ffe81a3158f96bac4",
4
4
  "abi": [
5
5
  {
6
6
  "anonymous": false,
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0xE8BBb5F22E6b3d6CD9157B8FD2b59C076e57a9Fc",
3
- "transactionHash": "0x592d01f3ca1f9b7a8d9a8ed648e2bcc0b589c07b4c6e5445f4caf720874342e3",
2
+ "address": "0x9dB9Ca3305B48F196D18082e91cB64663b13d014",
3
+ "transactionHash": "0x877470e428df5502d7980e62b6816e52dd45a52344ea64a0388c0100895b8a10",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [],
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
3
- "transactionHash": "0x5677e52c8d604ef54ca434d8c9f33cd4e05dcc9d2187057b6b0d8a1c08120247",
2
+ "address": "0x4Cf1B3Fa61465c2c907f82fC488B43223BA0CF93",
3
+ "transactionHash": "0x0f94e1aa24824cafea14d88439d7fc17cbe5da045f2ff18ffe81a3158f96bac4",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "address": "0x9E7088C23e5C0B2D02cD7886A1BDbC7FE8b71016",
3
- "transactionHash": "0xe5d65576d41a58fa6764bd297838f08a658b6d9b17e26183a935dc1fa47384b7",
2
+ "address": "0xF49d162484290EAeAd7bb8C2c7E3a6f8f52e32d6",
3
+ "transactionHash": "0xd713da7cb8fc58a1e98f2ab45fcb6bb51ddfd53ab2ba4b5b5c04a40142fc797c",
4
4
  "abi": [
5
5
  {
6
6
  "inputs": [