@layerzerolabs/oft-evm-contracts 1.2.18 → 1.2.20

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 (101) hide show
  1. package/.turbo/turbo-build.log +140 -33
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +97 -75
  4. package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json +1 -1
  5. package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +1 -1
  6. package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.dbg.json +1 -1
  7. package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.dbg.json +1 -1
  8. package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.dbg.json +1 -1
  9. package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.dbg.json +1 -1
  10. package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.dbg.json +1 -1
  11. package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.dbg.json +1 -1
  12. package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json +119 -0
  13. package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.dbg.json +4 -0
  14. package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.json +130 -0
  15. package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.dbg.json +1 -1
  16. package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.dbg.json +1 -1
  17. package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.dbg.json +1 -1
  18. package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.dbg.json +4 -0
  19. package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.json +116 -0
  20. package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.dbg.json +1 -1
  21. package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.dbg.json +1 -1
  22. package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.dbg.json +1 -1
  23. package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.dbg.json +1 -1
  24. package/artifacts/build-info/0534f1d5f0d8cd63830d8f134ee75e3e.json +1 -0
  25. package/artifacts/contracts/interfaces/IOFT.sol/IOFT.dbg.json +1 -1
  26. package/artifacts/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.dbg.json +1 -1
  27. package/artifacts/contracts/interfaces/IOFTExtended.sol/IOFTExtended.dbg.json +1 -1
  28. package/artifacts/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json +224 -0
  29. package/artifacts/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json +1 -1
  30. package/artifacts/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +2 -2
  31. package/artifacts/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json +1 -1
  32. package/artifacts/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json +2 -2
  33. package/artifacts/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json +1 -1
  34. package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json +1 -1
  35. package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +1 -1
  36. package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.dbg.json +1 -1
  37. package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.dbg.json +1 -1
  38. package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.dbg.json +1 -1
  39. package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.dbg.json +1 -1
  40. package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.dbg.json +1 -1
  41. package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.dbg.json +1 -1
  42. package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json +119 -0
  43. package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.dbg.json +4 -0
  44. package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.json +130 -0
  45. package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.dbg.json +1 -1
  46. package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.dbg.json +1 -1
  47. package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.dbg.json +1 -1
  48. package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.dbg.json +4 -0
  49. package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.json +116 -0
  50. package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.dbg.json +1 -1
  51. package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.dbg.json +1 -1
  52. package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.dbg.json +1 -1
  53. package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.dbg.json +1 -1
  54. package/artifacts-tron/build-info/6372fe30cb41b2f9b7315d1272ecb0f3.json +1 -0
  55. package/artifacts-tron/contracts/interfaces/IOFT.sol/IOFT.dbg.json +1 -1
  56. package/artifacts-tron/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.dbg.json +1 -1
  57. package/artifacts-tron/contracts/interfaces/IOFTExtended.sol/IOFTExtended.dbg.json +1 -1
  58. package/artifacts-tron/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json +224 -0
  59. package/artifacts-tron/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json +1 -1
  60. package/artifacts-tron/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +2 -2
  61. package/artifacts-tron/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json +1 -1
  62. package/artifacts-tron/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json +2 -2
  63. package/artifacts-tron/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json +1 -1
  64. package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json +1 -1
  65. package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +1 -1
  66. package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.dbg.json +1 -1
  67. package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.dbg.json +1 -1
  68. package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.dbg.json +1 -1
  69. package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.dbg.json +1 -1
  70. package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.dbg.json +1 -1
  71. package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.dbg.json +1 -1
  72. package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json +119 -0
  73. package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.dbg.json +4 -0
  74. package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.json +131 -0
  75. package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.dbg.json +1 -1
  76. package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.dbg.json +1 -1
  77. package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.dbg.json +1 -1
  78. package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.dbg.json +4 -0
  79. package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.json +117 -0
  80. package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.dbg.json +1 -1
  81. package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.dbg.json +1 -1
  82. package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.dbg.json +1 -1
  83. package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.dbg.json +1 -1
  84. package/artifacts-zk/build-info/d2467fad10cf5fa07f3c4c460f383314.json +1 -0
  85. package/artifacts-zk/contracts/interfaces/IOFT.sol/IOFT.dbg.json +1 -1
  86. package/artifacts-zk/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.dbg.json +1 -1
  87. package/artifacts-zk/contracts/interfaces/IOFTExtended.sol/IOFTExtended.dbg.json +1 -1
  88. package/artifacts-zk/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json +224 -0
  89. package/artifacts-zk/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json +1 -1
  90. package/artifacts-zk/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +2 -2
  91. package/artifacts-zk/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json +1 -1
  92. package/artifacts-zk/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json +2 -2
  93. package/artifacts-zk/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json +1 -1
  94. package/contracts/interfaces/IOFTExtended.sol +17 -4
  95. package/foundry.toml +2 -2
  96. package/hardhat.config.js +54 -0
  97. package/package.json +13 -10
  98. package/turbo-snapshot.lock.json +144 -96
  99. package/artifacts/build-info/eba77569fb49f02e67cb445bb3ee5d37.json +0 -1
  100. package/artifacts-tron/build-info/8846688aca1ca86abc2af4e130f3effa.json +0 -1
  101. package/artifacts-zk/build-info/be85166c48418856c8b56dff21efc105.json +0 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json": {
3
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
3
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
4
4
  "size": 114
5
5
  },
6
6
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.json": {
@@ -8,7 +8,7 @@
8
8
  "size": 41862
9
9
  },
10
10
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json": {
11
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
11
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
12
12
  "size": 114
13
13
  },
14
14
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json": {
@@ -16,7 +16,7 @@
16
16
  "size": 2750
17
17
  },
18
18
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.dbg.json": {
19
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
19
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
20
20
  "size": 114
21
21
  },
22
22
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.json": {
@@ -24,7 +24,7 @@
24
24
  "size": 13850
25
25
  },
26
26
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.dbg.json": {
27
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
27
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
28
28
  "size": 114
29
29
  },
30
30
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.json": {
@@ -32,7 +32,7 @@
32
32
  "size": 8071
33
33
  },
34
34
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.dbg.json": {
35
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
35
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
36
36
  "size": 114
37
37
  },
38
38
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.json": {
@@ -40,7 +40,7 @@
40
40
  "size": 5444
41
41
  },
42
42
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.dbg.json": {
43
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
43
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
44
44
  "size": 114
45
45
  },
46
46
  "artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.json": {
@@ -48,7 +48,7 @@
48
48
  "size": 921
49
49
  },
50
50
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.dbg.json": {
51
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
51
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
52
52
  "size": 114
53
53
  },
54
54
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.json": {
@@ -56,15 +56,23 @@
56
56
  "size": 3029
57
57
  },
58
58
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.dbg.json": {
59
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
59
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
60
60
  "size": 114
61
61
  },
62
62
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json": {
63
- "hash": "3c4b955a1a3921355fb160e41b666a48cdcbce82f52441c0881823b8c9fc8c82",
64
- "size": 10158
63
+ "hash": "feb9a1f141f2d4930d9450f79afc762ae9cb50e50ad2f10e8efb8461ad44dd52",
64
+ "size": 12784
65
+ },
66
+ "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.dbg.json": {
67
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
68
+ "size": 114
69
+ },
70
+ "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.json": {
71
+ "hash": "fa69ade3a02a8f2fa2b910518880d47216b5ee7b7e901861d2984337d420c006",
72
+ "size": 2925
65
73
  },
66
74
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.dbg.json": {
67
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
75
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
68
76
  "size": 114
69
77
  },
70
78
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.json": {
@@ -72,7 +80,7 @@
72
80
  "size": 1104
73
81
  },
74
82
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.dbg.json": {
75
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
83
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
76
84
  "size": 114
77
85
  },
78
86
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.json": {
@@ -80,15 +88,23 @@
80
88
  "size": 3093
81
89
  },
82
90
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.dbg.json": {
83
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
91
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
84
92
  "size": 114
85
93
  },
86
94
  "artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.json": {
87
95
  "hash": "461b52aaf7c5ff5824274615b21e4551869fcca1fc3094e8ab3cfe7fa26b0357",
88
96
  "size": 3791
89
97
  },
98
+ "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.dbg.json": {
99
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
100
+ "size": 114
101
+ },
102
+ "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.json": {
103
+ "hash": "23fc2728cc1e3c6f0505cd846bf55b12b883e4214ebb907f0e8fc73cde6cf9c2",
104
+ "size": 2778
105
+ },
90
106
  "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.dbg.json": {
91
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
107
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
92
108
  "size": 114
93
109
  },
94
110
  "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.json": {
@@ -96,7 +112,7 @@
96
112
  "size": 3975
97
113
  },
98
114
  "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.dbg.json": {
99
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
115
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
100
116
  "size": 114
101
117
  },
102
118
  "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.json": {
@@ -104,7 +120,7 @@
104
120
  "size": 1168
105
121
  },
106
122
  "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.dbg.json": {
107
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
123
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
108
124
  "size": 114
109
125
  },
110
126
  "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.json": {
@@ -112,19 +128,19 @@
112
128
  "size": 3766
113
129
  },
114
130
  "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.dbg.json": {
115
- "hash": "6f942e006291322c77c3c5f5ed9d8c5b072bd2b7f41b02195d660622ae90b3c7",
131
+ "hash": "ad74448772d19aab8849d504d56b92826746fb171216bc607a31b45f73a4ce92",
116
132
  "size": 114
117
133
  },
118
134
  "artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.json": {
119
135
  "hash": "87ef4cce28d1c0c25b75ba70be679b9f1c134042655d532279ab593ab24516f1",
120
136
  "size": 13323
121
137
  },
122
- "artifacts-tron/build-info/8846688aca1ca86abc2af4e130f3effa.json": {
123
- "hash": "3215a9f298638301c3ea3b3266a679152131caaefbb1ade1d43b86e2aed2da21",
124
- "size": 951194
138
+ "artifacts-tron/build-info/6372fe30cb41b2f9b7315d1272ecb0f3.json": {
139
+ "hash": "bcfee8ec15b773b3e919d97081ed71eb55c2e952bfc1196f4495148315b7ea47",
140
+ "size": 1056535
125
141
  },
126
142
  "artifacts-tron/contracts/interfaces/IOFT.sol/IOFT.dbg.json": {
127
- "hash": "2a6176ab1c271e8a94454961fc794075ba34608bf2220f82a0a570f7b6c9793a",
143
+ "hash": "a15c5bcfbab477dbca23aa2b31bf5229818a3ac68ff31c1f1814d60f16de9f1d",
128
144
  "size": 108
129
145
  },
130
146
  "artifacts-tron/contracts/interfaces/IOFT.sol/IOFT.json": {
@@ -132,7 +148,7 @@
132
148
  "size": 11133
133
149
  },
134
150
  "artifacts-tron/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.dbg.json": {
135
- "hash": "2a6176ab1c271e8a94454961fc794075ba34608bf2220f82a0a570f7b6c9793a",
151
+ "hash": "a15c5bcfbab477dbca23aa2b31bf5229818a3ac68ff31c1f1814d60f16de9f1d",
136
152
  "size": 108
137
153
  },
138
154
  "artifacts-tron/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.json": {
@@ -140,31 +156,31 @@
140
156
  "size": 1341
141
157
  },
142
158
  "artifacts-tron/contracts/interfaces/IOFTExtended.sol/IOFTExtended.dbg.json": {
143
- "hash": "2a6176ab1c271e8a94454961fc794075ba34608bf2220f82a0a570f7b6c9793a",
159
+ "hash": "a15c5bcfbab477dbca23aa2b31bf5229818a3ac68ff31c1f1814d60f16de9f1d",
144
160
  "size": 108
145
161
  },
146
162
  "artifacts-tron/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json": {
147
- "hash": "a86b7be1ebb14a346c38dfa25aef2361e60184d8c8cf6c0eabf68d24da0976e0",
148
- "size": 42138
163
+ "hash": "7115c56cb05649868e99dda05aae4b3c38cdbebe6a1315ee53f77d5a0a2dd096",
164
+ "size": 47254
149
165
  },
150
166
  "artifacts-tron/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json": {
151
- "hash": "2a6176ab1c271e8a94454961fc794075ba34608bf2220f82a0a570f7b6c9793a",
167
+ "hash": "a15c5bcfbab477dbca23aa2b31bf5229818a3ac68ff31c1f1814d60f16de9f1d",
152
168
  "size": 108
153
169
  },
154
170
  "artifacts-tron/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json": {
155
- "hash": "8b951e6022eb61a90c916006cf66328aa8ca3b905dc8317d323146f77157c44f",
156
- "size": 705
171
+ "hash": "ff7cad0d8baeb31fb6560364b6e698cb9f1a9feacb95124b4667df4903318e80",
172
+ "size": 691
157
173
  },
158
174
  "artifacts-tron/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json": {
159
- "hash": "2a6176ab1c271e8a94454961fc794075ba34608bf2220f82a0a570f7b6c9793a",
175
+ "hash": "a15c5bcfbab477dbca23aa2b31bf5229818a3ac68ff31c1f1814d60f16de9f1d",
160
176
  "size": 108
161
177
  },
162
178
  "artifacts-tron/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json": {
163
- "hash": "79f2414bc0bf3f094261accb75e2c8861c861598ea2cb7cdd6cb35ad9470b0e0",
164
- "size": 691
179
+ "hash": "edb726b06fd0a9c698d7df4cf68abdb62397bd15f9e9d168eeab6b0d10c6cecd",
180
+ "size": 677
165
181
  },
166
182
  "artifacts-tron/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json": {
167
- "hash": "2a6176ab1c271e8a94454961fc794075ba34608bf2220f82a0a570f7b6c9793a",
183
+ "hash": "a15c5bcfbab477dbca23aa2b31bf5229818a3ac68ff31c1f1814d60f16de9f1d",
168
184
  "size": 108
169
185
  },
170
186
  "artifacts-tron/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.json": {
@@ -172,7 +188,7 @@
172
188
  "size": 1334
173
189
  },
174
190
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json": {
175
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
191
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
176
192
  "size": 114
177
193
  },
178
194
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.json": {
@@ -180,7 +196,7 @@
180
196
  "size": 41886
181
197
  },
182
198
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json": {
183
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
199
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
184
200
  "size": 114
185
201
  },
186
202
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json": {
@@ -188,7 +204,7 @@
188
204
  "size": 2774
189
205
  },
190
206
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.dbg.json": {
191
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
207
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
192
208
  "size": 114
193
209
  },
194
210
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.json": {
@@ -196,7 +212,7 @@
196
212
  "size": 13874
197
213
  },
198
214
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.dbg.json": {
199
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
215
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
200
216
  "size": 114
201
217
  },
202
218
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.json": {
@@ -204,7 +220,7 @@
204
220
  "size": 8095
205
221
  },
206
222
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.dbg.json": {
207
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
223
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
208
224
  "size": 114
209
225
  },
210
226
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.json": {
@@ -212,7 +228,7 @@
212
228
  "size": 5468
213
229
  },
214
230
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.dbg.json": {
215
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
231
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
216
232
  "size": 114
217
233
  },
218
234
  "artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.json": {
@@ -220,7 +236,7 @@
220
236
  "size": 945
221
237
  },
222
238
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.dbg.json": {
223
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
239
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
224
240
  "size": 114
225
241
  },
226
242
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.json": {
@@ -228,15 +244,23 @@
228
244
  "size": 3053
229
245
  },
230
246
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.dbg.json": {
231
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
247
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
232
248
  "size": 114
233
249
  },
234
250
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json": {
235
- "hash": "a8053326cda45053d694bb28db11ba8fbe029d8a66567782631e8822d9b84f0b",
236
- "size": 10182
251
+ "hash": "c66e68910ffeb5079583a6494a9034822ad7eeed1b56a4267f920247fc5ac003",
252
+ "size": 12808
253
+ },
254
+ "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.dbg.json": {
255
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
256
+ "size": 114
257
+ },
258
+ "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.json": {
259
+ "hash": "578f3465f8a18fb5cde57262ec678b101551764c1b1eba926b4190bc818d5930",
260
+ "size": 2949
237
261
  },
238
262
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.dbg.json": {
239
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
263
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
240
264
  "size": 114
241
265
  },
242
266
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.json": {
@@ -244,7 +268,7 @@
244
268
  "size": 1128
245
269
  },
246
270
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.dbg.json": {
247
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
271
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
248
272
  "size": 114
249
273
  },
250
274
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.json": {
@@ -252,15 +276,23 @@
252
276
  "size": 3117
253
277
  },
254
278
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.dbg.json": {
255
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
279
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
256
280
  "size": 114
257
281
  },
258
282
  "artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.json": {
259
283
  "hash": "fa2d2401ed675ac600566f3e798924ab9fb067afc6467e22367ec2ab116ca926",
260
284
  "size": 3815
261
285
  },
286
+ "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.dbg.json": {
287
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
288
+ "size": 114
289
+ },
290
+ "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.json": {
291
+ "hash": "6389168a40ad3da61fb25578ced312edc44350a8ef528db875747125e8271150",
292
+ "size": 2802
293
+ },
262
294
  "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.dbg.json": {
263
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
295
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
264
296
  "size": 114
265
297
  },
266
298
  "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.json": {
@@ -268,7 +300,7 @@
268
300
  "size": 3999
269
301
  },
270
302
  "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.dbg.json": {
271
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
303
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
272
304
  "size": 114
273
305
  },
274
306
  "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.json": {
@@ -276,7 +308,7 @@
276
308
  "size": 1192
277
309
  },
278
310
  "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.dbg.json": {
279
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
311
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
280
312
  "size": 114
281
313
  },
282
314
  "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.json": {
@@ -284,19 +316,19 @@
284
316
  "size": 3790
285
317
  },
286
318
  "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.dbg.json": {
287
- "hash": "bd689bc61c115059f373ad097660a17c20cbddbc4a0a16ff7d3b3f9ebc1ae4e8",
319
+ "hash": "492de95f94237c4ce561f73dca59bf25dd0d0338a7187defbdbdf0f5038705ca",
288
320
  "size": 114
289
321
  },
290
322
  "artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.json": {
291
323
  "hash": "4459371aa76bc175be7079b36784634523a6d5d09ed40fb414e9efaa2afc7412",
292
324
  "size": 13347
293
325
  },
294
- "artifacts-zk/build-info/be85166c48418856c8b56dff21efc105.json": {
295
- "hash": "e516b6a32340bec8cd7e492c6b8b3ba783c1d174991f56aba6253f2e06c6eca6",
296
- "size": 815105
326
+ "artifacts-zk/build-info/d2467fad10cf5fa07f3c4c460f383314.json": {
327
+ "hash": "1643936e1681a8e00e25ed6fd4279d77c17fb815137eed78c3b79f032f644bfc",
328
+ "size": 895058
297
329
  },
298
330
  "artifacts-zk/contracts/interfaces/IOFT.sol/IOFT.dbg.json": {
299
- "hash": "bd0ac1763ff0f515fa4bf8f39da1e1f5e8110511b7a92ff6fd8708257f39c16b",
331
+ "hash": "a328b3993a82af9d81a23d395894cc92ef41aa13e6325323d9a33c343f28595f",
300
332
  "size": 108
301
333
  },
302
334
  "artifacts-zk/contracts/interfaces/IOFT.sol/IOFT.json": {
@@ -304,7 +336,7 @@
304
336
  "size": 11157
305
337
  },
306
338
  "artifacts-zk/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.dbg.json": {
307
- "hash": "bd0ac1763ff0f515fa4bf8f39da1e1f5e8110511b7a92ff6fd8708257f39c16b",
339
+ "hash": "a328b3993a82af9d81a23d395894cc92ef41aa13e6325323d9a33c343f28595f",
308
340
  "size": 108
309
341
  },
310
342
  "artifacts-zk/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.json": {
@@ -312,31 +344,31 @@
312
344
  "size": 1365
313
345
  },
314
346
  "artifacts-zk/contracts/interfaces/IOFTExtended.sol/IOFTExtended.dbg.json": {
315
- "hash": "bd0ac1763ff0f515fa4bf8f39da1e1f5e8110511b7a92ff6fd8708257f39c16b",
347
+ "hash": "a328b3993a82af9d81a23d395894cc92ef41aa13e6325323d9a33c343f28595f",
316
348
  "size": 108
317
349
  },
318
350
  "artifacts-zk/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json": {
319
- "hash": "d9a9030fe28ddbc447f1aedd978b7f58c04d387ae1d2bb72294a4c078339932a",
320
- "size": 42162
351
+ "hash": "c29736bf0eef967d23d3b00b05dbc7e08b793feeee8a3967cb94dae5698accdb",
352
+ "size": 47278
321
353
  },
322
354
  "artifacts-zk/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json": {
323
- "hash": "bd0ac1763ff0f515fa4bf8f39da1e1f5e8110511b7a92ff6fd8708257f39c16b",
355
+ "hash": "a328b3993a82af9d81a23d395894cc92ef41aa13e6325323d9a33c343f28595f",
324
356
  "size": 108
325
357
  },
326
358
  "artifacts-zk/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json": {
327
- "hash": "cd7b516aef4e612847c38a6e9d2cbc25cf4b360fb3a8ad28a3620cf0d77cd55b",
328
- "size": 1171
359
+ "hash": "af04336e856cddb014679fa8b6f2c20a40a8e5188b002f9c317849fa4c735ea9",
360
+ "size": 1683
329
361
  },
330
362
  "artifacts-zk/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json": {
331
- "hash": "bd0ac1763ff0f515fa4bf8f39da1e1f5e8110511b7a92ff6fd8708257f39c16b",
363
+ "hash": "a328b3993a82af9d81a23d395894cc92ef41aa13e6325323d9a33c343f28595f",
332
364
  "size": 108
333
365
  },
334
366
  "artifacts-zk/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json": {
335
- "hash": "a3849cc664f0b3dd712c77c6895c50ca1556f346325e45f4abbcb3db44eb0df9",
336
- "size": 1157
367
+ "hash": "6421be9060212aaa0b7cf10bdc2f571d6b40356047a1f6ca5866135a8789467b",
368
+ "size": 1669
337
369
  },
338
370
  "artifacts-zk/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json": {
339
- "hash": "bd0ac1763ff0f515fa4bf8f39da1e1f5e8110511b7a92ff6fd8708257f39c16b",
371
+ "hash": "a328b3993a82af9d81a23d395894cc92ef41aa13e6325323d9a33c343f28595f",
340
372
  "size": 108
341
373
  },
342
374
  "artifacts-zk/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.json": {
@@ -344,7 +376,7 @@
344
376
  "size": 1358
345
377
  },
346
378
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json": {
347
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
379
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
348
380
  "size": 114
349
381
  },
350
382
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.json": {
@@ -352,7 +384,7 @@
352
384
  "size": 41862
353
385
  },
354
386
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json": {
355
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
387
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
356
388
  "size": 114
357
389
  },
358
390
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json": {
@@ -360,7 +392,7 @@
360
392
  "size": 2750
361
393
  },
362
394
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.dbg.json": {
363
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
395
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
364
396
  "size": 114
365
397
  },
366
398
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.json": {
@@ -368,7 +400,7 @@
368
400
  "size": 13850
369
401
  },
370
402
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.dbg.json": {
371
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
403
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
372
404
  "size": 114
373
405
  },
374
406
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.json": {
@@ -376,7 +408,7 @@
376
408
  "size": 8071
377
409
  },
378
410
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.dbg.json": {
379
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
411
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
380
412
  "size": 114
381
413
  },
382
414
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.json": {
@@ -384,7 +416,7 @@
384
416
  "size": 5444
385
417
  },
386
418
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.dbg.json": {
387
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
419
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
388
420
  "size": 114
389
421
  },
390
422
  "artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.json": {
@@ -392,7 +424,7 @@
392
424
  "size": 921
393
425
  },
394
426
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.dbg.json": {
395
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
427
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
396
428
  "size": 114
397
429
  },
398
430
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.json": {
@@ -400,15 +432,23 @@
400
432
  "size": 3029
401
433
  },
402
434
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.dbg.json": {
403
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
435
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
404
436
  "size": 114
405
437
  },
406
438
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json": {
407
- "hash": "3c4b955a1a3921355fb160e41b666a48cdcbce82f52441c0881823b8c9fc8c82",
408
- "size": 10158
439
+ "hash": "feb9a1f141f2d4930d9450f79afc762ae9cb50e50ad2f10e8efb8461ad44dd52",
440
+ "size": 12784
441
+ },
442
+ "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.dbg.json": {
443
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
444
+ "size": 114
445
+ },
446
+ "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.json": {
447
+ "hash": "fa69ade3a02a8f2fa2b910518880d47216b5ee7b7e901861d2984337d420c006",
448
+ "size": 2925
409
449
  },
410
450
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.dbg.json": {
411
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
451
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
412
452
  "size": 114
413
453
  },
414
454
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.json": {
@@ -416,7 +456,7 @@
416
456
  "size": 1104
417
457
  },
418
458
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.dbg.json": {
419
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
459
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
420
460
  "size": 114
421
461
  },
422
462
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.json": {
@@ -424,15 +464,23 @@
424
464
  "size": 3093
425
465
  },
426
466
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.dbg.json": {
427
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
467
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
428
468
  "size": 114
429
469
  },
430
470
  "artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.json": {
431
471
  "hash": "461b52aaf7c5ff5824274615b21e4551869fcca1fc3094e8ab3cfe7fa26b0357",
432
472
  "size": 3791
433
473
  },
474
+ "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.dbg.json": {
475
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
476
+ "size": 114
477
+ },
478
+ "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.json": {
479
+ "hash": "23fc2728cc1e3c6f0505cd846bf55b12b883e4214ebb907f0e8fc73cde6cf9c2",
480
+ "size": 2778
481
+ },
434
482
  "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.dbg.json": {
435
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
483
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
436
484
  "size": 114
437
485
  },
438
486
  "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.json": {
@@ -440,7 +488,7 @@
440
488
  "size": 3975
441
489
  },
442
490
  "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.dbg.json": {
443
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
491
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
444
492
  "size": 114
445
493
  },
446
494
  "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.json": {
@@ -448,7 +496,7 @@
448
496
  "size": 1168
449
497
  },
450
498
  "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.dbg.json": {
451
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
499
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
452
500
  "size": 114
453
501
  },
454
502
  "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.json": {
@@ -456,19 +504,19 @@
456
504
  "size": 3766
457
505
  },
458
506
  "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.dbg.json": {
459
- "hash": "ecfcd2890e4ea0d11eef1129ba67922dbd4ae6533355823fc84fc59a0441d583",
507
+ "hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
460
508
  "size": 114
461
509
  },
462
510
  "artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.json": {
463
511
  "hash": "87ef4cce28d1c0c25b75ba70be679b9f1c134042655d532279ab593ab24516f1",
464
512
  "size": 13323
465
513
  },
466
- "artifacts/build-info/eba77569fb49f02e67cb445bb3ee5d37.json": {
467
- "hash": "bb884122a3f5cdfcb7305bd7b6db537ea7c26c6507ed8315fed92a88f54582e0",
468
- "size": 950971
514
+ "artifacts/build-info/0534f1d5f0d8cd63830d8f134ee75e3e.json": {
515
+ "hash": "b1ef727eaf5b0f69b9075fb8eb1cdf6a75a86f98c6b23015e23f414a350b6509",
516
+ "size": 1056404
469
517
  },
470
518
  "artifacts/contracts/interfaces/IOFT.sol/IOFT.dbg.json": {
471
- "hash": "a32251ba93da63241655f51186894584bf823726fe9356a7b6e6085d87493774",
519
+ "hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
472
520
  "size": 108
473
521
  },
474
522
  "artifacts/contracts/interfaces/IOFT.sol/IOFT.json": {
@@ -476,7 +524,7 @@
476
524
  "size": 11133
477
525
  },
478
526
  "artifacts/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.dbg.json": {
479
- "hash": "a32251ba93da63241655f51186894584bf823726fe9356a7b6e6085d87493774",
527
+ "hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
480
528
  "size": 108
481
529
  },
482
530
  "artifacts/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.json": {
@@ -484,31 +532,31 @@
484
532
  "size": 1341
485
533
  },
486
534
  "artifacts/contracts/interfaces/IOFTExtended.sol/IOFTExtended.dbg.json": {
487
- "hash": "a32251ba93da63241655f51186894584bf823726fe9356a7b6e6085d87493774",
535
+ "hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
488
536
  "size": 108
489
537
  },
490
538
  "artifacts/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json": {
491
- "hash": "a86b7be1ebb14a346c38dfa25aef2361e60184d8c8cf6c0eabf68d24da0976e0",
492
- "size": 42138
539
+ "hash": "7115c56cb05649868e99dda05aae4b3c38cdbebe6a1315ee53f77d5a0a2dd096",
540
+ "size": 47254
493
541
  },
494
542
  "artifacts/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json": {
495
- "hash": "a32251ba93da63241655f51186894584bf823726fe9356a7b6e6085d87493774",
543
+ "hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
496
544
  "size": 108
497
545
  },
498
546
  "artifacts/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json": {
499
- "hash": "e3ca256ed6c4bd07e32e111b723d395761de85ab091bf2639720fc531a2b787f",
500
- "size": 705
547
+ "hash": "67b24203da15813b22ba380bf32a6227af2b869426409a64399c6ee06a9d056d",
548
+ "size": 691
501
549
  },
502
550
  "artifacts/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json": {
503
- "hash": "a32251ba93da63241655f51186894584bf823726fe9356a7b6e6085d87493774",
551
+ "hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
504
552
  "size": 108
505
553
  },
506
554
  "artifacts/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json": {
507
- "hash": "b57d64e03edaf5581e8d8829667ae6484dd793c26f5bcf0620f3c87015e43e58",
508
- "size": 691
555
+ "hash": "e65f629f3177705f87591a5dd6f7a4431e6e2835cfb891d7abfcf011c7d118db",
556
+ "size": 677
509
557
  },
510
558
  "artifacts/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json": {
511
- "hash": "a32251ba93da63241655f51186894584bf823726fe9356a7b6e6085d87493774",
559
+ "hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
512
560
  "size": 108
513
561
  },
514
562
  "artifacts/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.json": {