@layerzerolabs/lz-evm-sdk-v1 2.1.10 → 2.1.11
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/deployments/arbitrum-sandbox-local/DefaultProxyAdmin.json +273 -0
- package/deployments/arbitrum-sandbox-local/Endpoint.json +1282 -0
- package/deployments/arbitrum-sandbox-local/FPValidator.json +382 -0
- package/deployments/arbitrum-sandbox-local/MPTValidator01.json +395 -0
- package/deployments/arbitrum-sandbox-local/NonceContract.json +159 -0
- package/deployments/arbitrum-sandbox-local/RelayerV2.json +1249 -0
- package/deployments/arbitrum-sandbox-local/RelayerV2_Implementation.json +1376 -0
- package/deployments/arbitrum-sandbox-local/RelayerV2_Proxy.json +245 -0
- package/deployments/arbitrum-sandbox-local/TreasuryV2.json +458 -0
- package/deployments/arbitrum-sandbox-local/UltraLightNode.json +1898 -0
- package/deployments/arbitrum-sandbox-local/UltraLightNodeV2.json +1816 -0
- package/deployments/avalanche-sandbox-local/DefaultProxyAdmin.json +273 -0
- package/deployments/avalanche-sandbox-local/Endpoint.json +1282 -0
- package/deployments/avalanche-sandbox-local/FPValidator.json +382 -0
- package/deployments/avalanche-sandbox-local/MPTValidator01.json +395 -0
- package/deployments/avalanche-sandbox-local/NonceContract.json +159 -0
- package/deployments/avalanche-sandbox-local/RelayerV2.json +1249 -0
- package/deployments/avalanche-sandbox-local/RelayerV2_Implementation.json +1376 -0
- package/deployments/avalanche-sandbox-local/RelayerV2_Proxy.json +245 -0
- package/deployments/avalanche-sandbox-local/TreasuryV2.json +458 -0
- package/deployments/avalanche-sandbox-local/UltraLightNodeV2.json +1816 -0
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +273 -0
- package/deployments/bsc-sandbox-local/Endpoint.json +1282 -0
- package/deployments/bsc-sandbox-local/FPValidator.json +382 -0
- package/deployments/bsc-sandbox-local/MPTValidator01.json +395 -0
- package/deployments/bsc-sandbox-local/NonceContract.json +159 -0
- package/deployments/bsc-sandbox-local/RelayerV2.json +1249 -0
- package/deployments/bsc-sandbox-local/RelayerV2_Implementation.json +1376 -0
- package/deployments/bsc-sandbox-local/RelayerV2_Proxy.json +245 -0
- package/deployments/bsc-sandbox-local/TreasuryV2.json +458 -0
- package/deployments/bsc-sandbox-local/UltraLightNodeV2.json +1816 -0
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +15 -15
- package/deployments/ethereum-sandbox-local/Endpoint.json +11 -11
- package/deployments/ethereum-sandbox-local/FPValidator.json +6 -6
- package/deployments/ethereum-sandbox-local/MPTValidator01.json +6 -6
- package/deployments/ethereum-sandbox-local/NonceContract.json +7 -7
- package/deployments/ethereum-sandbox-local/RelayerV2.json +32 -32
- package/deployments/ethereum-sandbox-local/RelayerV2_Implementation.json +6 -6
- package/deployments/ethereum-sandbox-local/RelayerV2_Proxy.json +29 -29
- package/deployments/ethereum-sandbox-local/TreasuryV2.json +12 -12
- package/deployments/ethereum-sandbox-local/UltraLightNode.json +12 -12
- package/deployments/ethereum-sandbox-local/UltraLightNodeV2.json +15 -15
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +15 -15
- package/deployments/polygon-sandbox-local/Endpoint.json +11 -11
- package/deployments/polygon-sandbox-local/FPValidator.json +6 -6
- package/deployments/polygon-sandbox-local/MPTValidator01.json +6 -6
- package/deployments/polygon-sandbox-local/NonceContract.json +7 -7
- package/deployments/polygon-sandbox-local/RelayerV2.json +32 -32
- package/deployments/polygon-sandbox-local/RelayerV2_Implementation.json +6 -6
- package/deployments/polygon-sandbox-local/RelayerV2_Proxy.json +29 -29
- package/deployments/polygon-sandbox-local/TreasuryV2.json +12 -12
- package/deployments/polygon-sandbox-local/UltraLightNode.json +12 -12
- package/deployments/polygon-sandbox-local/UltraLightNodeV2.json +15 -15
- package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +273 -0
- package/deployments/tron-sandbox-local/Endpoint.json +1282 -0
- package/deployments/tron-sandbox-local/FPValidator.json +382 -0
- package/deployments/tron-sandbox-local/MPTValidator01.json +395 -0
- package/deployments/tron-sandbox-local/NonceContract.json +159 -0
- package/deployments/tron-sandbox-local/RelayerV2.json +1249 -0
- package/deployments/tron-sandbox-local/RelayerV2_Implementation.json +1376 -0
- package/deployments/tron-sandbox-local/RelayerV2_Proxy.json +245 -0
- package/deployments/tron-sandbox-local/TreasuryV2.json +458 -0
- package/deployments/tron-sandbox-local/UltraLightNode.json +1898 -0
- package/deployments/tron-sandbox-local/UltraLightNodeV2.json +1816 -0
- package/package.json +7 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,35 +133,35 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0xa005d0ac315829ab4002466a2b1e7e7de28d2a972e9c891c97440fd9e6aa8a4b",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
140
|
-
"contractAddress": "
|
|
140
|
+
"contractAddress": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
142
|
"gasUsed": "790752",
|
|
143
|
-
"logsBloom": "
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
143
|
+
"logsBloom": "0x00000000000000000040000000000000400000000000000000800000000000000000000000800000000000000000000000000000000000000000000000100000000000000000000000000000000002000001000000000000000000000000000000000000020000000000000004000800000800800000000000000000000000400000000000000000000000000000000000000000000000000000000800800000000000400000200000000040000000000004000000000000000000000000000000000020000080000000000000000000000000000400000000000000000020000000000000000000000000000000000000800000000000000000000000000000",
|
|
144
|
+
"blockHash": "0x230f8dcb36630cdc7e76b29d0b4fceb2e951a04b92980e611c12f63e95b0d7e0",
|
|
145
|
+
"transactionHash": "0xa005d0ac315829ab4002466a2b1e7e7de28d2a972e9c891c97440fd9e6aa8a4b",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 30,
|
|
150
|
+
"transactionHash": "0xa005d0ac315829ab4002466a2b1e7e7de28d2a972e9c891c97440fd9e6aa8a4b",
|
|
151
|
+
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x0000000000000000000000006e989c01a3e3a94c973a62280a72ec335598490e"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x230f8dcb36630cdc7e76b29d0b4fceb2e951a04b92980e611c12f63e95b0d7e0"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 30,
|
|
163
|
+
"transactionHash": "0xa005d0ac315829ab4002466a2b1e7e7de28d2a972e9c891c97440fd9e6aa8a4b",
|
|
164
|
+
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
167
167
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -169,42 +169,42 @@
|
|
|
169
169
|
],
|
|
170
170
|
"data": "0x",
|
|
171
171
|
"logIndex": 1,
|
|
172
|
-
"blockHash": "
|
|
172
|
+
"blockHash": "0x230f8dcb36630cdc7e76b29d0b4fceb2e951a04b92980e611c12f63e95b0d7e0"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"transactionIndex": 0,
|
|
176
|
-
"blockNumber":
|
|
177
|
-
"transactionHash": "
|
|
178
|
-
"address": "
|
|
176
|
+
"blockNumber": 30,
|
|
177
|
+
"transactionHash": "0xa005d0ac315829ab4002466a2b1e7e7de28d2a972e9c891c97440fd9e6aa8a4b",
|
|
178
|
+
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
179
179
|
"topics": [
|
|
180
180
|
"0xb10786d0bfa68fb1aa29552d9203e5f545f7c073ff0784da1de1d800986f1023"
|
|
181
181
|
],
|
|
182
|
-
"data": "
|
|
182
|
+
"data": "0x000000000000000000000000f6168876932289d073567f347121a267095f3dd60000000000000000000000000000000000000000000000000000000000000001",
|
|
183
183
|
"logIndex": 2,
|
|
184
|
-
"blockHash": "
|
|
184
|
+
"blockHash": "0x230f8dcb36630cdc7e76b29d0b4fceb2e951a04b92980e611c12f63e95b0d7e0"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"transactionIndex": 0,
|
|
188
|
-
"blockNumber":
|
|
189
|
-
"transactionHash": "
|
|
190
|
-
"address": "
|
|
188
|
+
"blockNumber": 30,
|
|
189
|
+
"transactionHash": "0xa005d0ac315829ab4002466a2b1e7e7de28d2a972e9c891c97440fd9e6aa8a4b",
|
|
190
|
+
"address": "0xF6168876932289D073567f347121A267095f3DD6",
|
|
191
191
|
"topics": [
|
|
192
192
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
193
193
|
],
|
|
194
|
-
"data": "
|
|
194
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bc9129dc0487fc2e169941c75aabc539f208fb01",
|
|
195
195
|
"logIndex": 3,
|
|
196
|
-
"blockHash": "
|
|
196
|
+
"blockHash": "0x230f8dcb36630cdc7e76b29d0b4fceb2e951a04b92980e611c12f63e95b0d7e0"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
|
-
"blockNumber":
|
|
199
|
+
"blockNumber": 30,
|
|
200
200
|
"cumulativeGasUsed": "790752",
|
|
201
201
|
"status": 1,
|
|
202
202
|
"byzantium": true
|
|
203
203
|
},
|
|
204
204
|
"args": [
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
205
|
+
"0x6e989C01a3e3A94C973A62280a72EC335598490e",
|
|
206
|
+
"0xBC9129Dc0487fc2E169941C75aABC539f208fb01",
|
|
207
|
+
"0xf7013ef600000000000000000000000059f2f1fcfe2474fd5f0b9ba1e73ca90b143eb8d00000000000000000000000008438ad1c834623cff278ab6829a248e37c2d7e3f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a7640000"
|
|
208
208
|
],
|
|
209
209
|
"numDeployments": 1,
|
|
210
210
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xC6bA8C3233eCF65B761049ef63466945c362EdD2",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -322,22 +322,22 @@
|
|
|
322
322
|
"type": "function"
|
|
323
323
|
}
|
|
324
324
|
],
|
|
325
|
-
"transactionHash": "
|
|
325
|
+
"transactionHash": "0x17dff39704d94721831451c7a95549f6c35910229c6f498945ece1f32e401344",
|
|
326
326
|
"receipt": {
|
|
327
327
|
"to": null,
|
|
328
328
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
329
|
-
"contractAddress": "
|
|
329
|
+
"contractAddress": "0xC6bA8C3233eCF65B761049ef63466945c362EdD2",
|
|
330
330
|
"transactionIndex": 0,
|
|
331
331
|
"gasUsed": "1127474",
|
|
332
|
-
"logsBloom": "
|
|
333
|
-
"blockHash": "
|
|
334
|
-
"transactionHash": "
|
|
332
|
+
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000400000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
333
|
+
"blockHash": "0xcfb84aade9fb16034daf9183dcf2998295116755453fce6c84c2737f3c3cc9ef",
|
|
334
|
+
"transactionHash": "0x17dff39704d94721831451c7a95549f6c35910229c6f498945ece1f32e401344",
|
|
335
335
|
"logs": [
|
|
336
336
|
{
|
|
337
337
|
"transactionIndex": 0,
|
|
338
|
-
"blockNumber":
|
|
339
|
-
"transactionHash": "
|
|
340
|
-
"address": "
|
|
338
|
+
"blockNumber": 31,
|
|
339
|
+
"transactionHash": "0x17dff39704d94721831451c7a95549f6c35910229c6f498945ece1f32e401344",
|
|
340
|
+
"address": "0xC6bA8C3233eCF65B761049ef63466945c362EdD2",
|
|
341
341
|
"topics": [
|
|
342
342
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
343
343
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -345,16 +345,16 @@
|
|
|
345
345
|
],
|
|
346
346
|
"data": "0x",
|
|
347
347
|
"logIndex": 0,
|
|
348
|
-
"blockHash": "
|
|
348
|
+
"blockHash": "0xcfb84aade9fb16034daf9183dcf2998295116755453fce6c84c2737f3c3cc9ef"
|
|
349
349
|
}
|
|
350
350
|
],
|
|
351
|
-
"blockNumber":
|
|
351
|
+
"blockNumber": 31,
|
|
352
352
|
"cumulativeGasUsed": "1127474",
|
|
353
353
|
"status": 1,
|
|
354
354
|
"byzantium": true
|
|
355
355
|
},
|
|
356
356
|
"args": [
|
|
357
|
-
"
|
|
357
|
+
"0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0"
|
|
358
358
|
],
|
|
359
359
|
"numDeployments": 1,
|
|
360
360
|
"solcInputHash": "26073710b59023fa12a4a7fdb81fff44",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x712516e61C8B383dF4A63CFe83d7701Bce54B03e",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -1466,22 +1466,22 @@
|
|
|
1466
1466
|
"type": "function"
|
|
1467
1467
|
}
|
|
1468
1468
|
],
|
|
1469
|
-
"transactionHash": "
|
|
1469
|
+
"transactionHash": "0xcfe3b7e4a9516bd375e326d4a3d70f76de00cd2b0883a63923be4e6dd24289f0",
|
|
1470
1470
|
"receipt": {
|
|
1471
1471
|
"to": null,
|
|
1472
1472
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
1473
|
-
"contractAddress": "
|
|
1473
|
+
"contractAddress": "0x712516e61C8B383dF4A63CFe83d7701Bce54B03e",
|
|
1474
1474
|
"transactionIndex": 0,
|
|
1475
1475
|
"gasUsed": "4596068",
|
|
1476
|
-
"logsBloom": "
|
|
1477
|
-
"blockHash": "
|
|
1478
|
-
"transactionHash": "
|
|
1476
|
+
"logsBloom": "0x000000000000000000020040000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000008000a0000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
1477
|
+
"blockHash": "0x87ad1f9427048f9c514397ec96cdad5d2cc08d963c18a5c2a039026afcbb4014",
|
|
1478
|
+
"transactionHash": "0xcfe3b7e4a9516bd375e326d4a3d70f76de00cd2b0883a63923be4e6dd24289f0",
|
|
1479
1479
|
"logs": [
|
|
1480
1480
|
{
|
|
1481
1481
|
"transactionIndex": 0,
|
|
1482
|
-
"blockNumber":
|
|
1483
|
-
"transactionHash": "
|
|
1484
|
-
"address": "
|
|
1482
|
+
"blockNumber": 25,
|
|
1483
|
+
"transactionHash": "0xcfe3b7e4a9516bd375e326d4a3d70f76de00cd2b0883a63923be4e6dd24289f0",
|
|
1484
|
+
"address": "0x712516e61C8B383dF4A63CFe83d7701Bce54B03e",
|
|
1485
1485
|
"topics": [
|
|
1486
1486
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
1487
1487
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -1489,16 +1489,16 @@
|
|
|
1489
1489
|
],
|
|
1490
1490
|
"data": "0x",
|
|
1491
1491
|
"logIndex": 0,
|
|
1492
|
-
"blockHash": "
|
|
1492
|
+
"blockHash": "0x87ad1f9427048f9c514397ec96cdad5d2cc08d963c18a5c2a039026afcbb4014"
|
|
1493
1493
|
}
|
|
1494
1494
|
],
|
|
1495
|
-
"blockNumber":
|
|
1495
|
+
"blockNumber": 25,
|
|
1496
1496
|
"cumulativeGasUsed": "4596068",
|
|
1497
1497
|
"status": 1,
|
|
1498
1498
|
"byzantium": true
|
|
1499
1499
|
},
|
|
1500
1500
|
"args": [
|
|
1501
|
-
"
|
|
1501
|
+
"0x8464135c8F25Da09e49BC8782676a84730C318bC"
|
|
1502
1502
|
],
|
|
1503
1503
|
"numDeployments": 1,
|
|
1504
1504
|
"solcInputHash": "26073710b59023fa12a4a7fdb81fff44",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -1414,22 +1414,22 @@
|
|
|
1414
1414
|
"type": "function"
|
|
1415
1415
|
}
|
|
1416
1416
|
],
|
|
1417
|
-
"transactionHash": "
|
|
1417
|
+
"transactionHash": "0xe4dcb5d38f3152912fbc7ba50a2c2457d967f895e09ee1009fd3aa881209c892",
|
|
1418
1418
|
"receipt": {
|
|
1419
1419
|
"to": null,
|
|
1420
1420
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
1421
|
-
"contractAddress": "
|
|
1421
|
+
"contractAddress": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
|
|
1422
1422
|
"transactionIndex": 0,
|
|
1423
|
-
"gasUsed": "
|
|
1424
|
-
"logsBloom": "
|
|
1425
|
-
"blockHash": "
|
|
1426
|
-
"transactionHash": "
|
|
1423
|
+
"gasUsed": "4666871",
|
|
1424
|
+
"logsBloom": "0x00000000000000000002000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000400000000",
|
|
1425
|
+
"blockHash": "0xc1d8cf1ed51f14903e0daf4e53ce5195477b89e49430466415fe66822a022a3d",
|
|
1426
|
+
"transactionHash": "0xe4dcb5d38f3152912fbc7ba50a2c2457d967f895e09ee1009fd3aa881209c892",
|
|
1427
1427
|
"logs": [
|
|
1428
1428
|
{
|
|
1429
1429
|
"transactionIndex": 0,
|
|
1430
|
-
"blockNumber":
|
|
1431
|
-
"transactionHash": "
|
|
1432
|
-
"address": "
|
|
1430
|
+
"blockNumber": 27,
|
|
1431
|
+
"transactionHash": "0xe4dcb5d38f3152912fbc7ba50a2c2457d967f895e09ee1009fd3aa881209c892",
|
|
1432
|
+
"address": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
|
|
1433
1433
|
"topics": [
|
|
1434
1434
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
1435
1435
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -1437,17 +1437,17 @@
|
|
|
1437
1437
|
],
|
|
1438
1438
|
"data": "0x",
|
|
1439
1439
|
"logIndex": 0,
|
|
1440
|
-
"blockHash": "
|
|
1440
|
+
"blockHash": "0xc1d8cf1ed51f14903e0daf4e53ce5195477b89e49430466415fe66822a022a3d"
|
|
1441
1441
|
}
|
|
1442
1442
|
],
|
|
1443
|
-
"blockNumber":
|
|
1444
|
-
"cumulativeGasUsed": "
|
|
1443
|
+
"blockNumber": 27,
|
|
1444
|
+
"cumulativeGasUsed": "4666871",
|
|
1445
1445
|
"status": 1,
|
|
1446
1446
|
"byzantium": true
|
|
1447
1447
|
},
|
|
1448
1448
|
"args": [
|
|
1449
|
-
"
|
|
1450
|
-
"
|
|
1449
|
+
"0x8464135c8F25Da09e49BC8782676a84730C318bC",
|
|
1450
|
+
"0xbCF26943C0197d2eE0E5D05c716Be60cc2761508",
|
|
1451
1451
|
20109
|
|
1452
1452
|
],
|
|
1453
1453
|
"numDeployments": 1,
|