@berachain/graphql 0.2.4-beta.2 → 0.2.4-beta.3
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.
|
@@ -477,6 +477,7 @@ ${d}`,H=e.gql`
|
|
|
477
477
|
query VaultMarketAllocationHistoryData($chainId: ChainId!, $vaultId: Address!) {
|
|
478
478
|
morphoVaults(where: {chainId_in: [$chainId], vaultAddress_in: [$vaultId]}) {
|
|
479
479
|
items {
|
|
480
|
+
name
|
|
480
481
|
marketAllocations {
|
|
481
482
|
market {
|
|
482
483
|
historical {
|
|
@@ -2249,6 +2249,7 @@ type VaultMarketAllocationHistoryDataQuery = {
|
|
|
2249
2249
|
__typename?: 'MorphoVaultPage';
|
|
2250
2250
|
items: Array<{
|
|
2251
2251
|
__typename?: 'MorphoVault';
|
|
2252
|
+
name: string;
|
|
2252
2253
|
marketAllocations: Array<{
|
|
2253
2254
|
__typename?: 'MorphoVaultMarketAllocation';
|
|
2254
2255
|
enabled: boolean;
|
|
@@ -2249,6 +2249,7 @@ type VaultMarketAllocationHistoryDataQuery = {
|
|
|
2249
2249
|
__typename?: 'MorphoVaultPage';
|
|
2250
2250
|
items: Array<{
|
|
2251
2251
|
__typename?: 'MorphoVault';
|
|
2252
|
+
name: string;
|
|
2252
2253
|
marketAllocations: Array<{
|
|
2253
2254
|
__typename?: 'MorphoVaultMarketAllocation';
|
|
2254
2255
|
enabled: boolean;
|