fibx 0.1.2 → 0.1.3

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 (65) hide show
  1. package/README.md +34 -6
  2. package/dist/commands/chain/transaction.d.ts +3 -0
  3. package/dist/commands/chain/transaction.d.ts.map +1 -0
  4. package/dist/commands/chain/transaction.js +31 -0
  5. package/dist/commands/chain/transaction.js.map +1 -0
  6. package/dist/commands/trade/status.d.ts.map +1 -1
  7. package/dist/commands/trade/status.js +4 -3
  8. package/dist/commands/trade/status.js.map +1 -1
  9. package/dist/commands/trade/swap.d.ts +1 -0
  10. package/dist/commands/trade/swap.d.ts.map +1 -1
  11. package/dist/commands/trade/swap.js +14 -9
  12. package/dist/commands/trade/swap.js.map +1 -1
  13. package/dist/commands/wallet/balance.d.ts.map +1 -1
  14. package/dist/commands/wallet/balance.js +16 -11
  15. package/dist/commands/wallet/balance.js.map +1 -1
  16. package/dist/commands/wallet/send.d.ts.map +1 -1
  17. package/dist/commands/wallet/send.js +7 -8
  18. package/dist/commands/wallet/send.js.map +1 -1
  19. package/dist/index.js +17 -4
  20. package/dist/index.js.map +1 -1
  21. package/dist/lib/config.d.ts +0 -1
  22. package/dist/lib/config.d.ts.map +1 -1
  23. package/dist/lib/config.js +1 -2
  24. package/dist/lib/config.js.map +1 -1
  25. package/dist/services/chain/client.d.ts +123 -15794
  26. package/dist/services/chain/client.d.ts.map +1 -1
  27. package/dist/services/chain/client.js +16 -12
  28. package/dist/services/chain/client.js.map +1 -1
  29. package/dist/services/chain/constants.d.ts +146 -2
  30. package/dist/services/chain/constants.d.ts.map +1 -1
  31. package/dist/services/chain/constants.js +79 -0
  32. package/dist/services/chain/constants.js.map +1 -1
  33. package/dist/services/chain/erc20.d.ts +3 -3
  34. package/dist/services/chain/erc20.d.ts.map +1 -1
  35. package/dist/services/chain/erc20.js +4 -5
  36. package/dist/services/chain/erc20.js.map +1 -1
  37. package/dist/services/fibrous/abi/citrea.d.ts +64 -0
  38. package/dist/services/fibrous/abi/citrea.d.ts.map +1 -0
  39. package/dist/services/fibrous/abi/citrea.js +990 -0
  40. package/dist/services/fibrous/abi/citrea.js.map +1 -0
  41. package/dist/services/fibrous/abi/hyperevm.d.ts +64 -0
  42. package/dist/services/fibrous/abi/hyperevm.d.ts.map +1 -0
  43. package/dist/services/fibrous/abi/hyperevm.js +990 -0
  44. package/dist/services/fibrous/abi/hyperevm.js.map +1 -0
  45. package/dist/services/fibrous/abi/monad.d.ts +64 -0
  46. package/dist/services/fibrous/abi/monad.d.ts.map +1 -0
  47. package/dist/services/fibrous/abi/monad.js +990 -0
  48. package/dist/services/fibrous/abi/monad.js.map +1 -0
  49. package/dist/services/fibrous/balances.d.ts +2 -1
  50. package/dist/services/fibrous/balances.d.ts.map +1 -1
  51. package/dist/services/fibrous/balances.js +2 -4
  52. package/dist/services/fibrous/balances.js.map +1 -1
  53. package/dist/services/fibrous/health.d.ts +2 -1
  54. package/dist/services/fibrous/health.d.ts.map +1 -1
  55. package/dist/services/fibrous/health.js +2 -4
  56. package/dist/services/fibrous/health.js.map +1 -1
  57. package/dist/services/fibrous/route.d.ts +3 -2
  58. package/dist/services/fibrous/route.d.ts.map +1 -1
  59. package/dist/services/fibrous/route.js +3 -6
  60. package/dist/services/fibrous/route.js.map +1 -1
  61. package/dist/services/fibrous/tokens.d.ts +3 -2
  62. package/dist/services/fibrous/tokens.d.ts.map +1 -1
  63. package/dist/services/fibrous/tokens.js +5 -7
  64. package/dist/services/fibrous/tokens.js.map +1 -1
  65. package/package.json +3 -3
@@ -0,0 +1,990 @@
1
+ export const monadRouterAbi = [
2
+ {
3
+ type: "constructor",
4
+ inputs: [],
5
+ stateMutability: "nonpayable",
6
+ },
7
+ {
8
+ type: "receive",
9
+ stateMutability: "payable",
10
+ },
11
+ {
12
+ type: "function",
13
+ name: "acceptOwnership",
14
+ inputs: [],
15
+ outputs: [],
16
+ stateMutability: "nonpayable",
17
+ },
18
+ {
19
+ type: "function",
20
+ name: "getSurplusHandler",
21
+ inputs: [],
22
+ outputs: [
23
+ {
24
+ name: "",
25
+ type: "address",
26
+ internalType: "address",
27
+ },
28
+ ],
29
+ stateMutability: "view",
30
+ },
31
+ {
32
+ type: "function",
33
+ name: "getSwapHandler",
34
+ inputs: [
35
+ {
36
+ name: "protocol_id",
37
+ type: "int24",
38
+ internalType: "int24",
39
+ },
40
+ ],
41
+ outputs: [
42
+ {
43
+ name: "",
44
+ type: "address",
45
+ internalType: "address",
46
+ },
47
+ ],
48
+ stateMutability: "view",
49
+ },
50
+ {
51
+ type: "function",
52
+ name: "initialize",
53
+ inputs: [
54
+ {
55
+ name: "_owner",
56
+ type: "address",
57
+ internalType: "address",
58
+ },
59
+ ],
60
+ outputs: [],
61
+ stateMutability: "nonpayable",
62
+ },
63
+ {
64
+ type: "function",
65
+ name: "nativeTokenSupport",
66
+ inputs: [
67
+ {
68
+ name: "",
69
+ type: "int24",
70
+ internalType: "int24",
71
+ },
72
+ ],
73
+ outputs: [
74
+ {
75
+ name: "",
76
+ type: "bool",
77
+ internalType: "bool",
78
+ },
79
+ ],
80
+ stateMutability: "view",
81
+ },
82
+ {
83
+ type: "function",
84
+ name: "owner",
85
+ inputs: [],
86
+ outputs: [
87
+ {
88
+ name: "",
89
+ type: "address",
90
+ internalType: "address",
91
+ },
92
+ ],
93
+ stateMutability: "view",
94
+ },
95
+ {
96
+ type: "function",
97
+ name: "pause",
98
+ inputs: [],
99
+ outputs: [],
100
+ stateMutability: "nonpayable",
101
+ },
102
+ {
103
+ type: "function",
104
+ name: "paused",
105
+ inputs: [],
106
+ outputs: [
107
+ {
108
+ name: "",
109
+ type: "bool",
110
+ internalType: "bool",
111
+ },
112
+ ],
113
+ stateMutability: "view",
114
+ },
115
+ {
116
+ type: "function",
117
+ name: "pendingOwner",
118
+ inputs: [],
119
+ outputs: [
120
+ {
121
+ name: "",
122
+ type: "address",
123
+ internalType: "address",
124
+ },
125
+ ],
126
+ stateMutability: "view",
127
+ },
128
+ {
129
+ type: "function",
130
+ name: "removeSwapHandler",
131
+ inputs: [
132
+ {
133
+ name: "protocol_id",
134
+ type: "int24",
135
+ internalType: "int24",
136
+ },
137
+ ],
138
+ outputs: [],
139
+ stateMutability: "nonpayable",
140
+ },
141
+ {
142
+ type: "function",
143
+ name: "renounceOwnership",
144
+ inputs: [],
145
+ outputs: [],
146
+ stateMutability: "nonpayable",
147
+ },
148
+ {
149
+ type: "function",
150
+ name: "setNativeTokenSupport",
151
+ inputs: [
152
+ {
153
+ name: "protocol_id",
154
+ type: "int24",
155
+ internalType: "int24",
156
+ },
157
+ {
158
+ name: "support",
159
+ type: "bool",
160
+ internalType: "bool",
161
+ },
162
+ ],
163
+ outputs: [],
164
+ stateMutability: "nonpayable",
165
+ },
166
+ {
167
+ type: "function",
168
+ name: "setSurplusHandler",
169
+ inputs: [
170
+ {
171
+ name: "_surplusHandler",
172
+ type: "address",
173
+ internalType: "address",
174
+ },
175
+ ],
176
+ outputs: [],
177
+ stateMutability: "nonpayable",
178
+ },
179
+ {
180
+ type: "function",
181
+ name: "setSwapHandler",
182
+ inputs: [
183
+ {
184
+ name: "protocol_id",
185
+ type: "int24",
186
+ internalType: "int24",
187
+ },
188
+ {
189
+ name: "handler",
190
+ type: "address",
191
+ internalType: "address",
192
+ },
193
+ ],
194
+ outputs: [],
195
+ stateMutability: "nonpayable",
196
+ },
197
+ {
198
+ type: "function",
199
+ name: "surplusHandler",
200
+ inputs: [],
201
+ outputs: [
202
+ {
203
+ name: "",
204
+ type: "address",
205
+ internalType: "address",
206
+ },
207
+ ],
208
+ stateMutability: "view",
209
+ },
210
+ {
211
+ type: "function",
212
+ name: "swap",
213
+ inputs: [
214
+ {
215
+ name: "route",
216
+ type: "tuple",
217
+ internalType: "struct RouteParam",
218
+ components: [
219
+ {
220
+ name: "token_in",
221
+ type: "address",
222
+ internalType: "address",
223
+ },
224
+ {
225
+ name: "token_out",
226
+ type: "address",
227
+ internalType: "address",
228
+ },
229
+ {
230
+ name: "amount_in",
231
+ type: "uint256",
232
+ internalType: "uint256",
233
+ },
234
+ {
235
+ name: "amount_out",
236
+ type: "uint256",
237
+ internalType: "uint256",
238
+ },
239
+ {
240
+ name: "min_received",
241
+ type: "uint256",
242
+ internalType: "uint256",
243
+ },
244
+ {
245
+ name: "destination",
246
+ type: "address",
247
+ internalType: "address",
248
+ },
249
+ {
250
+ name: "swap_type",
251
+ type: "uint8",
252
+ internalType: "enum SwapType",
253
+ },
254
+ ],
255
+ },
256
+ {
257
+ name: "swap_parameters",
258
+ type: "tuple[]",
259
+ internalType: "struct SwapParams[]",
260
+ components: [
261
+ {
262
+ name: "token_in",
263
+ type: "address",
264
+ internalType: "address",
265
+ },
266
+ {
267
+ name: "token_out",
268
+ type: "address",
269
+ internalType: "address",
270
+ },
271
+ {
272
+ name: "rate",
273
+ type: "uint32",
274
+ internalType: "uint32",
275
+ },
276
+ {
277
+ name: "protocol_id",
278
+ type: "int24",
279
+ internalType: "int24",
280
+ },
281
+ {
282
+ name: "pool_address",
283
+ type: "address",
284
+ internalType: "address",
285
+ },
286
+ {
287
+ name: "swap_type",
288
+ type: "uint8",
289
+ internalType: "enum SwapType",
290
+ },
291
+ {
292
+ name: "extra_data",
293
+ type: "bytes",
294
+ internalType: "bytes",
295
+ },
296
+ ],
297
+ },
298
+ ],
299
+ outputs: [
300
+ {
301
+ name: "",
302
+ type: "uint256",
303
+ internalType: "uint256",
304
+ },
305
+ ],
306
+ stateMutability: "payable",
307
+ },
308
+ {
309
+ type: "function",
310
+ name: "swapIntegrator",
311
+ inputs: [
312
+ {
313
+ name: "route",
314
+ type: "tuple",
315
+ internalType: "struct RouteParam",
316
+ components: [
317
+ {
318
+ name: "token_in",
319
+ type: "address",
320
+ internalType: "address",
321
+ },
322
+ {
323
+ name: "token_out",
324
+ type: "address",
325
+ internalType: "address",
326
+ },
327
+ {
328
+ name: "amount_in",
329
+ type: "uint256",
330
+ internalType: "uint256",
331
+ },
332
+ {
333
+ name: "amount_out",
334
+ type: "uint256",
335
+ internalType: "uint256",
336
+ },
337
+ {
338
+ name: "min_received",
339
+ type: "uint256",
340
+ internalType: "uint256",
341
+ },
342
+ {
343
+ name: "destination",
344
+ type: "address",
345
+ internalType: "address",
346
+ },
347
+ {
348
+ name: "swap_type",
349
+ type: "uint8",
350
+ internalType: "enum SwapType",
351
+ },
352
+ ],
353
+ },
354
+ {
355
+ name: "swap_parameters",
356
+ type: "tuple[]",
357
+ internalType: "struct SwapParams[]",
358
+ components: [
359
+ {
360
+ name: "token_in",
361
+ type: "address",
362
+ internalType: "address",
363
+ },
364
+ {
365
+ name: "token_out",
366
+ type: "address",
367
+ internalType: "address",
368
+ },
369
+ {
370
+ name: "rate",
371
+ type: "uint32",
372
+ internalType: "uint32",
373
+ },
374
+ {
375
+ name: "protocol_id",
376
+ type: "int24",
377
+ internalType: "int24",
378
+ },
379
+ {
380
+ name: "pool_address",
381
+ type: "address",
382
+ internalType: "address",
383
+ },
384
+ {
385
+ name: "swap_type",
386
+ type: "uint8",
387
+ internalType: "enum SwapType",
388
+ },
389
+ {
390
+ name: "extra_data",
391
+ type: "bytes",
392
+ internalType: "bytes",
393
+ },
394
+ ],
395
+ },
396
+ {
397
+ name: "integrator_data",
398
+ type: "bytes",
399
+ internalType: "bytes",
400
+ },
401
+ ],
402
+ outputs: [
403
+ {
404
+ name: "",
405
+ type: "uint256",
406
+ internalType: "uint256",
407
+ },
408
+ ],
409
+ stateMutability: "payable",
410
+ },
411
+ {
412
+ type: "function",
413
+ name: "swapWithPermit",
414
+ inputs: [
415
+ {
416
+ name: "route",
417
+ type: "tuple",
418
+ internalType: "struct RouteParam",
419
+ components: [
420
+ {
421
+ name: "token_in",
422
+ type: "address",
423
+ internalType: "address",
424
+ },
425
+ {
426
+ name: "token_out",
427
+ type: "address",
428
+ internalType: "address",
429
+ },
430
+ {
431
+ name: "amount_in",
432
+ type: "uint256",
433
+ internalType: "uint256",
434
+ },
435
+ {
436
+ name: "amount_out",
437
+ type: "uint256",
438
+ internalType: "uint256",
439
+ },
440
+ {
441
+ name: "min_received",
442
+ type: "uint256",
443
+ internalType: "uint256",
444
+ },
445
+ {
446
+ name: "destination",
447
+ type: "address",
448
+ internalType: "address",
449
+ },
450
+ {
451
+ name: "swap_type",
452
+ type: "uint8",
453
+ internalType: "enum SwapType",
454
+ },
455
+ ],
456
+ },
457
+ {
458
+ name: "swap_parameters",
459
+ type: "tuple[]",
460
+ internalType: "struct SwapParams[]",
461
+ components: [
462
+ {
463
+ name: "token_in",
464
+ type: "address",
465
+ internalType: "address",
466
+ },
467
+ {
468
+ name: "token_out",
469
+ type: "address",
470
+ internalType: "address",
471
+ },
472
+ {
473
+ name: "rate",
474
+ type: "uint32",
475
+ internalType: "uint32",
476
+ },
477
+ {
478
+ name: "protocol_id",
479
+ type: "int24",
480
+ internalType: "int24",
481
+ },
482
+ {
483
+ name: "pool_address",
484
+ type: "address",
485
+ internalType: "address",
486
+ },
487
+ {
488
+ name: "swap_type",
489
+ type: "uint8",
490
+ internalType: "enum SwapType",
491
+ },
492
+ {
493
+ name: "extra_data",
494
+ type: "bytes",
495
+ internalType: "bytes",
496
+ },
497
+ ],
498
+ },
499
+ {
500
+ name: "deadline",
501
+ type: "uint256",
502
+ internalType: "uint256",
503
+ },
504
+ {
505
+ name: "v",
506
+ type: "uint8",
507
+ internalType: "uint8",
508
+ },
509
+ {
510
+ name: "r",
511
+ type: "bytes32",
512
+ internalType: "bytes32",
513
+ },
514
+ {
515
+ name: "s",
516
+ type: "bytes32",
517
+ internalType: "bytes32",
518
+ },
519
+ ],
520
+ outputs: [
521
+ {
522
+ name: "",
523
+ type: "uint256",
524
+ internalType: "uint256",
525
+ },
526
+ ],
527
+ stateMutability: "payable",
528
+ },
529
+ {
530
+ type: "function",
531
+ name: "swappers",
532
+ inputs: [
533
+ {
534
+ name: "",
535
+ type: "int24",
536
+ internalType: "int24",
537
+ },
538
+ ],
539
+ outputs: [
540
+ {
541
+ name: "",
542
+ type: "address",
543
+ internalType: "address",
544
+ },
545
+ ],
546
+ stateMutability: "view",
547
+ },
548
+ {
549
+ type: "function",
550
+ name: "sweepMultipleStuckTokensOrEth",
551
+ inputs: [
552
+ {
553
+ name: "tokens",
554
+ type: "address[]",
555
+ internalType: "address[]",
556
+ },
557
+ {
558
+ name: "amounts",
559
+ type: "uint256[]",
560
+ internalType: "uint256[]",
561
+ },
562
+ {
563
+ name: "receiver",
564
+ type: "address",
565
+ internalType: "address",
566
+ },
567
+ ],
568
+ outputs: [],
569
+ stateMutability: "nonpayable",
570
+ },
571
+ {
572
+ type: "function",
573
+ name: "sweepStuckTokensOrEth",
574
+ inputs: [
575
+ {
576
+ name: "token",
577
+ type: "address",
578
+ internalType: "address",
579
+ },
580
+ {
581
+ name: "amount",
582
+ type: "uint256",
583
+ internalType: "uint256",
584
+ },
585
+ {
586
+ name: "receiver",
587
+ type: "address",
588
+ internalType: "address",
589
+ },
590
+ ],
591
+ outputs: [],
592
+ stateMutability: "nonpayable",
593
+ },
594
+ {
595
+ type: "function",
596
+ name: "transferOwnership",
597
+ inputs: [
598
+ {
599
+ name: "newOwner",
600
+ type: "address",
601
+ internalType: "address",
602
+ },
603
+ ],
604
+ outputs: [],
605
+ stateMutability: "nonpayable",
606
+ },
607
+ {
608
+ type: "function",
609
+ name: "unpause",
610
+ inputs: [],
611
+ outputs: [],
612
+ stateMutability: "nonpayable",
613
+ },
614
+ {
615
+ type: "event",
616
+ name: "AddHandler",
617
+ inputs: [
618
+ {
619
+ name: "protocol_id",
620
+ type: "int24",
621
+ indexed: false,
622
+ internalType: "int24",
623
+ },
624
+ {
625
+ name: "handler",
626
+ type: "address",
627
+ indexed: false,
628
+ internalType: "address",
629
+ },
630
+ ],
631
+ anonymous: false,
632
+ },
633
+ {
634
+ type: "event",
635
+ name: "Initialized",
636
+ inputs: [
637
+ {
638
+ name: "version",
639
+ type: "uint64",
640
+ indexed: false,
641
+ internalType: "uint64",
642
+ },
643
+ ],
644
+ anonymous: false,
645
+ },
646
+ {
647
+ type: "event",
648
+ name: "IntegratorFeeDistribution",
649
+ inputs: [
650
+ {
651
+ name: "integrator",
652
+ type: "address",
653
+ indexed: true,
654
+ internalType: "address",
655
+ },
656
+ {
657
+ name: "integrator_amount",
658
+ type: "uint256",
659
+ indexed: false,
660
+ internalType: "uint256",
661
+ },
662
+ {
663
+ name: "surplus_to_handler",
664
+ type: "uint256",
665
+ indexed: false,
666
+ internalType: "uint256",
667
+ },
668
+ {
669
+ name: "user_amount",
670
+ type: "uint256",
671
+ indexed: false,
672
+ internalType: "uint256",
673
+ },
674
+ ],
675
+ anonymous: false,
676
+ },
677
+ {
678
+ type: "event",
679
+ name: "OwnershipTransferStarted",
680
+ inputs: [
681
+ {
682
+ name: "previousOwner",
683
+ type: "address",
684
+ indexed: true,
685
+ internalType: "address",
686
+ },
687
+ {
688
+ name: "newOwner",
689
+ type: "address",
690
+ indexed: true,
691
+ internalType: "address",
692
+ },
693
+ ],
694
+ anonymous: false,
695
+ },
696
+ {
697
+ type: "event",
698
+ name: "OwnershipTransferred",
699
+ inputs: [
700
+ {
701
+ name: "previousOwner",
702
+ type: "address",
703
+ indexed: true,
704
+ internalType: "address",
705
+ },
706
+ {
707
+ name: "newOwner",
708
+ type: "address",
709
+ indexed: true,
710
+ internalType: "address",
711
+ },
712
+ ],
713
+ anonymous: false,
714
+ },
715
+ {
716
+ type: "event",
717
+ name: "Paused",
718
+ inputs: [
719
+ {
720
+ name: "account",
721
+ type: "address",
722
+ indexed: false,
723
+ internalType: "address",
724
+ },
725
+ ],
726
+ anonymous: false,
727
+ },
728
+ {
729
+ type: "event",
730
+ name: "SetNativeTokenSupport",
731
+ inputs: [
732
+ {
733
+ name: "protocol_id",
734
+ type: "int24",
735
+ indexed: false,
736
+ internalType: "int24",
737
+ },
738
+ {
739
+ name: "support",
740
+ type: "bool",
741
+ indexed: false,
742
+ internalType: "bool",
743
+ },
744
+ ],
745
+ anonymous: false,
746
+ },
747
+ {
748
+ type: "event",
749
+ name: "Swap",
750
+ inputs: [
751
+ {
752
+ name: "sender",
753
+ type: "address",
754
+ indexed: false,
755
+ internalType: "address",
756
+ },
757
+ {
758
+ name: "amount_in",
759
+ type: "uint256",
760
+ indexed: false,
761
+ internalType: "uint256",
762
+ },
763
+ {
764
+ name: "amount_out",
765
+ type: "uint256",
766
+ indexed: false,
767
+ internalType: "uint256",
768
+ },
769
+ {
770
+ name: "token_in",
771
+ type: "address",
772
+ indexed: false,
773
+ internalType: "address",
774
+ },
775
+ {
776
+ name: "token_out",
777
+ type: "address",
778
+ indexed: false,
779
+ internalType: "address",
780
+ },
781
+ {
782
+ name: "destination",
783
+ type: "address",
784
+ indexed: false,
785
+ internalType: "address",
786
+ },
787
+ ],
788
+ anonymous: false,
789
+ },
790
+ {
791
+ type: "event",
792
+ name: "SwapHandlerRemoved",
793
+ inputs: [
794
+ {
795
+ name: "protocol_id",
796
+ type: "int24",
797
+ indexed: false,
798
+ internalType: "int24",
799
+ },
800
+ ],
801
+ anonymous: false,
802
+ },
803
+ {
804
+ type: "event",
805
+ name: "Unpaused",
806
+ inputs: [
807
+ {
808
+ name: "account",
809
+ type: "address",
810
+ indexed: false,
811
+ internalType: "address",
812
+ },
813
+ ],
814
+ anonymous: false,
815
+ },
816
+ {
817
+ type: "error",
818
+ name: "AlreadySet",
819
+ inputs: [],
820
+ },
821
+ {
822
+ type: "error",
823
+ name: "AmountInZero",
824
+ inputs: [],
825
+ },
826
+ {
827
+ type: "error",
828
+ name: "AmountTooSmallForRate",
829
+ inputs: [],
830
+ },
831
+ {
832
+ type: "error",
833
+ name: "AmountZero",
834
+ inputs: [],
835
+ },
836
+ {
837
+ type: "error",
838
+ name: "ArrayLengthsMismatching",
839
+ inputs: [],
840
+ },
841
+ {
842
+ type: "error",
843
+ name: "BipsExceedsMaximum",
844
+ inputs: [],
845
+ },
846
+ {
847
+ type: "error",
848
+ name: "CallFailed",
849
+ inputs: [],
850
+ },
851
+ {
852
+ type: "error",
853
+ name: "CannotTakeBothFeeAndSurplus",
854
+ inputs: [],
855
+ },
856
+ {
857
+ type: "error",
858
+ name: "DeadlineExpired",
859
+ inputs: [],
860
+ },
861
+ {
862
+ type: "error",
863
+ name: "DestinationZero",
864
+ inputs: [],
865
+ },
866
+ {
867
+ type: "error",
868
+ name: "EmptyArray",
869
+ inputs: [],
870
+ },
871
+ {
872
+ type: "error",
873
+ name: "EnforcedPause",
874
+ inputs: [],
875
+ },
876
+ {
877
+ type: "error",
878
+ name: "ExpectedPause",
879
+ inputs: [],
880
+ },
881
+ {
882
+ type: "error",
883
+ name: "FeePercentageExceedsMaximum",
884
+ inputs: [],
885
+ },
886
+ {
887
+ type: "error",
888
+ name: "InvalidAddress",
889
+ inputs: [],
890
+ },
891
+ {
892
+ type: "error",
893
+ name: "InvalidInitialization",
894
+ inputs: [],
895
+ },
896
+ {
897
+ type: "error",
898
+ name: "MinReceivedAmountNotReached",
899
+ inputs: [],
900
+ },
901
+ {
902
+ type: "error",
903
+ name: "MinReceivedZero",
904
+ inputs: [],
905
+ },
906
+ {
907
+ type: "error",
908
+ name: "NoSwapsProvided",
909
+ inputs: [],
910
+ },
911
+ {
912
+ type: "error",
913
+ name: "NotInitializing",
914
+ inputs: [],
915
+ },
916
+ {
917
+ type: "error",
918
+ name: "OwnableInvalidOwner",
919
+ inputs: [
920
+ {
921
+ name: "owner",
922
+ type: "address",
923
+ internalType: "address",
924
+ },
925
+ ],
926
+ },
927
+ {
928
+ type: "error",
929
+ name: "OwnableUnauthorizedAccount",
930
+ inputs: [
931
+ {
932
+ name: "account",
933
+ type: "address",
934
+ internalType: "address",
935
+ },
936
+ ],
937
+ },
938
+ {
939
+ type: "error",
940
+ name: "RateExceedsMaximum",
941
+ inputs: [],
942
+ },
943
+ {
944
+ type: "error",
945
+ name: "RateZero",
946
+ inputs: [],
947
+ },
948
+ {
949
+ type: "error",
950
+ name: "ReentrancyGuardReentrantCall",
951
+ inputs: [],
952
+ },
953
+ {
954
+ type: "error",
955
+ name: "SafeERC20FailedOperation",
956
+ inputs: [
957
+ {
958
+ name: "token",
959
+ type: "address",
960
+ internalType: "address",
961
+ },
962
+ ],
963
+ },
964
+ {
965
+ type: "error",
966
+ name: "SurplusPercentageExceedsMaximum",
967
+ inputs: [],
968
+ },
969
+ {
970
+ type: "error",
971
+ name: "SwapFailed",
972
+ inputs: [],
973
+ },
974
+ {
975
+ type: "error",
976
+ name: "SwapHandlerNotSet",
977
+ inputs: [],
978
+ },
979
+ {
980
+ type: "error",
981
+ name: "TokenAddressesAreSame",
982
+ inputs: [],
983
+ },
984
+ {
985
+ type: "error",
986
+ name: "TooManyTokens",
987
+ inputs: [],
988
+ },
989
+ ];
990
+ //# sourceMappingURL=monad.js.map