@berachain/graphql 0.1.0-alpha.13 → 0.1.0-alpha.15
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.d.mts +15 -15
- package/dist/bend/whisk.codegen.d.ts +15 -15
- package/dist/chain/chain.codegen.d.mts +2 -2
- package/dist/chain/chain.codegen.d.ts +2 -2
- package/dist/dex/api.codegen.d.mts +17 -17
- package/dist/dex/api.codegen.d.ts +17 -17
- package/dist/dex/subgraph.codegen.d.mts +9 -9
- package/dist/dex/subgraph.codegen.d.ts +9 -9
- package/dist/governance/governance.codegen.d.mts +9 -9
- package/dist/governance/governance.codegen.d.ts +9 -9
- package/dist/honey/honey.codegen.d.mts +10 -10
- package/dist/honey/honey.codegen.d.ts +10 -10
- package/dist/pol/api.codegen.d.mts +21 -21
- package/dist/pol/api.codegen.d.ts +21 -21
- package/dist/pol/subgraph.codegen.d.mts +20 -20
- package/dist/pol/subgraph.codegen.d.ts +20 -20
- package/package.json +13 -18
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -1750,14 +1750,14 @@ type GetAccountIsOfacSanctionedQuery = {
|
|
|
1750
1750
|
isOfacSanctioned: boolean;
|
|
1751
1751
|
} | null;
|
|
1752
1752
|
};
|
|
1753
|
-
declare const ChainInfoFragment:
|
|
1754
|
-
declare const TokenInfoFragment:
|
|
1755
|
-
declare const CuratorInfoFragment:
|
|
1756
|
-
declare const ApyFragment:
|
|
1757
|
-
declare const VaultSummaryFragment:
|
|
1758
|
-
declare const MarketSummaryFragment:
|
|
1759
|
-
declare const VaultSummaries:
|
|
1760
|
-
declare const MarketSummaries:
|
|
1753
|
+
declare const ChainInfoFragment: graphql.DocumentNode;
|
|
1754
|
+
declare const TokenInfoFragment: graphql.DocumentNode;
|
|
1755
|
+
declare const CuratorInfoFragment: graphql.DocumentNode;
|
|
1756
|
+
declare const ApyFragment: graphql.DocumentNode;
|
|
1757
|
+
declare const VaultSummaryFragment: graphql.DocumentNode;
|
|
1758
|
+
declare const MarketSummaryFragment: graphql.DocumentNode;
|
|
1759
|
+
declare const VaultSummaries: graphql.DocumentNode;
|
|
1760
|
+
declare const MarketSummaries: graphql.DocumentNode;
|
|
1761
1761
|
/** Vault */
|
|
1762
1762
|
type Vault = {
|
|
1763
1763
|
__typename?: 'Vault';
|
|
@@ -1782,12 +1782,12 @@ type Vault = {
|
|
|
1782
1782
|
/** Address of the vault */
|
|
1783
1783
|
vaultAddress: Scalars['Address']['output'];
|
|
1784
1784
|
};
|
|
1785
|
-
declare const Vault:
|
|
1786
|
-
declare const Market:
|
|
1787
|
-
declare const VaultPositions:
|
|
1788
|
-
declare const MarketPositions:
|
|
1789
|
-
declare const SupportedMarketIds:
|
|
1790
|
-
declare const GetAccountIsOfacSanctioned:
|
|
1785
|
+
declare const Vault: graphql.DocumentNode;
|
|
1786
|
+
declare const Market: graphql.DocumentNode;
|
|
1787
|
+
declare const VaultPositions: graphql.DocumentNode;
|
|
1788
|
+
declare const MarketPositions: graphql.DocumentNode;
|
|
1789
|
+
declare const SupportedMarketIds: graphql.DocumentNode;
|
|
1790
|
+
declare const GetAccountIsOfacSanctioned: graphql.DocumentNode;
|
|
1791
1791
|
interface PossibleTypesResultData {
|
|
1792
1792
|
possibleTypes: {
|
|
1793
1793
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -1750,14 +1750,14 @@ type GetAccountIsOfacSanctionedQuery = {
|
|
|
1750
1750
|
isOfacSanctioned: boolean;
|
|
1751
1751
|
} | null;
|
|
1752
1752
|
};
|
|
1753
|
-
declare const ChainInfoFragment:
|
|
1754
|
-
declare const TokenInfoFragment:
|
|
1755
|
-
declare const CuratorInfoFragment:
|
|
1756
|
-
declare const ApyFragment:
|
|
1757
|
-
declare const VaultSummaryFragment:
|
|
1758
|
-
declare const MarketSummaryFragment:
|
|
1759
|
-
declare const VaultSummaries:
|
|
1760
|
-
declare const MarketSummaries:
|
|
1753
|
+
declare const ChainInfoFragment: graphql.DocumentNode;
|
|
1754
|
+
declare const TokenInfoFragment: graphql.DocumentNode;
|
|
1755
|
+
declare const CuratorInfoFragment: graphql.DocumentNode;
|
|
1756
|
+
declare const ApyFragment: graphql.DocumentNode;
|
|
1757
|
+
declare const VaultSummaryFragment: graphql.DocumentNode;
|
|
1758
|
+
declare const MarketSummaryFragment: graphql.DocumentNode;
|
|
1759
|
+
declare const VaultSummaries: graphql.DocumentNode;
|
|
1760
|
+
declare const MarketSummaries: graphql.DocumentNode;
|
|
1761
1761
|
/** Vault */
|
|
1762
1762
|
type Vault = {
|
|
1763
1763
|
__typename?: 'Vault';
|
|
@@ -1782,12 +1782,12 @@ type Vault = {
|
|
|
1782
1782
|
/** Address of the vault */
|
|
1783
1783
|
vaultAddress: Scalars['Address']['output'];
|
|
1784
1784
|
};
|
|
1785
|
-
declare const Vault:
|
|
1786
|
-
declare const Market:
|
|
1787
|
-
declare const VaultPositions:
|
|
1788
|
-
declare const MarketPositions:
|
|
1789
|
-
declare const SupportedMarketIds:
|
|
1790
|
-
declare const GetAccountIsOfacSanctioned:
|
|
1785
|
+
declare const Vault: graphql.DocumentNode;
|
|
1786
|
+
declare const Market: graphql.DocumentNode;
|
|
1787
|
+
declare const VaultPositions: graphql.DocumentNode;
|
|
1788
|
+
declare const MarketPositions: graphql.DocumentNode;
|
|
1789
|
+
declare const SupportedMarketIds: graphql.DocumentNode;
|
|
1790
|
+
declare const GetAccountIsOfacSanctioned: graphql.DocumentNode;
|
|
1791
1791
|
interface PossibleTypesResultData {
|
|
1792
1792
|
possibleTypes: {
|
|
1793
1793
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
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: any;
|
|
366
366
|
}>;
|
|
367
367
|
};
|
|
368
|
-
declare const GetBlocksTimeStamp:
|
|
368
|
+
declare const GetBlocksTimeStamp: graphql.DocumentNode;
|
|
369
369
|
interface PossibleTypesResultData {
|
|
370
370
|
possibleTypes: {
|
|
371
371
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
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: any;
|
|
366
366
|
}>;
|
|
367
367
|
};
|
|
368
|
-
declare const GetBlocksTimeStamp:
|
|
368
|
+
declare const GetBlocksTimeStamp: graphql.DocumentNode;
|
|
369
369
|
interface PossibleTypesResultData {
|
|
370
370
|
possibleTypes: {
|
|
371
371
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -3710,12 +3710,12 @@ type GetGlobalLiquidityAndSwapVolumeQuery = {
|
|
|
3710
3710
|
totalLiquidity: any;
|
|
3711
3711
|
};
|
|
3712
3712
|
};
|
|
3713
|
-
declare const DynamicData:
|
|
3714
|
-
declare const UserBalance:
|
|
3715
|
-
declare const RewardVault:
|
|
3716
|
-
declare const MinimalPoolInList:
|
|
3717
|
-
declare const MinimalPool:
|
|
3718
|
-
declare const PoolHistoricalData:
|
|
3713
|
+
declare const DynamicData: graphql.DocumentNode;
|
|
3714
|
+
declare const UserBalance: graphql.DocumentNode;
|
|
3715
|
+
declare const RewardVault: graphql.DocumentNode;
|
|
3716
|
+
declare const MinimalPoolInList: graphql.DocumentNode;
|
|
3717
|
+
declare const MinimalPool: graphql.DocumentNode;
|
|
3718
|
+
declare const PoolHistoricalData: graphql.DocumentNode;
|
|
3719
3719
|
/** Represents an event that occurs when a swap is made in a pool using the CowAmm protocol. */
|
|
3720
3720
|
type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
3721
3721
|
__typename?: 'GqlPoolSwapEventCowAmm';
|
|
@@ -3752,7 +3752,7 @@ type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
|
3752
3752
|
/** The value of the event in USD. */
|
|
3753
3753
|
valueUSD: Scalars['Float']['output'];
|
|
3754
3754
|
};
|
|
3755
|
-
declare const GqlPoolSwapEventCowAmm:
|
|
3755
|
+
declare const GqlPoolSwapEventCowAmm: graphql.DocumentNode;
|
|
3756
3756
|
/** Represents an event that occurs when a swap is made in a pool. */
|
|
3757
3757
|
type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
3758
3758
|
__typename?: 'GqlPoolSwapEventV3';
|
|
@@ -3787,7 +3787,7 @@ type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
|
3787
3787
|
/** The value of the event in USD. */
|
|
3788
3788
|
valueUSD: Scalars['Float']['output'];
|
|
3789
3789
|
};
|
|
3790
|
-
declare const GqlPoolSwapEventV3:
|
|
3790
|
+
declare const GqlPoolSwapEventV3: graphql.DocumentNode;
|
|
3791
3791
|
/** Represents an event that occurs when liquidity is added or removed from a pool. */
|
|
3792
3792
|
type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
3793
3793
|
__typename?: 'GqlPoolAddRemoveEventV3';
|
|
@@ -3818,14 +3818,14 @@ type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
|
3818
3818
|
/** The value of the event in USD. */
|
|
3819
3819
|
valueUSD: Scalars['Float']['output'];
|
|
3820
3820
|
};
|
|
3821
|
-
declare const GqlPoolAddRemoveEventV3:
|
|
3822
|
-
declare const PoolEvent:
|
|
3823
|
-
declare const GetPools:
|
|
3824
|
-
declare const GetPool:
|
|
3825
|
-
declare const GetPoolHistoricalData:
|
|
3826
|
-
declare const GetPoolEvents:
|
|
3827
|
-
declare const GetTokenCurrentPrices:
|
|
3828
|
-
declare const GetGlobalLiquidityAndSwapVolume:
|
|
3821
|
+
declare const GqlPoolAddRemoveEventV3: graphql.DocumentNode;
|
|
3822
|
+
declare const PoolEvent: graphql.DocumentNode;
|
|
3823
|
+
declare const GetPools: graphql.DocumentNode;
|
|
3824
|
+
declare const GetPool: graphql.DocumentNode;
|
|
3825
|
+
declare const GetPoolHistoricalData: graphql.DocumentNode;
|
|
3826
|
+
declare const GetPoolEvents: graphql.DocumentNode;
|
|
3827
|
+
declare const GetTokenCurrentPrices: graphql.DocumentNode;
|
|
3828
|
+
declare const GetGlobalLiquidityAndSwapVolume: graphql.DocumentNode;
|
|
3829
3829
|
interface PossibleTypesResultData {
|
|
3830
3830
|
possibleTypes: {
|
|
3831
3831
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -3710,12 +3710,12 @@ type GetGlobalLiquidityAndSwapVolumeQuery = {
|
|
|
3710
3710
|
totalLiquidity: any;
|
|
3711
3711
|
};
|
|
3712
3712
|
};
|
|
3713
|
-
declare const DynamicData:
|
|
3714
|
-
declare const UserBalance:
|
|
3715
|
-
declare const RewardVault:
|
|
3716
|
-
declare const MinimalPoolInList:
|
|
3717
|
-
declare const MinimalPool:
|
|
3718
|
-
declare const PoolHistoricalData:
|
|
3713
|
+
declare const DynamicData: graphql.DocumentNode;
|
|
3714
|
+
declare const UserBalance: graphql.DocumentNode;
|
|
3715
|
+
declare const RewardVault: graphql.DocumentNode;
|
|
3716
|
+
declare const MinimalPoolInList: graphql.DocumentNode;
|
|
3717
|
+
declare const MinimalPool: graphql.DocumentNode;
|
|
3718
|
+
declare const PoolHistoricalData: graphql.DocumentNode;
|
|
3719
3719
|
/** Represents an event that occurs when a swap is made in a pool using the CowAmm protocol. */
|
|
3720
3720
|
type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
3721
3721
|
__typename?: 'GqlPoolSwapEventCowAmm';
|
|
@@ -3752,7 +3752,7 @@ type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
|
3752
3752
|
/** The value of the event in USD. */
|
|
3753
3753
|
valueUSD: Scalars['Float']['output'];
|
|
3754
3754
|
};
|
|
3755
|
-
declare const GqlPoolSwapEventCowAmm:
|
|
3755
|
+
declare const GqlPoolSwapEventCowAmm: graphql.DocumentNode;
|
|
3756
3756
|
/** Represents an event that occurs when a swap is made in a pool. */
|
|
3757
3757
|
type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
3758
3758
|
__typename?: 'GqlPoolSwapEventV3';
|
|
@@ -3787,7 +3787,7 @@ type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
|
3787
3787
|
/** The value of the event in USD. */
|
|
3788
3788
|
valueUSD: Scalars['Float']['output'];
|
|
3789
3789
|
};
|
|
3790
|
-
declare const GqlPoolSwapEventV3:
|
|
3790
|
+
declare const GqlPoolSwapEventV3: graphql.DocumentNode;
|
|
3791
3791
|
/** Represents an event that occurs when liquidity is added or removed from a pool. */
|
|
3792
3792
|
type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
3793
3793
|
__typename?: 'GqlPoolAddRemoveEventV3';
|
|
@@ -3818,14 +3818,14 @@ type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
|
3818
3818
|
/** The value of the event in USD. */
|
|
3819
3819
|
valueUSD: Scalars['Float']['output'];
|
|
3820
3820
|
};
|
|
3821
|
-
declare const GqlPoolAddRemoveEventV3:
|
|
3822
|
-
declare const PoolEvent:
|
|
3823
|
-
declare const GetPools:
|
|
3824
|
-
declare const GetPool:
|
|
3825
|
-
declare const GetPoolHistoricalData:
|
|
3826
|
-
declare const GetPoolEvents:
|
|
3827
|
-
declare const GetTokenCurrentPrices:
|
|
3828
|
-
declare const GetGlobalLiquidityAndSwapVolume:
|
|
3821
|
+
declare const GqlPoolAddRemoveEventV3: graphql.DocumentNode;
|
|
3822
|
+
declare const PoolEvent: graphql.DocumentNode;
|
|
3823
|
+
declare const GetPools: graphql.DocumentNode;
|
|
3824
|
+
declare const GetPool: graphql.DocumentNode;
|
|
3825
|
+
declare const GetPoolHistoricalData: graphql.DocumentNode;
|
|
3826
|
+
declare const GetPoolEvents: graphql.DocumentNode;
|
|
3827
|
+
declare const GetTokenCurrentPrices: graphql.DocumentNode;
|
|
3828
|
+
declare const GetGlobalLiquidityAndSwapVolume: graphql.DocumentNode;
|
|
3829
3829
|
interface PossibleTypesResultData {
|
|
3830
3830
|
possibleTypes: {
|
|
3831
3831
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
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: graphql.DocumentNode;
|
|
5873
|
+
declare const SubgraphToken: graphql.DocumentNode;
|
|
5874
|
+
declare const GetSubgraphPool: graphql.DocumentNode;
|
|
5875
|
+
declare const GetToken: graphql.DocumentNode;
|
|
5876
|
+
declare const GetTokens: graphql.DocumentNode;
|
|
5877
|
+
declare const GetDedupedSubgraphPools: graphql.DocumentNode;
|
|
5878
|
+
declare const GetTokenInformation: graphql.DocumentNode;
|
|
5879
|
+
declare const GetExploitedTokens: graphql.DocumentNode;
|
|
5880
5880
|
interface PossibleTypesResultData {
|
|
5881
5881
|
possibleTypes: {
|
|
5882
5882
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
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: graphql.DocumentNode;
|
|
5873
|
+
declare const SubgraphToken: graphql.DocumentNode;
|
|
5874
|
+
declare const GetSubgraphPool: graphql.DocumentNode;
|
|
5875
|
+
declare const GetToken: graphql.DocumentNode;
|
|
5876
|
+
declare const GetTokens: graphql.DocumentNode;
|
|
5877
|
+
declare const GetDedupedSubgraphPools: graphql.DocumentNode;
|
|
5878
|
+
declare const GetTokenInformation: graphql.DocumentNode;
|
|
5879
|
+
declare const GetExploitedTokens: graphql.DocumentNode;
|
|
5880
5880
|
interface PossibleTypesResultData {
|
|
5881
5881
|
possibleTypes: {
|
|
5882
5882
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
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: graphql.DocumentNode;
|
|
1608
|
+
declare const ExecutableCallSubset: graphql.DocumentNode;
|
|
1609
|
+
declare const ProposalVote: graphql.DocumentNode;
|
|
1610
|
+
declare const ProposalWithVotes: graphql.DocumentNode;
|
|
1611
|
+
declare const GetProposalVotes: graphql.DocumentNode;
|
|
1612
|
+
declare const GetProposals: graphql.DocumentNode;
|
|
1613
|
+
declare const SearchProposals: graphql.DocumentNode;
|
|
1614
|
+
declare const GetProposal: graphql.DocumentNode;
|
|
1615
1615
|
interface PossibleTypesResultData {
|
|
1616
1616
|
possibleTypes: {
|
|
1617
1617
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
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: graphql.DocumentNode;
|
|
1608
|
+
declare const ExecutableCallSubset: graphql.DocumentNode;
|
|
1609
|
+
declare const ProposalVote: graphql.DocumentNode;
|
|
1610
|
+
declare const ProposalWithVotes: graphql.DocumentNode;
|
|
1611
|
+
declare const GetProposalVotes: graphql.DocumentNode;
|
|
1612
|
+
declare const GetProposals: graphql.DocumentNode;
|
|
1613
|
+
declare const SearchProposals: graphql.DocumentNode;
|
|
1614
|
+
declare const GetProposal: graphql.DocumentNode;
|
|
1615
1615
|
interface PossibleTypesResultData {
|
|
1616
1616
|
possibleTypes: {
|
|
1617
1617
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -917,15 +917,15 @@ type GetFirstHoneyTxnDateQuery = {
|
|
|
917
917
|
timestamp: any;
|
|
918
918
|
}>;
|
|
919
919
|
};
|
|
920
|
-
declare const HoneyTxnData:
|
|
921
|
-
declare const GetHoneyTxnByType:
|
|
922
|
-
declare const GetHoneyTxn:
|
|
923
|
-
declare const GetSupplyDay:
|
|
924
|
-
declare const GetSupplyHour:
|
|
925
|
-
declare const GetVolumeDay:
|
|
926
|
-
declare const GetVolumeHour:
|
|
927
|
-
declare const GetGlobalData:
|
|
928
|
-
declare const GetFirstHoneyTxnDate:
|
|
920
|
+
declare const HoneyTxnData: graphql.DocumentNode;
|
|
921
|
+
declare const GetHoneyTxnByType: graphql.DocumentNode;
|
|
922
|
+
declare const GetHoneyTxn: graphql.DocumentNode;
|
|
923
|
+
declare const GetSupplyDay: graphql.DocumentNode;
|
|
924
|
+
declare const GetSupplyHour: graphql.DocumentNode;
|
|
925
|
+
declare const GetVolumeDay: graphql.DocumentNode;
|
|
926
|
+
declare const GetVolumeHour: graphql.DocumentNode;
|
|
927
|
+
declare const GetGlobalData: graphql.DocumentNode;
|
|
928
|
+
declare const GetFirstHoneyTxnDate: graphql.DocumentNode;
|
|
929
929
|
interface PossibleTypesResultData {
|
|
930
930
|
possibleTypes: {
|
|
931
931
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -917,15 +917,15 @@ type GetFirstHoneyTxnDateQuery = {
|
|
|
917
917
|
timestamp: any;
|
|
918
918
|
}>;
|
|
919
919
|
};
|
|
920
|
-
declare const HoneyTxnData:
|
|
921
|
-
declare const GetHoneyTxnByType:
|
|
922
|
-
declare const GetHoneyTxn:
|
|
923
|
-
declare const GetSupplyDay:
|
|
924
|
-
declare const GetSupplyHour:
|
|
925
|
-
declare const GetVolumeDay:
|
|
926
|
-
declare const GetVolumeHour:
|
|
927
|
-
declare const GetGlobalData:
|
|
928
|
-
declare const GetFirstHoneyTxnDate:
|
|
920
|
+
declare const HoneyTxnData: graphql.DocumentNode;
|
|
921
|
+
declare const GetHoneyTxnByType: graphql.DocumentNode;
|
|
922
|
+
declare const GetHoneyTxn: graphql.DocumentNode;
|
|
923
|
+
declare const GetSupplyDay: graphql.DocumentNode;
|
|
924
|
+
declare const GetSupplyHour: graphql.DocumentNode;
|
|
925
|
+
declare const GetVolumeDay: graphql.DocumentNode;
|
|
926
|
+
declare const GetVolumeHour: graphql.DocumentNode;
|
|
927
|
+
declare const GetGlobalData: graphql.DocumentNode;
|
|
928
|
+
declare const GetFirstHoneyTxnDate: graphql.DocumentNode;
|
|
929
929
|
interface PossibleTypesResultData {
|
|
930
930
|
possibleTypes: {
|
|
931
931
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -3592,26 +3592,26 @@ type GetPolStakeBeraVaultEventsByOwnerQuery = {
|
|
|
3592
3592
|
_timestamp: number;
|
|
3593
3593
|
}>;
|
|
3594
3594
|
};
|
|
3595
|
-
declare const ApiValidatorMinimal:
|
|
3596
|
-
declare const ApiVaultIncentive:
|
|
3597
|
-
declare const ApiVault:
|
|
3598
|
-
declare const ApiRewardAllocationWeight:
|
|
3599
|
-
declare const ApiValidator:
|
|
3600
|
-
declare const ApiValidatorBlockUptime:
|
|
3601
|
-
declare const GetVaults:
|
|
3602
|
-
declare const GetValidator:
|
|
3603
|
-
declare const GetValidators:
|
|
3604
|
-
declare const GetVaultValidators:
|
|
3605
|
-
declare const GetRewardVault:
|
|
3606
|
-
declare const GlobalData:
|
|
3607
|
-
declare const GetUserVaults:
|
|
3608
|
-
declare const GetVaultHistory:
|
|
3609
|
-
declare const GetVaultDurations:
|
|
3610
|
-
declare const GetBoostDelay:
|
|
3611
|
-
declare const GetCommissionChangeDelay:
|
|
3612
|
-
declare const GetSWberaVaultMetadata:
|
|
3613
|
-
declare const GetSWberaVaultSnapshots:
|
|
3614
|
-
declare const GetPolStakeBeraVaultEventsByOwner:
|
|
3595
|
+
declare const ApiValidatorMinimal: graphql.DocumentNode;
|
|
3596
|
+
declare const ApiVaultIncentive: graphql.DocumentNode;
|
|
3597
|
+
declare const ApiVault: graphql.DocumentNode;
|
|
3598
|
+
declare const ApiRewardAllocationWeight: graphql.DocumentNode;
|
|
3599
|
+
declare const ApiValidator: graphql.DocumentNode;
|
|
3600
|
+
declare const ApiValidatorBlockUptime: graphql.DocumentNode;
|
|
3601
|
+
declare const GetVaults: graphql.DocumentNode;
|
|
3602
|
+
declare const GetValidator: graphql.DocumentNode;
|
|
3603
|
+
declare const GetValidators: graphql.DocumentNode;
|
|
3604
|
+
declare const GetVaultValidators: graphql.DocumentNode;
|
|
3605
|
+
declare const GetRewardVault: graphql.DocumentNode;
|
|
3606
|
+
declare const GlobalData: graphql.DocumentNode;
|
|
3607
|
+
declare const GetUserVaults: graphql.DocumentNode;
|
|
3608
|
+
declare const GetVaultHistory: graphql.DocumentNode;
|
|
3609
|
+
declare const GetVaultDurations: graphql.DocumentNode;
|
|
3610
|
+
declare const GetBoostDelay: graphql.DocumentNode;
|
|
3611
|
+
declare const GetCommissionChangeDelay: graphql.DocumentNode;
|
|
3612
|
+
declare const GetSWberaVaultMetadata: graphql.DocumentNode;
|
|
3613
|
+
declare const GetSWberaVaultSnapshots: graphql.DocumentNode;
|
|
3614
|
+
declare const GetPolStakeBeraVaultEventsByOwner: graphql.DocumentNode;
|
|
3615
3615
|
interface PossibleTypesResultData {
|
|
3616
3616
|
possibleTypes: {
|
|
3617
3617
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -3592,26 +3592,26 @@ type GetPolStakeBeraVaultEventsByOwnerQuery = {
|
|
|
3592
3592
|
_timestamp: number;
|
|
3593
3593
|
}>;
|
|
3594
3594
|
};
|
|
3595
|
-
declare const ApiValidatorMinimal:
|
|
3596
|
-
declare const ApiVaultIncentive:
|
|
3597
|
-
declare const ApiVault:
|
|
3598
|
-
declare const ApiRewardAllocationWeight:
|
|
3599
|
-
declare const ApiValidator:
|
|
3600
|
-
declare const ApiValidatorBlockUptime:
|
|
3601
|
-
declare const GetVaults:
|
|
3602
|
-
declare const GetValidator:
|
|
3603
|
-
declare const GetValidators:
|
|
3604
|
-
declare const GetVaultValidators:
|
|
3605
|
-
declare const GetRewardVault:
|
|
3606
|
-
declare const GlobalData:
|
|
3607
|
-
declare const GetUserVaults:
|
|
3608
|
-
declare const GetVaultHistory:
|
|
3609
|
-
declare const GetVaultDurations:
|
|
3610
|
-
declare const GetBoostDelay:
|
|
3611
|
-
declare const GetCommissionChangeDelay:
|
|
3612
|
-
declare const GetSWberaVaultMetadata:
|
|
3613
|
-
declare const GetSWberaVaultSnapshots:
|
|
3614
|
-
declare const GetPolStakeBeraVaultEventsByOwner:
|
|
3595
|
+
declare const ApiValidatorMinimal: graphql.DocumentNode;
|
|
3596
|
+
declare const ApiVaultIncentive: graphql.DocumentNode;
|
|
3597
|
+
declare const ApiVault: graphql.DocumentNode;
|
|
3598
|
+
declare const ApiRewardAllocationWeight: graphql.DocumentNode;
|
|
3599
|
+
declare const ApiValidator: graphql.DocumentNode;
|
|
3600
|
+
declare const ApiValidatorBlockUptime: graphql.DocumentNode;
|
|
3601
|
+
declare const GetVaults: graphql.DocumentNode;
|
|
3602
|
+
declare const GetValidator: graphql.DocumentNode;
|
|
3603
|
+
declare const GetValidators: graphql.DocumentNode;
|
|
3604
|
+
declare const GetVaultValidators: graphql.DocumentNode;
|
|
3605
|
+
declare const GetRewardVault: graphql.DocumentNode;
|
|
3606
|
+
declare const GlobalData: graphql.DocumentNode;
|
|
3607
|
+
declare const GetUserVaults: graphql.DocumentNode;
|
|
3608
|
+
declare const GetVaultHistory: graphql.DocumentNode;
|
|
3609
|
+
declare const GetVaultDurations: graphql.DocumentNode;
|
|
3610
|
+
declare const GetBoostDelay: graphql.DocumentNode;
|
|
3611
|
+
declare const GetCommissionChangeDelay: graphql.DocumentNode;
|
|
3612
|
+
declare const GetSWberaVaultMetadata: graphql.DocumentNode;
|
|
3613
|
+
declare const GetSWberaVaultSnapshots: graphql.DocumentNode;
|
|
3614
|
+
declare const GetPolStakeBeraVaultEventsByOwner: graphql.DocumentNode;
|
|
3615
3615
|
interface PossibleTypesResultData {
|
|
3616
3616
|
possibleTypes: {
|
|
3617
3617
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -4593,7 +4593,7 @@ type GetIncentiveFeeClaimStatsQuery = {
|
|
|
4593
4593
|
timestamp: any;
|
|
4594
4594
|
}>;
|
|
4595
4595
|
};
|
|
4596
|
-
declare const SubgraphStatusMeta:
|
|
4596
|
+
declare const SubgraphStatusMeta: graphql.DocumentNode;
|
|
4597
4597
|
/**
|
|
4598
4598
|
* Aggregation for the amount of BGT boosted to a Validator (User -> Validator)
|
|
4599
4599
|
*
|
|
@@ -4610,8 +4610,8 @@ type BoostByValidator = {
|
|
|
4610
4610
|
timestamp: Scalars['Timestamp']['output'];
|
|
4611
4611
|
validator: Validator;
|
|
4612
4612
|
};
|
|
4613
|
-
declare const BoostByValidator:
|
|
4614
|
-
declare const ValidatorMinimal:
|
|
4613
|
+
declare const BoostByValidator: graphql.DocumentNode;
|
|
4614
|
+
declare const ValidatorMinimal: graphql.DocumentNode;
|
|
4615
4615
|
/**
|
|
4616
4616
|
* Aggregation for the amount of BGT awarded to a Validator for proposing a block by Validator (Distributor -> Validator)
|
|
4617
4617
|
*
|
|
@@ -4626,10 +4626,10 @@ type BlockRewardStatsByValidator = {
|
|
|
4626
4626
|
timestamp: Scalars['Timestamp']['output'];
|
|
4627
4627
|
validator: Validator;
|
|
4628
4628
|
};
|
|
4629
|
-
declare const BlockRewardStatsByValidator:
|
|
4630
|
-
declare const VaultMinimal:
|
|
4631
|
-
declare const StakingToken:
|
|
4632
|
-
declare const VaultWithStakingToken:
|
|
4629
|
+
declare const BlockRewardStatsByValidator: graphql.DocumentNode;
|
|
4630
|
+
declare const VaultMinimal: graphql.DocumentNode;
|
|
4631
|
+
declare const StakingToken: graphql.DocumentNode;
|
|
4632
|
+
declare const VaultWithStakingToken: graphql.DocumentNode;
|
|
4633
4633
|
/**
|
|
4634
4634
|
* Global stats for Proof of Liquidity
|
|
4635
4635
|
*
|
|
@@ -4649,18 +4649,18 @@ type GlobalInfo = {
|
|
|
4649
4649
|
totalQueuedDropBoostAmount: Scalars['BigDecimal']['output'];
|
|
4650
4650
|
totalValidatorsCount: Scalars['BigInt']['output'];
|
|
4651
4651
|
};
|
|
4652
|
-
declare const GlobalInfo:
|
|
4653
|
-
declare const GetUserValidatorInformation:
|
|
4654
|
-
declare const GetValidValidator:
|
|
4655
|
-
declare const GetAllValidators:
|
|
4656
|
-
declare const GetValidatorBlockStats:
|
|
4657
|
-
declare const GetGauges:
|
|
4658
|
-
declare const GetWeeklyBgtInflation:
|
|
4659
|
-
declare const GetRewardVault:
|
|
4660
|
-
declare const GetValidatorByOperator:
|
|
4661
|
-
declare const GetValidatorByAccount:
|
|
4662
|
-
declare const GetValidatorAnalytics:
|
|
4663
|
-
declare const GetIncentiveFeeClaimStats:
|
|
4652
|
+
declare const GlobalInfo: graphql.DocumentNode;
|
|
4653
|
+
declare const GetUserValidatorInformation: graphql.DocumentNode;
|
|
4654
|
+
declare const GetValidValidator: graphql.DocumentNode;
|
|
4655
|
+
declare const GetAllValidators: graphql.DocumentNode;
|
|
4656
|
+
declare const GetValidatorBlockStats: graphql.DocumentNode;
|
|
4657
|
+
declare const GetGauges: graphql.DocumentNode;
|
|
4658
|
+
declare const GetWeeklyBgtInflation: graphql.DocumentNode;
|
|
4659
|
+
declare const GetRewardVault: graphql.DocumentNode;
|
|
4660
|
+
declare const GetValidatorByOperator: graphql.DocumentNode;
|
|
4661
|
+
declare const GetValidatorByAccount: graphql.DocumentNode;
|
|
4662
|
+
declare const GetValidatorAnalytics: graphql.DocumentNode;
|
|
4663
|
+
declare const GetIncentiveFeeClaimStats: graphql.DocumentNode;
|
|
4664
4664
|
interface PossibleTypesResultData {
|
|
4665
4665
|
possibleTypes: {
|
|
4666
4666
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -4593,7 +4593,7 @@ type GetIncentiveFeeClaimStatsQuery = {
|
|
|
4593
4593
|
timestamp: any;
|
|
4594
4594
|
}>;
|
|
4595
4595
|
};
|
|
4596
|
-
declare const SubgraphStatusMeta:
|
|
4596
|
+
declare const SubgraphStatusMeta: graphql.DocumentNode;
|
|
4597
4597
|
/**
|
|
4598
4598
|
* Aggregation for the amount of BGT boosted to a Validator (User -> Validator)
|
|
4599
4599
|
*
|
|
@@ -4610,8 +4610,8 @@ type BoostByValidator = {
|
|
|
4610
4610
|
timestamp: Scalars['Timestamp']['output'];
|
|
4611
4611
|
validator: Validator;
|
|
4612
4612
|
};
|
|
4613
|
-
declare const BoostByValidator:
|
|
4614
|
-
declare const ValidatorMinimal:
|
|
4613
|
+
declare const BoostByValidator: graphql.DocumentNode;
|
|
4614
|
+
declare const ValidatorMinimal: graphql.DocumentNode;
|
|
4615
4615
|
/**
|
|
4616
4616
|
* Aggregation for the amount of BGT awarded to a Validator for proposing a block by Validator (Distributor -> Validator)
|
|
4617
4617
|
*
|
|
@@ -4626,10 +4626,10 @@ type BlockRewardStatsByValidator = {
|
|
|
4626
4626
|
timestamp: Scalars['Timestamp']['output'];
|
|
4627
4627
|
validator: Validator;
|
|
4628
4628
|
};
|
|
4629
|
-
declare const BlockRewardStatsByValidator:
|
|
4630
|
-
declare const VaultMinimal:
|
|
4631
|
-
declare const StakingToken:
|
|
4632
|
-
declare const VaultWithStakingToken:
|
|
4629
|
+
declare const BlockRewardStatsByValidator: graphql.DocumentNode;
|
|
4630
|
+
declare const VaultMinimal: graphql.DocumentNode;
|
|
4631
|
+
declare const StakingToken: graphql.DocumentNode;
|
|
4632
|
+
declare const VaultWithStakingToken: graphql.DocumentNode;
|
|
4633
4633
|
/**
|
|
4634
4634
|
* Global stats for Proof of Liquidity
|
|
4635
4635
|
*
|
|
@@ -4649,18 +4649,18 @@ type GlobalInfo = {
|
|
|
4649
4649
|
totalQueuedDropBoostAmount: Scalars['BigDecimal']['output'];
|
|
4650
4650
|
totalValidatorsCount: Scalars['BigInt']['output'];
|
|
4651
4651
|
};
|
|
4652
|
-
declare const GlobalInfo:
|
|
4653
|
-
declare const GetUserValidatorInformation:
|
|
4654
|
-
declare const GetValidValidator:
|
|
4655
|
-
declare const GetAllValidators:
|
|
4656
|
-
declare const GetValidatorBlockStats:
|
|
4657
|
-
declare const GetGauges:
|
|
4658
|
-
declare const GetWeeklyBgtInflation:
|
|
4659
|
-
declare const GetRewardVault:
|
|
4660
|
-
declare const GetValidatorByOperator:
|
|
4661
|
-
declare const GetValidatorByAccount:
|
|
4662
|
-
declare const GetValidatorAnalytics:
|
|
4663
|
-
declare const GetIncentiveFeeClaimStats:
|
|
4652
|
+
declare const GlobalInfo: graphql.DocumentNode;
|
|
4653
|
+
declare const GetUserValidatorInformation: graphql.DocumentNode;
|
|
4654
|
+
declare const GetValidValidator: graphql.DocumentNode;
|
|
4655
|
+
declare const GetAllValidators: graphql.DocumentNode;
|
|
4656
|
+
declare const GetValidatorBlockStats: graphql.DocumentNode;
|
|
4657
|
+
declare const GetGauges: graphql.DocumentNode;
|
|
4658
|
+
declare const GetWeeklyBgtInflation: graphql.DocumentNode;
|
|
4659
|
+
declare const GetRewardVault: graphql.DocumentNode;
|
|
4660
|
+
declare const GetValidatorByOperator: graphql.DocumentNode;
|
|
4661
|
+
declare const GetValidatorByAccount: graphql.DocumentNode;
|
|
4662
|
+
declare const GetValidatorAnalytics: graphql.DocumentNode;
|
|
4663
|
+
declare const GetIncentiveFeeClaimStats: graphql.DocumentNode;
|
|
4664
4664
|
interface PossibleTypesResultData {
|
|
4665
4665
|
possibleTypes: {
|
|
4666
4666
|
[key: string]: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@berachain/graphql",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.15",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -12,68 +12,63 @@
|
|
|
12
12
|
"graphql": "^16.8"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
+
"@apollo/client": "3.8.10",
|
|
15
16
|
"@berachain/config": "",
|
|
16
17
|
"@biomejs/biome": "1.9.4",
|
|
17
18
|
"@graphql-codegen/cli": "5.0.7",
|
|
18
19
|
"@graphql-codegen/client-preset": "4.7.0",
|
|
19
20
|
"@graphql-codegen/fragment-matcher": "5.1.0",
|
|
20
21
|
"@graphql-codegen/near-operation-file-preset": "3.0.0",
|
|
21
|
-
"@graphql-codegen/typescript": "5.0.0",
|
|
22
22
|
"@graphql-codegen/typescript-document-nodes": "5.0.0",
|
|
23
23
|
"@graphql-codegen/typescript-operations": "5.0.0",
|
|
24
24
|
"@graphql-codegen/typescript-react-apollo": "4.3.3",
|
|
25
|
+
"@graphql-codegen/typescript": "5.0.0",
|
|
25
26
|
"@parcel/watcher": "2.5.1",
|
|
26
27
|
"@types/node": "22.12.0",
|
|
28
|
+
"dotenv": "16.6.1",
|
|
29
|
+
"graphql": "16.8.2",
|
|
27
30
|
"tsup": "8.4.0"
|
|
28
31
|
},
|
|
29
32
|
"exports": {
|
|
30
33
|
"./governance": {
|
|
31
34
|
"types": "./dist/governance/governance.codegen.d.ts",
|
|
32
35
|
"require": "./dist/governance/governance.codegen.cjs",
|
|
33
|
-
"import": "./dist/governance/governance.codegen.js"
|
|
34
|
-
"default": "./dist/governance/governance.codegen.cjs"
|
|
36
|
+
"import": "./dist/governance/governance.codegen.js"
|
|
35
37
|
},
|
|
36
38
|
"./chain": {
|
|
37
39
|
"types": "./dist/chain/chain.codegen.d.ts",
|
|
38
40
|
"require": "./dist/chain/chain.codegen.cjs",
|
|
39
|
-
"import": "./dist/chain/chain.codegen.js"
|
|
40
|
-
"default": "./dist/chain/chain.codegen.cjs"
|
|
41
|
+
"import": "./dist/chain/chain.codegen.js"
|
|
41
42
|
},
|
|
42
43
|
"./pol/subgraph": {
|
|
43
44
|
"types": "./dist/pol/subgraph.codegen.d.ts",
|
|
44
45
|
"require": "./dist/pol/subgraph.codegen.cjs",
|
|
45
|
-
"import": "./dist/pol/subgraph.codegen.js"
|
|
46
|
-
"default": "./dist/pol/subgraph.codegen.cjs"
|
|
46
|
+
"import": "./dist/pol/subgraph.codegen.js"
|
|
47
47
|
},
|
|
48
48
|
"./pol/api": {
|
|
49
49
|
"types": "./dist/pol/api.codegen.d.ts",
|
|
50
50
|
"require": "./dist/pol/api.codegen.cjs",
|
|
51
|
-
"import": "./dist/pol/api.codegen.js"
|
|
52
|
-
"default": "./dist/pol/api.codegen.cjs"
|
|
51
|
+
"import": "./dist/pol/api.codegen.js"
|
|
53
52
|
},
|
|
54
53
|
"./dex/subgraph": {
|
|
55
54
|
"types": "./dist/dex/subgraph.codegen.d.ts",
|
|
56
55
|
"require": "./dist/dex/subgraph.codegen.cjs",
|
|
57
|
-
"import": "./dist/dex/subgraph.codegen.js"
|
|
58
|
-
"default": "./dist/dex/subgraph.codegen.cjs"
|
|
56
|
+
"import": "./dist/dex/subgraph.codegen.js"
|
|
59
57
|
},
|
|
60
58
|
"./dex/api": {
|
|
61
59
|
"types": "./dist/dex/api.codegen.d.ts",
|
|
62
60
|
"require": "./dist/dex/api.codegen.cjs",
|
|
63
|
-
"import": "./dist/dex/api.codegen.js"
|
|
64
|
-
"default": "./dist/dex/api.codegen.cjs"
|
|
61
|
+
"import": "./dist/dex/api.codegen.js"
|
|
65
62
|
},
|
|
66
63
|
"./honey": {
|
|
67
64
|
"types": "./dist/honey/honey.codegen.d.ts",
|
|
68
65
|
"require": "./dist/honey/honey.codegen.cjs",
|
|
69
|
-
"import": "./dist/honey/honey.codegen.js"
|
|
70
|
-
"default": "./dist/honey/honey.codegen.cjs"
|
|
66
|
+
"import": "./dist/honey/honey.codegen.js"
|
|
71
67
|
},
|
|
72
68
|
"./bend/whisk": {
|
|
73
69
|
"types": "./dist/bend/whisk.codegen.d.ts",
|
|
74
70
|
"require": "./dist/bend/whisk.codegen.cjs",
|
|
75
|
-
"import": "./dist/bend/whisk.codegen.js"
|
|
76
|
-
"default": "./dist/bend/whisk.codegen.cjs"
|
|
71
|
+
"import": "./dist/bend/whisk.codegen.js"
|
|
77
72
|
}
|
|
78
73
|
},
|
|
79
74
|
"typesVersions": {
|