@layerzerolabs/lz-evm-sdk-v2 2.3.9 → 2.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (347) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/artifacts-tron/contracts/EndpointV2.sol/EndpointV2.json +2361 -0
  3. package/artifacts-tron/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2376 -0
  4. package/artifacts-tron/contracts/EndpointV2View.sol/EndpointV2View.json +209 -0
  5. package/artifacts-tron/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +196 -0
  6. package/artifacts-tron/contracts/Executor.sol/Executor.json +1276 -0
  7. package/artifacts-tron/contracts/Executor.sol/ILayerZeroEndpointV2.json +230 -0
  8. package/artifacts-tron/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +367 -0
  9. package/artifacts-tron/contracts/MessageLibBase.sol/MessageLibBase.json +16 -0
  10. package/artifacts-tron/contracts/MessageLibManager.sol/MessageLibManager.json +771 -0
  11. package/artifacts-tron/contracts/MessagingChannel.sol/MessagingChannel.json +426 -0
  12. package/artifacts-tron/contracts/MessagingComposer.sol/MessagingComposer.json +320 -0
  13. package/artifacts-tron/contracts/MessagingContext.sol/MessagingContext.json +42 -0
  14. package/artifacts-tron/contracts/PriceFeed.sol/PriceFeed.json +694 -0
  15. package/artifacts-tron/contracts/ReceiveLibBaseE2.sol/ReceiveLibBaseE2.json +154 -0
  16. package/artifacts-tron/contracts/SendLibBase.sol/SendLibBase.json +381 -0
  17. package/artifacts-tron/contracts/SendLibBaseE2.sol/SendLibBaseE2.json +819 -0
  18. package/artifacts-tron/contracts/Treasury.sol/Treasury.json +309 -0
  19. package/artifacts-tron/contracts/Worker.sol/Worker.json +579 -0
  20. package/artifacts-tron/contracts/decompressor/DVNDecoder.sol/DVNDecoder.json +10 -0
  21. package/artifacts-tron/contracts/decompressor/DVNDecompressor.sol/DVNDecompressor.json +329 -0
  22. package/artifacts-tron/contracts/decompressor/DecompressorExtension.sol/DecompressorExtension.json +92 -0
  23. package/artifacts-tron/contracts/decompressor/ExecutorDecoder.sol/ExecutorDecoder.json +10 -0
  24. package/artifacts-tron/contracts/decompressor/ExecutorDecompressor.sol/ExecutorDecompressor.json +220 -0
  25. package/artifacts-tron/contracts/interfaces/IExecutor.sol/IExecutor.json +439 -0
  26. package/artifacts-tron/contracts/interfaces/IExecutorFeeLib.sol/IExecutorFeeLib.json +241 -0
  27. package/artifacts-tron/contracts/interfaces/ILayerZeroComposer.sol/ILayerZeroComposer.json +44 -0
  28. package/artifacts-tron/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.json +1899 -0
  29. package/artifacts-tron/contracts/interfaces/ILayerZeroExecutor.sol/ILayerZeroExecutor.json +79 -0
  30. package/artifacts-tron/contracts/interfaces/ILayerZeroPriceFeed.sol/ILayerZeroPriceFeed.json +222 -0
  31. package/artifacts-tron/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +121 -0
  32. package/artifacts-tron/contracts/interfaces/ILayerZeroTreasury.sol/ILayerZeroTreasury.json +79 -0
  33. package/artifacts-tron/contracts/interfaces/IMessageLib.sol/IMessageLib.json +149 -0
  34. package/artifacts-tron/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.json +646 -0
  35. package/artifacts-tron/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.json +373 -0
  36. package/artifacts-tron/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.json +246 -0
  37. package/artifacts-tron/contracts/interfaces/IMessagingContext.sol/IMessagingContext.json +42 -0
  38. package/artifacts-tron/contracts/interfaces/ISendLib.sol/ISendLib.json +364 -0
  39. package/artifacts-tron/contracts/interfaces/IWorker.sol/IWorker.json +221 -0
  40. package/artifacts-tron/contracts/libs/AddressCast.sol/AddressCast.json +21 -0
  41. package/artifacts-tron/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +10 -0
  42. package/artifacts-tron/contracts/libs/Errors.sol/Errors.json +211 -0
  43. package/artifacts-tron/contracts/libs/GUID.sol/GUID.json +10 -0
  44. package/artifacts-tron/contracts/libs/SafeCall.sol/SafeCall.json +10 -0
  45. package/artifacts-tron/contracts/libs/Transfer.sol/Transfer.json +32 -0
  46. package/artifacts-tron/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +94 -0
  47. package/artifacts-tron/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +591 -0
  48. package/artifacts-tron/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +10 -0
  49. package/artifacts-tron/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +26 -0
  50. package/artifacts-tron/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +10 -0
  51. package/artifacts-tron/contracts/oapp/OApp.sol/OApp.json +383 -0
  52. package/artifacts-tron/contracts/oapp/OAppCore.sol/OAppCore.json +200 -0
  53. package/artifacts-tron/contracts/oapp/OAppReceiver.sol/OAppReceiver.json +367 -0
  54. package/artifacts-tron/contracts/oapp/OAppSender.sol/OAppSender.json +216 -0
  55. package/artifacts-tron/contracts/oapp/examples/OmniCounter.sol/OmniCounter.json +925 -0
  56. package/artifacts-tron/contracts/oapp/examples/OmniCounterAbstract.sol/MsgCodec.json +10 -0
  57. package/artifacts-tron/contracts/oapp/examples/OmniCounterAbstract.sol/OmniCounterAbstract.json +909 -0
  58. package/artifacts-tron/contracts/oapp/examples/OmniCounterPreCrime.sol/OmniCounterPreCrime.json +368 -0
  59. package/artifacts-tron/contracts/oapp/interfaces/IOAppComposer.sol/IOAppComposer.json +44 -0
  60. package/artifacts-tron/contracts/oapp/interfaces/IOAppCore.sol/IOAppCore.json +148 -0
  61. package/artifacts-tron/contracts/oapp/interfaces/IOAppMsgInspector.sol/IOAppMsgInspector.json +51 -0
  62. package/artifacts-tron/contracts/oapp/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.json +111 -0
  63. package/artifacts-tron/contracts/oapp/interfaces/IOAppReceiver.sol/IOAppReceiver.json +167 -0
  64. package/artifacts-tron/contracts/oapp/libs/OAppOptionsType3.sol/OAppOptionsType3.json +187 -0
  65. package/artifacts-tron/contracts/oapp/libs/OptionsBuilder.sol/OptionsBuilder.json +38 -0
  66. package/artifacts-tron/contracts/oapp/utils/RateLimiter.sol/RateLimiter.json +104 -0
  67. package/artifacts-tron/contracts/oft/OFT.sol/OFT.json +1514 -0
  68. package/artifacts-tron/contracts/oft/OFTAdapter.sol/OFTAdapter.json +1244 -0
  69. package/artifacts-tron/contracts/oft/OFTCore.sol/OFTCore.json +1244 -0
  70. package/artifacts-tron/contracts/oft/interfaces/IOFT.sol/IOFT.json +456 -0
  71. package/artifacts-tron/contracts/oft/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +10 -0
  72. package/artifacts-tron/contracts/oft/libs/OFTMsgCodec.sol/OFTMsgCodec.json +10 -0
  73. package/artifacts-tron/contracts/precrime/OAppPreCrimeSimulator.sol/OAppPreCrimeSimulator.json +277 -0
  74. package/artifacts-tron/contracts/precrime/PreCrime.sol/PreCrime.json +352 -0
  75. package/artifacts-tron/contracts/precrime/extensions/PreCrimeE1.sol/PreCrimeE1.json +352 -0
  76. package/artifacts-tron/contracts/precrime/interfaces/IOAppPreCrimeSimulator.sol/IOAppPreCrimeSimulator.json +175 -0
  77. package/artifacts-tron/contracts/precrime/interfaces/IPreCrime.sol/IPreCrime.json +188 -0
  78. package/artifacts-tron/contracts/precrime/libs/Packet.sol/PacketDecoder.json +10 -0
  79. package/artifacts-tron/contracts/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +160 -0
  80. package/artifacts-tron/contracts/uln/LzExecutor.sol/IReceiveUlnView.json +35 -0
  81. package/artifacts-tron/contracts/uln/LzExecutor.sol/LzExecutor.json +515 -0
  82. package/artifacts-tron/contracts/uln/ReceiveUlnBase.sol/ReceiveUlnBase.json +551 -0
  83. package/artifacts-tron/contracts/uln/SendUlnBase.sol/SendUlnBase.json +412 -0
  84. package/artifacts-tron/contracts/uln/UlnBase.sol/UlnBase.json +387 -0
  85. package/artifacts-tron/contracts/uln/dvn/DVN.sol/DVN.json +1370 -0
  86. package/artifacts-tron/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +311 -0
  87. package/artifacts-tron/contracts/uln/dvn/MultiSig.sol/MultiSig.json +164 -0
  88. package/artifacts-tron/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +1040 -0
  89. package/artifacts-tron/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +417 -0
  90. package/artifacts-tron/contracts/uln/dvn/adapters/DVNAdapterBase.sol/DVNAdapterBase.json +789 -0
  91. package/artifacts-tron/contracts/uln/dvn/adapters/DVNAdapterBase.sol/IReceiveUln.json +34 -0
  92. package/artifacts-tron/contracts/uln/dvn/adapters/DVNAdapterBase.sol/ISendLibBase.json +30 -0
  93. package/artifacts-tron/contracts/uln/dvn/adapters/arbitrum/ArbitrumDVNAdapterL1.sol/ArbitrumDVNAdapterL1.json +936 -0
  94. package/artifacts-tron/contracts/uln/dvn/adapters/arbitrum/ArbitrumDVNAdapterL2.sol/ArbitrumDVNAdapterL2.json +868 -0
  95. package/artifacts-tron/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +1171 -0
  96. package/artifacts-tron/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/ISendLibBase.json +30 -0
  97. package/artifacts-tron/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +574 -0
  98. package/artifacts-tron/contracts/uln/dvn/adapters/libs/DVNAdapterMessageCodec.sol/DVNAdapterMessageCodec.json +16 -0
  99. package/artifacts-tron/contracts/uln/dvn/adapters/optimism/OptimismDVNAdapterL1.sol/OptimismDVNAdapterL1.json +924 -0
  100. package/artifacts-tron/contracts/uln/dvn/adapters/optimism/OptimismDVNAdapterL2.sol/OptimismDVNAdapterL2.json +891 -0
  101. package/artifacts-tron/contracts/uln/interfaces/IDVN.sol/IDVN.json +370 -0
  102. package/artifacts-tron/contracts/uln/interfaces/IDVNFeeLib.sol/IDVNFeeLib.json +189 -0
  103. package/artifacts-tron/contracts/uln/interfaces/ILayerZeroDVN.sol/ILayerZeroDVN.json +96 -0
  104. package/artifacts-tron/contracts/uln/interfaces/IReceiveUlnE2.sol/IReceiveUlnE2.json +52 -0
  105. package/artifacts-tron/contracts/uln/interfaces/adapters/IAxelarDVNAdapter.sol/IAxelarDVNAdapter.json +160 -0
  106. package/artifacts-tron/contracts/uln/interfaces/adapters/IAxelarDVNAdapterFeeLib.sol/IAxelarDVNAdapterFeeLib.json +293 -0
  107. package/artifacts-tron/contracts/uln/interfaces/adapters/ICCIPDVNAdapter.sol/ICCIPDVNAdapter.json +78 -0
  108. package/artifacts-tron/contracts/uln/interfaces/adapters/ICCIPDVNAdapterFeeLib.sol/ICCIPDVNAdapterFeeLib.json +301 -0
  109. package/artifacts-tron/contracts/uln/libs/DVNOptions.sol/DVNOptions.json +27 -0
  110. package/artifacts-tron/contracts/uln/libs/UlnOptions.sol/UlnOptions.json +54 -0
  111. package/artifacts-tron/contracts/uln/uln301/AddressSizeConfig.sol/AddressSizeConfig.json +129 -0
  112. package/artifacts-tron/contracts/uln/uln301/ReceiveLibBaseE1.sol/ILayerZeroReceiveLibrary.json +68 -0
  113. package/artifacts-tron/contracts/uln/uln301/ReceiveLibBaseE1.sol/ReceiveLibBaseE1.json +416 -0
  114. package/artifacts-tron/contracts/uln/uln301/ReceiveUln301.sol/ReceiveUln301.json +1000 -0
  115. package/artifacts-tron/contracts/uln/uln301/ReceiveUln301View.sol/IReceiveUln301.json +178 -0
  116. package/artifacts-tron/contracts/uln/uln301/ReceiveUln301View.sol/ReceiveUln301View.json +126 -0
  117. package/artifacts-tron/contracts/uln/uln301/SendLibBaseE1.sol/SendLibBaseE1.json +804 -0
  118. package/artifacts-tron/contracts/uln/uln301/SendUln301.sol/SendUln301.json +1278 -0
  119. package/artifacts-tron/contracts/uln/uln301/TreasuryFeeHandler.sol/TreasuryFeeHandler.json +94 -0
  120. package/artifacts-tron/contracts/uln/uln301/interfaces/IMessageLibE1.sol/IMessageLibE1.json +247 -0
  121. package/artifacts-tron/contracts/uln/uln301/interfaces/INonceContract.sol/INonceContract.json +40 -0
  122. package/artifacts-tron/contracts/uln/uln301/interfaces/ITreasuryFeeHandler.sol/ITreasuryFeeHandler.json +44 -0
  123. package/artifacts-tron/contracts/uln/uln301/interfaces/IUltraLightNode301.sol/IUltraLightNode301.json +29 -0
  124. package/artifacts-tron/contracts/uln/uln301/mocks/NonceContractMock.sol/NonceContractMock.json +93 -0
  125. package/artifacts-tron/contracts/uln/uln302/ReceiveUln302.sol/ReceiveUln302.json +757 -0
  126. package/artifacts-tron/contracts/uln/uln302/ReceiveUln302View.sol/IReceiveUln302.json +146 -0
  127. package/artifacts-tron/contracts/uln/uln302/ReceiveUln302View.sol/ReceiveUln302View.json +251 -0
  128. package/artifacts-tron/contracts/uln/uln302/SendUln302.sol/SendUln302.json +1259 -0
  129. package/artifacts-tron/contracts/upgradeable/WorkerUpgradeable.sol/WorkerUpgradeable.json +592 -0
  130. package/artifacts-tron/contracts/upgradeable/proxy/ProxyAdmin.sol/ProxyAdmin.json +181 -0
  131. package/artifacts-tron/contracts/upgradeable/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +160 -0
  132. package/artifacts-zk/contracts/EndpointV2.sol/EndpointV2.json +2364 -0
  133. package/artifacts-zk/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2379 -0
  134. package/artifacts-zk/contracts/EndpointV2View.sol/EndpointV2View.json +210 -0
  135. package/artifacts-zk/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +197 -0
  136. package/artifacts-zk/contracts/Executor.sol/Executor.json +1157 -0
  137. package/artifacts-zk/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +353 -0
  138. package/artifacts-zk/contracts/MessageLibBase.sol/MessageLibBase.json +17 -0
  139. package/artifacts-zk/contracts/MessageLibManager.sol/MessageLibManager.json +772 -0
  140. package/artifacts-zk/contracts/MessagingChannel.sol/MessagingChannel.json +427 -0
  141. package/artifacts-zk/contracts/MessagingComposer.sol/MessagingComposer.json +321 -0
  142. package/artifacts-zk/contracts/MessagingContext.sol/MessagingContext.json +43 -0
  143. package/artifacts-zk/contracts/PriceFeed.sol/PriceFeed.json +651 -0
  144. package/artifacts-zk/contracts/ReceiveLibBaseE2.sol/ReceiveLibBaseE2.json +155 -0
  145. package/artifacts-zk/contracts/SendLibBase.sol/SendLibBase.json +382 -0
  146. package/artifacts-zk/contracts/SendLibBaseE2.sol/SendLibBaseE2.json +820 -0
  147. package/artifacts-zk/contracts/Treasury.sol/Treasury.json +310 -0
  148. package/artifacts-zk/contracts/Worker.sol/Worker.json +580 -0
  149. package/artifacts-zk/contracts/interfaces/IExecutor.sol/IExecutor.json +430 -0
  150. package/artifacts-zk/contracts/interfaces/IExecutorFeeLib.sol/IExecutorFeeLib.json +227 -0
  151. package/artifacts-zk/contracts/interfaces/ILayerZeroComposer.sol/ILayerZeroComposer.json +45 -0
  152. package/artifacts-zk/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.json +1900 -0
  153. package/artifacts-zk/contracts/interfaces/ILayerZeroExecutor.sol/ILayerZeroExecutor.json +80 -0
  154. package/artifacts-zk/contracts/interfaces/ILayerZeroPriceFeed.sol/ILayerZeroPriceFeed.json +223 -0
  155. package/artifacts-zk/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +122 -0
  156. package/artifacts-zk/contracts/interfaces/ILayerZeroTreasury.sol/ILayerZeroTreasury.json +80 -0
  157. package/artifacts-zk/contracts/interfaces/IMessageLib.sol/IMessageLib.json +150 -0
  158. package/artifacts-zk/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.json +647 -0
  159. package/artifacts-zk/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.json +374 -0
  160. package/artifacts-zk/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.json +247 -0
  161. package/artifacts-zk/contracts/interfaces/IMessagingContext.sol/IMessagingContext.json +43 -0
  162. package/artifacts-zk/contracts/interfaces/ISendLib.sol/ISendLib.json +365 -0
  163. package/artifacts-zk/contracts/interfaces/IWorker.sol/IWorker.json +222 -0
  164. package/artifacts-zk/contracts/libs/AddressCast.sol/AddressCast.json +22 -0
  165. package/artifacts-zk/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +11 -0
  166. package/artifacts-zk/contracts/libs/Errors.sol/Errors.json +212 -0
  167. package/artifacts-zk/contracts/libs/GUID.sol/GUID.json +11 -0
  168. package/artifacts-zk/contracts/libs/SafeCall.sol/SafeCall.json +11 -0
  169. package/artifacts-zk/contracts/libs/Transfer.sol/Transfer.json +33 -0
  170. package/artifacts-zk/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +95 -0
  171. package/artifacts-zk/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +592 -0
  172. package/artifacts-zk/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +11 -0
  173. package/artifacts-zk/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +27 -0
  174. package/artifacts-zk/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +11 -0
  175. package/artifacts-zk/contracts/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +161 -0
  176. package/artifacts-zk/contracts/uln/LzExecutor.sol/IReceiveUlnView.json +36 -0
  177. package/artifacts-zk/contracts/uln/LzExecutor.sol/LzExecutor.json +516 -0
  178. package/artifacts-zk/contracts/uln/ReceiveUlnBase.sol/ReceiveUlnBase.json +552 -0
  179. package/artifacts-zk/contracts/uln/SendUlnBase.sol/SendUlnBase.json +413 -0
  180. package/artifacts-zk/contracts/uln/UlnBase.sol/UlnBase.json +388 -0
  181. package/artifacts-zk/contracts/uln/dvn/DVN.sol/DVN.json +1371 -0
  182. package/artifacts-zk/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +312 -0
  183. package/artifacts-zk/contracts/uln/dvn/MultiSig.sol/MultiSig.json +165 -0
  184. package/artifacts-zk/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +1062 -0
  185. package/artifacts-zk/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +418 -0
  186. package/artifacts-zk/contracts/uln/dvn/adapters/DVNAdapterBase.sol/DVNAdapterBase.json +790 -0
  187. package/artifacts-zk/contracts/uln/dvn/adapters/DVNAdapterBase.sol/IReceiveUln.json +35 -0
  188. package/artifacts-zk/contracts/uln/dvn/adapters/DVNAdapterBase.sol/ISendLibBase.json +31 -0
  189. package/artifacts-zk/contracts/uln/dvn/adapters/arbitrum/ArbitrumDVNAdapterL1.sol/ArbitrumDVNAdapterL1.json +937 -0
  190. package/artifacts-zk/contracts/uln/dvn/adapters/arbitrum/ArbitrumDVNAdapterL2.sol/ArbitrumDVNAdapterL2.json +869 -0
  191. package/artifacts-zk/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +1167 -0
  192. package/artifacts-zk/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/ISendLibBase.json +31 -0
  193. package/artifacts-zk/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +575 -0
  194. package/artifacts-zk/contracts/uln/dvn/adapters/libs/DVNAdapterMessageCodec.sol/DVNAdapterMessageCodec.json +17 -0
  195. package/artifacts-zk/contracts/uln/dvn/adapters/optimism/OptimismDVNAdapterL1.sol/OptimismDVNAdapterL1.json +925 -0
  196. package/artifacts-zk/contracts/uln/dvn/adapters/optimism/OptimismDVNAdapterL2.sol/OptimismDVNAdapterL2.json +892 -0
  197. package/artifacts-zk/contracts/uln/interfaces/IDVN.sol/IDVN.json +371 -0
  198. package/artifacts-zk/contracts/uln/interfaces/IDVNFeeLib.sol/IDVNFeeLib.json +190 -0
  199. package/artifacts-zk/contracts/uln/interfaces/ILayerZeroDVN.sol/ILayerZeroDVN.json +97 -0
  200. package/artifacts-zk/contracts/uln/interfaces/IReceiveUlnE2.sol/IReceiveUlnE2.json +53 -0
  201. package/artifacts-zk/contracts/uln/interfaces/adapters/IAxelarDVNAdapter.sol/IAxelarDVNAdapter.json +161 -0
  202. package/artifacts-zk/contracts/uln/interfaces/adapters/IAxelarDVNAdapterFeeLib.sol/IAxelarDVNAdapterFeeLib.json +294 -0
  203. package/artifacts-zk/contracts/uln/interfaces/adapters/ICCIPDVNAdapter.sol/ICCIPDVNAdapter.json +92 -0
  204. package/artifacts-zk/contracts/uln/interfaces/adapters/ICCIPDVNAdapterFeeLib.sol/ICCIPDVNAdapterFeeLib.json +302 -0
  205. package/artifacts-zk/contracts/uln/libs/DVNOptions.sol/DVNOptions.json +28 -0
  206. package/artifacts-zk/contracts/uln/libs/UlnOptions.sol/UlnOptions.json +55 -0
  207. package/artifacts-zk/contracts/uln/uln301/AddressSizeConfig.sol/AddressSizeConfig.json +130 -0
  208. package/artifacts-zk/contracts/uln/uln301/ReceiveLibBaseE1.sol/ILayerZeroReceiveLibrary.json +69 -0
  209. package/artifacts-zk/contracts/uln/uln301/ReceiveLibBaseE1.sol/ReceiveLibBaseE1.json +417 -0
  210. package/artifacts-zk/contracts/uln/uln301/ReceiveUln301.sol/ReceiveUln301.json +1001 -0
  211. package/artifacts-zk/contracts/uln/uln301/ReceiveUln301View.sol/IReceiveUln301.json +179 -0
  212. package/artifacts-zk/contracts/uln/uln301/ReceiveUln301View.sol/ReceiveUln301View.json +127 -0
  213. package/artifacts-zk/contracts/uln/uln301/SendLibBaseE1.sol/SendLibBaseE1.json +805 -0
  214. package/artifacts-zk/contracts/uln/uln301/SendUln301.sol/SendUln301.json +1279 -0
  215. package/artifacts-zk/contracts/uln/uln301/TreasuryFeeHandler.sol/TreasuryFeeHandler.json +95 -0
  216. package/artifacts-zk/contracts/uln/uln301/interfaces/IMessageLibE1.sol/IMessageLibE1.json +248 -0
  217. package/artifacts-zk/contracts/uln/uln301/interfaces/INonceContract.sol/INonceContract.json +41 -0
  218. package/artifacts-zk/contracts/uln/uln301/interfaces/ITreasuryFeeHandler.sol/ITreasuryFeeHandler.json +45 -0
  219. package/artifacts-zk/contracts/uln/uln301/interfaces/IUltraLightNode301.sol/IUltraLightNode301.json +30 -0
  220. package/artifacts-zk/contracts/uln/uln301/mocks/NonceContractMock.sol/NonceContractMock.json +94 -0
  221. package/artifacts-zk/contracts/uln/uln302/ReceiveUln302.sol/ReceiveUln302.json +758 -0
  222. package/artifacts-zk/contracts/uln/uln302/ReceiveUln302View.sol/IReceiveUln302.json +147 -0
  223. package/artifacts-zk/contracts/uln/uln302/ReceiveUln302View.sol/ReceiveUln302View.json +252 -0
  224. package/artifacts-zk/contracts/uln/uln302/SendUln302.sol/SendUln302.json +1260 -0
  225. package/artifacts-zk/contracts/upgradeable/WorkerUpgradeable.sol/WorkerUpgradeable.json +593 -0
  226. package/artifacts-zk/contracts/upgradeable/proxy/ProxyAdmin.sol/ProxyAdmin.json +182 -0
  227. package/artifacts-zk/contracts/upgradeable/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +161 -0
  228. package/deployments/arbitrum-sandbox-local/DVN.json +3 -3
  229. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +2 -2
  230. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +2 -2
  231. package/deployments/arbitrum-sandbox-local/PriceFeed.json +5 -5
  232. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  233. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +1 -1
  234. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +5 -5
  235. package/deployments/bsc-sandbox-local/DVN.json +16 -16
  236. package/deployments/bsc-sandbox-local/DVNDecompressor.json +7 -7
  237. package/deployments/bsc-sandbox-local/DVNFeeLib.json +7 -7
  238. package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +7 -7
  239. package/deployments/bsc-sandbox-local/EndpointV2.json +13 -13
  240. package/deployments/bsc-sandbox-local/EndpointV2View.json +13 -13
  241. package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +4 -4
  242. package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +13 -13
  243. package/deployments/bsc-sandbox-local/Executor.json +43 -43
  244. package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +7 -7
  245. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +7 -7
  246. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +10 -10
  247. package/deployments/bsc-sandbox-local/Executor_Implementation.json +4 -4
  248. package/deployments/bsc-sandbox-local/Executor_Proxy.json +43 -43
  249. package/deployments/bsc-sandbox-local/LzExecutor.json +16 -16
  250. package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +4 -4
  251. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +16 -16
  252. package/deployments/bsc-sandbox-local/NonceContractMock.json +4 -4
  253. package/deployments/bsc-sandbox-local/PriceFeed.json +16 -16
  254. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  255. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +4 -4
  256. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +16 -16
  257. package/deployments/bsc-sandbox-local/ReceiveUln301.json +7 -7
  258. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +13 -13
  259. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  260. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  261. package/deployments/bsc-sandbox-local/ReceiveUln302.json +7 -7
  262. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +13 -13
  263. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  264. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  265. package/deployments/bsc-sandbox-local/SendUln301.json +7 -7
  266. package/deployments/bsc-sandbox-local/SendUln302.json +7 -7
  267. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +7 -7
  268. package/deployments/bsc-sandbox-local/Treasury.json +7 -7
  269. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +4 -4
  270. package/deployments/ethereum-sandbox-local/DVN.json +5 -5
  271. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +2 -2
  272. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
  273. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +2 -2
  274. package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
  275. package/deployments/ethereum-sandbox-local/EndpointV2View.json +4 -4
  276. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +1 -1
  277. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +4 -4
  278. package/deployments/ethereum-sandbox-local/Executor.json +14 -14
  279. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +2 -2
  280. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
  281. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
  282. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
  283. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
  284. package/deployments/ethereum-sandbox-local/LzExecutor.json +5 -5
  285. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +1 -1
  286. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +5 -5
  287. package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
  288. package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
  289. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  290. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
  291. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
  292. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
  293. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +4 -4
  294. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  295. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +4 -4
  296. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
  297. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +4 -4
  298. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  299. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +4 -4
  300. package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
  301. package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
  302. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
  303. package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
  304. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
  305. package/deployments/polygon-sandbox-local/DVN.json +16 -16
  306. package/deployments/polygon-sandbox-local/DVNDecompressor.json +7 -7
  307. package/deployments/polygon-sandbox-local/DVNFeeLib.json +7 -7
  308. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +7 -7
  309. package/deployments/polygon-sandbox-local/EndpointV2.json +13 -13
  310. package/deployments/polygon-sandbox-local/EndpointV2View.json +13 -13
  311. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +4 -4
  312. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +13 -13
  313. package/deployments/polygon-sandbox-local/Executor.json +43 -43
  314. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +7 -7
  315. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +7 -7
  316. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +10 -10
  317. package/deployments/polygon-sandbox-local/Executor_Implementation.json +4 -4
  318. package/deployments/polygon-sandbox-local/Executor_Proxy.json +43 -43
  319. package/deployments/polygon-sandbox-local/LzExecutor.json +16 -16
  320. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +4 -4
  321. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +16 -16
  322. package/deployments/polygon-sandbox-local/NonceContractMock.json +4 -4
  323. package/deployments/polygon-sandbox-local/PriceFeed.json +16 -16
  324. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  325. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +4 -4
  326. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +16 -16
  327. package/deployments/polygon-sandbox-local/ReceiveUln301.json +7 -7
  328. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +13 -13
  329. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  330. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  331. package/deployments/polygon-sandbox-local/ReceiveUln302.json +7 -7
  332. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +13 -13
  333. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  334. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  335. package/deployments/polygon-sandbox-local/SendUln301.json +7 -7
  336. package/deployments/polygon-sandbox-local/SendUln302.json +7 -7
  337. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +7 -7
  338. package/deployments/polygon-sandbox-local/Treasury.json +7 -7
  339. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +4 -4
  340. package/deployments/tron-sandbox-local/DVN.json +17 -17
  341. package/deployments/tron-sandbox-local/DVNDecompressor.json +12 -12
  342. package/deployments/tron-sandbox-local/DVNFeeLib.json +10 -10
  343. package/deployments/tron-sandbox-local/PriceFeed.json +27 -27
  344. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +14 -14
  345. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +6 -6
  346. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +26 -26
  347. package/package.json +11 -9
@@ -0,0 +1,1900 @@
1
+ {
2
+ "_format": "hh-zksolc-artifact-1",
3
+ "contractName": "ILayerZeroEndpointV2",
4
+ "sourceName": "contracts/interfaces/ILayerZeroEndpointV2.sol",
5
+ "abi": [
6
+ {
7
+ "anonymous": false,
8
+ "inputs": [
9
+ {
10
+ "indexed": false,
11
+ "internalType": "address",
12
+ "name": "from",
13
+ "type": "address"
14
+ },
15
+ {
16
+ "indexed": false,
17
+ "internalType": "address",
18
+ "name": "to",
19
+ "type": "address"
20
+ },
21
+ {
22
+ "indexed": false,
23
+ "internalType": "bytes32",
24
+ "name": "guid",
25
+ "type": "bytes32"
26
+ },
27
+ {
28
+ "indexed": false,
29
+ "internalType": "uint16",
30
+ "name": "index",
31
+ "type": "uint16"
32
+ }
33
+ ],
34
+ "name": "ComposeDelivered",
35
+ "type": "event"
36
+ },
37
+ {
38
+ "anonymous": false,
39
+ "inputs": [
40
+ {
41
+ "indexed": false,
42
+ "internalType": "address",
43
+ "name": "from",
44
+ "type": "address"
45
+ },
46
+ {
47
+ "indexed": false,
48
+ "internalType": "address",
49
+ "name": "to",
50
+ "type": "address"
51
+ },
52
+ {
53
+ "indexed": false,
54
+ "internalType": "bytes32",
55
+ "name": "guid",
56
+ "type": "bytes32"
57
+ },
58
+ {
59
+ "indexed": false,
60
+ "internalType": "uint16",
61
+ "name": "index",
62
+ "type": "uint16"
63
+ },
64
+ {
65
+ "indexed": false,
66
+ "internalType": "bytes",
67
+ "name": "message",
68
+ "type": "bytes"
69
+ }
70
+ ],
71
+ "name": "ComposeSent",
72
+ "type": "event"
73
+ },
74
+ {
75
+ "anonymous": false,
76
+ "inputs": [
77
+ {
78
+ "indexed": false,
79
+ "internalType": "uint32",
80
+ "name": "eid",
81
+ "type": "uint32"
82
+ },
83
+ {
84
+ "indexed": false,
85
+ "internalType": "address",
86
+ "name": "newLib",
87
+ "type": "address"
88
+ }
89
+ ],
90
+ "name": "DefaultReceiveLibrarySet",
91
+ "type": "event"
92
+ },
93
+ {
94
+ "anonymous": false,
95
+ "inputs": [
96
+ {
97
+ "indexed": false,
98
+ "internalType": "uint32",
99
+ "name": "eid",
100
+ "type": "uint32"
101
+ },
102
+ {
103
+ "indexed": false,
104
+ "internalType": "address",
105
+ "name": "oldLib",
106
+ "type": "address"
107
+ },
108
+ {
109
+ "indexed": false,
110
+ "internalType": "uint256",
111
+ "name": "expiry",
112
+ "type": "uint256"
113
+ }
114
+ ],
115
+ "name": "DefaultReceiveLibraryTimeoutSet",
116
+ "type": "event"
117
+ },
118
+ {
119
+ "anonymous": false,
120
+ "inputs": [
121
+ {
122
+ "indexed": false,
123
+ "internalType": "uint32",
124
+ "name": "eid",
125
+ "type": "uint32"
126
+ },
127
+ {
128
+ "indexed": false,
129
+ "internalType": "address",
130
+ "name": "newLib",
131
+ "type": "address"
132
+ }
133
+ ],
134
+ "name": "DefaultSendLibrarySet",
135
+ "type": "event"
136
+ },
137
+ {
138
+ "anonymous": false,
139
+ "inputs": [
140
+ {
141
+ "indexed": false,
142
+ "internalType": "address",
143
+ "name": "sender",
144
+ "type": "address"
145
+ },
146
+ {
147
+ "indexed": false,
148
+ "internalType": "address",
149
+ "name": "delegate",
150
+ "type": "address"
151
+ }
152
+ ],
153
+ "name": "DelegateSet",
154
+ "type": "event"
155
+ },
156
+ {
157
+ "anonymous": false,
158
+ "inputs": [
159
+ {
160
+ "indexed": false,
161
+ "internalType": "uint32",
162
+ "name": "srcEid",
163
+ "type": "uint32"
164
+ },
165
+ {
166
+ "indexed": false,
167
+ "internalType": "bytes32",
168
+ "name": "sender",
169
+ "type": "bytes32"
170
+ },
171
+ {
172
+ "indexed": false,
173
+ "internalType": "address",
174
+ "name": "receiver",
175
+ "type": "address"
176
+ },
177
+ {
178
+ "indexed": false,
179
+ "internalType": "uint64",
180
+ "name": "nonce",
181
+ "type": "uint64"
182
+ }
183
+ ],
184
+ "name": "InboundNonceSkipped",
185
+ "type": "event"
186
+ },
187
+ {
188
+ "anonymous": false,
189
+ "inputs": [
190
+ {
191
+ "indexed": false,
192
+ "internalType": "address",
193
+ "name": "newLib",
194
+ "type": "address"
195
+ }
196
+ ],
197
+ "name": "LibraryRegistered",
198
+ "type": "event"
199
+ },
200
+ {
201
+ "anonymous": false,
202
+ "inputs": [
203
+ {
204
+ "indexed": true,
205
+ "internalType": "address",
206
+ "name": "from",
207
+ "type": "address"
208
+ },
209
+ {
210
+ "indexed": true,
211
+ "internalType": "address",
212
+ "name": "to",
213
+ "type": "address"
214
+ },
215
+ {
216
+ "indexed": true,
217
+ "internalType": "address",
218
+ "name": "executor",
219
+ "type": "address"
220
+ },
221
+ {
222
+ "indexed": false,
223
+ "internalType": "bytes32",
224
+ "name": "guid",
225
+ "type": "bytes32"
226
+ },
227
+ {
228
+ "indexed": false,
229
+ "internalType": "uint16",
230
+ "name": "index",
231
+ "type": "uint16"
232
+ },
233
+ {
234
+ "indexed": false,
235
+ "internalType": "uint256",
236
+ "name": "gas",
237
+ "type": "uint256"
238
+ },
239
+ {
240
+ "indexed": false,
241
+ "internalType": "uint256",
242
+ "name": "value",
243
+ "type": "uint256"
244
+ },
245
+ {
246
+ "indexed": false,
247
+ "internalType": "bytes",
248
+ "name": "message",
249
+ "type": "bytes"
250
+ },
251
+ {
252
+ "indexed": false,
253
+ "internalType": "bytes",
254
+ "name": "extraData",
255
+ "type": "bytes"
256
+ },
257
+ {
258
+ "indexed": false,
259
+ "internalType": "bytes",
260
+ "name": "reason",
261
+ "type": "bytes"
262
+ }
263
+ ],
264
+ "name": "LzComposeAlert",
265
+ "type": "event"
266
+ },
267
+ {
268
+ "anonymous": false,
269
+ "inputs": [
270
+ {
271
+ "indexed": true,
272
+ "internalType": "address",
273
+ "name": "receiver",
274
+ "type": "address"
275
+ },
276
+ {
277
+ "indexed": true,
278
+ "internalType": "address",
279
+ "name": "executor",
280
+ "type": "address"
281
+ },
282
+ {
283
+ "components": [
284
+ {
285
+ "internalType": "uint32",
286
+ "name": "srcEid",
287
+ "type": "uint32"
288
+ },
289
+ {
290
+ "internalType": "bytes32",
291
+ "name": "sender",
292
+ "type": "bytes32"
293
+ },
294
+ {
295
+ "internalType": "uint64",
296
+ "name": "nonce",
297
+ "type": "uint64"
298
+ }
299
+ ],
300
+ "indexed": false,
301
+ "internalType": "struct Origin",
302
+ "name": "origin",
303
+ "type": "tuple"
304
+ },
305
+ {
306
+ "indexed": false,
307
+ "internalType": "bytes32",
308
+ "name": "guid",
309
+ "type": "bytes32"
310
+ },
311
+ {
312
+ "indexed": false,
313
+ "internalType": "uint256",
314
+ "name": "gas",
315
+ "type": "uint256"
316
+ },
317
+ {
318
+ "indexed": false,
319
+ "internalType": "uint256",
320
+ "name": "value",
321
+ "type": "uint256"
322
+ },
323
+ {
324
+ "indexed": false,
325
+ "internalType": "bytes",
326
+ "name": "message",
327
+ "type": "bytes"
328
+ },
329
+ {
330
+ "indexed": false,
331
+ "internalType": "bytes",
332
+ "name": "extraData",
333
+ "type": "bytes"
334
+ },
335
+ {
336
+ "indexed": false,
337
+ "internalType": "bytes",
338
+ "name": "reason",
339
+ "type": "bytes"
340
+ }
341
+ ],
342
+ "name": "LzReceiveAlert",
343
+ "type": "event"
344
+ },
345
+ {
346
+ "anonymous": false,
347
+ "inputs": [
348
+ {
349
+ "indexed": false,
350
+ "internalType": "address",
351
+ "name": "token",
352
+ "type": "address"
353
+ }
354
+ ],
355
+ "name": "LzTokenSet",
356
+ "type": "event"
357
+ },
358
+ {
359
+ "anonymous": false,
360
+ "inputs": [
361
+ {
362
+ "indexed": false,
363
+ "internalType": "uint32",
364
+ "name": "srcEid",
365
+ "type": "uint32"
366
+ },
367
+ {
368
+ "indexed": false,
369
+ "internalType": "bytes32",
370
+ "name": "sender",
371
+ "type": "bytes32"
372
+ },
373
+ {
374
+ "indexed": false,
375
+ "internalType": "address",
376
+ "name": "receiver",
377
+ "type": "address"
378
+ },
379
+ {
380
+ "indexed": false,
381
+ "internalType": "uint64",
382
+ "name": "nonce",
383
+ "type": "uint64"
384
+ },
385
+ {
386
+ "indexed": false,
387
+ "internalType": "bytes32",
388
+ "name": "payloadHash",
389
+ "type": "bytes32"
390
+ }
391
+ ],
392
+ "name": "PacketBurnt",
393
+ "type": "event"
394
+ },
395
+ {
396
+ "anonymous": false,
397
+ "inputs": [
398
+ {
399
+ "components": [
400
+ {
401
+ "internalType": "uint32",
402
+ "name": "srcEid",
403
+ "type": "uint32"
404
+ },
405
+ {
406
+ "internalType": "bytes32",
407
+ "name": "sender",
408
+ "type": "bytes32"
409
+ },
410
+ {
411
+ "internalType": "uint64",
412
+ "name": "nonce",
413
+ "type": "uint64"
414
+ }
415
+ ],
416
+ "indexed": false,
417
+ "internalType": "struct Origin",
418
+ "name": "origin",
419
+ "type": "tuple"
420
+ },
421
+ {
422
+ "indexed": false,
423
+ "internalType": "address",
424
+ "name": "receiver",
425
+ "type": "address"
426
+ }
427
+ ],
428
+ "name": "PacketDelivered",
429
+ "type": "event"
430
+ },
431
+ {
432
+ "anonymous": false,
433
+ "inputs": [
434
+ {
435
+ "indexed": false,
436
+ "internalType": "uint32",
437
+ "name": "srcEid",
438
+ "type": "uint32"
439
+ },
440
+ {
441
+ "indexed": false,
442
+ "internalType": "bytes32",
443
+ "name": "sender",
444
+ "type": "bytes32"
445
+ },
446
+ {
447
+ "indexed": false,
448
+ "internalType": "address",
449
+ "name": "receiver",
450
+ "type": "address"
451
+ },
452
+ {
453
+ "indexed": false,
454
+ "internalType": "uint64",
455
+ "name": "nonce",
456
+ "type": "uint64"
457
+ },
458
+ {
459
+ "indexed": false,
460
+ "internalType": "bytes32",
461
+ "name": "payloadHash",
462
+ "type": "bytes32"
463
+ }
464
+ ],
465
+ "name": "PacketNilified",
466
+ "type": "event"
467
+ },
468
+ {
469
+ "anonymous": false,
470
+ "inputs": [
471
+ {
472
+ "indexed": false,
473
+ "internalType": "bytes",
474
+ "name": "encodedPayload",
475
+ "type": "bytes"
476
+ },
477
+ {
478
+ "indexed": false,
479
+ "internalType": "bytes",
480
+ "name": "options",
481
+ "type": "bytes"
482
+ },
483
+ {
484
+ "indexed": false,
485
+ "internalType": "address",
486
+ "name": "sendLibrary",
487
+ "type": "address"
488
+ }
489
+ ],
490
+ "name": "PacketSent",
491
+ "type": "event"
492
+ },
493
+ {
494
+ "anonymous": false,
495
+ "inputs": [
496
+ {
497
+ "components": [
498
+ {
499
+ "internalType": "uint32",
500
+ "name": "srcEid",
501
+ "type": "uint32"
502
+ },
503
+ {
504
+ "internalType": "bytes32",
505
+ "name": "sender",
506
+ "type": "bytes32"
507
+ },
508
+ {
509
+ "internalType": "uint64",
510
+ "name": "nonce",
511
+ "type": "uint64"
512
+ }
513
+ ],
514
+ "indexed": false,
515
+ "internalType": "struct Origin",
516
+ "name": "origin",
517
+ "type": "tuple"
518
+ },
519
+ {
520
+ "indexed": false,
521
+ "internalType": "address",
522
+ "name": "receiver",
523
+ "type": "address"
524
+ },
525
+ {
526
+ "indexed": false,
527
+ "internalType": "bytes32",
528
+ "name": "payloadHash",
529
+ "type": "bytes32"
530
+ }
531
+ ],
532
+ "name": "PacketVerified",
533
+ "type": "event"
534
+ },
535
+ {
536
+ "anonymous": false,
537
+ "inputs": [
538
+ {
539
+ "indexed": false,
540
+ "internalType": "address",
541
+ "name": "receiver",
542
+ "type": "address"
543
+ },
544
+ {
545
+ "indexed": false,
546
+ "internalType": "uint32",
547
+ "name": "eid",
548
+ "type": "uint32"
549
+ },
550
+ {
551
+ "indexed": false,
552
+ "internalType": "address",
553
+ "name": "newLib",
554
+ "type": "address"
555
+ }
556
+ ],
557
+ "name": "ReceiveLibrarySet",
558
+ "type": "event"
559
+ },
560
+ {
561
+ "anonymous": false,
562
+ "inputs": [
563
+ {
564
+ "indexed": false,
565
+ "internalType": "address",
566
+ "name": "receiver",
567
+ "type": "address"
568
+ },
569
+ {
570
+ "indexed": false,
571
+ "internalType": "uint32",
572
+ "name": "eid",
573
+ "type": "uint32"
574
+ },
575
+ {
576
+ "indexed": false,
577
+ "internalType": "address",
578
+ "name": "oldLib",
579
+ "type": "address"
580
+ },
581
+ {
582
+ "indexed": false,
583
+ "internalType": "uint256",
584
+ "name": "timeout",
585
+ "type": "uint256"
586
+ }
587
+ ],
588
+ "name": "ReceiveLibraryTimeoutSet",
589
+ "type": "event"
590
+ },
591
+ {
592
+ "anonymous": false,
593
+ "inputs": [
594
+ {
595
+ "indexed": false,
596
+ "internalType": "address",
597
+ "name": "sender",
598
+ "type": "address"
599
+ },
600
+ {
601
+ "indexed": false,
602
+ "internalType": "uint32",
603
+ "name": "eid",
604
+ "type": "uint32"
605
+ },
606
+ {
607
+ "indexed": false,
608
+ "internalType": "address",
609
+ "name": "newLib",
610
+ "type": "address"
611
+ }
612
+ ],
613
+ "name": "SendLibrarySet",
614
+ "type": "event"
615
+ },
616
+ {
617
+ "inputs": [
618
+ {
619
+ "internalType": "address",
620
+ "name": "_oapp",
621
+ "type": "address"
622
+ },
623
+ {
624
+ "internalType": "uint32",
625
+ "name": "_srcEid",
626
+ "type": "uint32"
627
+ },
628
+ {
629
+ "internalType": "bytes32",
630
+ "name": "_sender",
631
+ "type": "bytes32"
632
+ },
633
+ {
634
+ "internalType": "uint64",
635
+ "name": "_nonce",
636
+ "type": "uint64"
637
+ },
638
+ {
639
+ "internalType": "bytes32",
640
+ "name": "_payloadHash",
641
+ "type": "bytes32"
642
+ }
643
+ ],
644
+ "name": "burn",
645
+ "outputs": [],
646
+ "stateMutability": "nonpayable",
647
+ "type": "function"
648
+ },
649
+ {
650
+ "inputs": [
651
+ {
652
+ "internalType": "address",
653
+ "name": "_oapp",
654
+ "type": "address"
655
+ },
656
+ {
657
+ "components": [
658
+ {
659
+ "internalType": "uint32",
660
+ "name": "srcEid",
661
+ "type": "uint32"
662
+ },
663
+ {
664
+ "internalType": "bytes32",
665
+ "name": "sender",
666
+ "type": "bytes32"
667
+ },
668
+ {
669
+ "internalType": "uint64",
670
+ "name": "nonce",
671
+ "type": "uint64"
672
+ }
673
+ ],
674
+ "internalType": "struct Origin",
675
+ "name": "_origin",
676
+ "type": "tuple"
677
+ },
678
+ {
679
+ "internalType": "bytes32",
680
+ "name": "_guid",
681
+ "type": "bytes32"
682
+ },
683
+ {
684
+ "internalType": "bytes",
685
+ "name": "_message",
686
+ "type": "bytes"
687
+ }
688
+ ],
689
+ "name": "clear",
690
+ "outputs": [],
691
+ "stateMutability": "nonpayable",
692
+ "type": "function"
693
+ },
694
+ {
695
+ "inputs": [
696
+ {
697
+ "internalType": "address",
698
+ "name": "_from",
699
+ "type": "address"
700
+ },
701
+ {
702
+ "internalType": "address",
703
+ "name": "_to",
704
+ "type": "address"
705
+ },
706
+ {
707
+ "internalType": "bytes32",
708
+ "name": "_guid",
709
+ "type": "bytes32"
710
+ },
711
+ {
712
+ "internalType": "uint16",
713
+ "name": "_index",
714
+ "type": "uint16"
715
+ }
716
+ ],
717
+ "name": "composeQueue",
718
+ "outputs": [
719
+ {
720
+ "internalType": "bytes32",
721
+ "name": "messageHash",
722
+ "type": "bytes32"
723
+ }
724
+ ],
725
+ "stateMutability": "view",
726
+ "type": "function"
727
+ },
728
+ {
729
+ "inputs": [
730
+ {
731
+ "internalType": "uint32",
732
+ "name": "_eid",
733
+ "type": "uint32"
734
+ }
735
+ ],
736
+ "name": "defaultReceiveLibrary",
737
+ "outputs": [
738
+ {
739
+ "internalType": "address",
740
+ "name": "",
741
+ "type": "address"
742
+ }
743
+ ],
744
+ "stateMutability": "view",
745
+ "type": "function"
746
+ },
747
+ {
748
+ "inputs": [
749
+ {
750
+ "internalType": "uint32",
751
+ "name": "_eid",
752
+ "type": "uint32"
753
+ }
754
+ ],
755
+ "name": "defaultReceiveLibraryTimeout",
756
+ "outputs": [
757
+ {
758
+ "internalType": "address",
759
+ "name": "lib",
760
+ "type": "address"
761
+ },
762
+ {
763
+ "internalType": "uint256",
764
+ "name": "expiry",
765
+ "type": "uint256"
766
+ }
767
+ ],
768
+ "stateMutability": "view",
769
+ "type": "function"
770
+ },
771
+ {
772
+ "inputs": [
773
+ {
774
+ "internalType": "uint32",
775
+ "name": "_eid",
776
+ "type": "uint32"
777
+ }
778
+ ],
779
+ "name": "defaultSendLibrary",
780
+ "outputs": [
781
+ {
782
+ "internalType": "address",
783
+ "name": "",
784
+ "type": "address"
785
+ }
786
+ ],
787
+ "stateMutability": "view",
788
+ "type": "function"
789
+ },
790
+ {
791
+ "inputs": [],
792
+ "name": "eid",
793
+ "outputs": [
794
+ {
795
+ "internalType": "uint32",
796
+ "name": "",
797
+ "type": "uint32"
798
+ }
799
+ ],
800
+ "stateMutability": "view",
801
+ "type": "function"
802
+ },
803
+ {
804
+ "inputs": [
805
+ {
806
+ "internalType": "address",
807
+ "name": "_oapp",
808
+ "type": "address"
809
+ },
810
+ {
811
+ "internalType": "address",
812
+ "name": "_lib",
813
+ "type": "address"
814
+ },
815
+ {
816
+ "internalType": "uint32",
817
+ "name": "_eid",
818
+ "type": "uint32"
819
+ },
820
+ {
821
+ "internalType": "uint32",
822
+ "name": "_configType",
823
+ "type": "uint32"
824
+ }
825
+ ],
826
+ "name": "getConfig",
827
+ "outputs": [
828
+ {
829
+ "internalType": "bytes",
830
+ "name": "config",
831
+ "type": "bytes"
832
+ }
833
+ ],
834
+ "stateMutability": "view",
835
+ "type": "function"
836
+ },
837
+ {
838
+ "inputs": [
839
+ {
840
+ "internalType": "address",
841
+ "name": "_receiver",
842
+ "type": "address"
843
+ },
844
+ {
845
+ "internalType": "uint32",
846
+ "name": "_eid",
847
+ "type": "uint32"
848
+ }
849
+ ],
850
+ "name": "getReceiveLibrary",
851
+ "outputs": [
852
+ {
853
+ "internalType": "address",
854
+ "name": "lib",
855
+ "type": "address"
856
+ },
857
+ {
858
+ "internalType": "bool",
859
+ "name": "isDefault",
860
+ "type": "bool"
861
+ }
862
+ ],
863
+ "stateMutability": "view",
864
+ "type": "function"
865
+ },
866
+ {
867
+ "inputs": [],
868
+ "name": "getRegisteredLibraries",
869
+ "outputs": [
870
+ {
871
+ "internalType": "address[]",
872
+ "name": "",
873
+ "type": "address[]"
874
+ }
875
+ ],
876
+ "stateMutability": "view",
877
+ "type": "function"
878
+ },
879
+ {
880
+ "inputs": [],
881
+ "name": "getSendContext",
882
+ "outputs": [
883
+ {
884
+ "internalType": "uint32",
885
+ "name": "dstEid",
886
+ "type": "uint32"
887
+ },
888
+ {
889
+ "internalType": "address",
890
+ "name": "sender",
891
+ "type": "address"
892
+ }
893
+ ],
894
+ "stateMutability": "view",
895
+ "type": "function"
896
+ },
897
+ {
898
+ "inputs": [
899
+ {
900
+ "internalType": "address",
901
+ "name": "_sender",
902
+ "type": "address"
903
+ },
904
+ {
905
+ "internalType": "uint32",
906
+ "name": "_eid",
907
+ "type": "uint32"
908
+ }
909
+ ],
910
+ "name": "getSendLibrary",
911
+ "outputs": [
912
+ {
913
+ "internalType": "address",
914
+ "name": "lib",
915
+ "type": "address"
916
+ }
917
+ ],
918
+ "stateMutability": "view",
919
+ "type": "function"
920
+ },
921
+ {
922
+ "inputs": [
923
+ {
924
+ "internalType": "address",
925
+ "name": "_receiver",
926
+ "type": "address"
927
+ },
928
+ {
929
+ "internalType": "uint32",
930
+ "name": "_srcEid",
931
+ "type": "uint32"
932
+ },
933
+ {
934
+ "internalType": "bytes32",
935
+ "name": "_sender",
936
+ "type": "bytes32"
937
+ }
938
+ ],
939
+ "name": "inboundNonce",
940
+ "outputs": [
941
+ {
942
+ "internalType": "uint64",
943
+ "name": "",
944
+ "type": "uint64"
945
+ }
946
+ ],
947
+ "stateMutability": "view",
948
+ "type": "function"
949
+ },
950
+ {
951
+ "inputs": [
952
+ {
953
+ "internalType": "address",
954
+ "name": "_receiver",
955
+ "type": "address"
956
+ },
957
+ {
958
+ "internalType": "uint32",
959
+ "name": "_srcEid",
960
+ "type": "uint32"
961
+ },
962
+ {
963
+ "internalType": "bytes32",
964
+ "name": "_sender",
965
+ "type": "bytes32"
966
+ },
967
+ {
968
+ "internalType": "uint64",
969
+ "name": "_nonce",
970
+ "type": "uint64"
971
+ }
972
+ ],
973
+ "name": "inboundPayloadHash",
974
+ "outputs": [
975
+ {
976
+ "internalType": "bytes32",
977
+ "name": "",
978
+ "type": "bytes32"
979
+ }
980
+ ],
981
+ "stateMutability": "view",
982
+ "type": "function"
983
+ },
984
+ {
985
+ "inputs": [
986
+ {
987
+ "components": [
988
+ {
989
+ "internalType": "uint32",
990
+ "name": "srcEid",
991
+ "type": "uint32"
992
+ },
993
+ {
994
+ "internalType": "bytes32",
995
+ "name": "sender",
996
+ "type": "bytes32"
997
+ },
998
+ {
999
+ "internalType": "uint64",
1000
+ "name": "nonce",
1001
+ "type": "uint64"
1002
+ }
1003
+ ],
1004
+ "internalType": "struct Origin",
1005
+ "name": "_origin",
1006
+ "type": "tuple"
1007
+ },
1008
+ {
1009
+ "internalType": "address",
1010
+ "name": "_receiver",
1011
+ "type": "address"
1012
+ }
1013
+ ],
1014
+ "name": "initializable",
1015
+ "outputs": [
1016
+ {
1017
+ "internalType": "bool",
1018
+ "name": "",
1019
+ "type": "bool"
1020
+ }
1021
+ ],
1022
+ "stateMutability": "view",
1023
+ "type": "function"
1024
+ },
1025
+ {
1026
+ "inputs": [
1027
+ {
1028
+ "internalType": "address",
1029
+ "name": "_sender",
1030
+ "type": "address"
1031
+ },
1032
+ {
1033
+ "internalType": "uint32",
1034
+ "name": "_eid",
1035
+ "type": "uint32"
1036
+ }
1037
+ ],
1038
+ "name": "isDefaultSendLibrary",
1039
+ "outputs": [
1040
+ {
1041
+ "internalType": "bool",
1042
+ "name": "",
1043
+ "type": "bool"
1044
+ }
1045
+ ],
1046
+ "stateMutability": "view",
1047
+ "type": "function"
1048
+ },
1049
+ {
1050
+ "inputs": [
1051
+ {
1052
+ "internalType": "address",
1053
+ "name": "_lib",
1054
+ "type": "address"
1055
+ }
1056
+ ],
1057
+ "name": "isRegisteredLibrary",
1058
+ "outputs": [
1059
+ {
1060
+ "internalType": "bool",
1061
+ "name": "",
1062
+ "type": "bool"
1063
+ }
1064
+ ],
1065
+ "stateMutability": "view",
1066
+ "type": "function"
1067
+ },
1068
+ {
1069
+ "inputs": [],
1070
+ "name": "isSendingMessage",
1071
+ "outputs": [
1072
+ {
1073
+ "internalType": "bool",
1074
+ "name": "",
1075
+ "type": "bool"
1076
+ }
1077
+ ],
1078
+ "stateMutability": "view",
1079
+ "type": "function"
1080
+ },
1081
+ {
1082
+ "inputs": [
1083
+ {
1084
+ "internalType": "uint32",
1085
+ "name": "_eid",
1086
+ "type": "uint32"
1087
+ }
1088
+ ],
1089
+ "name": "isSupportedEid",
1090
+ "outputs": [
1091
+ {
1092
+ "internalType": "bool",
1093
+ "name": "",
1094
+ "type": "bool"
1095
+ }
1096
+ ],
1097
+ "stateMutability": "view",
1098
+ "type": "function"
1099
+ },
1100
+ {
1101
+ "inputs": [
1102
+ {
1103
+ "internalType": "address",
1104
+ "name": "_receiver",
1105
+ "type": "address"
1106
+ },
1107
+ {
1108
+ "internalType": "uint32",
1109
+ "name": "_eid",
1110
+ "type": "uint32"
1111
+ },
1112
+ {
1113
+ "internalType": "address",
1114
+ "name": "_lib",
1115
+ "type": "address"
1116
+ }
1117
+ ],
1118
+ "name": "isValidReceiveLibrary",
1119
+ "outputs": [
1120
+ {
1121
+ "internalType": "bool",
1122
+ "name": "",
1123
+ "type": "bool"
1124
+ }
1125
+ ],
1126
+ "stateMutability": "view",
1127
+ "type": "function"
1128
+ },
1129
+ {
1130
+ "inputs": [
1131
+ {
1132
+ "internalType": "address",
1133
+ "name": "_receiver",
1134
+ "type": "address"
1135
+ },
1136
+ {
1137
+ "internalType": "uint32",
1138
+ "name": "_srcEid",
1139
+ "type": "uint32"
1140
+ },
1141
+ {
1142
+ "internalType": "bytes32",
1143
+ "name": "_sender",
1144
+ "type": "bytes32"
1145
+ }
1146
+ ],
1147
+ "name": "lazyInboundNonce",
1148
+ "outputs": [
1149
+ {
1150
+ "internalType": "uint64",
1151
+ "name": "",
1152
+ "type": "uint64"
1153
+ }
1154
+ ],
1155
+ "stateMutability": "view",
1156
+ "type": "function"
1157
+ },
1158
+ {
1159
+ "inputs": [
1160
+ {
1161
+ "internalType": "address",
1162
+ "name": "_from",
1163
+ "type": "address"
1164
+ },
1165
+ {
1166
+ "internalType": "address",
1167
+ "name": "_to",
1168
+ "type": "address"
1169
+ },
1170
+ {
1171
+ "internalType": "bytes32",
1172
+ "name": "_guid",
1173
+ "type": "bytes32"
1174
+ },
1175
+ {
1176
+ "internalType": "uint16",
1177
+ "name": "_index",
1178
+ "type": "uint16"
1179
+ },
1180
+ {
1181
+ "internalType": "bytes",
1182
+ "name": "_message",
1183
+ "type": "bytes"
1184
+ },
1185
+ {
1186
+ "internalType": "bytes",
1187
+ "name": "_extraData",
1188
+ "type": "bytes"
1189
+ }
1190
+ ],
1191
+ "name": "lzCompose",
1192
+ "outputs": [],
1193
+ "stateMutability": "payable",
1194
+ "type": "function"
1195
+ },
1196
+ {
1197
+ "inputs": [
1198
+ {
1199
+ "components": [
1200
+ {
1201
+ "internalType": "uint32",
1202
+ "name": "srcEid",
1203
+ "type": "uint32"
1204
+ },
1205
+ {
1206
+ "internalType": "bytes32",
1207
+ "name": "sender",
1208
+ "type": "bytes32"
1209
+ },
1210
+ {
1211
+ "internalType": "uint64",
1212
+ "name": "nonce",
1213
+ "type": "uint64"
1214
+ }
1215
+ ],
1216
+ "internalType": "struct Origin",
1217
+ "name": "_origin",
1218
+ "type": "tuple"
1219
+ },
1220
+ {
1221
+ "internalType": "address",
1222
+ "name": "_receiver",
1223
+ "type": "address"
1224
+ },
1225
+ {
1226
+ "internalType": "bytes32",
1227
+ "name": "_guid",
1228
+ "type": "bytes32"
1229
+ },
1230
+ {
1231
+ "internalType": "bytes",
1232
+ "name": "_message",
1233
+ "type": "bytes"
1234
+ },
1235
+ {
1236
+ "internalType": "bytes",
1237
+ "name": "_extraData",
1238
+ "type": "bytes"
1239
+ }
1240
+ ],
1241
+ "name": "lzReceive",
1242
+ "outputs": [],
1243
+ "stateMutability": "payable",
1244
+ "type": "function"
1245
+ },
1246
+ {
1247
+ "inputs": [],
1248
+ "name": "lzToken",
1249
+ "outputs": [
1250
+ {
1251
+ "internalType": "address",
1252
+ "name": "",
1253
+ "type": "address"
1254
+ }
1255
+ ],
1256
+ "stateMutability": "view",
1257
+ "type": "function"
1258
+ },
1259
+ {
1260
+ "inputs": [],
1261
+ "name": "nativeToken",
1262
+ "outputs": [
1263
+ {
1264
+ "internalType": "address",
1265
+ "name": "",
1266
+ "type": "address"
1267
+ }
1268
+ ],
1269
+ "stateMutability": "view",
1270
+ "type": "function"
1271
+ },
1272
+ {
1273
+ "inputs": [
1274
+ {
1275
+ "internalType": "address",
1276
+ "name": "_sender",
1277
+ "type": "address"
1278
+ },
1279
+ {
1280
+ "internalType": "uint32",
1281
+ "name": "_dstEid",
1282
+ "type": "uint32"
1283
+ },
1284
+ {
1285
+ "internalType": "bytes32",
1286
+ "name": "_receiver",
1287
+ "type": "bytes32"
1288
+ }
1289
+ ],
1290
+ "name": "nextGuid",
1291
+ "outputs": [
1292
+ {
1293
+ "internalType": "bytes32",
1294
+ "name": "",
1295
+ "type": "bytes32"
1296
+ }
1297
+ ],
1298
+ "stateMutability": "view",
1299
+ "type": "function"
1300
+ },
1301
+ {
1302
+ "inputs": [
1303
+ {
1304
+ "internalType": "address",
1305
+ "name": "_oapp",
1306
+ "type": "address"
1307
+ },
1308
+ {
1309
+ "internalType": "uint32",
1310
+ "name": "_srcEid",
1311
+ "type": "uint32"
1312
+ },
1313
+ {
1314
+ "internalType": "bytes32",
1315
+ "name": "_sender",
1316
+ "type": "bytes32"
1317
+ },
1318
+ {
1319
+ "internalType": "uint64",
1320
+ "name": "_nonce",
1321
+ "type": "uint64"
1322
+ },
1323
+ {
1324
+ "internalType": "bytes32",
1325
+ "name": "_payloadHash",
1326
+ "type": "bytes32"
1327
+ }
1328
+ ],
1329
+ "name": "nilify",
1330
+ "outputs": [],
1331
+ "stateMutability": "nonpayable",
1332
+ "type": "function"
1333
+ },
1334
+ {
1335
+ "inputs": [
1336
+ {
1337
+ "internalType": "address",
1338
+ "name": "_sender",
1339
+ "type": "address"
1340
+ },
1341
+ {
1342
+ "internalType": "uint32",
1343
+ "name": "_dstEid",
1344
+ "type": "uint32"
1345
+ },
1346
+ {
1347
+ "internalType": "bytes32",
1348
+ "name": "_receiver",
1349
+ "type": "bytes32"
1350
+ }
1351
+ ],
1352
+ "name": "outboundNonce",
1353
+ "outputs": [
1354
+ {
1355
+ "internalType": "uint64",
1356
+ "name": "",
1357
+ "type": "uint64"
1358
+ }
1359
+ ],
1360
+ "stateMutability": "view",
1361
+ "type": "function"
1362
+ },
1363
+ {
1364
+ "inputs": [
1365
+ {
1366
+ "components": [
1367
+ {
1368
+ "internalType": "uint32",
1369
+ "name": "dstEid",
1370
+ "type": "uint32"
1371
+ },
1372
+ {
1373
+ "internalType": "bytes32",
1374
+ "name": "receiver",
1375
+ "type": "bytes32"
1376
+ },
1377
+ {
1378
+ "internalType": "bytes",
1379
+ "name": "message",
1380
+ "type": "bytes"
1381
+ },
1382
+ {
1383
+ "internalType": "bytes",
1384
+ "name": "options",
1385
+ "type": "bytes"
1386
+ },
1387
+ {
1388
+ "internalType": "bool",
1389
+ "name": "payInLzToken",
1390
+ "type": "bool"
1391
+ }
1392
+ ],
1393
+ "internalType": "struct MessagingParams",
1394
+ "name": "_params",
1395
+ "type": "tuple"
1396
+ },
1397
+ {
1398
+ "internalType": "address",
1399
+ "name": "_sender",
1400
+ "type": "address"
1401
+ }
1402
+ ],
1403
+ "name": "quote",
1404
+ "outputs": [
1405
+ {
1406
+ "components": [
1407
+ {
1408
+ "internalType": "uint256",
1409
+ "name": "nativeFee",
1410
+ "type": "uint256"
1411
+ },
1412
+ {
1413
+ "internalType": "uint256",
1414
+ "name": "lzTokenFee",
1415
+ "type": "uint256"
1416
+ }
1417
+ ],
1418
+ "internalType": "struct MessagingFee",
1419
+ "name": "",
1420
+ "type": "tuple"
1421
+ }
1422
+ ],
1423
+ "stateMutability": "view",
1424
+ "type": "function"
1425
+ },
1426
+ {
1427
+ "inputs": [
1428
+ {
1429
+ "internalType": "address",
1430
+ "name": "_receiver",
1431
+ "type": "address"
1432
+ },
1433
+ {
1434
+ "internalType": "uint32",
1435
+ "name": "_eid",
1436
+ "type": "uint32"
1437
+ }
1438
+ ],
1439
+ "name": "receiveLibraryTimeout",
1440
+ "outputs": [
1441
+ {
1442
+ "internalType": "address",
1443
+ "name": "lib",
1444
+ "type": "address"
1445
+ },
1446
+ {
1447
+ "internalType": "uint256",
1448
+ "name": "expiry",
1449
+ "type": "uint256"
1450
+ }
1451
+ ],
1452
+ "stateMutability": "view",
1453
+ "type": "function"
1454
+ },
1455
+ {
1456
+ "inputs": [
1457
+ {
1458
+ "internalType": "address",
1459
+ "name": "_lib",
1460
+ "type": "address"
1461
+ }
1462
+ ],
1463
+ "name": "registerLibrary",
1464
+ "outputs": [],
1465
+ "stateMutability": "nonpayable",
1466
+ "type": "function"
1467
+ },
1468
+ {
1469
+ "inputs": [
1470
+ {
1471
+ "components": [
1472
+ {
1473
+ "internalType": "uint32",
1474
+ "name": "dstEid",
1475
+ "type": "uint32"
1476
+ },
1477
+ {
1478
+ "internalType": "bytes32",
1479
+ "name": "receiver",
1480
+ "type": "bytes32"
1481
+ },
1482
+ {
1483
+ "internalType": "bytes",
1484
+ "name": "message",
1485
+ "type": "bytes"
1486
+ },
1487
+ {
1488
+ "internalType": "bytes",
1489
+ "name": "options",
1490
+ "type": "bytes"
1491
+ },
1492
+ {
1493
+ "internalType": "bool",
1494
+ "name": "payInLzToken",
1495
+ "type": "bool"
1496
+ }
1497
+ ],
1498
+ "internalType": "struct MessagingParams",
1499
+ "name": "_params",
1500
+ "type": "tuple"
1501
+ },
1502
+ {
1503
+ "internalType": "address",
1504
+ "name": "_refundAddress",
1505
+ "type": "address"
1506
+ }
1507
+ ],
1508
+ "name": "send",
1509
+ "outputs": [
1510
+ {
1511
+ "components": [
1512
+ {
1513
+ "internalType": "bytes32",
1514
+ "name": "guid",
1515
+ "type": "bytes32"
1516
+ },
1517
+ {
1518
+ "internalType": "uint64",
1519
+ "name": "nonce",
1520
+ "type": "uint64"
1521
+ },
1522
+ {
1523
+ "components": [
1524
+ {
1525
+ "internalType": "uint256",
1526
+ "name": "nativeFee",
1527
+ "type": "uint256"
1528
+ },
1529
+ {
1530
+ "internalType": "uint256",
1531
+ "name": "lzTokenFee",
1532
+ "type": "uint256"
1533
+ }
1534
+ ],
1535
+ "internalType": "struct MessagingFee",
1536
+ "name": "fee",
1537
+ "type": "tuple"
1538
+ }
1539
+ ],
1540
+ "internalType": "struct MessagingReceipt",
1541
+ "name": "",
1542
+ "type": "tuple"
1543
+ }
1544
+ ],
1545
+ "stateMutability": "payable",
1546
+ "type": "function"
1547
+ },
1548
+ {
1549
+ "inputs": [
1550
+ {
1551
+ "internalType": "address",
1552
+ "name": "_to",
1553
+ "type": "address"
1554
+ },
1555
+ {
1556
+ "internalType": "bytes32",
1557
+ "name": "_guid",
1558
+ "type": "bytes32"
1559
+ },
1560
+ {
1561
+ "internalType": "uint16",
1562
+ "name": "_index",
1563
+ "type": "uint16"
1564
+ },
1565
+ {
1566
+ "internalType": "bytes",
1567
+ "name": "_message",
1568
+ "type": "bytes"
1569
+ }
1570
+ ],
1571
+ "name": "sendCompose",
1572
+ "outputs": [],
1573
+ "stateMutability": "nonpayable",
1574
+ "type": "function"
1575
+ },
1576
+ {
1577
+ "inputs": [
1578
+ {
1579
+ "internalType": "address",
1580
+ "name": "_oapp",
1581
+ "type": "address"
1582
+ },
1583
+ {
1584
+ "internalType": "address",
1585
+ "name": "_lib",
1586
+ "type": "address"
1587
+ },
1588
+ {
1589
+ "components": [
1590
+ {
1591
+ "internalType": "uint32",
1592
+ "name": "eid",
1593
+ "type": "uint32"
1594
+ },
1595
+ {
1596
+ "internalType": "uint32",
1597
+ "name": "configType",
1598
+ "type": "uint32"
1599
+ },
1600
+ {
1601
+ "internalType": "bytes",
1602
+ "name": "config",
1603
+ "type": "bytes"
1604
+ }
1605
+ ],
1606
+ "internalType": "struct SetConfigParam[]",
1607
+ "name": "_params",
1608
+ "type": "tuple[]"
1609
+ }
1610
+ ],
1611
+ "name": "setConfig",
1612
+ "outputs": [],
1613
+ "stateMutability": "nonpayable",
1614
+ "type": "function"
1615
+ },
1616
+ {
1617
+ "inputs": [
1618
+ {
1619
+ "internalType": "uint32",
1620
+ "name": "_eid",
1621
+ "type": "uint32"
1622
+ },
1623
+ {
1624
+ "internalType": "address",
1625
+ "name": "_newLib",
1626
+ "type": "address"
1627
+ },
1628
+ {
1629
+ "internalType": "uint256",
1630
+ "name": "_timeout",
1631
+ "type": "uint256"
1632
+ }
1633
+ ],
1634
+ "name": "setDefaultReceiveLibrary",
1635
+ "outputs": [],
1636
+ "stateMutability": "nonpayable",
1637
+ "type": "function"
1638
+ },
1639
+ {
1640
+ "inputs": [
1641
+ {
1642
+ "internalType": "uint32",
1643
+ "name": "_eid",
1644
+ "type": "uint32"
1645
+ },
1646
+ {
1647
+ "internalType": "address",
1648
+ "name": "_lib",
1649
+ "type": "address"
1650
+ },
1651
+ {
1652
+ "internalType": "uint256",
1653
+ "name": "_expiry",
1654
+ "type": "uint256"
1655
+ }
1656
+ ],
1657
+ "name": "setDefaultReceiveLibraryTimeout",
1658
+ "outputs": [],
1659
+ "stateMutability": "nonpayable",
1660
+ "type": "function"
1661
+ },
1662
+ {
1663
+ "inputs": [
1664
+ {
1665
+ "internalType": "uint32",
1666
+ "name": "_eid",
1667
+ "type": "uint32"
1668
+ },
1669
+ {
1670
+ "internalType": "address",
1671
+ "name": "_newLib",
1672
+ "type": "address"
1673
+ }
1674
+ ],
1675
+ "name": "setDefaultSendLibrary",
1676
+ "outputs": [],
1677
+ "stateMutability": "nonpayable",
1678
+ "type": "function"
1679
+ },
1680
+ {
1681
+ "inputs": [
1682
+ {
1683
+ "internalType": "address",
1684
+ "name": "_delegate",
1685
+ "type": "address"
1686
+ }
1687
+ ],
1688
+ "name": "setDelegate",
1689
+ "outputs": [],
1690
+ "stateMutability": "nonpayable",
1691
+ "type": "function"
1692
+ },
1693
+ {
1694
+ "inputs": [
1695
+ {
1696
+ "internalType": "address",
1697
+ "name": "_lzToken",
1698
+ "type": "address"
1699
+ }
1700
+ ],
1701
+ "name": "setLzToken",
1702
+ "outputs": [],
1703
+ "stateMutability": "nonpayable",
1704
+ "type": "function"
1705
+ },
1706
+ {
1707
+ "inputs": [
1708
+ {
1709
+ "internalType": "address",
1710
+ "name": "_oapp",
1711
+ "type": "address"
1712
+ },
1713
+ {
1714
+ "internalType": "uint32",
1715
+ "name": "_eid",
1716
+ "type": "uint32"
1717
+ },
1718
+ {
1719
+ "internalType": "address",
1720
+ "name": "_newLib",
1721
+ "type": "address"
1722
+ },
1723
+ {
1724
+ "internalType": "uint256",
1725
+ "name": "_gracePeriod",
1726
+ "type": "uint256"
1727
+ }
1728
+ ],
1729
+ "name": "setReceiveLibrary",
1730
+ "outputs": [],
1731
+ "stateMutability": "nonpayable",
1732
+ "type": "function"
1733
+ },
1734
+ {
1735
+ "inputs": [
1736
+ {
1737
+ "internalType": "address",
1738
+ "name": "_oapp",
1739
+ "type": "address"
1740
+ },
1741
+ {
1742
+ "internalType": "uint32",
1743
+ "name": "_eid",
1744
+ "type": "uint32"
1745
+ },
1746
+ {
1747
+ "internalType": "address",
1748
+ "name": "_lib",
1749
+ "type": "address"
1750
+ },
1751
+ {
1752
+ "internalType": "uint256",
1753
+ "name": "_gracePeriod",
1754
+ "type": "uint256"
1755
+ }
1756
+ ],
1757
+ "name": "setReceiveLibraryTimeout",
1758
+ "outputs": [],
1759
+ "stateMutability": "nonpayable",
1760
+ "type": "function"
1761
+ },
1762
+ {
1763
+ "inputs": [
1764
+ {
1765
+ "internalType": "address",
1766
+ "name": "_oapp",
1767
+ "type": "address"
1768
+ },
1769
+ {
1770
+ "internalType": "uint32",
1771
+ "name": "_eid",
1772
+ "type": "uint32"
1773
+ },
1774
+ {
1775
+ "internalType": "address",
1776
+ "name": "_newLib",
1777
+ "type": "address"
1778
+ }
1779
+ ],
1780
+ "name": "setSendLibrary",
1781
+ "outputs": [],
1782
+ "stateMutability": "nonpayable",
1783
+ "type": "function"
1784
+ },
1785
+ {
1786
+ "inputs": [
1787
+ {
1788
+ "internalType": "address",
1789
+ "name": "_oapp",
1790
+ "type": "address"
1791
+ },
1792
+ {
1793
+ "internalType": "uint32",
1794
+ "name": "_srcEid",
1795
+ "type": "uint32"
1796
+ },
1797
+ {
1798
+ "internalType": "bytes32",
1799
+ "name": "_sender",
1800
+ "type": "bytes32"
1801
+ },
1802
+ {
1803
+ "internalType": "uint64",
1804
+ "name": "_nonce",
1805
+ "type": "uint64"
1806
+ }
1807
+ ],
1808
+ "name": "skip",
1809
+ "outputs": [],
1810
+ "stateMutability": "nonpayable",
1811
+ "type": "function"
1812
+ },
1813
+ {
1814
+ "inputs": [
1815
+ {
1816
+ "components": [
1817
+ {
1818
+ "internalType": "uint32",
1819
+ "name": "srcEid",
1820
+ "type": "uint32"
1821
+ },
1822
+ {
1823
+ "internalType": "bytes32",
1824
+ "name": "sender",
1825
+ "type": "bytes32"
1826
+ },
1827
+ {
1828
+ "internalType": "uint64",
1829
+ "name": "nonce",
1830
+ "type": "uint64"
1831
+ }
1832
+ ],
1833
+ "internalType": "struct Origin",
1834
+ "name": "_origin",
1835
+ "type": "tuple"
1836
+ },
1837
+ {
1838
+ "internalType": "address",
1839
+ "name": "_receiver",
1840
+ "type": "address"
1841
+ }
1842
+ ],
1843
+ "name": "verifiable",
1844
+ "outputs": [
1845
+ {
1846
+ "internalType": "bool",
1847
+ "name": "",
1848
+ "type": "bool"
1849
+ }
1850
+ ],
1851
+ "stateMutability": "view",
1852
+ "type": "function"
1853
+ },
1854
+ {
1855
+ "inputs": [
1856
+ {
1857
+ "components": [
1858
+ {
1859
+ "internalType": "uint32",
1860
+ "name": "srcEid",
1861
+ "type": "uint32"
1862
+ },
1863
+ {
1864
+ "internalType": "bytes32",
1865
+ "name": "sender",
1866
+ "type": "bytes32"
1867
+ },
1868
+ {
1869
+ "internalType": "uint64",
1870
+ "name": "nonce",
1871
+ "type": "uint64"
1872
+ }
1873
+ ],
1874
+ "internalType": "struct Origin",
1875
+ "name": "_origin",
1876
+ "type": "tuple"
1877
+ },
1878
+ {
1879
+ "internalType": "address",
1880
+ "name": "_receiver",
1881
+ "type": "address"
1882
+ },
1883
+ {
1884
+ "internalType": "bytes32",
1885
+ "name": "_payloadHash",
1886
+ "type": "bytes32"
1887
+ }
1888
+ ],
1889
+ "name": "verify",
1890
+ "outputs": [],
1891
+ "stateMutability": "nonpayable",
1892
+ "type": "function"
1893
+ }
1894
+ ],
1895
+ "bytecode": "0x",
1896
+ "deployedBytecode": "0x",
1897
+ "linkReferences": {},
1898
+ "deployedLinkReferences": {},
1899
+ "factoryDeps": {}
1900
+ }