@berachain/graphql 0.4.8-beta.1 → 0.4.8

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.
@@ -283,7 +283,6 @@ ${Y}`,et=r.gql`
283
283
  activeBoostAmount
284
284
  queuedBoostAmount
285
285
  queuedDropBoostAmount
286
- latestBlockTime
287
286
  }
288
287
  }
289
288
  }
@@ -3368,7 +3368,6 @@ type GetUserValidatorInformationQuery = {
3368
3368
  activeBoostAmount: string;
3369
3369
  queuedBoostAmount: string;
3370
3370
  queuedDropBoostAmount: string;
3371
- latestBlockTime: number;
3372
3371
  validator?: {
3373
3372
  __typename?: 'GqlValidator';
3374
3373
  id: `0x${string}`;
@@ -3368,7 +3368,6 @@ type GetUserValidatorInformationQuery = {
3368
3368
  activeBoostAmount: string;
3369
3369
  queuedBoostAmount: string;
3370
3370
  queuedDropBoostAmount: string;
3371
- latestBlockTime: number;
3372
3371
  validator?: {
3373
3372
  __typename?: 'GqlValidator';
3374
3373
  id: `0x${string}`;
@@ -283,7 +283,6 @@ ${O}`,J=o`
283
283
  activeBoostAmount
284
284
  queuedBoostAmount
285
285
  queuedDropBoostAmount
286
- latestBlockTime
287
286
  }
288
287
  }
289
288
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/graphql",
3
- "version": "0.4.8-beta.1",
3
+ "version": "0.4.8",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"