@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,772 @@
1
+ {
2
+ "_format": "hh-zksolc-artifact-1",
3
+ "contractName": "MessageLibManager",
4
+ "sourceName": "contracts/MessageLibManager.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "LZ_AlreadyRegistered",
9
+ "type": "error"
10
+ },
11
+ {
12
+ "inputs": [],
13
+ "name": "LZ_DefaultReceiveLibUnavailable",
14
+ "type": "error"
15
+ },
16
+ {
17
+ "inputs": [],
18
+ "name": "LZ_DefaultSendLibUnavailable",
19
+ "type": "error"
20
+ },
21
+ {
22
+ "inputs": [],
23
+ "name": "LZ_InvalidExpiry",
24
+ "type": "error"
25
+ },
26
+ {
27
+ "inputs": [],
28
+ "name": "LZ_OnlyNonDefaultLib",
29
+ "type": "error"
30
+ },
31
+ {
32
+ "inputs": [],
33
+ "name": "LZ_OnlyReceiveLib",
34
+ "type": "error"
35
+ },
36
+ {
37
+ "inputs": [],
38
+ "name": "LZ_OnlyRegisteredLib",
39
+ "type": "error"
40
+ },
41
+ {
42
+ "inputs": [],
43
+ "name": "LZ_OnlyRegisteredOrDefaultLib",
44
+ "type": "error"
45
+ },
46
+ {
47
+ "inputs": [],
48
+ "name": "LZ_OnlySendLib",
49
+ "type": "error"
50
+ },
51
+ {
52
+ "inputs": [],
53
+ "name": "LZ_SameValue",
54
+ "type": "error"
55
+ },
56
+ {
57
+ "inputs": [],
58
+ "name": "LZ_UnsupportedEid",
59
+ "type": "error"
60
+ },
61
+ {
62
+ "inputs": [],
63
+ "name": "LZ_UnsupportedInterface",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "anonymous": false,
68
+ "inputs": [
69
+ {
70
+ "indexed": false,
71
+ "internalType": "uint32",
72
+ "name": "eid",
73
+ "type": "uint32"
74
+ },
75
+ {
76
+ "indexed": false,
77
+ "internalType": "address",
78
+ "name": "newLib",
79
+ "type": "address"
80
+ }
81
+ ],
82
+ "name": "DefaultReceiveLibrarySet",
83
+ "type": "event"
84
+ },
85
+ {
86
+ "anonymous": false,
87
+ "inputs": [
88
+ {
89
+ "indexed": false,
90
+ "internalType": "uint32",
91
+ "name": "eid",
92
+ "type": "uint32"
93
+ },
94
+ {
95
+ "indexed": false,
96
+ "internalType": "address",
97
+ "name": "oldLib",
98
+ "type": "address"
99
+ },
100
+ {
101
+ "indexed": false,
102
+ "internalType": "uint256",
103
+ "name": "expiry",
104
+ "type": "uint256"
105
+ }
106
+ ],
107
+ "name": "DefaultReceiveLibraryTimeoutSet",
108
+ "type": "event"
109
+ },
110
+ {
111
+ "anonymous": false,
112
+ "inputs": [
113
+ {
114
+ "indexed": false,
115
+ "internalType": "uint32",
116
+ "name": "eid",
117
+ "type": "uint32"
118
+ },
119
+ {
120
+ "indexed": false,
121
+ "internalType": "address",
122
+ "name": "newLib",
123
+ "type": "address"
124
+ }
125
+ ],
126
+ "name": "DefaultSendLibrarySet",
127
+ "type": "event"
128
+ },
129
+ {
130
+ "anonymous": false,
131
+ "inputs": [
132
+ {
133
+ "indexed": false,
134
+ "internalType": "address",
135
+ "name": "newLib",
136
+ "type": "address"
137
+ }
138
+ ],
139
+ "name": "LibraryRegistered",
140
+ "type": "event"
141
+ },
142
+ {
143
+ "anonymous": false,
144
+ "inputs": [
145
+ {
146
+ "indexed": true,
147
+ "internalType": "address",
148
+ "name": "previousOwner",
149
+ "type": "address"
150
+ },
151
+ {
152
+ "indexed": true,
153
+ "internalType": "address",
154
+ "name": "newOwner",
155
+ "type": "address"
156
+ }
157
+ ],
158
+ "name": "OwnershipTransferred",
159
+ "type": "event"
160
+ },
161
+ {
162
+ "anonymous": false,
163
+ "inputs": [
164
+ {
165
+ "indexed": false,
166
+ "internalType": "address",
167
+ "name": "receiver",
168
+ "type": "address"
169
+ },
170
+ {
171
+ "indexed": false,
172
+ "internalType": "uint32",
173
+ "name": "eid",
174
+ "type": "uint32"
175
+ },
176
+ {
177
+ "indexed": false,
178
+ "internalType": "address",
179
+ "name": "newLib",
180
+ "type": "address"
181
+ }
182
+ ],
183
+ "name": "ReceiveLibrarySet",
184
+ "type": "event"
185
+ },
186
+ {
187
+ "anonymous": false,
188
+ "inputs": [
189
+ {
190
+ "indexed": false,
191
+ "internalType": "address",
192
+ "name": "receiver",
193
+ "type": "address"
194
+ },
195
+ {
196
+ "indexed": false,
197
+ "internalType": "uint32",
198
+ "name": "eid",
199
+ "type": "uint32"
200
+ },
201
+ {
202
+ "indexed": false,
203
+ "internalType": "address",
204
+ "name": "oldLib",
205
+ "type": "address"
206
+ },
207
+ {
208
+ "indexed": false,
209
+ "internalType": "uint256",
210
+ "name": "timeout",
211
+ "type": "uint256"
212
+ }
213
+ ],
214
+ "name": "ReceiveLibraryTimeoutSet",
215
+ "type": "event"
216
+ },
217
+ {
218
+ "anonymous": false,
219
+ "inputs": [
220
+ {
221
+ "indexed": false,
222
+ "internalType": "address",
223
+ "name": "sender",
224
+ "type": "address"
225
+ },
226
+ {
227
+ "indexed": false,
228
+ "internalType": "uint32",
229
+ "name": "eid",
230
+ "type": "uint32"
231
+ },
232
+ {
233
+ "indexed": false,
234
+ "internalType": "address",
235
+ "name": "newLib",
236
+ "type": "address"
237
+ }
238
+ ],
239
+ "name": "SendLibrarySet",
240
+ "type": "event"
241
+ },
242
+ {
243
+ "inputs": [],
244
+ "name": "blockedLibrary",
245
+ "outputs": [
246
+ {
247
+ "internalType": "address",
248
+ "name": "",
249
+ "type": "address"
250
+ }
251
+ ],
252
+ "stateMutability": "view",
253
+ "type": "function"
254
+ },
255
+ {
256
+ "inputs": [
257
+ {
258
+ "internalType": "uint32",
259
+ "name": "srcEid",
260
+ "type": "uint32"
261
+ }
262
+ ],
263
+ "name": "defaultReceiveLibrary",
264
+ "outputs": [
265
+ {
266
+ "internalType": "address",
267
+ "name": "lib",
268
+ "type": "address"
269
+ }
270
+ ],
271
+ "stateMutability": "view",
272
+ "type": "function"
273
+ },
274
+ {
275
+ "inputs": [
276
+ {
277
+ "internalType": "uint32",
278
+ "name": "srcEid",
279
+ "type": "uint32"
280
+ }
281
+ ],
282
+ "name": "defaultReceiveLibraryTimeout",
283
+ "outputs": [
284
+ {
285
+ "internalType": "address",
286
+ "name": "lib",
287
+ "type": "address"
288
+ },
289
+ {
290
+ "internalType": "uint256",
291
+ "name": "expiry",
292
+ "type": "uint256"
293
+ }
294
+ ],
295
+ "stateMutability": "view",
296
+ "type": "function"
297
+ },
298
+ {
299
+ "inputs": [
300
+ {
301
+ "internalType": "uint32",
302
+ "name": "dstEid",
303
+ "type": "uint32"
304
+ }
305
+ ],
306
+ "name": "defaultSendLibrary",
307
+ "outputs": [
308
+ {
309
+ "internalType": "address",
310
+ "name": "lib",
311
+ "type": "address"
312
+ }
313
+ ],
314
+ "stateMutability": "view",
315
+ "type": "function"
316
+ },
317
+ {
318
+ "inputs": [
319
+ {
320
+ "internalType": "address",
321
+ "name": "_oapp",
322
+ "type": "address"
323
+ },
324
+ {
325
+ "internalType": "address",
326
+ "name": "_lib",
327
+ "type": "address"
328
+ },
329
+ {
330
+ "internalType": "uint32",
331
+ "name": "_eid",
332
+ "type": "uint32"
333
+ },
334
+ {
335
+ "internalType": "uint32",
336
+ "name": "_configType",
337
+ "type": "uint32"
338
+ }
339
+ ],
340
+ "name": "getConfig",
341
+ "outputs": [
342
+ {
343
+ "internalType": "bytes",
344
+ "name": "config",
345
+ "type": "bytes"
346
+ }
347
+ ],
348
+ "stateMutability": "view",
349
+ "type": "function"
350
+ },
351
+ {
352
+ "inputs": [
353
+ {
354
+ "internalType": "address",
355
+ "name": "_receiver",
356
+ "type": "address"
357
+ },
358
+ {
359
+ "internalType": "uint32",
360
+ "name": "_srcEid",
361
+ "type": "uint32"
362
+ }
363
+ ],
364
+ "name": "getReceiveLibrary",
365
+ "outputs": [
366
+ {
367
+ "internalType": "address",
368
+ "name": "lib",
369
+ "type": "address"
370
+ },
371
+ {
372
+ "internalType": "bool",
373
+ "name": "isDefault",
374
+ "type": "bool"
375
+ }
376
+ ],
377
+ "stateMutability": "view",
378
+ "type": "function"
379
+ },
380
+ {
381
+ "inputs": [],
382
+ "name": "getRegisteredLibraries",
383
+ "outputs": [
384
+ {
385
+ "internalType": "address[]",
386
+ "name": "",
387
+ "type": "address[]"
388
+ }
389
+ ],
390
+ "stateMutability": "view",
391
+ "type": "function"
392
+ },
393
+ {
394
+ "inputs": [
395
+ {
396
+ "internalType": "address",
397
+ "name": "_sender",
398
+ "type": "address"
399
+ },
400
+ {
401
+ "internalType": "uint32",
402
+ "name": "_dstEid",
403
+ "type": "uint32"
404
+ }
405
+ ],
406
+ "name": "getSendLibrary",
407
+ "outputs": [
408
+ {
409
+ "internalType": "address",
410
+ "name": "lib",
411
+ "type": "address"
412
+ }
413
+ ],
414
+ "stateMutability": "view",
415
+ "type": "function"
416
+ },
417
+ {
418
+ "inputs": [
419
+ {
420
+ "internalType": "address",
421
+ "name": "_sender",
422
+ "type": "address"
423
+ },
424
+ {
425
+ "internalType": "uint32",
426
+ "name": "_dstEid",
427
+ "type": "uint32"
428
+ }
429
+ ],
430
+ "name": "isDefaultSendLibrary",
431
+ "outputs": [
432
+ {
433
+ "internalType": "bool",
434
+ "name": "",
435
+ "type": "bool"
436
+ }
437
+ ],
438
+ "stateMutability": "view",
439
+ "type": "function"
440
+ },
441
+ {
442
+ "inputs": [
443
+ {
444
+ "internalType": "address",
445
+ "name": "lib",
446
+ "type": "address"
447
+ }
448
+ ],
449
+ "name": "isRegisteredLibrary",
450
+ "outputs": [
451
+ {
452
+ "internalType": "bool",
453
+ "name": "",
454
+ "type": "bool"
455
+ }
456
+ ],
457
+ "stateMutability": "view",
458
+ "type": "function"
459
+ },
460
+ {
461
+ "inputs": [
462
+ {
463
+ "internalType": "uint32",
464
+ "name": "_eid",
465
+ "type": "uint32"
466
+ }
467
+ ],
468
+ "name": "isSupportedEid",
469
+ "outputs": [
470
+ {
471
+ "internalType": "bool",
472
+ "name": "",
473
+ "type": "bool"
474
+ }
475
+ ],
476
+ "stateMutability": "view",
477
+ "type": "function"
478
+ },
479
+ {
480
+ "inputs": [
481
+ {
482
+ "internalType": "address",
483
+ "name": "_receiver",
484
+ "type": "address"
485
+ },
486
+ {
487
+ "internalType": "uint32",
488
+ "name": "_srcEid",
489
+ "type": "uint32"
490
+ },
491
+ {
492
+ "internalType": "address",
493
+ "name": "_actualReceiveLib",
494
+ "type": "address"
495
+ }
496
+ ],
497
+ "name": "isValidReceiveLibrary",
498
+ "outputs": [
499
+ {
500
+ "internalType": "bool",
501
+ "name": "",
502
+ "type": "bool"
503
+ }
504
+ ],
505
+ "stateMutability": "view",
506
+ "type": "function"
507
+ },
508
+ {
509
+ "inputs": [],
510
+ "name": "owner",
511
+ "outputs": [
512
+ {
513
+ "internalType": "address",
514
+ "name": "",
515
+ "type": "address"
516
+ }
517
+ ],
518
+ "stateMutability": "view",
519
+ "type": "function"
520
+ },
521
+ {
522
+ "inputs": [
523
+ {
524
+ "internalType": "address",
525
+ "name": "receiver",
526
+ "type": "address"
527
+ },
528
+ {
529
+ "internalType": "uint32",
530
+ "name": "srcEid",
531
+ "type": "uint32"
532
+ }
533
+ ],
534
+ "name": "receiveLibraryTimeout",
535
+ "outputs": [
536
+ {
537
+ "internalType": "address",
538
+ "name": "lib",
539
+ "type": "address"
540
+ },
541
+ {
542
+ "internalType": "uint256",
543
+ "name": "expiry",
544
+ "type": "uint256"
545
+ }
546
+ ],
547
+ "stateMutability": "view",
548
+ "type": "function"
549
+ },
550
+ {
551
+ "inputs": [
552
+ {
553
+ "internalType": "address",
554
+ "name": "_lib",
555
+ "type": "address"
556
+ }
557
+ ],
558
+ "name": "registerLibrary",
559
+ "outputs": [],
560
+ "stateMutability": "nonpayable",
561
+ "type": "function"
562
+ },
563
+ {
564
+ "inputs": [],
565
+ "name": "renounceOwnership",
566
+ "outputs": [],
567
+ "stateMutability": "nonpayable",
568
+ "type": "function"
569
+ },
570
+ {
571
+ "inputs": [
572
+ {
573
+ "internalType": "address",
574
+ "name": "_oapp",
575
+ "type": "address"
576
+ },
577
+ {
578
+ "internalType": "address",
579
+ "name": "_lib",
580
+ "type": "address"
581
+ },
582
+ {
583
+ "components": [
584
+ {
585
+ "internalType": "uint32",
586
+ "name": "eid",
587
+ "type": "uint32"
588
+ },
589
+ {
590
+ "internalType": "uint32",
591
+ "name": "configType",
592
+ "type": "uint32"
593
+ },
594
+ {
595
+ "internalType": "bytes",
596
+ "name": "config",
597
+ "type": "bytes"
598
+ }
599
+ ],
600
+ "internalType": "struct SetConfigParam[]",
601
+ "name": "_params",
602
+ "type": "tuple[]"
603
+ }
604
+ ],
605
+ "name": "setConfig",
606
+ "outputs": [],
607
+ "stateMutability": "nonpayable",
608
+ "type": "function"
609
+ },
610
+ {
611
+ "inputs": [
612
+ {
613
+ "internalType": "uint32",
614
+ "name": "_eid",
615
+ "type": "uint32"
616
+ },
617
+ {
618
+ "internalType": "address",
619
+ "name": "_newLib",
620
+ "type": "address"
621
+ },
622
+ {
623
+ "internalType": "uint256",
624
+ "name": "_gracePeriod",
625
+ "type": "uint256"
626
+ }
627
+ ],
628
+ "name": "setDefaultReceiveLibrary",
629
+ "outputs": [],
630
+ "stateMutability": "nonpayable",
631
+ "type": "function"
632
+ },
633
+ {
634
+ "inputs": [
635
+ {
636
+ "internalType": "uint32",
637
+ "name": "_eid",
638
+ "type": "uint32"
639
+ },
640
+ {
641
+ "internalType": "address",
642
+ "name": "_lib",
643
+ "type": "address"
644
+ },
645
+ {
646
+ "internalType": "uint256",
647
+ "name": "_expiry",
648
+ "type": "uint256"
649
+ }
650
+ ],
651
+ "name": "setDefaultReceiveLibraryTimeout",
652
+ "outputs": [],
653
+ "stateMutability": "nonpayable",
654
+ "type": "function"
655
+ },
656
+ {
657
+ "inputs": [
658
+ {
659
+ "internalType": "uint32",
660
+ "name": "_eid",
661
+ "type": "uint32"
662
+ },
663
+ {
664
+ "internalType": "address",
665
+ "name": "_newLib",
666
+ "type": "address"
667
+ }
668
+ ],
669
+ "name": "setDefaultSendLibrary",
670
+ "outputs": [],
671
+ "stateMutability": "nonpayable",
672
+ "type": "function"
673
+ },
674
+ {
675
+ "inputs": [
676
+ {
677
+ "internalType": "address",
678
+ "name": "_oapp",
679
+ "type": "address"
680
+ },
681
+ {
682
+ "internalType": "uint32",
683
+ "name": "_eid",
684
+ "type": "uint32"
685
+ },
686
+ {
687
+ "internalType": "address",
688
+ "name": "_newLib",
689
+ "type": "address"
690
+ },
691
+ {
692
+ "internalType": "uint256",
693
+ "name": "_gracePeriod",
694
+ "type": "uint256"
695
+ }
696
+ ],
697
+ "name": "setReceiveLibrary",
698
+ "outputs": [],
699
+ "stateMutability": "nonpayable",
700
+ "type": "function"
701
+ },
702
+ {
703
+ "inputs": [
704
+ {
705
+ "internalType": "address",
706
+ "name": "_oapp",
707
+ "type": "address"
708
+ },
709
+ {
710
+ "internalType": "uint32",
711
+ "name": "_eid",
712
+ "type": "uint32"
713
+ },
714
+ {
715
+ "internalType": "address",
716
+ "name": "_lib",
717
+ "type": "address"
718
+ },
719
+ {
720
+ "internalType": "uint256",
721
+ "name": "_expiry",
722
+ "type": "uint256"
723
+ }
724
+ ],
725
+ "name": "setReceiveLibraryTimeout",
726
+ "outputs": [],
727
+ "stateMutability": "nonpayable",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "inputs": [
732
+ {
733
+ "internalType": "address",
734
+ "name": "_oapp",
735
+ "type": "address"
736
+ },
737
+ {
738
+ "internalType": "uint32",
739
+ "name": "_eid",
740
+ "type": "uint32"
741
+ },
742
+ {
743
+ "internalType": "address",
744
+ "name": "_newLib",
745
+ "type": "address"
746
+ }
747
+ ],
748
+ "name": "setSendLibrary",
749
+ "outputs": [],
750
+ "stateMutability": "nonpayable",
751
+ "type": "function"
752
+ },
753
+ {
754
+ "inputs": [
755
+ {
756
+ "internalType": "address",
757
+ "name": "newOwner",
758
+ "type": "address"
759
+ }
760
+ ],
761
+ "name": "transferOwnership",
762
+ "outputs": [],
763
+ "stateMutability": "nonpayable",
764
+ "type": "function"
765
+ }
766
+ ],
767
+ "bytecode": "0x",
768
+ "deployedBytecode": "0x",
769
+ "linkReferences": {},
770
+ "deployedLinkReferences": {},
771
+ "factoryDeps": {}
772
+ }