@layerzerolabs/lz-evm-sdk-v1 1.5.15 → 1.5.16

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 (59) hide show
  1. package/artifacts/contracts/Endpoint.sol/Endpoint.json +2 -2
  2. package/artifacts/contracts/NonceContract.sol/NonceContract.json +2 -2
  3. package/artifacts/contracts/PriceFeed.sol/PriceFeed.json +2 -2
  4. package/artifacts/contracts/Relayer.sol/Relayer.json +2 -2
  5. package/artifacts/contracts/RelayerV2.sol/RelayerV2.json +2 -2
  6. package/artifacts/contracts/UltraLightNode.sol/UltraLightNode.json +2 -2
  7. package/artifacts/contracts/UltraLightNodeV2.sol/UltraLightNodeV2.json +2 -2
  8. package/artifacts/contracts/proof/FPValidator.sol/FPValidator.json +2 -2
  9. package/artifacts/contracts/proof/MPTValidator.sol/MPTValidator.json +2 -2
  10. package/artifacts/contracts/proof/MPTValidator01.sol/MPTValidator01.json +2 -2
  11. package/artifacts/contracts/proof/MPTValidatorStgV3.sol/MPTValidatorStgV3.json +2 -2
  12. package/artifacts/contracts/proof/MPTValidatorV2.sol/MPTValidatorV2.json +2 -2
  13. package/artifacts/contracts/proof/MPTValidatorV4.sol/MPTValidatorV4.json +2 -2
  14. package/artifacts/contracts/proof/MPTValidatorV5.sol/MPTValidatorV5.json +2 -2
  15. package/artifacts/contracts/proof/utility/Buffer.sol/Buffer.json +2 -2
  16. package/artifacts/contracts/proof/utility/LayerZeroPacket.sol/LayerZeroPacket.json +2 -2
  17. package/artifacts/contracts/proof/utility/RLPDecode.sol/RLPDecode.json +2 -2
  18. package/artifacts/contracts/proof/utility/UltraLightNodeEVMDecoder.sol/UltraLightNodeEVMDecoder.json +2 -2
  19. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +273 -0
  20. package/deployments/ethereum-sandbox-local/Endpoint.json +1282 -0
  21. package/deployments/ethereum-sandbox-local/FPValidator.json +382 -0
  22. package/deployments/ethereum-sandbox-local/MPTValidator01.json +395 -0
  23. package/deployments/ethereum-sandbox-local/NonceContract.json +159 -0
  24. package/deployments/ethereum-sandbox-local/PriceFeed.json +760 -0
  25. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +776 -0
  26. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +233 -0
  27. package/deployments/ethereum-sandbox-local/RelayerV2.json +1169 -0
  28. package/deployments/ethereum-sandbox-local/RelayerV2_Implementation.json +1270 -0
  29. package/deployments/ethereum-sandbox-local/RelayerV2_Proxy.json +245 -0
  30. package/deployments/ethereum-sandbox-local/TreasuryV2.json +458 -0
  31. package/deployments/ethereum-sandbox-local/UltraLightNodeV2.json +1816 -0
  32. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +273 -0
  33. package/deployments/polygon-sandbox-local/Endpoint.json +1282 -0
  34. package/deployments/polygon-sandbox-local/FPValidator.json +382 -0
  35. package/deployments/polygon-sandbox-local/MPTValidator01.json +395 -0
  36. package/deployments/polygon-sandbox-local/NonceContract.json +159 -0
  37. package/deployments/polygon-sandbox-local/PriceFeed.json +760 -0
  38. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +776 -0
  39. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +233 -0
  40. package/deployments/polygon-sandbox-local/RelayerV2.json +1169 -0
  41. package/deployments/polygon-sandbox-local/RelayerV2_Implementation.json +1270 -0
  42. package/deployments/polygon-sandbox-local/RelayerV2_Proxy.json +245 -0
  43. package/deployments/polygon-sandbox-local/TreasuryV2.json +458 -0
  44. package/deployments/polygon-sandbox-local/UltraLightNodeV2.json +1816 -0
  45. package/package.json +3 -3
  46. package/artifacts/contracts/messagelib-e2/MessageLibBase.sol/MessageLibBase.json +0 -886
  47. package/artifacts/contracts/messagelib-e2/interfaces/ILayerZeroRelayer.sol/ILayerZeroRelayer.json +0 -79
  48. package/artifacts/contracts/messagelib-e2/interfaces/ILayerZeroTreasury.sol/ILayerZeroTreasury.json +0 -45
  49. package/artifacts/contracts/messagelib-e2/interfaces/IMessageLib.sol/IMessageLib.json +0 -319
  50. package/artifacts/contracts/messagelib-e2/interfaces/IPacket.sol/IPacket.json +0 -10
  51. package/artifacts/contracts/messagelib-e2/libs/BytesLib.sol/BytesLib.json +0 -10
  52. package/artifacts/contracts/messagelib-e2/libs/Options.sol/Options.json +0 -63
  53. package/artifacts/contracts/messagelib-e2/libs/PacketV1Codec.sol/PacketV1Codec.json +0 -10
  54. package/artifacts/contracts/messagelib-e2/libs/RelayerOptions.sol/RelayerOptions.json +0 -76
  55. package/artifacts/contracts/messagelib-e2/libs/TreasuryOptions.sol/TreasuryOptions.json +0 -37
  56. package/artifacts/contracts/messagelib-e2/uln/UlnConfig.sol/UlnConfig.json +0 -356
  57. package/artifacts/contracts/messagelib-e2/uln/UltraLightNode301.sol/UltraLightNode301.json +0 -1381
  58. package/artifacts/contracts/messagelib-e2/uln/interfaces/ILayerZeroOracle.sol/ILayerZeroOracle.json +0 -79
  59. package/artifacts/contracts/messagelib-e2/uln/libs/OracleOptions.sol/OracleOptions.json +0 -24
@@ -1,886 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "MessageLibBase",
4
- "sourceName": "contracts/messagelib-e2/MessageLibBase.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": true,
11
- "internalType": "address",
12
- "name": "previousOwner",
13
- "type": "address"
14
- },
15
- {
16
- "indexed": true,
17
- "internalType": "address",
18
- "name": "newOwner",
19
- "type": "address"
20
- }
21
- ],
22
- "name": "OwnershipTransferred",
23
- "type": "event"
24
- },
25
- {
26
- "anonymous": false,
27
- "inputs": [
28
- {
29
- "indexed": false,
30
- "internalType": "bytes",
31
- "name": "encodedPayload",
32
- "type": "bytes"
33
- },
34
- {
35
- "indexed": false,
36
- "internalType": "bytes",
37
- "name": "options",
38
- "type": "bytes"
39
- },
40
- {
41
- "indexed": false,
42
- "internalType": "uint256",
43
- "name": "nativeFee",
44
- "type": "uint256"
45
- },
46
- {
47
- "indexed": false,
48
- "internalType": "uint256",
49
- "name": "lzTokenFee",
50
- "type": "uint256"
51
- }
52
- ],
53
- "name": "PacketSent",
54
- "type": "event"
55
- },
56
- {
57
- "anonymous": false,
58
- "inputs": [
59
- {
60
- "indexed": false,
61
- "internalType": "address",
62
- "name": "relayer",
63
- "type": "address"
64
- },
65
- {
66
- "indexed": false,
67
- "internalType": "uint256",
68
- "name": "fee",
69
- "type": "uint256"
70
- }
71
- ],
72
- "name": "RelayerFee",
73
- "type": "event"
74
- },
75
- {
76
- "anonymous": false,
77
- "inputs": [
78
- {
79
- "indexed": true,
80
- "internalType": "address",
81
- "name": "user",
82
- "type": "address"
83
- },
84
- {
85
- "indexed": false,
86
- "internalType": "address",
87
- "name": "receiver",
88
- "type": "address"
89
- },
90
- {
91
- "indexed": false,
92
- "internalType": "uint256",
93
- "name": "amount",
94
- "type": "uint256"
95
- }
96
- ],
97
- "name": "WithdrawFee",
98
- "type": "event"
99
- },
100
- {
101
- "anonymous": false,
102
- "inputs": [
103
- {
104
- "indexed": true,
105
- "internalType": "address",
106
- "name": "user",
107
- "type": "address"
108
- },
109
- {
110
- "indexed": false,
111
- "internalType": "address",
112
- "name": "receiver",
113
- "type": "address"
114
- },
115
- {
116
- "indexed": false,
117
- "internalType": "uint256",
118
- "name": "amount",
119
- "type": "uint256"
120
- }
121
- ],
122
- "name": "WithdrawLzTokenFee",
123
- "type": "event"
124
- },
125
- {
126
- "anonymous": false,
127
- "inputs": [
128
- {
129
- "indexed": true,
130
- "internalType": "address",
131
- "name": "worker",
132
- "type": "address"
133
- },
134
- {
135
- "indexed": false,
136
- "internalType": "bool",
137
- "name": "entered",
138
- "type": "bool"
139
- },
140
- {
141
- "indexed": false,
142
- "internalType": "uint256",
143
- "name": "timestamp",
144
- "type": "uint256"
145
- }
146
- ],
147
- "name": "WorkerEntered",
148
- "type": "event"
149
- },
150
- {
151
- "inputs": [],
152
- "name": "CONFIG_TYPE_MAX_MESSAGE_SIZE",
153
- "outputs": [
154
- {
155
- "internalType": "uint32",
156
- "name": "",
157
- "type": "uint32"
158
- }
159
- ],
160
- "stateMutability": "view",
161
- "type": "function"
162
- },
163
- {
164
- "inputs": [],
165
- "name": "CONFIG_TYPE_OUTBOUND_CONFIRMATIONS",
166
- "outputs": [
167
- {
168
- "internalType": "uint32",
169
- "name": "",
170
- "type": "uint32"
171
- }
172
- ],
173
- "stateMutability": "view",
174
- "type": "function"
175
- },
176
- {
177
- "inputs": [],
178
- "name": "CONFIG_TYPE_RELAYER",
179
- "outputs": [
180
- {
181
- "internalType": "uint32",
182
- "name": "",
183
- "type": "uint32"
184
- }
185
- ],
186
- "stateMutability": "view",
187
- "type": "function"
188
- },
189
- {
190
- "inputs": [
191
- {
192
- "internalType": "uint32",
193
- "name": "",
194
- "type": "uint32"
195
- }
196
- ],
197
- "name": "addressSizes",
198
- "outputs": [
199
- {
200
- "internalType": "uint256",
201
- "name": "",
202
- "type": "uint256"
203
- }
204
- ],
205
- "stateMutability": "view",
206
- "type": "function"
207
- },
208
- {
209
- "inputs": [
210
- {
211
- "internalType": "uint32",
212
- "name": "",
213
- "type": "uint32"
214
- }
215
- ],
216
- "name": "defaultOptions",
217
- "outputs": [
218
- {
219
- "internalType": "bytes",
220
- "name": "",
221
- "type": "bytes"
222
- }
223
- ],
224
- "stateMutability": "view",
225
- "type": "function"
226
- },
227
- {
228
- "inputs": [
229
- {
230
- "internalType": "uint32",
231
- "name": "",
232
- "type": "uint32"
233
- }
234
- ],
235
- "name": "defaultOutboundConfig",
236
- "outputs": [
237
- {
238
- "internalType": "uint32",
239
- "name": "maxMessageSize",
240
- "type": "uint32"
241
- },
242
- {
243
- "internalType": "uint64",
244
- "name": "outboundConfirmations",
245
- "type": "uint64"
246
- },
247
- {
248
- "internalType": "address",
249
- "name": "relayer",
250
- "type": "address"
251
- }
252
- ],
253
- "stateMutability": "view",
254
- "type": "function"
255
- },
256
- {
257
- "inputs": [],
258
- "name": "endpoint",
259
- "outputs": [
260
- {
261
- "internalType": "address",
262
- "name": "",
263
- "type": "address"
264
- }
265
- ],
266
- "stateMutability": "view",
267
- "type": "function"
268
- },
269
- {
270
- "inputs": [
271
- {
272
- "internalType": "uint16",
273
- "name": "_dstEid",
274
- "type": "uint16"
275
- },
276
- {
277
- "internalType": "address",
278
- "name": "_sender",
279
- "type": "address"
280
- },
281
- {
282
- "internalType": "bytes",
283
- "name": "_message",
284
- "type": "bytes"
285
- },
286
- {
287
- "internalType": "bool",
288
- "name": "_payInLzToken",
289
- "type": "bool"
290
- },
291
- {
292
- "internalType": "bytes",
293
- "name": "_options",
294
- "type": "bytes"
295
- }
296
- ],
297
- "name": "estimateFees",
298
- "outputs": [
299
- {
300
- "internalType": "uint256",
301
- "name": "nativeFee",
302
- "type": "uint256"
303
- },
304
- {
305
- "internalType": "uint256",
306
- "name": "zroFee",
307
- "type": "uint256"
308
- }
309
- ],
310
- "stateMutability": "view",
311
- "type": "function"
312
- },
313
- {
314
- "inputs": [
315
- {
316
- "internalType": "address",
317
- "name": "",
318
- "type": "address"
319
- }
320
- ],
321
- "name": "fees",
322
- "outputs": [
323
- {
324
- "internalType": "uint256",
325
- "name": "",
326
- "type": "uint256"
327
- }
328
- ],
329
- "stateMutability": "view",
330
- "type": "function"
331
- },
332
- {
333
- "inputs": [
334
- {
335
- "internalType": "uint16",
336
- "name": "_eid",
337
- "type": "uint16"
338
- },
339
- {
340
- "internalType": "address",
341
- "name": "_oapp",
342
- "type": "address"
343
- },
344
- {
345
- "internalType": "uint256",
346
- "name": "_configType",
347
- "type": "uint256"
348
- }
349
- ],
350
- "name": "getConfig",
351
- "outputs": [
352
- {
353
- "internalType": "bytes",
354
- "name": "",
355
- "type": "bytes"
356
- }
357
- ],
358
- "stateMutability": "view",
359
- "type": "function"
360
- },
361
- {
362
- "inputs": [
363
- {
364
- "internalType": "uint32",
365
- "name": "_eid",
366
- "type": "uint32"
367
- },
368
- {
369
- "internalType": "uint32",
370
- "name": "_configType",
371
- "type": "uint32"
372
- }
373
- ],
374
- "name": "getDefaultConfig",
375
- "outputs": [
376
- {
377
- "internalType": "bytes",
378
- "name": "",
379
- "type": "bytes"
380
- }
381
- ],
382
- "stateMutability": "view",
383
- "type": "function"
384
- },
385
- {
386
- "inputs": [
387
- {
388
- "internalType": "address",
389
- "name": "_oapp",
390
- "type": "address"
391
- },
392
- {
393
- "internalType": "uint32",
394
- "name": "_eid",
395
- "type": "uint32"
396
- }
397
- ],
398
- "name": "getOutboundConfig",
399
- "outputs": [
400
- {
401
- "components": [
402
- {
403
- "internalType": "uint32",
404
- "name": "maxMessageSize",
405
- "type": "uint32"
406
- },
407
- {
408
- "internalType": "uint64",
409
- "name": "outboundConfirmations",
410
- "type": "uint64"
411
- },
412
- {
413
- "internalType": "address",
414
- "name": "relayer",
415
- "type": "address"
416
- }
417
- ],
418
- "internalType": "struct MessageLibBase.OutboundConfig",
419
- "name": "",
420
- "type": "tuple"
421
- }
422
- ],
423
- "stateMutability": "view",
424
- "type": "function"
425
- },
426
- {
427
- "inputs": [
428
- {
429
- "internalType": "uint16",
430
- "name": "_eid",
431
- "type": "uint16"
432
- },
433
- {
434
- "internalType": "bytes",
435
- "name": "_path",
436
- "type": "bytes"
437
- }
438
- ],
439
- "name": "getOutboundNonce",
440
- "outputs": [
441
- {
442
- "internalType": "uint64",
443
- "name": "",
444
- "type": "uint64"
445
- }
446
- ],
447
- "stateMutability": "view",
448
- "type": "function"
449
- },
450
- {
451
- "inputs": [],
452
- "name": "layerZeroToken",
453
- "outputs": [
454
- {
455
- "internalType": "address",
456
- "name": "",
457
- "type": "address"
458
- }
459
- ],
460
- "stateMutability": "view",
461
- "type": "function"
462
- },
463
- {
464
- "inputs": [],
465
- "name": "localEid",
466
- "outputs": [
467
- {
468
- "internalType": "uint32",
469
- "name": "",
470
- "type": "uint32"
471
- }
472
- ],
473
- "stateMutability": "view",
474
- "type": "function"
475
- },
476
- {
477
- "inputs": [],
478
- "name": "nonceContract",
479
- "outputs": [
480
- {
481
- "internalType": "contract NonceContract",
482
- "name": "",
483
- "type": "address"
484
- }
485
- ],
486
- "stateMutability": "view",
487
- "type": "function"
488
- },
489
- {
490
- "inputs": [
491
- {
492
- "internalType": "bool",
493
- "name": "_enter",
494
- "type": "bool"
495
- },
496
- {
497
- "internalType": "uint256",
498
- "name": "_timestamp",
499
- "type": "uint256"
500
- }
501
- ],
502
- "name": "notice",
503
- "outputs": [],
504
- "stateMutability": "nonpayable",
505
- "type": "function"
506
- },
507
- {
508
- "inputs": [
509
- {
510
- "internalType": "address",
511
- "name": "",
512
- "type": "address"
513
- },
514
- {
515
- "internalType": "uint32",
516
- "name": "",
517
- "type": "uint32"
518
- }
519
- ],
520
- "name": "outboundConfig",
521
- "outputs": [
522
- {
523
- "internalType": "uint32",
524
- "name": "maxMessageSize",
525
- "type": "uint32"
526
- },
527
- {
528
- "internalType": "uint64",
529
- "name": "outboundConfirmations",
530
- "type": "uint64"
531
- },
532
- {
533
- "internalType": "address",
534
- "name": "relayer",
535
- "type": "address"
536
- }
537
- ],
538
- "stateMutability": "view",
539
- "type": "function"
540
- },
541
- {
542
- "inputs": [],
543
- "name": "owner",
544
- "outputs": [
545
- {
546
- "internalType": "address",
547
- "name": "",
548
- "type": "address"
549
- }
550
- ],
551
- "stateMutability": "view",
552
- "type": "function"
553
- },
554
- {
555
- "inputs": [],
556
- "name": "packetVersion",
557
- "outputs": [
558
- {
559
- "internalType": "uint8",
560
- "name": "",
561
- "type": "uint8"
562
- }
563
- ],
564
- "stateMutability": "view",
565
- "type": "function"
566
- },
567
- {
568
- "inputs": [
569
- {
570
- "internalType": "address",
571
- "name": "_sender",
572
- "type": "address"
573
- },
574
- {
575
- "internalType": "uint32",
576
- "name": "_eid",
577
- "type": "uint32"
578
- },
579
- {
580
- "internalType": "uint256",
581
- "name": "_totalFee",
582
- "type": "uint256"
583
- },
584
- {
585
- "internalType": "bool",
586
- "name": "_payInLzToken",
587
- "type": "bool"
588
- }
589
- ],
590
- "name": "quoteTreasuryFee",
591
- "outputs": [
592
- {
593
- "internalType": "uint256",
594
- "name": "nativeFee",
595
- "type": "uint256"
596
- },
597
- {
598
- "internalType": "uint256",
599
- "name": "lzTokenFee",
600
- "type": "uint256"
601
- }
602
- ],
603
- "stateMutability": "view",
604
- "type": "function"
605
- },
606
- {
607
- "inputs": [],
608
- "name": "renounceOwnership",
609
- "outputs": [],
610
- "stateMutability": "nonpayable",
611
- "type": "function"
612
- },
613
- {
614
- "inputs": [
615
- {
616
- "internalType": "address",
617
- "name": "_sender",
618
- "type": "address"
619
- },
620
- {
621
- "internalType": "uint64",
622
- "name": "",
623
- "type": "uint64"
624
- },
625
- {
626
- "internalType": "uint16",
627
- "name": "_dstEid",
628
- "type": "uint16"
629
- },
630
- {
631
- "internalType": "bytes",
632
- "name": "_path",
633
- "type": "bytes"
634
- },
635
- {
636
- "internalType": "bytes",
637
- "name": "_message",
638
- "type": "bytes"
639
- },
640
- {
641
- "internalType": "address payable",
642
- "name": "_refundAddress",
643
- "type": "address"
644
- },
645
- {
646
- "internalType": "address",
647
- "name": "_zroPaymentAddress",
648
- "type": "address"
649
- },
650
- {
651
- "internalType": "bytes",
652
- "name": "_options",
653
- "type": "bytes"
654
- }
655
- ],
656
- "name": "send",
657
- "outputs": [],
658
- "stateMutability": "payable",
659
- "type": "function"
660
- },
661
- {
662
- "inputs": [
663
- {
664
- "internalType": "uint16",
665
- "name": "_eid",
666
- "type": "uint16"
667
- },
668
- {
669
- "internalType": "uint256",
670
- "name": "_size",
671
- "type": "uint256"
672
- }
673
- ],
674
- "name": "setAddressSize",
675
- "outputs": [],
676
- "stateMutability": "nonpayable",
677
- "type": "function"
678
- },
679
- {
680
- "inputs": [
681
- {
682
- "internalType": "uint16",
683
- "name": "_eid",
684
- "type": "uint16"
685
- },
686
- {
687
- "internalType": "address",
688
- "name": "_oapp",
689
- "type": "address"
690
- },
691
- {
692
- "internalType": "uint256",
693
- "name": "_configType",
694
- "type": "uint256"
695
- },
696
- {
697
- "internalType": "bytes",
698
- "name": "_config",
699
- "type": "bytes"
700
- }
701
- ],
702
- "name": "setConfig",
703
- "outputs": [],
704
- "stateMutability": "nonpayable",
705
- "type": "function"
706
- },
707
- {
708
- "inputs": [
709
- {
710
- "internalType": "uint32",
711
- "name": "_eid",
712
- "type": "uint32"
713
- },
714
- {
715
- "internalType": "bytes",
716
- "name": "_options",
717
- "type": "bytes"
718
- }
719
- ],
720
- "name": "setDefaultOptions",
721
- "outputs": [],
722
- "stateMutability": "nonpayable",
723
- "type": "function"
724
- },
725
- {
726
- "inputs": [
727
- {
728
- "internalType": "uint32",
729
- "name": "_eid",
730
- "type": "uint32"
731
- },
732
- {
733
- "internalType": "uint32",
734
- "name": "_maxMessageSize",
735
- "type": "uint32"
736
- },
737
- {
738
- "internalType": "uint64",
739
- "name": "_outboundConfirmations",
740
- "type": "uint64"
741
- },
742
- {
743
- "internalType": "address",
744
- "name": "_relayer",
745
- "type": "address"
746
- }
747
- ],
748
- "name": "setDefaultOutboundConfig",
749
- "outputs": [],
750
- "stateMutability": "nonpayable",
751
- "type": "function"
752
- },
753
- {
754
- "inputs": [
755
- {
756
- "internalType": "address",
757
- "name": "_layerZeroToken",
758
- "type": "address"
759
- }
760
- ],
761
- "name": "setLayerZeroToken",
762
- "outputs": [],
763
- "stateMutability": "nonpayable",
764
- "type": "function"
765
- },
766
- {
767
- "inputs": [
768
- {
769
- "internalType": "address",
770
- "name": "_treasury",
771
- "type": "address"
772
- }
773
- ],
774
- "name": "setTreasury",
775
- "outputs": [],
776
- "stateMutability": "nonpayable",
777
- "type": "function"
778
- },
779
- {
780
- "inputs": [
781
- {
782
- "internalType": "address",
783
- "name": "newOwner",
784
- "type": "address"
785
- }
786
- ],
787
- "name": "transferOwnership",
788
- "outputs": [],
789
- "stateMutability": "nonpayable",
790
- "type": "function"
791
- },
792
- {
793
- "inputs": [],
794
- "name": "treasury",
795
- "outputs": [
796
- {
797
- "internalType": "address",
798
- "name": "",
799
- "type": "address"
800
- }
801
- ],
802
- "stateMutability": "view",
803
- "type": "function"
804
- },
805
- {
806
- "inputs": [],
807
- "name": "treasuryGasCap",
808
- "outputs": [
809
- {
810
- "internalType": "uint256",
811
- "name": "",
812
- "type": "uint256"
813
- }
814
- ],
815
- "stateMutability": "view",
816
- "type": "function"
817
- },
818
- {
819
- "inputs": [],
820
- "name": "version",
821
- "outputs": [
822
- {
823
- "internalType": "uint64",
824
- "name": "major",
825
- "type": "uint64"
826
- },
827
- {
828
- "internalType": "uint8",
829
- "name": "minor",
830
- "type": "uint8"
831
- },
832
- {
833
- "internalType": "uint8",
834
- "name": "endpointVersion",
835
- "type": "uint8"
836
- }
837
- ],
838
- "stateMutability": "view",
839
- "type": "function"
840
- },
841
- {
842
- "inputs": [
843
- {
844
- "internalType": "address",
845
- "name": "_to",
846
- "type": "address"
847
- },
848
- {
849
- "internalType": "uint256",
850
- "name": "_amount",
851
- "type": "uint256"
852
- }
853
- ],
854
- "name": "withdrawFee",
855
- "outputs": [],
856
- "stateMutability": "nonpayable",
857
- "type": "function"
858
- },
859
- {
860
- "inputs": [
861
- {
862
- "internalType": "address",
863
- "name": "_to",
864
- "type": "address"
865
- },
866
- {
867
- "internalType": "uint256",
868
- "name": "_amount",
869
- "type": "uint256"
870
- }
871
- ],
872
- "name": "withdrawLzTokenFee",
873
- "outputs": [],
874
- "stateMutability": "nonpayable",
875
- "type": "function"
876
- },
877
- {
878
- "stateMutability": "payable",
879
- "type": "receive"
880
- }
881
- ],
882
- "bytecode": "0x",
883
- "deployedBytecode": "0x",
884
- "linkReferences": {},
885
- "deployedLinkReferences": {}
886
- }