@layerzerolabs/lz-evm-sdk-v2 2.3.8 → 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 +16 -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 +28 -28
  229. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +11 -11
  230. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +8 -8
  231. package/deployments/arbitrum-sandbox-local/PriceFeed.json +16 -16
  232. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +11 -11
  233. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +28 -28
  234. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +16 -16
  235. package/deployments/bsc-sandbox-local/DVN.json +34 -34
  236. package/deployments/bsc-sandbox-local/DVNDecompressor.json +11 -11
  237. package/deployments/bsc-sandbox-local/DVNFeeLib.json +8 -8
  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 +10 -10
  245. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +9 -9
  246. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +11 -11
  247. package/deployments/bsc-sandbox-local/Executor_Implementation.json +40 -40
  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 +8 -8
  251. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +16 -16
  252. package/deployments/bsc-sandbox-local/NonceContractMock.json +6 -6
  253. package/deployments/bsc-sandbox-local/PriceFeed.json +16 -16
  254. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +11 -11
  255. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +28 -28
  256. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +16 -16
  257. package/deployments/bsc-sandbox-local/ReceiveUln301.json +35 -35
  258. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +13 -13
  259. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +10 -10
  260. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  261. package/deployments/bsc-sandbox-local/ReceiveUln302.json +32 -32
  262. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +13 -13
  263. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +9 -9
  264. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  265. package/deployments/bsc-sandbox-local/SendUln301.json +35 -35
  266. package/deployments/bsc-sandbox-local/SendUln302.json +33 -33
  267. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +7 -7
  268. package/deployments/bsc-sandbox-local/Treasury.json +11 -11
  269. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +5 -5
  270. package/deployments/ethereum-sandbox-local/DVN.json +34 -34
  271. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +11 -11
  272. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +8 -8
  273. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +7 -7
  274. package/deployments/ethereum-sandbox-local/EndpointV2.json +13 -13
  275. package/deployments/ethereum-sandbox-local/EndpointV2View.json +13 -13
  276. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +4 -4
  277. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +13 -13
  278. package/deployments/ethereum-sandbox-local/Executor.json +43 -43
  279. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +10 -10
  280. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +9 -9
  281. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +11 -11
  282. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +40 -40
  283. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +43 -43
  284. package/deployments/ethereum-sandbox-local/LzExecutor.json +16 -16
  285. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +8 -8
  286. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +16 -16
  287. package/deployments/ethereum-sandbox-local/NonceContractMock.json +6 -6
  288. package/deployments/ethereum-sandbox-local/PriceFeed.json +16 -16
  289. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +11 -11
  290. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +28 -28
  291. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +16 -16
  292. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +35 -35
  293. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +13 -13
  294. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +10 -10
  295. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  296. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +32 -32
  297. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +13 -13
  298. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +9 -9
  299. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  300. package/deployments/ethereum-sandbox-local/SendUln301.json +35 -35
  301. package/deployments/ethereum-sandbox-local/SendUln302.json +33 -33
  302. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +7 -7
  303. package/deployments/ethereum-sandbox-local/Treasury.json +11 -11
  304. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +5 -5
  305. package/deployments/polygon-sandbox-local/DVN.json +34 -34
  306. package/deployments/polygon-sandbox-local/DVNDecompressor.json +11 -11
  307. package/deployments/polygon-sandbox-local/DVNFeeLib.json +8 -8
  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 +10 -10
  315. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +9 -9
  316. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +11 -11
  317. package/deployments/polygon-sandbox-local/Executor_Implementation.json +40 -40
  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 +8 -8
  321. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +16 -16
  322. package/deployments/polygon-sandbox-local/NonceContractMock.json +6 -6
  323. package/deployments/polygon-sandbox-local/PriceFeed.json +16 -16
  324. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +11 -11
  325. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +28 -28
  326. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +16 -16
  327. package/deployments/polygon-sandbox-local/ReceiveUln301.json +35 -35
  328. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +13 -13
  329. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +10 -10
  330. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  331. package/deployments/polygon-sandbox-local/ReceiveUln302.json +32 -32
  332. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +13 -13
  333. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +9 -9
  334. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  335. package/deployments/polygon-sandbox-local/SendUln301.json +35 -35
  336. package/deployments/polygon-sandbox-local/SendUln302.json +33 -33
  337. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +7 -7
  338. package/deployments/polygon-sandbox-local/Treasury.json +11 -11
  339. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +5 -5
  340. package/deployments/tron-sandbox-local/DVN.json +35 -35
  341. package/deployments/tron-sandbox-local/DVNDecompressor.json +16 -16
  342. package/deployments/tron-sandbox-local/DVNFeeLib.json +11 -11
  343. package/deployments/tron-sandbox-local/PriceFeed.json +27 -27
  344. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +15 -15
  345. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +30 -30
  346. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +26 -26
  347. package/package.json +11 -9
@@ -0,0 +1,370 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IDVN",
4
+ "sourceName": "contracts/uln/interfaces/IDVN.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "Worker_NotAllowed",
9
+ "type": "error"
10
+ },
11
+ {
12
+ "inputs": [],
13
+ "name": "Worker_OnlyMessageLib",
14
+ "type": "error"
15
+ },
16
+ {
17
+ "inputs": [],
18
+ "name": "Worker_RoleRenouncingDisabled",
19
+ "type": "error"
20
+ },
21
+ {
22
+ "anonymous": false,
23
+ "inputs": [
24
+ {
25
+ "indexed": false,
26
+ "internalType": "uint16",
27
+ "name": "multiplierBps",
28
+ "type": "uint16"
29
+ }
30
+ ],
31
+ "name": "SetDefaultMultiplierBps",
32
+ "type": "event"
33
+ },
34
+ {
35
+ "anonymous": false,
36
+ "inputs": [
37
+ {
38
+ "components": [
39
+ {
40
+ "internalType": "uint32",
41
+ "name": "dstEid",
42
+ "type": "uint32"
43
+ },
44
+ {
45
+ "internalType": "uint64",
46
+ "name": "gas",
47
+ "type": "uint64"
48
+ },
49
+ {
50
+ "internalType": "uint16",
51
+ "name": "multiplierBps",
52
+ "type": "uint16"
53
+ },
54
+ {
55
+ "internalType": "uint128",
56
+ "name": "floorMarginUSD",
57
+ "type": "uint128"
58
+ }
59
+ ],
60
+ "indexed": false,
61
+ "internalType": "struct IDVN.DstConfigParam[]",
62
+ "name": "params",
63
+ "type": "tuple[]"
64
+ }
65
+ ],
66
+ "name": "SetDstConfig",
67
+ "type": "event"
68
+ },
69
+ {
70
+ "anonymous": false,
71
+ "inputs": [
72
+ {
73
+ "indexed": false,
74
+ "internalType": "address",
75
+ "name": "priceFeed",
76
+ "type": "address"
77
+ }
78
+ ],
79
+ "name": "SetPriceFeed",
80
+ "type": "event"
81
+ },
82
+ {
83
+ "anonymous": false,
84
+ "inputs": [
85
+ {
86
+ "indexed": false,
87
+ "internalType": "uint32",
88
+ "name": "dstEid",
89
+ "type": "uint32"
90
+ },
91
+ {
92
+ "indexed": false,
93
+ "internalType": "uint8[]",
94
+ "name": "optionTypes",
95
+ "type": "uint8[]"
96
+ }
97
+ ],
98
+ "name": "SetSupportedOptionTypes",
99
+ "type": "event"
100
+ },
101
+ {
102
+ "anonymous": false,
103
+ "inputs": [
104
+ {
105
+ "indexed": false,
106
+ "internalType": "address",
107
+ "name": "workerLib",
108
+ "type": "address"
109
+ }
110
+ ],
111
+ "name": "SetWorkerLib",
112
+ "type": "event"
113
+ },
114
+ {
115
+ "anonymous": false,
116
+ "inputs": [
117
+ {
118
+ "indexed": false,
119
+ "internalType": "address",
120
+ "name": "lib",
121
+ "type": "address"
122
+ },
123
+ {
124
+ "indexed": false,
125
+ "internalType": "address",
126
+ "name": "to",
127
+ "type": "address"
128
+ },
129
+ {
130
+ "indexed": false,
131
+ "internalType": "uint256",
132
+ "name": "amount",
133
+ "type": "uint256"
134
+ }
135
+ ],
136
+ "name": "Withdraw",
137
+ "type": "event"
138
+ },
139
+ {
140
+ "inputs": [
141
+ {
142
+ "components": [
143
+ {
144
+ "internalType": "uint32",
145
+ "name": "dstEid",
146
+ "type": "uint32"
147
+ },
148
+ {
149
+ "internalType": "bytes",
150
+ "name": "packetHeader",
151
+ "type": "bytes"
152
+ },
153
+ {
154
+ "internalType": "bytes32",
155
+ "name": "payloadHash",
156
+ "type": "bytes32"
157
+ },
158
+ {
159
+ "internalType": "uint64",
160
+ "name": "confirmations",
161
+ "type": "uint64"
162
+ },
163
+ {
164
+ "internalType": "address",
165
+ "name": "sender",
166
+ "type": "address"
167
+ }
168
+ ],
169
+ "internalType": "struct ILayerZeroDVN.AssignJobParam",
170
+ "name": "_param",
171
+ "type": "tuple"
172
+ },
173
+ {
174
+ "internalType": "bytes",
175
+ "name": "_options",
176
+ "type": "bytes"
177
+ }
178
+ ],
179
+ "name": "assignJob",
180
+ "outputs": [
181
+ {
182
+ "internalType": "uint256",
183
+ "name": "fee",
184
+ "type": "uint256"
185
+ }
186
+ ],
187
+ "stateMutability": "payable",
188
+ "type": "function"
189
+ },
190
+ {
191
+ "inputs": [],
192
+ "name": "defaultMultiplierBps",
193
+ "outputs": [
194
+ {
195
+ "internalType": "uint16",
196
+ "name": "",
197
+ "type": "uint16"
198
+ }
199
+ ],
200
+ "stateMutability": "view",
201
+ "type": "function"
202
+ },
203
+ {
204
+ "inputs": [
205
+ {
206
+ "internalType": "uint32",
207
+ "name": "_dstEid",
208
+ "type": "uint32"
209
+ }
210
+ ],
211
+ "name": "dstConfig",
212
+ "outputs": [
213
+ {
214
+ "internalType": "uint64",
215
+ "name": "",
216
+ "type": "uint64"
217
+ },
218
+ {
219
+ "internalType": "uint16",
220
+ "name": "",
221
+ "type": "uint16"
222
+ },
223
+ {
224
+ "internalType": "uint128",
225
+ "name": "",
226
+ "type": "uint128"
227
+ }
228
+ ],
229
+ "stateMutability": "view",
230
+ "type": "function"
231
+ },
232
+ {
233
+ "inputs": [
234
+ {
235
+ "internalType": "uint32",
236
+ "name": "_dstEid",
237
+ "type": "uint32"
238
+ },
239
+ {
240
+ "internalType": "uint64",
241
+ "name": "_confirmations",
242
+ "type": "uint64"
243
+ },
244
+ {
245
+ "internalType": "address",
246
+ "name": "_sender",
247
+ "type": "address"
248
+ },
249
+ {
250
+ "internalType": "bytes",
251
+ "name": "_options",
252
+ "type": "bytes"
253
+ }
254
+ ],
255
+ "name": "getFee",
256
+ "outputs": [
257
+ {
258
+ "internalType": "uint256",
259
+ "name": "fee",
260
+ "type": "uint256"
261
+ }
262
+ ],
263
+ "stateMutability": "view",
264
+ "type": "function"
265
+ },
266
+ {
267
+ "inputs": [
268
+ {
269
+ "internalType": "uint32",
270
+ "name": "_eid",
271
+ "type": "uint32"
272
+ }
273
+ ],
274
+ "name": "getSupportedOptionTypes",
275
+ "outputs": [
276
+ {
277
+ "internalType": "uint8[]",
278
+ "name": "",
279
+ "type": "uint8[]"
280
+ }
281
+ ],
282
+ "stateMutability": "view",
283
+ "type": "function"
284
+ },
285
+ {
286
+ "inputs": [],
287
+ "name": "priceFeed",
288
+ "outputs": [
289
+ {
290
+ "internalType": "address",
291
+ "name": "",
292
+ "type": "address"
293
+ }
294
+ ],
295
+ "stateMutability": "view",
296
+ "type": "function"
297
+ },
298
+ {
299
+ "inputs": [
300
+ {
301
+ "internalType": "uint16",
302
+ "name": "_multiplierBps",
303
+ "type": "uint16"
304
+ }
305
+ ],
306
+ "name": "setDefaultMultiplierBps",
307
+ "outputs": [],
308
+ "stateMutability": "nonpayable",
309
+ "type": "function"
310
+ },
311
+ {
312
+ "inputs": [
313
+ {
314
+ "internalType": "address",
315
+ "name": "_priceFeed",
316
+ "type": "address"
317
+ }
318
+ ],
319
+ "name": "setPriceFeed",
320
+ "outputs": [],
321
+ "stateMutability": "nonpayable",
322
+ "type": "function"
323
+ },
324
+ {
325
+ "inputs": [
326
+ {
327
+ "internalType": "uint32",
328
+ "name": "_eid",
329
+ "type": "uint32"
330
+ },
331
+ {
332
+ "internalType": "uint8[]",
333
+ "name": "_optionTypes",
334
+ "type": "uint8[]"
335
+ }
336
+ ],
337
+ "name": "setSupportedOptionTypes",
338
+ "outputs": [],
339
+ "stateMutability": "nonpayable",
340
+ "type": "function"
341
+ },
342
+ {
343
+ "inputs": [
344
+ {
345
+ "internalType": "address",
346
+ "name": "_lib",
347
+ "type": "address"
348
+ },
349
+ {
350
+ "internalType": "address",
351
+ "name": "_to",
352
+ "type": "address"
353
+ },
354
+ {
355
+ "internalType": "uint256",
356
+ "name": "_amount",
357
+ "type": "uint256"
358
+ }
359
+ ],
360
+ "name": "withdrawFee",
361
+ "outputs": [],
362
+ "stateMutability": "nonpayable",
363
+ "type": "function"
364
+ }
365
+ ],
366
+ "bytecode": "0x",
367
+ "deployedBytecode": "0x",
368
+ "linkReferences": {},
369
+ "deployedLinkReferences": {}
370
+ }
@@ -0,0 +1,189 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IDVNFeeLib",
4
+ "sourceName": "contracts/uln/interfaces/IDVNFeeLib.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "uint32",
10
+ "name": "eid",
11
+ "type": "uint32"
12
+ }
13
+ ],
14
+ "name": "DVN_EidNotSupported",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "uint8",
21
+ "name": "optionType",
22
+ "type": "uint8"
23
+ }
24
+ ],
25
+ "name": "DVN_UnsupportedOptionType",
26
+ "type": "error"
27
+ },
28
+ {
29
+ "inputs": [
30
+ {
31
+ "components": [
32
+ {
33
+ "internalType": "address",
34
+ "name": "priceFeed",
35
+ "type": "address"
36
+ },
37
+ {
38
+ "internalType": "uint32",
39
+ "name": "dstEid",
40
+ "type": "uint32"
41
+ },
42
+ {
43
+ "internalType": "uint64",
44
+ "name": "confirmations",
45
+ "type": "uint64"
46
+ },
47
+ {
48
+ "internalType": "address",
49
+ "name": "sender",
50
+ "type": "address"
51
+ },
52
+ {
53
+ "internalType": "uint64",
54
+ "name": "quorum",
55
+ "type": "uint64"
56
+ },
57
+ {
58
+ "internalType": "uint16",
59
+ "name": "defaultMultiplierBps",
60
+ "type": "uint16"
61
+ }
62
+ ],
63
+ "internalType": "struct IDVNFeeLib.FeeParams",
64
+ "name": "_params",
65
+ "type": "tuple"
66
+ },
67
+ {
68
+ "components": [
69
+ {
70
+ "internalType": "uint64",
71
+ "name": "gas",
72
+ "type": "uint64"
73
+ },
74
+ {
75
+ "internalType": "uint16",
76
+ "name": "multiplierBps",
77
+ "type": "uint16"
78
+ },
79
+ {
80
+ "internalType": "uint128",
81
+ "name": "floorMarginUSD",
82
+ "type": "uint128"
83
+ }
84
+ ],
85
+ "internalType": "struct IDVN.DstConfig",
86
+ "name": "_dstConfig",
87
+ "type": "tuple"
88
+ },
89
+ {
90
+ "internalType": "bytes",
91
+ "name": "_options",
92
+ "type": "bytes"
93
+ }
94
+ ],
95
+ "name": "getFee",
96
+ "outputs": [
97
+ {
98
+ "internalType": "uint256",
99
+ "name": "fee",
100
+ "type": "uint256"
101
+ }
102
+ ],
103
+ "stateMutability": "view",
104
+ "type": "function"
105
+ },
106
+ {
107
+ "inputs": [
108
+ {
109
+ "components": [
110
+ {
111
+ "internalType": "address",
112
+ "name": "priceFeed",
113
+ "type": "address"
114
+ },
115
+ {
116
+ "internalType": "uint32",
117
+ "name": "dstEid",
118
+ "type": "uint32"
119
+ },
120
+ {
121
+ "internalType": "uint64",
122
+ "name": "confirmations",
123
+ "type": "uint64"
124
+ },
125
+ {
126
+ "internalType": "address",
127
+ "name": "sender",
128
+ "type": "address"
129
+ },
130
+ {
131
+ "internalType": "uint64",
132
+ "name": "quorum",
133
+ "type": "uint64"
134
+ },
135
+ {
136
+ "internalType": "uint16",
137
+ "name": "defaultMultiplierBps",
138
+ "type": "uint16"
139
+ }
140
+ ],
141
+ "internalType": "struct IDVNFeeLib.FeeParams",
142
+ "name": "_params",
143
+ "type": "tuple"
144
+ },
145
+ {
146
+ "components": [
147
+ {
148
+ "internalType": "uint64",
149
+ "name": "gas",
150
+ "type": "uint64"
151
+ },
152
+ {
153
+ "internalType": "uint16",
154
+ "name": "multiplierBps",
155
+ "type": "uint16"
156
+ },
157
+ {
158
+ "internalType": "uint128",
159
+ "name": "floorMarginUSD",
160
+ "type": "uint128"
161
+ }
162
+ ],
163
+ "internalType": "struct IDVN.DstConfig",
164
+ "name": "_dstConfig",
165
+ "type": "tuple"
166
+ },
167
+ {
168
+ "internalType": "bytes",
169
+ "name": "_options",
170
+ "type": "bytes"
171
+ }
172
+ ],
173
+ "name": "getFeeOnSend",
174
+ "outputs": [
175
+ {
176
+ "internalType": "uint256",
177
+ "name": "fee",
178
+ "type": "uint256"
179
+ }
180
+ ],
181
+ "stateMutability": "payable",
182
+ "type": "function"
183
+ }
184
+ ],
185
+ "bytecode": "0x",
186
+ "deployedBytecode": "0x",
187
+ "linkReferences": {},
188
+ "deployedLinkReferences": {}
189
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ILayerZeroDVN",
4
+ "sourceName": "contracts/uln/interfaces/ILayerZeroDVN.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "components": [
10
+ {
11
+ "internalType": "uint32",
12
+ "name": "dstEid",
13
+ "type": "uint32"
14
+ },
15
+ {
16
+ "internalType": "bytes",
17
+ "name": "packetHeader",
18
+ "type": "bytes"
19
+ },
20
+ {
21
+ "internalType": "bytes32",
22
+ "name": "payloadHash",
23
+ "type": "bytes32"
24
+ },
25
+ {
26
+ "internalType": "uint64",
27
+ "name": "confirmations",
28
+ "type": "uint64"
29
+ },
30
+ {
31
+ "internalType": "address",
32
+ "name": "sender",
33
+ "type": "address"
34
+ }
35
+ ],
36
+ "internalType": "struct ILayerZeroDVN.AssignJobParam",
37
+ "name": "_param",
38
+ "type": "tuple"
39
+ },
40
+ {
41
+ "internalType": "bytes",
42
+ "name": "_options",
43
+ "type": "bytes"
44
+ }
45
+ ],
46
+ "name": "assignJob",
47
+ "outputs": [
48
+ {
49
+ "internalType": "uint256",
50
+ "name": "fee",
51
+ "type": "uint256"
52
+ }
53
+ ],
54
+ "stateMutability": "payable",
55
+ "type": "function"
56
+ },
57
+ {
58
+ "inputs": [
59
+ {
60
+ "internalType": "uint32",
61
+ "name": "_dstEid",
62
+ "type": "uint32"
63
+ },
64
+ {
65
+ "internalType": "uint64",
66
+ "name": "_confirmations",
67
+ "type": "uint64"
68
+ },
69
+ {
70
+ "internalType": "address",
71
+ "name": "_sender",
72
+ "type": "address"
73
+ },
74
+ {
75
+ "internalType": "bytes",
76
+ "name": "_options",
77
+ "type": "bytes"
78
+ }
79
+ ],
80
+ "name": "getFee",
81
+ "outputs": [
82
+ {
83
+ "internalType": "uint256",
84
+ "name": "fee",
85
+ "type": "uint256"
86
+ }
87
+ ],
88
+ "stateMutability": "view",
89
+ "type": "function"
90
+ }
91
+ ],
92
+ "bytecode": "0x",
93
+ "deployedBytecode": "0x",
94
+ "linkReferences": {},
95
+ "deployedLinkReferences": {}
96
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IReceiveUlnE2",
4
+ "sourceName": "contracts/uln/interfaces/IReceiveUlnE2.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "bytes",
10
+ "name": "_packetHeader",
11
+ "type": "bytes"
12
+ },
13
+ {
14
+ "internalType": "bytes32",
15
+ "name": "_payloadHash",
16
+ "type": "bytes32"
17
+ }
18
+ ],
19
+ "name": "commitVerification",
20
+ "outputs": [],
21
+ "stateMutability": "nonpayable",
22
+ "type": "function"
23
+ },
24
+ {
25
+ "inputs": [
26
+ {
27
+ "internalType": "bytes",
28
+ "name": "_packetHeader",
29
+ "type": "bytes"
30
+ },
31
+ {
32
+ "internalType": "bytes32",
33
+ "name": "_payloadHash",
34
+ "type": "bytes32"
35
+ },
36
+ {
37
+ "internalType": "uint64",
38
+ "name": "_confirmations",
39
+ "type": "uint64"
40
+ }
41
+ ],
42
+ "name": "verify",
43
+ "outputs": [],
44
+ "stateMutability": "nonpayable",
45
+ "type": "function"
46
+ }
47
+ ],
48
+ "bytecode": "0x",
49
+ "deployedBytecode": "0x",
50
+ "linkReferences": {},
51
+ "deployedLinkReferences": {}
52
+ }