@berachain/graphql 0.2.4 → 0.2.6-beta.1
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/dist/bend/whisk.codegen.cjs +271 -17
- package/dist/bend/whisk.codegen.d.cts +646 -21
- package/dist/bend/whisk.codegen.d.ts +646 -21
- package/dist/bend/whisk.codegen.mjs +275 -21
- package/dist/chain/chain.codegen.d.cts +2 -2
- package/dist/chain/chain.codegen.d.ts +2 -2
- package/dist/dex/api.codegen.d.cts +17 -17
- package/dist/dex/api.codegen.d.ts +17 -17
- package/dist/dex/subgraph.codegen.d.cts +9 -9
- package/dist/dex/subgraph.codegen.d.ts +9 -9
- package/dist/governance/governance.codegen.d.cts +9 -9
- package/dist/governance/governance.codegen.d.ts +9 -9
- package/dist/honey/honey.codegen.cjs +6 -6
- package/dist/honey/honey.codegen.d.cts +16 -16
- package/dist/honey/honey.codegen.d.ts +16 -16
- package/dist/honey/honey.codegen.mjs +1 -1
- package/dist/pol/api.codegen.d.cts +21 -21
- package/dist/pol/api.codegen.d.ts +21 -21
- package/dist/pol/subgraph.codegen.d.cts +19 -19
- package/dist/pol/subgraph.codegen.d.ts +19 -19
- package/package.json +2 -2
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
import{gql as
|
|
1
|
+
import{gql as t}from"@apollo/client";var m=(n=>(n.Borrow="Borrow",n.Supply="Supply",n))(m||{}),d=(a=>(a.OneDay="one_day",a.SevenDays="seven_days",a.ThirtyDays="thirty_days",a))(d||{}),A=(s=>(s.Box="box",s.Generic="generic",s.MorphoV1="morpho_v1",s.MorphoV2="morpho_v2",s))(A||{}),c=(r=>(r.Base="base",r.Ens="ens",r.Farcaster="farcaster",r.Lens="lens",r.Nns="nns",r.Uni="uni",r.World="world",r))(c||{}),_=(n=>(n.Borrow="Borrow",n.Lend="Lend",n))(_||{}),g=(a=>(a.Btc="Btc",a.Eth="Eth",a.Stable="Stable",a))(g||{}),b=(e=>(e.Enzyme="enzyme",e.EulerEarn="euler_earn",e.EulerV2="euler_v2",e.Gearbox="gearbox",e.Lista="lista",e.Mellow="mellow",e.Midas="midas",e.Morpho="morpho",e.Napier="napier",e.Pendle="pendle",e.Reserve="reserve",e.Silo="silo",e.TurtleClub="turtle_club",e))(b||{}),k=(a=>(a.Index="index",a.Lending="lending",a.Staking="staking",a))(k||{}),p=t`
|
|
2
2
|
fragment ChainInfoFragment on Chain {
|
|
3
3
|
id
|
|
4
4
|
name
|
|
5
5
|
icon
|
|
6
6
|
}
|
|
7
|
-
`,o=
|
|
7
|
+
`,o=t`
|
|
8
8
|
fragment TokenInfoFragment on Token {
|
|
9
9
|
address
|
|
10
10
|
symbol
|
|
11
11
|
decimals
|
|
12
12
|
icon
|
|
13
13
|
category
|
|
14
|
+
name
|
|
14
15
|
}
|
|
15
|
-
`,
|
|
16
|
+
`,l=t`
|
|
16
17
|
fragment CuratorInfoFragment on Curator {
|
|
17
18
|
name
|
|
18
19
|
image
|
|
19
20
|
url
|
|
20
21
|
}
|
|
21
|
-
`,u=
|
|
22
|
+
`,u=t`
|
|
22
23
|
fragment ApyFragment on Apy {
|
|
23
24
|
base
|
|
24
25
|
rewards {
|
|
@@ -30,7 +31,7 @@ import{gql as a}from"@apollo/client";var d=(n=>(n.Borrow="Borrow",n.Supply="Supp
|
|
|
30
31
|
total
|
|
31
32
|
fee
|
|
32
33
|
}
|
|
33
|
-
${o}`,
|
|
34
|
+
${o}`,i=t`
|
|
34
35
|
fragment VaultSummaryFragment on MorphoVault {
|
|
35
36
|
chain {
|
|
36
37
|
...ChainInfoFragment
|
|
@@ -59,6 +60,12 @@ import{gql as a}from"@apollo/client";var d=(n=>(n.Borrow="Borrow",n.Supply="Supp
|
|
|
59
60
|
supplyApy {
|
|
60
61
|
...ApyFragment
|
|
61
62
|
}
|
|
63
|
+
supplyApy1d {
|
|
64
|
+
...ApyFragment
|
|
65
|
+
}
|
|
66
|
+
supplyApy7d {
|
|
67
|
+
...ApyFragment
|
|
68
|
+
}
|
|
62
69
|
marketAllocations {
|
|
63
70
|
market {
|
|
64
71
|
isIdle
|
|
@@ -79,10 +86,10 @@ import{gql as a}from"@apollo/client";var d=(n=>(n.Borrow="Borrow",n.Supply="Supp
|
|
|
79
86
|
vaultSupplyShare
|
|
80
87
|
}
|
|
81
88
|
}
|
|
82
|
-
${
|
|
89
|
+
${p}
|
|
83
90
|
${o}
|
|
84
|
-
${
|
|
85
|
-
${u}`,
|
|
91
|
+
${l}
|
|
92
|
+
${u}`,y=t`
|
|
86
93
|
fragment MarketSummaryFragment on MorphoMarket {
|
|
87
94
|
chain {
|
|
88
95
|
...ChainInfoFragment
|
|
@@ -123,6 +130,12 @@ ${u}`,i=a`
|
|
|
123
130
|
borrowApy {
|
|
124
131
|
...ApyFragment
|
|
125
132
|
}
|
|
133
|
+
borrowApy1d {
|
|
134
|
+
...ApyFragment
|
|
135
|
+
}
|
|
136
|
+
borrowApy7d {
|
|
137
|
+
...ApyFragment
|
|
138
|
+
}
|
|
126
139
|
vaultAllocations {
|
|
127
140
|
vault {
|
|
128
141
|
vaultAddress
|
|
@@ -137,9 +150,9 @@ ${u}`,i=a`
|
|
|
137
150
|
}
|
|
138
151
|
}
|
|
139
152
|
}
|
|
140
|
-
${
|
|
153
|
+
${p}
|
|
141
154
|
${o}
|
|
142
|
-
${u}`,
|
|
155
|
+
${u}`,S=t`
|
|
143
156
|
query VaultSummaries($chainIds: [ChainId!]!, $vaultAddresses: [Address!]!) {
|
|
144
157
|
morphoVaults(
|
|
145
158
|
where: {chainId_in: $chainIds, vaultAddress_in: $vaultAddresses}
|
|
@@ -153,7 +166,7 @@ ${u}`,M=a`
|
|
|
153
166
|
}
|
|
154
167
|
}
|
|
155
168
|
}
|
|
156
|
-
${
|
|
169
|
+
${i}`,I=t`
|
|
157
170
|
query MarketSummaries($chainIds: [ChainId!]!, $marketIds: [Hex!]!) {
|
|
158
171
|
morphoMarkets(
|
|
159
172
|
where: {chainId_in: $chainIds, marketId_in: $marketIds}
|
|
@@ -167,7 +180,7 @@ ${u}`,M=a`
|
|
|
167
180
|
}
|
|
168
181
|
}
|
|
169
182
|
}
|
|
170
|
-
${
|
|
183
|
+
${y}`,x=t`
|
|
171
184
|
query Vault($chainId: ChainId!, $vaultAddress: Address!) {
|
|
172
185
|
morphoVaults(where: {chainId_in: [$chainId], vaultAddress_in: [$vaultAddress]}) {
|
|
173
186
|
items {
|
|
@@ -254,10 +267,10 @@ ${u}`,M=a`
|
|
|
254
267
|
}
|
|
255
268
|
}
|
|
256
269
|
}
|
|
257
|
-
${
|
|
258
|
-
${
|
|
270
|
+
${i}
|
|
271
|
+
${p}
|
|
259
272
|
${o}
|
|
260
|
-
${u}`,
|
|
273
|
+
${u}`,w=t`
|
|
261
274
|
query Market($chainId: ChainId!, $marketId: Hex!) {
|
|
262
275
|
morphoMarkets(where: {chainId_in: [$chainId], marketId_in: [$marketId]}) {
|
|
263
276
|
items {
|
|
@@ -341,10 +354,10 @@ ${u}`,x=a`
|
|
|
341
354
|
}
|
|
342
355
|
}
|
|
343
356
|
}
|
|
344
|
-
${
|
|
357
|
+
${y}
|
|
345
358
|
${o}
|
|
346
|
-
${
|
|
347
|
-
${
|
|
359
|
+
${p}
|
|
360
|
+
${l}`,T=t`
|
|
348
361
|
query VaultPositions($chainIds: [ChainId!]!, $vaultAddresses: [Address!]!, $accountAddress: Address!) {
|
|
349
362
|
morphoVaultPositions(
|
|
350
363
|
where: {chainId_in: $chainIds, vaultAddress_in: $vaultAddresses, accountAddress_in: [$accountAddress]}
|
|
@@ -372,7 +385,7 @@ ${p}`,T=a`
|
|
|
372
385
|
}
|
|
373
386
|
}
|
|
374
387
|
}
|
|
375
|
-
`,f=
|
|
388
|
+
`,f=t`
|
|
376
389
|
query MarketPositions($chainIds: [ChainId!]!, $marketIds: [Hex!]!, $accountAddress: Address!) {
|
|
377
390
|
morphoMarketPositions(
|
|
378
391
|
where: {chainId_in: $chainIds, marketId_in: $marketIds, accountAddress_in: [$accountAddress]}
|
|
@@ -415,7 +428,7 @@ ${p}`,T=a`
|
|
|
415
428
|
}
|
|
416
429
|
}
|
|
417
430
|
}
|
|
418
|
-
`,C=
|
|
431
|
+
`,C=t`
|
|
419
432
|
query SupportedMarketIds($chainIds: [ChainId!]!, $vaultAddresses: [Address!]!) {
|
|
420
433
|
morphoVaults(where: {chainId_in: $chainIds, vaultAddress_in: $vaultAddresses}) {
|
|
421
434
|
items {
|
|
@@ -430,4 +443,245 @@ ${p}`,T=a`
|
|
|
430
443
|
}
|
|
431
444
|
}
|
|
432
445
|
}
|
|
433
|
-
`,
|
|
446
|
+
`,V=t`
|
|
447
|
+
query VaultHistoryData($chainId: ChainId!, $vaultId: Address!) {
|
|
448
|
+
morphoVaults(where: {chainId_in: [$chainId], vaultAddress_in: [$vaultId]}) {
|
|
449
|
+
items {
|
|
450
|
+
historical {
|
|
451
|
+
daily {
|
|
452
|
+
supplyApy1d {
|
|
453
|
+
total
|
|
454
|
+
}
|
|
455
|
+
supplyApy30d {
|
|
456
|
+
total
|
|
457
|
+
}
|
|
458
|
+
supplyApy7d {
|
|
459
|
+
total
|
|
460
|
+
}
|
|
461
|
+
totalSupplied {
|
|
462
|
+
usd
|
|
463
|
+
raw
|
|
464
|
+
formatted
|
|
465
|
+
}
|
|
466
|
+
bucketTimestamp
|
|
467
|
+
}
|
|
468
|
+
hourly {
|
|
469
|
+
supplyApy1d {
|
|
470
|
+
total
|
|
471
|
+
}
|
|
472
|
+
supplyApy30d {
|
|
473
|
+
total
|
|
474
|
+
}
|
|
475
|
+
supplyApy7d {
|
|
476
|
+
total
|
|
477
|
+
}
|
|
478
|
+
totalSupplied {
|
|
479
|
+
usd
|
|
480
|
+
raw
|
|
481
|
+
formatted
|
|
482
|
+
}
|
|
483
|
+
bucketTimestamp
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
`,$=t`
|
|
490
|
+
query VaultMarketAllocationHistoryData($chainId: ChainId!, $vaultId: Address!) {
|
|
491
|
+
morphoVaults(where: {chainId_in: [$chainId], vaultAddress_in: [$vaultId]}) {
|
|
492
|
+
items {
|
|
493
|
+
name
|
|
494
|
+
marketAllocations {
|
|
495
|
+
market {
|
|
496
|
+
historical {
|
|
497
|
+
daily {
|
|
498
|
+
bucketTimestamp
|
|
499
|
+
borrowApy1d {
|
|
500
|
+
total
|
|
501
|
+
}
|
|
502
|
+
borrowApy30d {
|
|
503
|
+
total
|
|
504
|
+
}
|
|
505
|
+
borrowApy7d {
|
|
506
|
+
total
|
|
507
|
+
}
|
|
508
|
+
supplyApy1d {
|
|
509
|
+
total
|
|
510
|
+
}
|
|
511
|
+
supplyApy7d {
|
|
512
|
+
total
|
|
513
|
+
}
|
|
514
|
+
supplyApy30d {
|
|
515
|
+
total
|
|
516
|
+
}
|
|
517
|
+
totalBorrowed {
|
|
518
|
+
formatted
|
|
519
|
+
raw
|
|
520
|
+
usd
|
|
521
|
+
}
|
|
522
|
+
totalCollateral {
|
|
523
|
+
formatted
|
|
524
|
+
raw
|
|
525
|
+
usd
|
|
526
|
+
}
|
|
527
|
+
totalSupplied {
|
|
528
|
+
formatted
|
|
529
|
+
raw
|
|
530
|
+
usd
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
hourly {
|
|
534
|
+
bucketTimestamp
|
|
535
|
+
borrowApy1d {
|
|
536
|
+
total
|
|
537
|
+
}
|
|
538
|
+
borrowApy30d {
|
|
539
|
+
total
|
|
540
|
+
}
|
|
541
|
+
borrowApy7d {
|
|
542
|
+
total
|
|
543
|
+
}
|
|
544
|
+
supplyApy1d {
|
|
545
|
+
total
|
|
546
|
+
}
|
|
547
|
+
supplyApy7d {
|
|
548
|
+
total
|
|
549
|
+
}
|
|
550
|
+
supplyApy30d {
|
|
551
|
+
total
|
|
552
|
+
}
|
|
553
|
+
totalBorrowed {
|
|
554
|
+
formatted
|
|
555
|
+
raw
|
|
556
|
+
usd
|
|
557
|
+
}
|
|
558
|
+
totalCollateral {
|
|
559
|
+
formatted
|
|
560
|
+
raw
|
|
561
|
+
usd
|
|
562
|
+
}
|
|
563
|
+
totalSupplied {
|
|
564
|
+
formatted
|
|
565
|
+
raw
|
|
566
|
+
usd
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
name
|
|
571
|
+
marketId
|
|
572
|
+
utilization
|
|
573
|
+
}
|
|
574
|
+
enabled
|
|
575
|
+
vault {
|
|
576
|
+
decimals
|
|
577
|
+
asset {
|
|
578
|
+
decimals
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
`,v=t`
|
|
586
|
+
query MarketHistoryData($chainId: ChainId!, $marketId: Hex!) {
|
|
587
|
+
morphoMarkets(where: {chainId_in: [$chainId], marketId_in: [$marketId]}) {
|
|
588
|
+
items {
|
|
589
|
+
historical {
|
|
590
|
+
daily {
|
|
591
|
+
bucketTimestamp
|
|
592
|
+
borrowApy1d {
|
|
593
|
+
total
|
|
594
|
+
}
|
|
595
|
+
borrowApy30d {
|
|
596
|
+
total
|
|
597
|
+
}
|
|
598
|
+
borrowApy7d {
|
|
599
|
+
total
|
|
600
|
+
}
|
|
601
|
+
supplyApy1d {
|
|
602
|
+
total
|
|
603
|
+
}
|
|
604
|
+
supplyApy7d {
|
|
605
|
+
total
|
|
606
|
+
}
|
|
607
|
+
supplyApy30d {
|
|
608
|
+
total
|
|
609
|
+
}
|
|
610
|
+
totalBorrowed {
|
|
611
|
+
formatted
|
|
612
|
+
raw
|
|
613
|
+
usd
|
|
614
|
+
}
|
|
615
|
+
totalCollateral {
|
|
616
|
+
formatted
|
|
617
|
+
raw
|
|
618
|
+
usd
|
|
619
|
+
}
|
|
620
|
+
totalSupplied {
|
|
621
|
+
formatted
|
|
622
|
+
raw
|
|
623
|
+
usd
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
hourly {
|
|
627
|
+
bucketTimestamp
|
|
628
|
+
borrowApy1d {
|
|
629
|
+
total
|
|
630
|
+
}
|
|
631
|
+
borrowApy30d {
|
|
632
|
+
total
|
|
633
|
+
}
|
|
634
|
+
borrowApy7d {
|
|
635
|
+
total
|
|
636
|
+
}
|
|
637
|
+
supplyApy1d {
|
|
638
|
+
total
|
|
639
|
+
}
|
|
640
|
+
supplyApy7d {
|
|
641
|
+
total
|
|
642
|
+
}
|
|
643
|
+
supplyApy30d {
|
|
644
|
+
total
|
|
645
|
+
}
|
|
646
|
+
totalBorrowed {
|
|
647
|
+
formatted
|
|
648
|
+
raw
|
|
649
|
+
usd
|
|
650
|
+
}
|
|
651
|
+
totalCollateral {
|
|
652
|
+
formatted
|
|
653
|
+
raw
|
|
654
|
+
usd
|
|
655
|
+
}
|
|
656
|
+
totalSupplied {
|
|
657
|
+
formatted
|
|
658
|
+
raw
|
|
659
|
+
usd
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
`,P=t`
|
|
667
|
+
query MarketIBRHistoryData($chainId: ChainId!, $marketId: Hex!) {
|
|
668
|
+
morphoMarkets(where: {chainId_in: [$chainId], marketId_in: [$marketId]}) {
|
|
669
|
+
items {
|
|
670
|
+
historical {
|
|
671
|
+
daily {
|
|
672
|
+
borrowApyInstantaneous {
|
|
673
|
+
total
|
|
674
|
+
}
|
|
675
|
+
bucketTimestamp
|
|
676
|
+
}
|
|
677
|
+
hourly {
|
|
678
|
+
borrowApyInstantaneous {
|
|
679
|
+
total
|
|
680
|
+
}
|
|
681
|
+
bucketTimestamp
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
`,h={possibleTypes:{Adapter:["BoxVaultAdapter","MarketV1Adapter","UnknownAdapter","VaultV1Adapter"],Cap:["AdapterCap","CollateralExposureCap","MarketV1ExposureCap","UnknownCap"],Erc4626Vault:["BoxVault","GenericErc4626Vault","MorphoVault","MorphoVaultV2"]}},H=h;export{u as ApyFragment,m as ApySide,d as ApyTimeframe,p as ChainInfoFragment,l as CuratorInfoFragment,A as Erc4626VaultProtocol,c as IdentityResolver,w as Market,v as MarketHistoryData,P as MarketIbrHistoryData,f as MarketPositions,I as MarketSummaries,y as MarketSummaryFragment,_ as MerklAction,C as SupportedMarketIds,g as TokenCategory,o as TokenInfoFragment,x as Vault,V as VaultHistoryData,$ as VaultMarketAllocationHistoryData,T as VaultPositions,b as VaultProtocol,S as VaultSummaries,i as VaultSummaryFragment,k as VaultType,H as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -365,7 +365,7 @@ type GetBlocksTimeStampQuery = {
|
|
|
365
365
|
number: string;
|
|
366
366
|
}>;
|
|
367
367
|
};
|
|
368
|
-
declare const GetBlocksTimeStamp:
|
|
368
|
+
declare const GetBlocksTimeStamp: _apollo_client.DocumentNode;
|
|
369
369
|
interface PossibleTypesResultData {
|
|
370
370
|
possibleTypes: {
|
|
371
371
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -365,7 +365,7 @@ type GetBlocksTimeStampQuery = {
|
|
|
365
365
|
number: string;
|
|
366
366
|
}>;
|
|
367
367
|
};
|
|
368
|
-
declare const GetBlocksTimeStamp:
|
|
368
|
+
declare const GetBlocksTimeStamp: _apollo_client.DocumentNode;
|
|
369
369
|
interface PossibleTypesResultData {
|
|
370
370
|
possibleTypes: {
|
|
371
371
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -3725,12 +3725,12 @@ type GetGlobalLiquidityAndSwapVolumeQuery = {
|
|
|
3725
3725
|
totalLiquidity: string;
|
|
3726
3726
|
};
|
|
3727
3727
|
};
|
|
3728
|
-
declare const DynamicData:
|
|
3729
|
-
declare const UserBalance:
|
|
3730
|
-
declare const RewardVault:
|
|
3731
|
-
declare const MinimalPoolInList:
|
|
3732
|
-
declare const MinimalPool:
|
|
3733
|
-
declare const PoolHistoricalData:
|
|
3728
|
+
declare const DynamicData: _apollo_client.DocumentNode;
|
|
3729
|
+
declare const UserBalance: _apollo_client.DocumentNode;
|
|
3730
|
+
declare const RewardVault: _apollo_client.DocumentNode;
|
|
3731
|
+
declare const MinimalPoolInList: _apollo_client.DocumentNode;
|
|
3732
|
+
declare const MinimalPool: _apollo_client.DocumentNode;
|
|
3733
|
+
declare const PoolHistoricalData: _apollo_client.DocumentNode;
|
|
3734
3734
|
/** Represents an event that occurs when a swap is made in a pool using the CowAmm protocol. */
|
|
3735
3735
|
type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
3736
3736
|
__typename?: 'GqlPoolSwapEventCowAmm';
|
|
@@ -3767,7 +3767,7 @@ type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
|
3767
3767
|
/** The value of the event in USD. */
|
|
3768
3768
|
valueUSD: Scalars['Float']['output'];
|
|
3769
3769
|
};
|
|
3770
|
-
declare const GqlPoolSwapEventCowAmm:
|
|
3770
|
+
declare const GqlPoolSwapEventCowAmm: _apollo_client.DocumentNode;
|
|
3771
3771
|
/** Represents an event that occurs when a swap is made in a pool. */
|
|
3772
3772
|
type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
3773
3773
|
__typename?: 'GqlPoolSwapEventV3';
|
|
@@ -3802,7 +3802,7 @@ type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
|
3802
3802
|
/** The value of the event in USD. */
|
|
3803
3803
|
valueUSD: Scalars['Float']['output'];
|
|
3804
3804
|
};
|
|
3805
|
-
declare const GqlPoolSwapEventV3:
|
|
3805
|
+
declare const GqlPoolSwapEventV3: _apollo_client.DocumentNode;
|
|
3806
3806
|
/** Represents an event that occurs when liquidity is added or removed from a pool. */
|
|
3807
3807
|
type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
3808
3808
|
__typename?: 'GqlPoolAddRemoveEventV3';
|
|
@@ -3833,14 +3833,14 @@ type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
|
3833
3833
|
/** The value of the event in USD. */
|
|
3834
3834
|
valueUSD: Scalars['Float']['output'];
|
|
3835
3835
|
};
|
|
3836
|
-
declare const GqlPoolAddRemoveEventV3:
|
|
3837
|
-
declare const PoolEvent:
|
|
3838
|
-
declare const GetPools:
|
|
3839
|
-
declare const GetPool:
|
|
3840
|
-
declare const GetPoolHistoricalData:
|
|
3841
|
-
declare const GetPoolEvents:
|
|
3842
|
-
declare const GetTokenCurrentPrices:
|
|
3843
|
-
declare const GetGlobalLiquidityAndSwapVolume:
|
|
3836
|
+
declare const GqlPoolAddRemoveEventV3: _apollo_client.DocumentNode;
|
|
3837
|
+
declare const PoolEvent: _apollo_client.DocumentNode;
|
|
3838
|
+
declare const GetPools: _apollo_client.DocumentNode;
|
|
3839
|
+
declare const GetPool: _apollo_client.DocumentNode;
|
|
3840
|
+
declare const GetPoolHistoricalData: _apollo_client.DocumentNode;
|
|
3841
|
+
declare const GetPoolEvents: _apollo_client.DocumentNode;
|
|
3842
|
+
declare const GetTokenCurrentPrices: _apollo_client.DocumentNode;
|
|
3843
|
+
declare const GetGlobalLiquidityAndSwapVolume: _apollo_client.DocumentNode;
|
|
3844
3844
|
interface PossibleTypesResultData {
|
|
3845
3845
|
possibleTypes: {
|
|
3846
3846
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -3725,12 +3725,12 @@ type GetGlobalLiquidityAndSwapVolumeQuery = {
|
|
|
3725
3725
|
totalLiquidity: string;
|
|
3726
3726
|
};
|
|
3727
3727
|
};
|
|
3728
|
-
declare const DynamicData:
|
|
3729
|
-
declare const UserBalance:
|
|
3730
|
-
declare const RewardVault:
|
|
3731
|
-
declare const MinimalPoolInList:
|
|
3732
|
-
declare const MinimalPool:
|
|
3733
|
-
declare const PoolHistoricalData:
|
|
3728
|
+
declare const DynamicData: _apollo_client.DocumentNode;
|
|
3729
|
+
declare const UserBalance: _apollo_client.DocumentNode;
|
|
3730
|
+
declare const RewardVault: _apollo_client.DocumentNode;
|
|
3731
|
+
declare const MinimalPoolInList: _apollo_client.DocumentNode;
|
|
3732
|
+
declare const MinimalPool: _apollo_client.DocumentNode;
|
|
3733
|
+
declare const PoolHistoricalData: _apollo_client.DocumentNode;
|
|
3734
3734
|
/** Represents an event that occurs when a swap is made in a pool using the CowAmm protocol. */
|
|
3735
3735
|
type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
3736
3736
|
__typename?: 'GqlPoolSwapEventCowAmm';
|
|
@@ -3767,7 +3767,7 @@ type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
|
3767
3767
|
/** The value of the event in USD. */
|
|
3768
3768
|
valueUSD: Scalars['Float']['output'];
|
|
3769
3769
|
};
|
|
3770
|
-
declare const GqlPoolSwapEventCowAmm:
|
|
3770
|
+
declare const GqlPoolSwapEventCowAmm: _apollo_client.DocumentNode;
|
|
3771
3771
|
/** Represents an event that occurs when a swap is made in a pool. */
|
|
3772
3772
|
type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
3773
3773
|
__typename?: 'GqlPoolSwapEventV3';
|
|
@@ -3802,7 +3802,7 @@ type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
|
3802
3802
|
/** The value of the event in USD. */
|
|
3803
3803
|
valueUSD: Scalars['Float']['output'];
|
|
3804
3804
|
};
|
|
3805
|
-
declare const GqlPoolSwapEventV3:
|
|
3805
|
+
declare const GqlPoolSwapEventV3: _apollo_client.DocumentNode;
|
|
3806
3806
|
/** Represents an event that occurs when liquidity is added or removed from a pool. */
|
|
3807
3807
|
type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
3808
3808
|
__typename?: 'GqlPoolAddRemoveEventV3';
|
|
@@ -3833,14 +3833,14 @@ type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
|
3833
3833
|
/** The value of the event in USD. */
|
|
3834
3834
|
valueUSD: Scalars['Float']['output'];
|
|
3835
3835
|
};
|
|
3836
|
-
declare const GqlPoolAddRemoveEventV3:
|
|
3837
|
-
declare const PoolEvent:
|
|
3838
|
-
declare const GetPools:
|
|
3839
|
-
declare const GetPool:
|
|
3840
|
-
declare const GetPoolHistoricalData:
|
|
3841
|
-
declare const GetPoolEvents:
|
|
3842
|
-
declare const GetTokenCurrentPrices:
|
|
3843
|
-
declare const GetGlobalLiquidityAndSwapVolume:
|
|
3836
|
+
declare const GqlPoolAddRemoveEventV3: _apollo_client.DocumentNode;
|
|
3837
|
+
declare const PoolEvent: _apollo_client.DocumentNode;
|
|
3838
|
+
declare const GetPools: _apollo_client.DocumentNode;
|
|
3839
|
+
declare const GetPool: _apollo_client.DocumentNode;
|
|
3840
|
+
declare const GetPoolHistoricalData: _apollo_client.DocumentNode;
|
|
3841
|
+
declare const GetPoolEvents: _apollo_client.DocumentNode;
|
|
3842
|
+
declare const GetTokenCurrentPrices: _apollo_client.DocumentNode;
|
|
3843
|
+
declare const GetGlobalLiquidityAndSwapVolume: _apollo_client.DocumentNode;
|
|
3844
3844
|
interface PossibleTypesResultData {
|
|
3845
3845
|
possibleTypes: {
|
|
3846
3846
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -5869,14 +5869,14 @@ type GetExploitedTokensQuery = {
|
|
|
5869
5869
|
} | null;
|
|
5870
5870
|
}>;
|
|
5871
5871
|
};
|
|
5872
|
-
declare const SubgraphPool:
|
|
5873
|
-
declare const SubgraphToken:
|
|
5874
|
-
declare const GetSubgraphPool:
|
|
5875
|
-
declare const GetToken:
|
|
5876
|
-
declare const GetTokens:
|
|
5877
|
-
declare const GetDedupedSubgraphPools:
|
|
5878
|
-
declare const GetTokenInformation:
|
|
5879
|
-
declare const GetExploitedTokens:
|
|
5872
|
+
declare const SubgraphPool: _apollo_client.DocumentNode;
|
|
5873
|
+
declare const SubgraphToken: _apollo_client.DocumentNode;
|
|
5874
|
+
declare const GetSubgraphPool: _apollo_client.DocumentNode;
|
|
5875
|
+
declare const GetToken: _apollo_client.DocumentNode;
|
|
5876
|
+
declare const GetTokens: _apollo_client.DocumentNode;
|
|
5877
|
+
declare const GetDedupedSubgraphPools: _apollo_client.DocumentNode;
|
|
5878
|
+
declare const GetTokenInformation: _apollo_client.DocumentNode;
|
|
5879
|
+
declare const GetExploitedTokens: _apollo_client.DocumentNode;
|
|
5880
5880
|
interface PossibleTypesResultData {
|
|
5881
5881
|
possibleTypes: {
|
|
5882
5882
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -5869,14 +5869,14 @@ type GetExploitedTokensQuery = {
|
|
|
5869
5869
|
} | null;
|
|
5870
5870
|
}>;
|
|
5871
5871
|
};
|
|
5872
|
-
declare const SubgraphPool:
|
|
5873
|
-
declare const SubgraphToken:
|
|
5874
|
-
declare const GetSubgraphPool:
|
|
5875
|
-
declare const GetToken:
|
|
5876
|
-
declare const GetTokens:
|
|
5877
|
-
declare const GetDedupedSubgraphPools:
|
|
5878
|
-
declare const GetTokenInformation:
|
|
5879
|
-
declare const GetExploitedTokens:
|
|
5872
|
+
declare const SubgraphPool: _apollo_client.DocumentNode;
|
|
5873
|
+
declare const SubgraphToken: _apollo_client.DocumentNode;
|
|
5874
|
+
declare const GetSubgraphPool: _apollo_client.DocumentNode;
|
|
5875
|
+
declare const GetToken: _apollo_client.DocumentNode;
|
|
5876
|
+
declare const GetTokens: _apollo_client.DocumentNode;
|
|
5877
|
+
declare const GetDedupedSubgraphPools: _apollo_client.DocumentNode;
|
|
5878
|
+
declare const GetTokenInformation: _apollo_client.DocumentNode;
|
|
5879
|
+
declare const GetExploitedTokens: _apollo_client.DocumentNode;
|
|
5880
5880
|
interface PossibleTypesResultData {
|
|
5881
5881
|
possibleTypes: {
|
|
5882
5882
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -1604,14 +1604,14 @@ type GetProposalQuery = {
|
|
|
1604
1604
|
};
|
|
1605
1605
|
} | null;
|
|
1606
1606
|
};
|
|
1607
|
-
declare const ProposalSelection:
|
|
1608
|
-
declare const ExecutableCallSubset:
|
|
1609
|
-
declare const ProposalVote:
|
|
1610
|
-
declare const ProposalWithVotes:
|
|
1611
|
-
declare const GetProposalVotes:
|
|
1612
|
-
declare const GetProposals:
|
|
1613
|
-
declare const SearchProposals:
|
|
1614
|
-
declare const GetProposal:
|
|
1607
|
+
declare const ProposalSelection: _apollo_client.DocumentNode;
|
|
1608
|
+
declare const ExecutableCallSubset: _apollo_client.DocumentNode;
|
|
1609
|
+
declare const ProposalVote: _apollo_client.DocumentNode;
|
|
1610
|
+
declare const ProposalWithVotes: _apollo_client.DocumentNode;
|
|
1611
|
+
declare const GetProposalVotes: _apollo_client.DocumentNode;
|
|
1612
|
+
declare const GetProposals: _apollo_client.DocumentNode;
|
|
1613
|
+
declare const SearchProposals: _apollo_client.DocumentNode;
|
|
1614
|
+
declare const GetProposal: _apollo_client.DocumentNode;
|
|
1615
1615
|
interface PossibleTypesResultData {
|
|
1616
1616
|
possibleTypes: {
|
|
1617
1617
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -1604,14 +1604,14 @@ type GetProposalQuery = {
|
|
|
1604
1604
|
};
|
|
1605
1605
|
} | null;
|
|
1606
1606
|
};
|
|
1607
|
-
declare const ProposalSelection:
|
|
1608
|
-
declare const ExecutableCallSubset:
|
|
1609
|
-
declare const ProposalVote:
|
|
1610
|
-
declare const ProposalWithVotes:
|
|
1611
|
-
declare const GetProposalVotes:
|
|
1612
|
-
declare const GetProposals:
|
|
1613
|
-
declare const SearchProposals:
|
|
1614
|
-
declare const GetProposal:
|
|
1607
|
+
declare const ProposalSelection: _apollo_client.DocumentNode;
|
|
1608
|
+
declare const ExecutableCallSubset: _apollo_client.DocumentNode;
|
|
1609
|
+
declare const ProposalVote: _apollo_client.DocumentNode;
|
|
1610
|
+
declare const ProposalWithVotes: _apollo_client.DocumentNode;
|
|
1611
|
+
declare const GetProposalVotes: _apollo_client.DocumentNode;
|
|
1612
|
+
declare const GetProposals: _apollo_client.DocumentNode;
|
|
1613
|
+
declare const SearchProposals: _apollo_client.DocumentNode;
|
|
1614
|
+
declare const GetProposal: _apollo_client.DocumentNode;
|
|
1615
1615
|
interface PossibleTypesResultData {
|
|
1616
1616
|
possibleTypes: {
|
|
1617
1617
|
[key: string]: string[];
|