@superfluid-finance/sdk-core 0.4.4-dev.f94fdbb.0 → 0.4.5-dev.6cf4191.0

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 (138) hide show
  1. package/CHANGELOG.md +19 -2
  2. package/README.md +1 -1
  3. package/dist/index.umd.js +308 -207
  4. package/dist/main/Framework.d.ts +1 -7
  5. package/dist/main/Framework.d.ts.map +1 -1
  6. package/dist/main/Framework.js +2 -9
  7. package/dist/main/Framework.js.map +1 -1
  8. package/dist/main/Query.d.ts +0 -2
  9. package/dist/main/Query.d.ts.map +1 -1
  10. package/dist/main/Query.js +0 -37
  11. package/dist/main/Query.js.map +1 -1
  12. package/dist/main/SFError.d.ts +1 -1
  13. package/dist/main/SFError.d.ts.map +1 -1
  14. package/dist/main/SFError.js +0 -1
  15. package/dist/main/SFError.js.map +1 -1
  16. package/dist/main/constants.d.ts +2 -1
  17. package/dist/main/constants.d.ts.map +1 -1
  18. package/dist/main/constants.js +29 -30
  19. package/dist/main/constants.js.map +1 -1
  20. package/dist/main/events.d.ts +15 -0
  21. package/dist/main/events.d.ts.map +1 -1
  22. package/dist/main/events.js +7 -0
  23. package/dist/main/events.js.map +1 -1
  24. package/dist/main/frameworkHelpers.d.ts +1 -2
  25. package/dist/main/frameworkHelpers.d.ts.map +1 -1
  26. package/dist/main/frameworkHelpers.js +12 -39
  27. package/dist/main/frameworkHelpers.js.map +1 -1
  28. package/dist/main/index.d.ts +2 -0
  29. package/dist/main/index.d.ts.map +1 -1
  30. package/dist/main/index.js +2 -0
  31. package/dist/main/index.js.map +1 -1
  32. package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  33. package/dist/main/mapGetAllEventsQueryEvents.js +86 -0
  34. package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
  35. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +3 -1
  36. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  37. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +3 -1
  38. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
  39. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -1
  40. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  41. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
  42. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
  43. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts +1 -1
  44. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
  45. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js +3 -1
  46. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js.map +1 -1
  47. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +3 -1
  48. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
  49. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js +1 -1
  50. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js.map +1 -1
  51. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +43 -0
  52. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -0
  53. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js +27 -0
  54. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js.map +1 -0
  55. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +46 -0
  56. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -0
  57. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js +5 -0
  58. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js.map +1 -0
  59. package/dist/main/subgraph/events/events.generated.d.ts +89 -0
  60. package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
  61. package/dist/main/subgraph/events/events.generated.js +37 -37
  62. package/dist/main/subgraph/events/events.generated.js.map +1 -1
  63. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +46 -0
  64. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  65. package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
  66. package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
  67. package/dist/main/subgraph/schema.generated.d.ts +707 -42
  68. package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
  69. package/dist/main/types.d.ts +0 -1
  70. package/dist/main/types.d.ts.map +1 -1
  71. package/dist/module/Framework.d.ts +1 -7
  72. package/dist/module/Framework.d.ts.map +1 -1
  73. package/dist/module/Framework.js +2 -9
  74. package/dist/module/Framework.js.map +1 -1
  75. package/dist/module/Query.d.ts +0 -2
  76. package/dist/module/Query.d.ts.map +1 -1
  77. package/dist/module/Query.js +0 -37
  78. package/dist/module/Query.js.map +1 -1
  79. package/dist/module/SFError.d.ts +1 -1
  80. package/dist/module/SFError.d.ts.map +1 -1
  81. package/dist/module/SFError.js +0 -1
  82. package/dist/module/SFError.js.map +1 -1
  83. package/dist/module/constants.d.ts +2 -1
  84. package/dist/module/constants.d.ts.map +1 -1
  85. package/dist/module/constants.js +28 -29
  86. package/dist/module/constants.js.map +1 -1
  87. package/dist/module/events.d.ts +15 -0
  88. package/dist/module/events.d.ts.map +1 -1
  89. package/dist/module/events.js +6 -1
  90. package/dist/module/events.js.map +1 -1
  91. package/dist/module/frameworkHelpers.d.ts +1 -2
  92. package/dist/module/frameworkHelpers.d.ts.map +1 -1
  93. package/dist/module/frameworkHelpers.js +13 -40
  94. package/dist/module/frameworkHelpers.js.map +1 -1
  95. package/dist/module/index.d.ts +2 -0
  96. package/dist/module/index.d.ts.map +1 -1
  97. package/dist/module/index.js +2 -0
  98. package/dist/module/index.js.map +1 -1
  99. package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  100. package/dist/module/mapGetAllEventsQueryEvents.js +63 -0
  101. package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
  102. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +3 -1
  103. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  104. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +3 -1
  105. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
  106. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -1
  107. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
  108. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
  109. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
  110. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts +1 -1
  111. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
  112. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js +3 -1
  113. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js.map +1 -1
  114. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +3 -1
  115. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
  116. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js +1 -1
  117. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js.map +1 -1
  118. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +43 -0
  119. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -0
  120. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js +23 -0
  121. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js.map +1 -0
  122. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +46 -0
  123. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -0
  124. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js +2 -0
  125. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js.map +1 -0
  126. package/dist/module/subgraph/events/events.generated.d.ts +89 -0
  127. package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
  128. package/dist/module/subgraph/events/events.generated.js +37 -37
  129. package/dist/module/subgraph/events/events.generated.js.map +1 -1
  130. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +46 -0
  131. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  132. package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
  133. package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
  134. package/dist/module/subgraph/schema.generated.d.ts +707 -42
  135. package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
  136. package/dist/module/types.d.ts +0 -1
  137. package/dist/module/types.d.ts.map +1 -1
  138. package/package.json +1 -1
@@ -14,6 +14,7 @@ export declare type FlowUpdatedEventsQuery = {
14
14
  id: string;
15
15
  blockNumber: string;
16
16
  transactionHash: string;
17
+ gasPrice: string;
17
18
  order: string;
18
19
  timestamp: string;
19
20
  logIndex: string;
@@ -41,6 +42,7 @@ export declare type FlowOperatorUpdatedEventsQuery = {
41
42
  id: string;
42
43
  blockNumber: string;
43
44
  transactionHash: string;
45
+ gasPrice: string;
44
46
  order: string;
45
47
  timestamp: string;
46
48
  logIndex: string;
@@ -64,6 +66,7 @@ export declare type IndexCreatedEventsQuery = {
64
66
  id: string;
65
67
  blockNumber: string;
66
68
  transactionHash: string;
69
+ gasPrice: string;
67
70
  order: string;
68
71
  timestamp: string;
69
72
  logIndex: string;
@@ -90,6 +93,7 @@ export declare type IndexDistributionClaimedEventsQuery = {
90
93
  id: string;
91
94
  blockNumber: string;
92
95
  transactionHash: string;
96
+ gasPrice: string;
93
97
  order: string;
94
98
  timestamp: string;
95
99
  logIndex: string;
@@ -117,6 +121,7 @@ export declare type IndexUpdatedEventsQuery = {
117
121
  id: string;
118
122
  blockNumber: string;
119
123
  transactionHash: string;
124
+ gasPrice: string;
120
125
  order: string;
121
126
  timestamp: string;
122
127
  logIndex: string;
@@ -146,6 +151,7 @@ export declare type IndexSubscribedEventsQuery = {
146
151
  __typename: 'IndexSubscribedEvent';
147
152
  blockNumber: string;
148
153
  transactionHash: string;
154
+ gasPrice: string;
149
155
  order: string;
150
156
  timestamp: string;
151
157
  logIndex: string;
@@ -174,6 +180,7 @@ export declare type IndexUnitsUpdatedEventsQuery = {
174
180
  id: string;
175
181
  blockNumber: string;
176
182
  transactionHash: string;
183
+ gasPrice: string;
177
184
  order: string;
178
185
  timestamp: string;
179
186
  logIndex: string;
@@ -203,6 +210,7 @@ export declare type IndexUnsubscribedEventsQuery = {
203
210
  id: string;
204
211
  blockNumber: string;
205
212
  transactionHash: string;
213
+ gasPrice: string;
206
214
  order: string;
207
215
  timestamp: string;
208
216
  logIndex: string;
@@ -230,6 +238,7 @@ export declare type SubscriptionApprovedEventsQuery = {
230
238
  id: string;
231
239
  blockNumber: string;
232
240
  transactionHash: string;
241
+ gasPrice: string;
233
242
  order: string;
234
243
  timestamp: string;
235
244
  logIndex: string;
@@ -257,6 +266,7 @@ export declare type SubscriptionDistributionClaimedEventsQuery = {
257
266
  id: string;
258
267
  blockNumber: string;
259
268
  transactionHash: string;
269
+ gasPrice: string;
260
270
  order: string;
261
271
  timestamp: string;
262
272
  logIndex: string;
@@ -284,6 +294,7 @@ export declare type SubscriptionRevokedEventsQuery = {
284
294
  id: string;
285
295
  blockNumber: string;
286
296
  transactionHash: string;
297
+ gasPrice: string;
287
298
  order: string;
288
299
  timestamp: string;
289
300
  logIndex: string;
@@ -311,6 +322,7 @@ export declare type SubscriptionUnitsUpdatedEventsQuery = {
311
322
  id: string;
312
323
  blockNumber: string;
313
324
  transactionHash: string;
325
+ gasPrice: string;
314
326
  order: string;
315
327
  timestamp: string;
316
328
  logIndex: string;
@@ -340,6 +352,7 @@ export declare type TransferEventsQuery = {
340
352
  id: string;
341
353
  blockNumber: string;
342
354
  transactionHash: string;
355
+ gasPrice: string;
343
356
  order: string;
344
357
  timestamp: string;
345
358
  logIndex: string;
@@ -367,6 +380,7 @@ export declare type TokenUpgradedEventsQuery = {
367
380
  id: string;
368
381
  blockNumber: string;
369
382
  transactionHash: string;
383
+ gasPrice: string;
370
384
  order: string;
371
385
  timestamp: string;
372
386
  logIndex: string;
@@ -390,6 +404,7 @@ export declare type TokenDowngradedEventsQuery = {
390
404
  __typename: 'TokenDowngradedEvent';
391
405
  id: string;
392
406
  transactionHash: string;
407
+ gasPrice: string;
393
408
  order: string;
394
409
  timestamp: string;
395
410
  logIndex: string;
@@ -415,6 +430,7 @@ export declare type AgreementClassRegisteredEventsQuery = {
415
430
  id: string;
416
431
  blockNumber: string;
417
432
  transactionHash: string;
433
+ gasPrice: string;
418
434
  order: string;
419
435
  timestamp: string;
420
436
  logIndex: string;
@@ -436,6 +452,7 @@ export declare type AgreementClassUpdatedEventsQuery = {
436
452
  id: string;
437
453
  blockNumber: string;
438
454
  transactionHash: string;
455
+ gasPrice: string;
439
456
  order: string;
440
457
  timestamp: string;
441
458
  logIndex: string;
@@ -456,6 +473,7 @@ export declare type AppRegisteredEventsQuery = {
456
473
  __typename: 'AppRegisteredEvent';
457
474
  id: string;
458
475
  transactionHash: string;
476
+ gasPrice: string;
459
477
  order: string;
460
478
  timestamp: string;
461
479
  logIndex: string;
@@ -477,6 +495,7 @@ export declare type GovernanceReplacedEventsQuery = {
477
495
  id: string;
478
496
  blockNumber: string;
479
497
  transactionHash: string;
498
+ gasPrice: string;
480
499
  order: string;
481
500
  timestamp: string;
482
501
  logIndex: string;
@@ -498,6 +517,7 @@ export declare type JailEventsQuery = {
498
517
  id: string;
499
518
  blockNumber: string;
500
519
  transactionHash: string;
520
+ gasPrice: string;
501
521
  order: string;
502
522
  timestamp: string;
503
523
  logIndex: string;
@@ -519,6 +539,7 @@ export declare type SuperTokenFactoryUpdatedEventsQuery = {
519
539
  id: string;
520
540
  blockNumber: string;
521
541
  transactionHash: string;
542
+ gasPrice: string;
522
543
  order: string;
523
544
  timestamp: string;
524
545
  logIndex: string;
@@ -539,6 +560,7 @@ export declare type SuperTokenLogicUpdatedEventsQuery = {
539
560
  id: string;
540
561
  blockNumber: string;
541
562
  transactionHash: string;
563
+ gasPrice: string;
542
564
  order: string;
543
565
  timestamp: string;
544
566
  logIndex: string;
@@ -560,6 +582,7 @@ export declare type RoleAdminChangedEventsQuery = {
560
582
  id: string;
561
583
  blockNumber: string;
562
584
  transactionHash: string;
585
+ gasPrice: string;
563
586
  order: string;
564
587
  timestamp: string;
565
588
  logIndex: string;
@@ -582,6 +605,7 @@ export declare type RoleGrantedEventsQuery = {
582
605
  id: string;
583
606
  blockNumber: string;
584
607
  transactionHash: string;
608
+ gasPrice: string;
585
609
  order: string;
586
610
  timestamp: string;
587
611
  logIndex: string;
@@ -604,6 +628,7 @@ export declare type RoleRevokedEventsQuery = {
604
628
  id: string;
605
629
  blockNumber: string;
606
630
  transactionHash: string;
631
+ gasPrice: string;
607
632
  order: string;
608
633
  timestamp: string;
609
634
  logIndex: string;
@@ -626,11 +651,13 @@ export declare type CfaV1LiquidationPeriodChangedEventsQuery = {
626
651
  id: string;
627
652
  blockNumber: string;
628
653
  transactionHash: string;
654
+ gasPrice: string;
629
655
  order: string;
630
656
  timestamp: string;
631
657
  logIndex: string;
632
658
  superToken: string;
633
659
  host: string;
660
+ governanceAddress: string;
634
661
  liquidationPeriod: string;
635
662
  isKeySet: boolean;
636
663
  }>;
@@ -649,6 +676,7 @@ export declare type ConfigChangedEventsQuery = {
649
676
  id: string;
650
677
  blockNumber: string;
651
678
  transactionHash: string;
679
+ gasPrice: string;
652
680
  order: string;
653
681
  timestamp: string;
654
682
  logIndex: string;
@@ -657,6 +685,7 @@ export declare type ConfigChangedEventsQuery = {
657
685
  key: string;
658
686
  isKeySet: boolean;
659
687
  host: string;
688
+ governanceAddress: string;
660
689
  }>;
661
690
  };
662
691
  export declare type RewardAddressChangedEventsQueryVariables = Types.Exact<{
@@ -673,6 +702,7 @@ export declare type RewardAddressChangedEventsQuery = {
673
702
  id: string;
674
703
  blockNumber: string;
675
704
  transactionHash: string;
705
+ gasPrice: string;
676
706
  order: string;
677
707
  timestamp: string;
678
708
  logIndex: string;
@@ -680,6 +710,7 @@ export declare type RewardAddressChangedEventsQuery = {
680
710
  rewardAddress: string;
681
711
  isKeySet: boolean;
682
712
  host: string;
713
+ governanceAddress: string;
683
714
  }>;
684
715
  };
685
716
  export declare type TrustedForwarderChangedEventsQueryVariables = Types.Exact<{
@@ -696,11 +727,13 @@ export declare type TrustedForwarderChangedEventsQuery = {
696
727
  id: string;
697
728
  blockNumber: string;
698
729
  transactionHash: string;
730
+ gasPrice: string;
699
731
  order: string;
700
732
  timestamp: string;
701
733
  logIndex: string;
702
734
  isKeySet: boolean;
703
735
  host: string;
736
+ governanceAddress: string;
704
737
  forwarder: string;
705
738
  enabled: boolean;
706
739
  superToken: string;
@@ -720,6 +753,7 @@ export declare type AgreementLiquidatedByEventsQuery = {
720
753
  id: string;
721
754
  blockNumber: string;
722
755
  transactionHash: string;
756
+ gasPrice: string;
723
757
  order: string;
724
758
  timestamp: string;
725
759
  logIndex: string;
@@ -747,10 +781,12 @@ export declare type BurnedEventsQuery = {
747
781
  id: string;
748
782
  blockNumber: string;
749
783
  transactionHash: string;
784
+ gasPrice: string;
750
785
  order: string;
751
786
  timestamp: string;
752
787
  logIndex: string;
753
788
  operatorData: string;
789
+ token: string;
754
790
  operator: string;
755
791
  from: string;
756
792
  data: string;
@@ -771,10 +807,12 @@ export declare type MintedEventsQuery = {
771
807
  id: string;
772
808
  blockNumber: string;
773
809
  transactionHash: string;
810
+ gasPrice: string;
774
811
  order: string;
775
812
  timestamp: string;
776
813
  logIndex: string;
777
814
  operatorData: string;
815
+ token: string;
778
816
  operator: string;
779
817
  data: string;
780
818
  amount: string;
@@ -795,11 +833,13 @@ export declare type SentEventsQuery = {
795
833
  id: string;
796
834
  blockNumber: string;
797
835
  transactionHash: string;
836
+ gasPrice: string;
798
837
  order: string;
799
838
  timestamp: string;
800
839
  logIndex: string;
801
840
  to: string;
802
841
  operatorData: string;
842
+ token: string;
803
843
  operator: string;
804
844
  data: string;
805
845
  amount: string;
@@ -819,6 +859,7 @@ export declare type CustomSuperTokenCreatedEventsQuery = {
819
859
  id: string;
820
860
  blockNumber: string;
821
861
  transactionHash: string;
862
+ gasPrice: string;
822
863
  order: string;
823
864
  timestamp: string;
824
865
  logIndex: string;
@@ -839,6 +880,7 @@ export declare type SuperTokenCreatedEventsQuery = {
839
880
  id: string;
840
881
  blockNumber: string;
841
882
  transactionHash: string;
883
+ gasPrice: string;
842
884
  order: string;
843
885
  timestamp: string;
844
886
  logIndex: string;
@@ -859,6 +901,7 @@ export declare type SuperTokenLogicCreatedEventsQuery = {
859
901
  id: string;
860
902
  blockNumber: string;
861
903
  transactionHash: string;
904
+ gasPrice: string;
862
905
  order: string;
863
906
  timestamp: string;
864
907
  logIndex: string;
@@ -878,6 +921,7 @@ export declare type EventsQuery = {
878
921
  __typename: 'AgreementClassRegisteredEvent';
879
922
  code: string;
880
923
  agreementType: string;
924
+ gasPrice: string;
881
925
  order: string;
882
926
  logIndex: string;
883
927
  id: string;
@@ -888,6 +932,7 @@ export declare type EventsQuery = {
888
932
  __typename: 'AgreementClassUpdatedEvent';
889
933
  code: string;
890
934
  agreementType: string;
935
+ gasPrice: string;
891
936
  order: string;
892
937
  logIndex: string;
893
938
  id: string;
@@ -904,6 +949,7 @@ export declare type EventsQuery = {
904
949
  bailoutAmount: string;
905
950
  agreementId: string;
906
951
  agreementClass: string;
952
+ gasPrice: string;
907
953
  order: string;
908
954
  logIndex: string;
909
955
  id: string;
@@ -923,6 +969,7 @@ export declare type EventsQuery = {
923
969
  version: string;
924
970
  liquidationType: number;
925
971
  rewardAccount: string;
972
+ gasPrice: string;
926
973
  order: string;
927
974
  logIndex: string;
928
975
  id: string;
@@ -932,6 +979,7 @@ export declare type EventsQuery = {
932
979
  } | {
933
980
  __typename: 'AppRegisteredEvent';
934
981
  app: string;
982
+ gasPrice: string;
935
983
  order: string;
936
984
  logIndex: string;
937
985
  id: string;
@@ -941,10 +989,12 @@ export declare type EventsQuery = {
941
989
  } | {
942
990
  __typename: 'BurnedEvent';
943
991
  operatorData: string;
992
+ token: string;
944
993
  operator: string;
945
994
  from: string;
946
995
  data: string;
947
996
  amount: string;
997
+ gasPrice: string;
948
998
  order: string;
949
999
  logIndex: string;
950
1000
  id: string;
@@ -955,8 +1005,10 @@ export declare type EventsQuery = {
955
1005
  __typename: 'CFAv1LiquidationPeriodChangedEvent';
956
1006
  superToken: string;
957
1007
  host: string;
1008
+ governanceAddress: string;
958
1009
  liquidationPeriod: string;
959
1010
  isKeySet: boolean;
1011
+ gasPrice: string;
960
1012
  order: string;
961
1013
  logIndex: string;
962
1014
  id: string;
@@ -970,6 +1022,8 @@ export declare type EventsQuery = {
970
1022
  key: string;
971
1023
  isKeySet: boolean;
972
1024
  host: string;
1025
+ governanceAddress: string;
1026
+ gasPrice: string;
973
1027
  order: string;
974
1028
  logIndex: string;
975
1029
  id: string;
@@ -979,6 +1033,7 @@ export declare type EventsQuery = {
979
1033
  } | {
980
1034
  __typename: 'CustomSuperTokenCreatedEvent';
981
1035
  token: string;
1036
+ gasPrice: string;
982
1037
  order: string;
983
1038
  logIndex: string;
984
1039
  id: string;
@@ -991,6 +1046,7 @@ export declare type EventsQuery = {
991
1046
  sender: string;
992
1047
  permissions: number;
993
1048
  flowRateAllowance: string;
1049
+ gasPrice: string;
994
1050
  order: string;
995
1051
  logIndex: string;
996
1052
  id: string;
@@ -1007,6 +1063,7 @@ export declare type EventsQuery = {
1007
1063
  flowRate: string;
1008
1064
  flowOperator: string;
1009
1065
  deposit: string;
1066
+ gasPrice: string;
1010
1067
  order: string;
1011
1068
  logIndex: string;
1012
1069
  id: string;
@@ -1017,6 +1074,7 @@ export declare type EventsQuery = {
1017
1074
  __typename: 'GovernanceReplacedEvent';
1018
1075
  oldGovernance: string;
1019
1076
  newGovernance: string;
1077
+ gasPrice: string;
1020
1078
  order: string;
1021
1079
  logIndex: string;
1022
1080
  id: string;
@@ -1029,6 +1087,7 @@ export declare type EventsQuery = {
1029
1087
  token: string;
1030
1088
  publisher: string;
1031
1089
  indexId: string;
1090
+ gasPrice: string;
1032
1091
  order: string;
1033
1092
  logIndex: string;
1034
1093
  id: string;
@@ -1045,6 +1104,7 @@ export declare type EventsQuery = {
1045
1104
  publisher: string;
1046
1105
  indexId: string;
1047
1106
  amount: string;
1107
+ gasPrice: string;
1048
1108
  order: string;
1049
1109
  logIndex: string;
1050
1110
  id: string;
@@ -1061,6 +1121,7 @@ export declare type EventsQuery = {
1061
1121
  subscriber: string;
1062
1122
  publisher: string;
1063
1123
  indexId: string;
1124
+ gasPrice: string;
1064
1125
  order: string;
1065
1126
  logIndex: string;
1066
1127
  id: string;
@@ -1079,6 +1140,7 @@ export declare type EventsQuery = {
1079
1140
  publisher: string;
1080
1141
  oldUnits: string;
1081
1142
  indexId: string;
1143
+ gasPrice: string;
1082
1144
  order: string;
1083
1145
  logIndex: string;
1084
1146
  id: string;
@@ -1095,6 +1157,7 @@ export declare type EventsQuery = {
1095
1157
  subscriber: string;
1096
1158
  publisher: string;
1097
1159
  indexId: string;
1160
+ gasPrice: string;
1098
1161
  order: string;
1099
1162
  logIndex: string;
1100
1163
  id: string;
@@ -1114,6 +1177,7 @@ export declare type EventsQuery = {
1114
1177
  oldIndexValue: string;
1115
1178
  newIndexValue: string;
1116
1179
  indexId: string;
1180
+ gasPrice: string;
1117
1181
  order: string;
1118
1182
  logIndex: string;
1119
1183
  id: string;
@@ -1127,6 +1191,7 @@ export declare type EventsQuery = {
1127
1191
  __typename: 'JailEvent';
1128
1192
  reason: string;
1129
1193
  app: string;
1194
+ gasPrice: string;
1130
1195
  order: string;
1131
1196
  logIndex: string;
1132
1197
  id: string;
@@ -1136,10 +1201,12 @@ export declare type EventsQuery = {
1136
1201
  } | {
1137
1202
  __typename: 'MintedEvent';
1138
1203
  operatorData: string;
1204
+ token: string;
1139
1205
  operator: string;
1140
1206
  data: string;
1141
1207
  amount: string;
1142
1208
  to: string;
1209
+ gasPrice: string;
1143
1210
  order: string;
1144
1211
  logIndex: string;
1145
1212
  id: string;
@@ -1149,10 +1216,12 @@ export declare type EventsQuery = {
1149
1216
  } | {
1150
1217
  __typename: 'PPPConfigurationChangedEvent';
1151
1218
  host: string;
1219
+ governanceAddress: string;
1152
1220
  superToken: string;
1153
1221
  isKeySet: boolean;
1154
1222
  liquidationPeriod: string;
1155
1223
  patricianPeriod: string;
1224
+ gasPrice: string;
1156
1225
  order: string;
1157
1226
  logIndex: string;
1158
1227
  id: string;
@@ -1165,6 +1234,8 @@ export declare type EventsQuery = {
1165
1234
  rewardAddress: string;
1166
1235
  isKeySet: boolean;
1167
1236
  host: string;
1237
+ governanceAddress: string;
1238
+ gasPrice: string;
1168
1239
  order: string;
1169
1240
  logIndex: string;
1170
1241
  id: string;
@@ -1176,6 +1247,7 @@ export declare type EventsQuery = {
1176
1247
  role: string;
1177
1248
  previousAdminRole: string;
1178
1249
  newAdminRole: string;
1250
+ gasPrice: string;
1179
1251
  order: string;
1180
1252
  logIndex: string;
1181
1253
  id: string;
@@ -1187,6 +1259,7 @@ export declare type EventsQuery = {
1187
1259
  sender: string;
1188
1260
  role: string;
1189
1261
  account: string;
1262
+ gasPrice: string;
1190
1263
  order: string;
1191
1264
  logIndex: string;
1192
1265
  id: string;
@@ -1198,6 +1271,7 @@ export declare type EventsQuery = {
1198
1271
  sender: string;
1199
1272
  role: string;
1200
1273
  account: string;
1274
+ gasPrice: string;
1201
1275
  order: string;
1202
1276
  logIndex: string;
1203
1277
  id: string;
@@ -1208,9 +1282,11 @@ export declare type EventsQuery = {
1208
1282
  __typename: 'SentEvent';
1209
1283
  to: string;
1210
1284
  operatorData: string;
1285
+ token: string;
1211
1286
  operator: string;
1212
1287
  data: string;
1213
1288
  amount: string;
1289
+ gasPrice: string;
1214
1290
  order: string;
1215
1291
  logIndex: string;
1216
1292
  id: string;
@@ -1224,6 +1300,7 @@ export declare type EventsQuery = {
1224
1300
  subscriber: string;
1225
1301
  publisher: string;
1226
1302
  indexId: string;
1303
+ gasPrice: string;
1227
1304
  order: string;
1228
1305
  logIndex: string;
1229
1306
  id: string;
@@ -1240,6 +1317,7 @@ export declare type EventsQuery = {
1240
1317
  publisher: string;
1241
1318
  indexId: string;
1242
1319
  amount: string;
1320
+ gasPrice: string;
1243
1321
  order: string;
1244
1322
  logIndex: string;
1245
1323
  id: string;
@@ -1256,6 +1334,7 @@ export declare type EventsQuery = {
1256
1334
  publisher: string;
1257
1335
  indexId: string;
1258
1336
  token: string;
1337
+ gasPrice: string;
1259
1338
  order: string;
1260
1339
  logIndex: string;
1261
1340
  id: string;
@@ -1274,6 +1353,7 @@ export declare type EventsQuery = {
1274
1353
  publisher: string;
1275
1354
  oldUnits: string;
1276
1355
  indexId: string;
1356
+ gasPrice: string;
1277
1357
  order: string;
1278
1358
  logIndex: string;
1279
1359
  id: string;
@@ -1286,6 +1366,7 @@ export declare type EventsQuery = {
1286
1366
  } | {
1287
1367
  __typename: 'SuperTokenCreatedEvent';
1288
1368
  token: string;
1369
+ gasPrice: string;
1289
1370
  order: string;
1290
1371
  logIndex: string;
1291
1372
  id: string;
@@ -1295,6 +1376,7 @@ export declare type EventsQuery = {
1295
1376
  } | {
1296
1377
  __typename: 'SuperTokenFactoryUpdatedEvent';
1297
1378
  newFactory: string;
1379
+ gasPrice: string;
1298
1380
  order: string;
1299
1381
  logIndex: string;
1300
1382
  id: string;
@@ -1304,6 +1386,7 @@ export declare type EventsQuery = {
1304
1386
  } | {
1305
1387
  __typename: 'SuperTokenLogicCreatedEvent';
1306
1388
  tokenLogic: string;
1389
+ gasPrice: string;
1307
1390
  order: string;
1308
1391
  logIndex: string;
1309
1392
  id: string;
@@ -1314,6 +1397,7 @@ export declare type EventsQuery = {
1314
1397
  __typename: 'SuperTokenLogicUpdatedEvent';
1315
1398
  token: string;
1316
1399
  code: string;
1400
+ gasPrice: string;
1317
1401
  order: string;
1318
1402
  logIndex: string;
1319
1403
  id: string;
@@ -1324,6 +1408,7 @@ export declare type EventsQuery = {
1324
1408
  __typename: 'TokenDowngradedEvent';
1325
1409
  token: string;
1326
1410
  amount: string;
1411
+ gasPrice: string;
1327
1412
  order: string;
1328
1413
  logIndex: string;
1329
1414
  id: string;
@@ -1337,6 +1422,7 @@ export declare type EventsQuery = {
1337
1422
  __typename: 'TokenUpgradedEvent';
1338
1423
  amount: string;
1339
1424
  token: string;
1425
+ gasPrice: string;
1340
1426
  order: string;
1341
1427
  logIndex: string;
1342
1428
  id: string;
@@ -1350,6 +1436,7 @@ export declare type EventsQuery = {
1350
1436
  __typename: 'TransferEvent';
1351
1437
  value: string;
1352
1438
  token: string;
1439
+ gasPrice: string;
1353
1440
  order: string;
1354
1441
  logIndex: string;
1355
1442
  id: string;
@@ -1366,9 +1453,11 @@ export declare type EventsQuery = {
1366
1453
  __typename: 'TrustedForwarderChangedEvent';
1367
1454
  isKeySet: boolean;
1368
1455
  host: string;
1456
+ governanceAddress: string;
1369
1457
  forwarder: string;
1370
1458
  enabled: boolean;
1371
1459
  superToken: string;
1460
+ gasPrice: string;
1372
1461
  order: string;
1373
1462
  logIndex: string;
1374
1463
  id: string;