@layerzerolabs/oft-evm-contracts 1.2.19 → 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.
- package/.turbo/turbo-build.log +140 -33
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +97 -75
- package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json +1 -1
- package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +1 -1
- package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.dbg.json +1 -1
- package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.dbg.json +1 -1
- package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.dbg.json +1 -1
- package/artifacts/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.dbg.json +1 -1
- package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.dbg.json +1 -1
- package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.dbg.json +1 -1
- package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json +119 -0
- package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.dbg.json +4 -0
- package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.json +130 -0
- package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.dbg.json +1 -1
- package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.dbg.json +1 -1
- package/artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.dbg.json +1 -1
- package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.dbg.json +4 -0
- package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.json +116 -0
- package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.dbg.json +1 -1
- package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.dbg.json +1 -1
- package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.dbg.json +1 -1
- package/artifacts/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.dbg.json +1 -1
- package/artifacts/build-info/0534f1d5f0d8cd63830d8f134ee75e3e.json +1 -0
- package/artifacts/contracts/interfaces/IOFT.sol/IOFT.dbg.json +1 -1
- package/artifacts/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.dbg.json +1 -1
- package/artifacts/contracts/interfaces/IOFTExtended.sol/IOFTExtended.dbg.json +1 -1
- package/artifacts/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json +224 -0
- package/artifacts/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json +1 -1
- package/artifacts/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +2 -2
- package/artifacts/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json +1 -1
- package/artifacts/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json +2 -2
- package/artifacts/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json +119 -0
- package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.dbg.json +4 -0
- package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.json +130 -0
- package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.dbg.json +4 -0
- package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.json +116 -0
- package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.dbg.json +1 -1
- package/artifacts-tron/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.dbg.json +1 -1
- package/artifacts-tron/build-info/6372fe30cb41b2f9b7315d1272ecb0f3.json +1 -0
- package/artifacts-tron/contracts/interfaces/IOFT.sol/IOFT.dbg.json +1 -1
- package/artifacts-tron/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.dbg.json +1 -1
- package/artifacts-tron/contracts/interfaces/IOFTExtended.sol/IOFTExtended.dbg.json +1 -1
- package/artifacts-tron/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json +224 -0
- package/artifacts-tron/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json +1 -1
- package/artifacts-tron/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +2 -2
- package/artifacts-tron/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json +1 -1
- package/artifacts-tron/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json +2 -2
- package/artifacts-tron/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol/IMessagingContext.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppCore.sol/IOAppCore.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json +119 -0
- package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.dbg.json +4 -0
- package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMessagingChannel.sol/IOAppMessagingChannel.json +131 -0
- package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppMsgInspection.sol/IOAppMsgInspection.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppReceiver.sol/IOAppReceiver.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.dbg.json +4 -0
- package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/ICreditRedirect.sol/ICreditRedirect.json +117 -0
- package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeConfig.sol/IFeeConfig.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IFeeHandler.sol/IFeeHandler.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IPauseByID.sol/IPauseByID.dbg.json +1 -1
- package/artifacts-zk/@layerzerolabs/utils-evm-contracts/contracts/interfaces/IRateLimiter.sol/IRateLimiter.dbg.json +1 -1
- package/artifacts-zk/build-info/d2467fad10cf5fa07f3c4c460f383314.json +1 -0
- package/artifacts-zk/contracts/interfaces/IOFT.sol/IOFT.dbg.json +1 -1
- package/artifacts-zk/contracts/interfaces/IOFTDecimalUtils.sol/IOFTDecimalUtils.dbg.json +1 -1
- package/artifacts-zk/contracts/interfaces/IOFTExtended.sol/IOFTExtended.dbg.json +1 -1
- package/artifacts-zk/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json +224 -0
- package/artifacts-zk/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json +1 -1
- package/artifacts-zk/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +2 -2
- package/artifacts-zk/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json +1 -1
- package/artifacts-zk/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json +2 -2
- package/artifacts-zk/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json +1 -1
- package/contracts/interfaces/IOFTExtended.sol +17 -4
- package/foundry.toml +2 -2
- package/hardhat.config.js +54 -0
- package/package.json +13 -10
- package/turbo-snapshot.lock.json +144 -96
- package/artifacts/build-info/eba77569fb49f02e67cb445bb3ee5d37.json +0 -1
- package/artifacts-tron/build-info/8846688aca1ca86abc2af4e130f3effa.json +0 -1
- package/artifacts-zk/build-info/be85166c48418856c8b56dff21efc105.json +0 -1
package/turbo-snapshot.lock.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifacts-tron/@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.dbg.json": {
|
|
3
|
-
"hash": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
64
|
-
"size":
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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/
|
|
123
|
-
"hash": "
|
|
124
|
-
"size":
|
|
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": "
|
|
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": "
|
|
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": "
|
|
159
|
+
"hash": "a15c5bcfbab477dbca23aa2b31bf5229818a3ac68ff31c1f1814d60f16de9f1d",
|
|
144
160
|
"size": 108
|
|
145
161
|
},
|
|
146
162
|
"artifacts-tron/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json": {
|
|
147
|
-
"hash": "
|
|
148
|
-
"size":
|
|
163
|
+
"hash": "7115c56cb05649868e99dda05aae4b3c38cdbebe6a1315ee53f77d5a0a2dd096",
|
|
164
|
+
"size": 47254
|
|
149
165
|
},
|
|
150
166
|
"artifacts-tron/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json": {
|
|
151
|
-
"hash": "
|
|
167
|
+
"hash": "a15c5bcfbab477dbca23aa2b31bf5229818a3ac68ff31c1f1814d60f16de9f1d",
|
|
152
168
|
"size": 108
|
|
153
169
|
},
|
|
154
170
|
"artifacts-tron/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json": {
|
|
155
|
-
"hash": "
|
|
156
|
-
"size":
|
|
171
|
+
"hash": "ff7cad0d8baeb31fb6560364b6e698cb9f1a9feacb95124b4667df4903318e80",
|
|
172
|
+
"size": 691
|
|
157
173
|
},
|
|
158
174
|
"artifacts-tron/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json": {
|
|
159
|
-
"hash": "
|
|
175
|
+
"hash": "a15c5bcfbab477dbca23aa2b31bf5229818a3ac68ff31c1f1814d60f16de9f1d",
|
|
160
176
|
"size": 108
|
|
161
177
|
},
|
|
162
178
|
"artifacts-tron/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json": {
|
|
163
|
-
"hash": "
|
|
164
|
-
"size":
|
|
179
|
+
"hash": "edb726b06fd0a9c698d7df4cf68abdb62397bd15f9e9d168eeab6b0d10c6cecd",
|
|
180
|
+
"size": 677
|
|
165
181
|
},
|
|
166
182
|
"artifacts-tron/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json": {
|
|
167
|
-
"hash": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
236
|
-
"size":
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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/
|
|
295
|
-
"hash": "
|
|
296
|
-
"size":
|
|
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": "
|
|
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": "
|
|
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": "
|
|
347
|
+
"hash": "a328b3993a82af9d81a23d395894cc92ef41aa13e6325323d9a33c343f28595f",
|
|
316
348
|
"size": 108
|
|
317
349
|
},
|
|
318
350
|
"artifacts-zk/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json": {
|
|
319
|
-
"hash": "
|
|
320
|
-
"size":
|
|
351
|
+
"hash": "c29736bf0eef967d23d3b00b05dbc7e08b793feeee8a3967cb94dae5698accdb",
|
|
352
|
+
"size": 47278
|
|
321
353
|
},
|
|
322
354
|
"artifacts-zk/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json": {
|
|
323
|
-
"hash": "
|
|
355
|
+
"hash": "a328b3993a82af9d81a23d395894cc92ef41aa13e6325323d9a33c343f28595f",
|
|
324
356
|
"size": 108
|
|
325
357
|
},
|
|
326
358
|
"artifacts-zk/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json": {
|
|
327
|
-
"hash": "
|
|
328
|
-
"size":
|
|
359
|
+
"hash": "af04336e856cddb014679fa8b6f2c20a40a8e5188b002f9c317849fa4c735ea9",
|
|
360
|
+
"size": 1683
|
|
329
361
|
},
|
|
330
362
|
"artifacts-zk/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json": {
|
|
331
|
-
"hash": "
|
|
363
|
+
"hash": "a328b3993a82af9d81a23d395894cc92ef41aa13e6325323d9a33c343f28595f",
|
|
332
364
|
"size": 108
|
|
333
365
|
},
|
|
334
366
|
"artifacts-zk/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json": {
|
|
335
|
-
"hash": "
|
|
336
|
-
"size":
|
|
367
|
+
"hash": "6421be9060212aaa0b7cf10bdc2f571d6b40356047a1f6ca5866135a8789467b",
|
|
368
|
+
"size": 1669
|
|
337
369
|
},
|
|
338
370
|
"artifacts-zk/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json": {
|
|
339
|
-
"hash": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
435
|
+
"hash": "50f4ea264d13b43c5aec03124c581e7414a6777deea5bbeabbd1114ff228803f",
|
|
404
436
|
"size": 114
|
|
405
437
|
},
|
|
406
438
|
"artifacts/@layerzerolabs/oapp-evm-contracts/contracts/interfaces/IOAppExtended.sol/IOAppExtended.json": {
|
|
407
|
-
"hash": "
|
|
408
|
-
"size":
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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/
|
|
467
|
-
"hash": "
|
|
468
|
-
"size":
|
|
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": "
|
|
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": "
|
|
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": "
|
|
535
|
+
"hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
|
|
488
536
|
"size": 108
|
|
489
537
|
},
|
|
490
538
|
"artifacts/contracts/interfaces/IOFTExtended.sol/IOFTExtended.json": {
|
|
491
|
-
"hash": "
|
|
492
|
-
"size":
|
|
539
|
+
"hash": "7115c56cb05649868e99dda05aae4b3c38cdbebe6a1315ee53f77d5a0a2dd096",
|
|
540
|
+
"size": 47254
|
|
493
541
|
},
|
|
494
542
|
"artifacts/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.dbg.json": {
|
|
495
|
-
"hash": "
|
|
543
|
+
"hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
|
|
496
544
|
"size": 108
|
|
497
545
|
},
|
|
498
546
|
"artifacts/contracts/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json": {
|
|
499
|
-
"hash": "
|
|
500
|
-
"size":
|
|
547
|
+
"hash": "67b24203da15813b22ba380bf32a6227af2b869426409a64399c6ee06a9d056d",
|
|
548
|
+
"size": 691
|
|
501
549
|
},
|
|
502
550
|
"artifacts/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.dbg.json": {
|
|
503
|
-
"hash": "
|
|
551
|
+
"hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
|
|
504
552
|
"size": 108
|
|
505
553
|
},
|
|
506
554
|
"artifacts/contracts/libs/OFTMsgCodec.sol/OFTMsgCodec.json": {
|
|
507
|
-
"hash": "
|
|
508
|
-
"size":
|
|
555
|
+
"hash": "e65f629f3177705f87591a5dd6f7a4431e6e2835cfb891d7abfcf011c7d118db",
|
|
556
|
+
"size": 677
|
|
509
557
|
},
|
|
510
558
|
"artifacts/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.dbg.json": {
|
|
511
|
-
"hash": "
|
|
559
|
+
"hash": "84ce5e14b61bfa83d69cbe7354ba4be03c4b52f16cfa2485623bd9b710c59e40",
|
|
512
560
|
"size": 108
|
|
513
561
|
},
|
|
514
562
|
"artifacts/contracts/utils/OFTDecimalUtils.sol/OFTDecimalUtils.json": {
|