@berachain/graphql 0.2.1 → 0.2.2
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.
|
@@ -1483,6 +1483,7 @@ type VaultQuery = {
|
|
|
1483
1483
|
marketId: `0x${string}`;
|
|
1484
1484
|
isIdle: boolean;
|
|
1485
1485
|
name: string;
|
|
1486
|
+
oracleAddress: `0x${string}`;
|
|
1486
1487
|
utilization: number;
|
|
1487
1488
|
chain: {
|
|
1488
1489
|
__typename?: 'Chain';
|
|
@@ -1490,6 +1491,10 @@ type VaultQuery = {
|
|
|
1490
1491
|
name: string;
|
|
1491
1492
|
icon: string;
|
|
1492
1493
|
};
|
|
1494
|
+
irm: {
|
|
1495
|
+
__typename?: 'MorphoIrm';
|
|
1496
|
+
address: `0x${string}`;
|
|
1497
|
+
};
|
|
1493
1498
|
lltv: {
|
|
1494
1499
|
__typename?: 'OnchainAmount';
|
|
1495
1500
|
raw: string;
|
|
@@ -1483,6 +1483,7 @@ type VaultQuery = {
|
|
|
1483
1483
|
marketId: `0x${string}`;
|
|
1484
1484
|
isIdle: boolean;
|
|
1485
1485
|
name: string;
|
|
1486
|
+
oracleAddress: `0x${string}`;
|
|
1486
1487
|
utilization: number;
|
|
1487
1488
|
chain: {
|
|
1488
1489
|
__typename?: 'Chain';
|
|
@@ -1490,6 +1491,10 @@ type VaultQuery = {
|
|
|
1490
1491
|
name: string;
|
|
1491
1492
|
icon: string;
|
|
1492
1493
|
};
|
|
1494
|
+
irm: {
|
|
1495
|
+
__typename?: 'MorphoIrm';
|
|
1496
|
+
address: `0x${string}`;
|
|
1497
|
+
};
|
|
1493
1498
|
lltv: {
|
|
1494
1499
|
__typename?: 'OnchainAmount';
|
|
1495
1500
|
raw: string;
|