@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.
@@ -207,6 +207,10 @@ ${p}`,C=e.gql`
207
207
  }
208
208
  isIdle
209
209
  name
210
+ oracleAddress
211
+ irm {
212
+ address
213
+ }
210
214
  lltv {
211
215
  raw
212
216
  formatted
@@ -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;
@@ -207,6 +207,10 @@ ${u}`,M=e`
207
207
  }
208
208
  isIdle
209
209
  name
210
+ oracleAddress
211
+ irm {
212
+ address
213
+ }
210
214
  lltv {
211
215
  raw
212
216
  formatted
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/graphql",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"