@bgd-labs/toolbox 0.1.2 → 0.2.0

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.
@@ -10410,7 +10410,7 @@ declare function isPayloadFinal(state: PayloadState): boolean;
10410
10410
  declare function getNonFinalizedPayloads<T$1 extends Client>(client: T$1, payloadsController: Address): Promise<number[]>;
10411
10411
  //#endregion
10412
10412
  //#region src/aave/governance/governance.d.ts
10413
- type Proposal = ContractFunctionReturnType<typeof IGovernanceCore_ABI, AbiStateMutability, "getProposal">;
10413
+ type Proposal$1 = ContractFunctionReturnType<typeof IGovernanceCore_ABI, AbiStateMutability, "getProposal">;
10414
10414
  declare enum ProposalState {
10415
10415
  Null = 0,
10416
10416
  // proposal does not exists
@@ -10445,6 +10445,14 @@ declare function isProposalFinal(state: ProposalState): boolean;
10445
10445
  declare function getNonFinalizedProposals<T$1 extends Client>(client: T$1, governanceAddress: Address): Promise<bigint[]>;
10446
10446
  //#endregion
10447
10447
  //#region src/aave/governance/aip.d.ts
10448
+ /**
10449
+ * Simple frontmatter parser using js-yaml
10450
+ * Extracts YAML frontmatter from markdown content
10451
+ */
10452
+ declare function parseFrontmatterMd(content: string): {
10453
+ data: Record<string, any>;
10454
+ content: string;
10455
+ };
10448
10456
  declare const Aip: (input: Record<string, unknown>) => {
10449
10457
  discussions: string;
10450
10458
  title: string;
@@ -56620,6 +56628,1123 @@ declare const tenderlyExplorerMap: {
56620
56628
  readonly 999999999: "zora-sepolia";
56621
56629
  };
56622
56630
  //#endregion
56631
+ //#region src/ecosystem/generated/snapshot-org/schema.d.ts
56632
+ type Scalars = {
56633
+ Any: any;
56634
+ String: string;
56635
+ Int: number;
56636
+ Boolean: boolean;
56637
+ Float: number;
56638
+ };
56639
+ interface Query {
56640
+ space: (Space | null);
56641
+ spaces: ((Space | null)[] | null);
56642
+ ranking: (RankingObject | null);
56643
+ proposal: (Proposal | null);
56644
+ proposals: ((Proposal | null)[] | null);
56645
+ vote: (Vote | null);
56646
+ votes: ((Vote | null)[] | null);
56647
+ aliases: ((Alias | null)[] | null);
56648
+ roles: ((Role | null)[] | null);
56649
+ follows: ((Follow | null)[] | null);
56650
+ subscriptions: ((Subscription | null)[] | null);
56651
+ users: ((User | null)[] | null);
56652
+ statements: ((Statement | null)[] | null);
56653
+ user: (User | null);
56654
+ statement: (Statement | null);
56655
+ skins: ((Item | null)[] | null);
56656
+ networks: ((Network | null)[] | null);
56657
+ validations: ((Item | null)[] | null);
56658
+ plugins: ((Item | null)[] | null);
56659
+ strategies: ((StrategyItem | null)[] | null);
56660
+ strategy: (StrategyItem | null);
56661
+ vp: (Vp | null);
56662
+ messages: ((Message | null)[] | null);
56663
+ leaderboards: ((Leaderboard | null)[] | null);
56664
+ options: ((Option | null)[] | null);
56665
+ __typename: 'Query';
56666
+ }
56667
+ interface Message {
56668
+ mci: (Scalars['Int'] | null);
56669
+ id: (Scalars['String'] | null);
56670
+ ipfs: (Scalars['String'] | null);
56671
+ address: (Scalars['String'] | null);
56672
+ version: (Scalars['String'] | null);
56673
+ timestamp: (Scalars['Int'] | null);
56674
+ space: (Scalars['String'] | null);
56675
+ type: (Scalars['String'] | null);
56676
+ sig: (Scalars['String'] | null);
56677
+ receipt: (Scalars['String'] | null);
56678
+ __typename: 'Message';
56679
+ }
56680
+ type OrderDirection = 'asc' | 'desc';
56681
+ interface Space {
56682
+ id: Scalars['String'];
56683
+ name: (Scalars['String'] | null);
56684
+ private: (Scalars['Boolean'] | null);
56685
+ about: (Scalars['String'] | null);
56686
+ avatar: (Scalars['String'] | null);
56687
+ cover: (Scalars['String'] | null);
56688
+ terms: (Scalars['String'] | null);
56689
+ location: (Scalars['String'] | null);
56690
+ website: (Scalars['String'] | null);
56691
+ twitter: (Scalars['String'] | null);
56692
+ github: (Scalars['String'] | null);
56693
+ farcaster: (Scalars['String'] | null);
56694
+ coingecko: (Scalars['String'] | null);
56695
+ email: (Scalars['String'] | null);
56696
+ discussions: (Scalars['String'] | null);
56697
+ discourseCategory: (Scalars['Int'] | null);
56698
+ network: (Scalars['String'] | null);
56699
+ symbol: (Scalars['String'] | null);
56700
+ skin: (Scalars['String'] | null);
56701
+ skinSettings: (SkinSettings | null);
56702
+ domain: (Scalars['String'] | null);
56703
+ strategies: ((Strategy | null)[] | null);
56704
+ admins: ((Scalars['String'] | null)[] | null);
56705
+ members: ((Scalars['String'] | null)[] | null);
56706
+ moderators: ((Scalars['String'] | null)[] | null);
56707
+ filters: (SpaceFilters | null);
56708
+ plugins: (Scalars['Any'] | null);
56709
+ voting: (SpaceVoting | null);
56710
+ categories: ((Scalars['String'] | null)[] | null);
56711
+ validation: (Validation | null);
56712
+ voteValidation: (Validation | null);
56713
+ delegationPortal: (DelegationPortal | null);
56714
+ treasuries: ((Treasury | null)[] | null);
56715
+ labels: ((Label | null)[] | null);
56716
+ activeProposals: (Scalars['Int'] | null);
56717
+ proposalsCount: (Scalars['Int'] | null);
56718
+ proposalsCount1d: (Scalars['Int'] | null);
56719
+ proposalsCount7d: (Scalars['Int'] | null);
56720
+ proposalsCount30d: (Scalars['Int'] | null);
56721
+ followersCount: (Scalars['Int'] | null);
56722
+ followersCount7d: (Scalars['Int'] | null);
56723
+ votesCount: (Scalars['Int'] | null);
56724
+ votesCount7d: (Scalars['Int'] | null);
56725
+ parent: (Space | null);
56726
+ children: ((Space | null)[] | null);
56727
+ guidelines: (Scalars['String'] | null);
56728
+ template: (Scalars['String'] | null);
56729
+ verified: (Scalars['Boolean'] | null);
56730
+ flagged: (Scalars['Boolean'] | null);
56731
+ flagCode: (Scalars['Int'] | null);
56732
+ hibernated: (Scalars['Boolean'] | null);
56733
+ turbo: (Scalars['Boolean'] | null);
56734
+ turboExpiration: (Scalars['Int'] | null);
56735
+ rank: (Scalars['Float'] | null);
56736
+ boost: (BoostSettings | null);
56737
+ created: Scalars['Int'];
56738
+ __typename: 'Space';
56739
+ }
56740
+ interface RankingObject {
56741
+ items: ((Space | null)[] | null);
56742
+ metrics: (Metrics | null);
56743
+ __typename: 'RankingObject';
56744
+ }
56745
+ interface Metrics {
56746
+ total: (Scalars['Int'] | null);
56747
+ categories: (Scalars['Any'] | null);
56748
+ __typename: 'Metrics';
56749
+ }
56750
+ interface SpaceFilters {
56751
+ minScore: (Scalars['Float'] | null);
56752
+ onlyMembers: (Scalars['Boolean'] | null);
56753
+ __typename: 'SpaceFilters';
56754
+ }
56755
+ interface SpaceVoting {
56756
+ delay: (Scalars['Int'] | null);
56757
+ period: (Scalars['Int'] | null);
56758
+ type: (Scalars['String'] | null);
56759
+ quorum: (Scalars['Float'] | null);
56760
+ quorumType: Scalars['String'];
56761
+ blind: (Scalars['Boolean'] | null);
56762
+ hideAbstain: (Scalars['Boolean'] | null);
56763
+ privacy: (Scalars['String'] | null);
56764
+ aliased: (Scalars['Boolean'] | null);
56765
+ __typename: 'SpaceVoting';
56766
+ }
56767
+ interface Proposal {
56768
+ id: Scalars['String'];
56769
+ ipfs: (Scalars['String'] | null);
56770
+ author: Scalars['String'];
56771
+ created: Scalars['Int'];
56772
+ updated: (Scalars['Int'] | null);
56773
+ space: (Space | null);
56774
+ network: Scalars['String'];
56775
+ symbol: Scalars['String'];
56776
+ type: (Scalars['String'] | null);
56777
+ strategies: (Strategy | null)[];
56778
+ validation: (Validation | null);
56779
+ plugins: Scalars['Any'];
56780
+ title: Scalars['String'];
56781
+ body: (Scalars['String'] | null);
56782
+ discussion: Scalars['String'];
56783
+ choices: (Scalars['String'] | null)[];
56784
+ labels: (Scalars['String'] | null)[];
56785
+ start: Scalars['Int'];
56786
+ end: Scalars['Int'];
56787
+ quorum: Scalars['Float'];
56788
+ quorumType: Scalars['String'];
56789
+ privacy: (Scalars['String'] | null);
56790
+ snapshot: (Scalars['Int'] | null);
56791
+ state: (Scalars['String'] | null);
56792
+ link: (Scalars['String'] | null);
56793
+ app: (Scalars['String'] | null);
56794
+ scores: ((Scalars['Float'] | null)[] | null);
56795
+ scores_by_strategy: (Scalars['Any'] | null);
56796
+ scores_state: (Scalars['String'] | null);
56797
+ scores_total: (Scalars['Float'] | null);
56798
+ scores_updated: (Scalars['Int'] | null);
56799
+ scores_total_value: (Scalars['Float'] | null);
56800
+ vp_value_by_strategy: (Scalars['Any'] | null);
56801
+ votes: (Scalars['Int'] | null);
56802
+ flagged: (Scalars['Boolean'] | null);
56803
+ flagCode: (Scalars['Int'] | null);
56804
+ __typename: 'Proposal';
56805
+ }
56806
+ interface Strategy {
56807
+ name: Scalars['String'];
56808
+ network: (Scalars['String'] | null);
56809
+ params: (Scalars['Any'] | null);
56810
+ __typename: 'Strategy';
56811
+ }
56812
+ interface Validation {
56813
+ name: Scalars['String'];
56814
+ params: (Scalars['Any'] | null);
56815
+ __typename: 'Validation';
56816
+ }
56817
+ interface DelegationPortal {
56818
+ delegationType: Scalars['String'];
56819
+ delegationContract: Scalars['String'];
56820
+ delegationNetwork: Scalars['String'];
56821
+ delegationApi: Scalars['String'];
56822
+ __typename: 'DelegationPortal';
56823
+ }
56824
+ interface Vote {
56825
+ id: Scalars['String'];
56826
+ ipfs: (Scalars['String'] | null);
56827
+ voter: Scalars['String'];
56828
+ created: Scalars['Int'];
56829
+ space: Space;
56830
+ proposal: (Proposal | null);
56831
+ choice: Scalars['Any'];
56832
+ metadata: (Scalars['Any'] | null);
56833
+ reason: (Scalars['String'] | null);
56834
+ app: (Scalars['String'] | null);
56835
+ vp: (Scalars['Float'] | null);
56836
+ vp_by_strategy: ((Scalars['Float'] | null)[] | null);
56837
+ vp_state: (Scalars['String'] | null);
56838
+ __typename: 'Vote';
56839
+ }
56840
+ interface Alias {
56841
+ id: Scalars['String'];
56842
+ ipfs: (Scalars['String'] | null);
56843
+ address: Scalars['String'];
56844
+ alias: Scalars['String'];
56845
+ created: Scalars['Int'];
56846
+ __typename: 'Alias';
56847
+ }
56848
+ interface Role {
56849
+ space: (Scalars['String'] | null);
56850
+ permissions: ((Scalars['String'] | null)[] | null);
56851
+ __typename: 'Role';
56852
+ }
56853
+ interface Follow {
56854
+ id: Scalars['String'];
56855
+ ipfs: (Scalars['String'] | null);
56856
+ follower: Scalars['String'];
56857
+ space: Space;
56858
+ network: Scalars['String'];
56859
+ created: Scalars['Int'];
56860
+ __typename: 'Follow';
56861
+ }
56862
+ interface Subscription {
56863
+ id: Scalars['String'];
56864
+ ipfs: (Scalars['String'] | null);
56865
+ address: Scalars['String'];
56866
+ space: Space;
56867
+ created: Scalars['Int'];
56868
+ __typename: 'Subscription';
56869
+ }
56870
+ interface User {
56871
+ id: Scalars['String'];
56872
+ ipfs: (Scalars['String'] | null);
56873
+ name: (Scalars['String'] | null);
56874
+ about: (Scalars['String'] | null);
56875
+ avatar: (Scalars['String'] | null);
56876
+ cover: (Scalars['String'] | null);
56877
+ github: (Scalars['String'] | null);
56878
+ twitter: (Scalars['String'] | null);
56879
+ lens: (Scalars['String'] | null);
56880
+ farcaster: (Scalars['String'] | null);
56881
+ created: (Scalars['Int'] | null);
56882
+ votesCount: (Scalars['Int'] | null);
56883
+ proposalsCount: (Scalars['Int'] | null);
56884
+ lastVote: (Scalars['Int'] | null);
56885
+ __typename: 'User';
56886
+ }
56887
+ interface Statement {
56888
+ id: Scalars['String'];
56889
+ ipfs: Scalars['String'];
56890
+ space: Scalars['String'];
56891
+ network: (Scalars['String'] | null);
56892
+ about: (Scalars['String'] | null);
56893
+ delegate: (Scalars['String'] | null);
56894
+ statement: (Scalars['String'] | null);
56895
+ discourse: (Scalars['String'] | null);
56896
+ status: (Scalars['String'] | null);
56897
+ source: (Scalars['String'] | null);
56898
+ created: Scalars['Int'];
56899
+ updated: Scalars['Int'];
56900
+ __typename: 'Statement';
56901
+ }
56902
+ interface Item {
56903
+ id: Scalars['String'];
56904
+ spacesCount: (Scalars['Int'] | null);
56905
+ __typename: 'Item';
56906
+ }
56907
+ interface StrategyItem {
56908
+ id: Scalars['String'];
56909
+ name: (Scalars['String'] | null);
56910
+ author: (Scalars['String'] | null);
56911
+ version: (Scalars['String'] | null);
56912
+ schema: (Scalars['Any'] | null);
56913
+ examples: ((Scalars['Any'] | null)[] | null);
56914
+ about: (Scalars['String'] | null);
56915
+ spacesCount: (Scalars['Int'] | null);
56916
+ verifiedSpacesCount: (Scalars['Int'] | null);
56917
+ override: (Scalars['Boolean'] | null);
56918
+ disabled: (Scalars['Boolean'] | null);
56919
+ __typename: 'StrategyItem';
56920
+ }
56921
+ interface Treasury {
56922
+ name: (Scalars['String'] | null);
56923
+ address: (Scalars['String'] | null);
56924
+ network: (Scalars['String'] | null);
56925
+ __typename: 'Treasury';
56926
+ }
56927
+ interface Label {
56928
+ id: (Scalars['String'] | null);
56929
+ name: (Scalars['String'] | null);
56930
+ description: (Scalars['String'] | null);
56931
+ color: (Scalars['String'] | null);
56932
+ __typename: 'Label';
56933
+ }
56934
+ interface BoostSettings {
56935
+ enabled: (Scalars['Boolean'] | null);
56936
+ bribeEnabled: (Scalars['Boolean'] | null);
56937
+ __typename: 'BoostSettings';
56938
+ }
56939
+ interface Vp {
56940
+ vp: (Scalars['Float'] | null);
56941
+ vp_by_strategy: ((Scalars['Float'] | null)[] | null);
56942
+ vp_state: (Scalars['String'] | null);
56943
+ __typename: 'Vp';
56944
+ }
56945
+ interface Leaderboard {
56946
+ space: (Scalars['String'] | null);
56947
+ user: (Scalars['String'] | null);
56948
+ proposalsCount: (Scalars['Int'] | null);
56949
+ votesCount: (Scalars['Int'] | null);
56950
+ lastVote: (Scalars['Int'] | null);
56951
+ __typename: 'Leaderboard';
56952
+ }
56953
+ interface Option {
56954
+ name: (Scalars['String'] | null);
56955
+ value: (Scalars['String'] | null);
56956
+ __typename: 'Option';
56957
+ }
56958
+ interface SkinSettings {
56959
+ bg_color: (Scalars['String'] | null);
56960
+ link_color: (Scalars['String'] | null);
56961
+ text_color: (Scalars['String'] | null);
56962
+ content_color: (Scalars['String'] | null);
56963
+ border_color: (Scalars['String'] | null);
56964
+ heading_color: (Scalars['String'] | null);
56965
+ header_color: (Scalars['String'] | null);
56966
+ primary_color: (Scalars['String'] | null);
56967
+ theme: (Scalars['String'] | null);
56968
+ logo: (Scalars['String'] | null);
56969
+ __typename: 'SkinSettings';
56970
+ }
56971
+ interface Network {
56972
+ id: Scalars['String'];
56973
+ name: Scalars['String'];
56974
+ premium: (Scalars['Boolean'] | null);
56975
+ spacesCount: (Scalars['Int'] | null);
56976
+ __typename: 'Network';
56977
+ }
56978
+ interface QueryGenqlSelection {
56979
+ space?: (SpaceGenqlSelection & {
56980
+ __args: {
56981
+ id: Scalars['String'];
56982
+ };
56983
+ });
56984
+ spaces?: (SpaceGenqlSelection & {
56985
+ __args?: {
56986
+ first?: Scalars['Int'];
56987
+ skip?: Scalars['Int'];
56988
+ where?: (SpaceWhere | null);
56989
+ orderBy?: (Scalars['String'] | null);
56990
+ orderDirection?: (OrderDirection | null);
56991
+ };
56992
+ });
56993
+ ranking?: (RankingObjectGenqlSelection & {
56994
+ __args?: {
56995
+ first?: Scalars['Int'];
56996
+ skip?: Scalars['Int'];
56997
+ where?: (RankingWhere | null);
56998
+ };
56999
+ });
57000
+ proposal?: (ProposalGenqlSelection & {
57001
+ __args: {
57002
+ id: Scalars['String'];
57003
+ };
57004
+ });
57005
+ proposals?: (ProposalGenqlSelection & {
57006
+ __args?: {
57007
+ first?: Scalars['Int'];
57008
+ skip?: Scalars['Int'];
57009
+ where?: (ProposalWhere | null);
57010
+ orderBy?: (Scalars['String'] | null);
57011
+ orderDirection?: (OrderDirection | null);
57012
+ };
57013
+ });
57014
+ vote?: (VoteGenqlSelection & {
57015
+ __args: {
57016
+ id: Scalars['String'];
57017
+ };
57018
+ });
57019
+ votes?: (VoteGenqlSelection & {
57020
+ __args?: {
57021
+ first?: Scalars['Int'];
57022
+ skip?: Scalars['Int'];
57023
+ where?: (VoteWhere | null);
57024
+ orderBy?: (Scalars['String'] | null);
57025
+ orderDirection?: (OrderDirection | null);
57026
+ };
57027
+ });
57028
+ aliases?: (AliasGenqlSelection & {
57029
+ __args?: {
57030
+ first?: Scalars['Int'];
57031
+ skip?: Scalars['Int'];
57032
+ where?: (AliasWhere | null);
57033
+ orderBy?: (Scalars['String'] | null);
57034
+ orderDirection?: (OrderDirection | null);
57035
+ };
57036
+ });
57037
+ roles?: (RoleGenqlSelection & {
57038
+ __args: {
57039
+ where: RolesWhere;
57040
+ };
57041
+ });
57042
+ follows?: (FollowGenqlSelection & {
57043
+ __args?: {
57044
+ first?: Scalars['Int'];
57045
+ skip?: Scalars['Int'];
57046
+ where?: (FollowWhere | null);
57047
+ orderBy?: (Scalars['String'] | null);
57048
+ orderDirection?: (OrderDirection | null);
57049
+ };
57050
+ });
57051
+ subscriptions?: (SubscriptionGenqlSelection & {
57052
+ __args?: {
57053
+ first?: Scalars['Int'];
57054
+ skip?: Scalars['Int'];
57055
+ where?: (SubscriptionWhere | null);
57056
+ orderBy?: (Scalars['String'] | null);
57057
+ orderDirection?: (OrderDirection | null);
57058
+ };
57059
+ });
57060
+ users?: (UserGenqlSelection & {
57061
+ __args?: {
57062
+ first?: Scalars['Int'];
57063
+ skip?: Scalars['Int'];
57064
+ where?: (UsersWhere | null);
57065
+ orderBy?: (Scalars['String'] | null);
57066
+ orderDirection?: (OrderDirection | null);
57067
+ };
57068
+ });
57069
+ statements?: (StatementGenqlSelection & {
57070
+ __args?: {
57071
+ first?: Scalars['Int'];
57072
+ skip?: Scalars['Int'];
57073
+ where?: (StatementsWhere | null);
57074
+ orderBy?: (Scalars['String'] | null);
57075
+ orderDirection?: (OrderDirection | null);
57076
+ };
57077
+ });
57078
+ user?: (UserGenqlSelection & {
57079
+ __args: {
57080
+ id: Scalars['String'];
57081
+ };
57082
+ });
57083
+ statement?: (StatementGenqlSelection & {
57084
+ __args: {
57085
+ id: Scalars['String'];
57086
+ };
57087
+ });
57088
+ skins?: ItemGenqlSelection;
57089
+ networks?: NetworkGenqlSelection;
57090
+ validations?: ItemGenqlSelection;
57091
+ plugins?: ItemGenqlSelection;
57092
+ strategies?: StrategyItemGenqlSelection;
57093
+ strategy?: (StrategyItemGenqlSelection & {
57094
+ __args: {
57095
+ id: Scalars['String'];
57096
+ };
57097
+ });
57098
+ vp?: (VpGenqlSelection & {
57099
+ __args: {
57100
+ voter: Scalars['String'];
57101
+ space: Scalars['String'];
57102
+ proposal?: (Scalars['String'] | null);
57103
+ };
57104
+ });
57105
+ messages?: (MessageGenqlSelection & {
57106
+ __args?: {
57107
+ first?: Scalars['Int'];
57108
+ skip?: Scalars['Int'];
57109
+ where?: (MessageWhere | null);
57110
+ orderBy?: (Scalars['String'] | null);
57111
+ orderDirection?: (OrderDirection | null);
57112
+ };
57113
+ });
57114
+ leaderboards?: (LeaderboardGenqlSelection & {
57115
+ __args?: {
57116
+ first?: Scalars['Int'];
57117
+ skip?: Scalars['Int'];
57118
+ where?: (LeaderboardsWhere | null);
57119
+ orderBy?: (Scalars['String'] | null);
57120
+ orderDirection?: (OrderDirection | null);
57121
+ };
57122
+ });
57123
+ options?: OptionGenqlSelection;
57124
+ __typename?: boolean | number;
57125
+ __scalar?: boolean | number;
57126
+ }
57127
+ interface SpaceWhere {
57128
+ id?: (Scalars['String'] | null);
57129
+ id_in?: ((Scalars['String'] | null)[] | null);
57130
+ created?: (Scalars['Int'] | null);
57131
+ created_in?: ((Scalars['Int'] | null)[] | null);
57132
+ created_gt?: (Scalars['Int'] | null);
57133
+ created_gte?: (Scalars['Int'] | null);
57134
+ created_lt?: (Scalars['Int'] | null);
57135
+ created_lte?: (Scalars['Int'] | null);
57136
+ strategy?: (Scalars['String'] | null);
57137
+ plugin?: (Scalars['String'] | null);
57138
+ controller?: (Scalars['String'] | null);
57139
+ verified?: (Scalars['Boolean'] | null);
57140
+ domain?: (Scalars['String'] | null);
57141
+ search?: (Scalars['String'] | null);
57142
+ }
57143
+ interface RankingWhere {
57144
+ search?: (Scalars['String'] | null);
57145
+ category?: (Scalars['String'] | null);
57146
+ network?: (Scalars['String'] | null);
57147
+ strategy?: (Scalars['String'] | null);
57148
+ plugin?: (Scalars['String'] | null);
57149
+ }
57150
+ interface MessageWhere {
57151
+ id?: (Scalars['String'] | null);
57152
+ id_in?: ((Scalars['String'] | null)[] | null);
57153
+ mci?: (Scalars['Int'] | null);
57154
+ mci_in?: ((Scalars['Int'] | null)[] | null);
57155
+ mci_gt?: (Scalars['Int'] | null);
57156
+ mci_gte?: (Scalars['Int'] | null);
57157
+ mci_lt?: (Scalars['Int'] | null);
57158
+ mci_lte?: (Scalars['Int'] | null);
57159
+ address?: (Scalars['String'] | null);
57160
+ address_in?: ((Scalars['String'] | null)[] | null);
57161
+ timestamp?: (Scalars['Int'] | null);
57162
+ timestamp_in?: ((Scalars['Int'] | null)[] | null);
57163
+ timestamp_gt?: (Scalars['Int'] | null);
57164
+ timestamp_gte?: (Scalars['Int'] | null);
57165
+ timestamp_lt?: (Scalars['Int'] | null);
57166
+ timestamp_lte?: (Scalars['Int'] | null);
57167
+ space?: (Scalars['String'] | null);
57168
+ space_in?: ((Scalars['String'] | null)[] | null);
57169
+ type?: (Scalars['String'] | null);
57170
+ type_in?: ((Scalars['String'] | null)[] | null);
57171
+ }
57172
+ interface MessageGenqlSelection {
57173
+ mci?: boolean | number;
57174
+ id?: boolean | number;
57175
+ ipfs?: boolean | number;
57176
+ address?: boolean | number;
57177
+ version?: boolean | number;
57178
+ timestamp?: boolean | number;
57179
+ space?: boolean | number;
57180
+ type?: boolean | number;
57181
+ sig?: boolean | number;
57182
+ receipt?: boolean | number;
57183
+ __typename?: boolean | number;
57184
+ __scalar?: boolean | number;
57185
+ }
57186
+ interface ProposalWhere {
57187
+ id?: (Scalars['String'] | null);
57188
+ id_in?: ((Scalars['String'] | null)[] | null);
57189
+ ipfs?: (Scalars['String'] | null);
57190
+ ipfs_in?: ((Scalars['String'] | null)[] | null);
57191
+ space?: (Scalars['String'] | null);
57192
+ space_in?: ((Scalars['String'] | null)[] | null);
57193
+ author?: (Scalars['String'] | null);
57194
+ author_in?: ((Scalars['String'] | null)[] | null);
57195
+ network?: (Scalars['String'] | null);
57196
+ network_in?: ((Scalars['String'] | null)[] | null);
57197
+ title_contains?: (Scalars['String'] | null);
57198
+ strategies_contains?: (Scalars['String'] | null);
57199
+ plugins_contains?: (Scalars['String'] | null);
57200
+ validation?: (Scalars['String'] | null);
57201
+ type?: (Scalars['String'] | null);
57202
+ type_in?: ((Scalars['String'] | null)[] | null);
57203
+ app?: (Scalars['String'] | null);
57204
+ app_not?: (Scalars['String'] | null);
57205
+ app_in?: ((Scalars['String'] | null)[] | null);
57206
+ app_not_in?: ((Scalars['String'] | null)[] | null);
57207
+ created?: (Scalars['Int'] | null);
57208
+ created_in?: ((Scalars['Int'] | null)[] | null);
57209
+ created_gt?: (Scalars['Int'] | null);
57210
+ created_gte?: (Scalars['Int'] | null);
57211
+ created_lt?: (Scalars['Int'] | null);
57212
+ created_lte?: (Scalars['Int'] | null);
57213
+ updated?: (Scalars['Int'] | null);
57214
+ updated_in?: ((Scalars['Int'] | null)[] | null);
57215
+ updated_gt?: (Scalars['Int'] | null);
57216
+ updated_gte?: (Scalars['Int'] | null);
57217
+ updated_lt?: (Scalars['Int'] | null);
57218
+ updated_lte?: (Scalars['Int'] | null);
57219
+ start?: (Scalars['Int'] | null);
57220
+ start_in?: ((Scalars['Int'] | null)[] | null);
57221
+ start_gt?: (Scalars['Int'] | null);
57222
+ start_gte?: (Scalars['Int'] | null);
57223
+ start_lt?: (Scalars['Int'] | null);
57224
+ start_lte?: (Scalars['Int'] | null);
57225
+ end?: (Scalars['Int'] | null);
57226
+ end_in?: ((Scalars['Int'] | null)[] | null);
57227
+ end_gt?: (Scalars['Int'] | null);
57228
+ end_gte?: (Scalars['Int'] | null);
57229
+ end_lt?: (Scalars['Int'] | null);
57230
+ end_lte?: (Scalars['Int'] | null);
57231
+ scores_state?: (Scalars['String'] | null);
57232
+ scores_state_in?: ((Scalars['String'] | null)[] | null);
57233
+ labels_in?: ((Scalars['String'] | null)[] | null);
57234
+ state?: (Scalars['String'] | null);
57235
+ space_verified?: (Scalars['Boolean'] | null);
57236
+ flagged?: (Scalars['Boolean'] | null);
57237
+ votes?: (Scalars['Int'] | null);
57238
+ votes_gt?: (Scalars['Int'] | null);
57239
+ votes_gte?: (Scalars['Int'] | null);
57240
+ votes_lt?: (Scalars['Int'] | null);
57241
+ votes_lte?: (Scalars['Int'] | null);
57242
+ scores_total_value?: (Scalars['Float'] | null);
57243
+ scores_total_value_in?: ((Scalars['Float'] | null)[] | null);
57244
+ scores_total_value_gt?: (Scalars['Float'] | null);
57245
+ scores_total_value_gte?: (Scalars['Float'] | null);
57246
+ scores_total_value_lt?: (Scalars['Float'] | null);
57247
+ scores_total_value_lte?: (Scalars['Float'] | null);
57248
+ }
57249
+ interface VoteWhere {
57250
+ id?: (Scalars['String'] | null);
57251
+ id_in?: ((Scalars['String'] | null)[] | null);
57252
+ ipfs?: (Scalars['String'] | null);
57253
+ ipfs_in?: ((Scalars['String'] | null)[] | null);
57254
+ space?: (Scalars['String'] | null);
57255
+ space_in?: ((Scalars['String'] | null)[] | null);
57256
+ voter?: (Scalars['String'] | null);
57257
+ voter_in?: ((Scalars['String'] | null)[] | null);
57258
+ proposal?: (Scalars['String'] | null);
57259
+ proposal_in?: ((Scalars['String'] | null)[] | null);
57260
+ reason?: (Scalars['String'] | null);
57261
+ reason_not?: (Scalars['String'] | null);
57262
+ reason_in?: ((Scalars['String'] | null)[] | null);
57263
+ reason_not_in?: ((Scalars['String'] | null)[] | null);
57264
+ app?: (Scalars['String'] | null);
57265
+ app_not?: (Scalars['String'] | null);
57266
+ app_in?: ((Scalars['String'] | null)[] | null);
57267
+ app_not_in?: ((Scalars['String'] | null)[] | null);
57268
+ created?: (Scalars['Int'] | null);
57269
+ created_in?: ((Scalars['Int'] | null)[] | null);
57270
+ created_gt?: (Scalars['Int'] | null);
57271
+ created_gte?: (Scalars['Int'] | null);
57272
+ created_lt?: (Scalars['Int'] | null);
57273
+ created_lte?: (Scalars['Int'] | null);
57274
+ vp?: (Scalars['Float'] | null);
57275
+ vp_in?: ((Scalars['Float'] | null)[] | null);
57276
+ vp_gt?: (Scalars['Float'] | null);
57277
+ vp_gte?: (Scalars['Float'] | null);
57278
+ vp_lt?: (Scalars['Float'] | null);
57279
+ vp_lte?: (Scalars['Float'] | null);
57280
+ vp_state?: (Scalars['String'] | null);
57281
+ vp_state_in?: ((Scalars['String'] | null)[] | null);
57282
+ }
57283
+ interface AliasWhere {
57284
+ id?: (Scalars['String'] | null);
57285
+ id_in?: ((Scalars['String'] | null)[] | null);
57286
+ ipfs?: (Scalars['String'] | null);
57287
+ ipfs_in?: ((Scalars['String'] | null)[] | null);
57288
+ address?: (Scalars['String'] | null);
57289
+ address_in?: ((Scalars['String'] | null)[] | null);
57290
+ alias?: (Scalars['String'] | null);
57291
+ alias_in?: ((Scalars['String'] | null)[] | null);
57292
+ created?: (Scalars['Int'] | null);
57293
+ created_in?: ((Scalars['Int'] | null)[] | null);
57294
+ created_gt?: (Scalars['Int'] | null);
57295
+ created_gte?: (Scalars['Int'] | null);
57296
+ created_lt?: (Scalars['Int'] | null);
57297
+ created_lte?: (Scalars['Int'] | null);
57298
+ }
57299
+ interface RolesWhere {
57300
+ address: Scalars['String'];
57301
+ }
57302
+ interface FollowWhere {
57303
+ id?: (Scalars['String'] | null);
57304
+ id_in?: ((Scalars['String'] | null)[] | null);
57305
+ ipfs?: (Scalars['String'] | null);
57306
+ ipfs_in?: ((Scalars['String'] | null)[] | null);
57307
+ follower?: (Scalars['String'] | null);
57308
+ follower_in?: ((Scalars['String'] | null)[] | null);
57309
+ space?: (Scalars['String'] | null);
57310
+ space_in?: ((Scalars['String'] | null)[] | null);
57311
+ network?: (Scalars['String'] | null);
57312
+ network_in?: ((Scalars['String'] | null)[] | null);
57313
+ created?: (Scalars['Int'] | null);
57314
+ created_in?: ((Scalars['Int'] | null)[] | null);
57315
+ created_gt?: (Scalars['Int'] | null);
57316
+ created_gte?: (Scalars['Int'] | null);
57317
+ created_lt?: (Scalars['Int'] | null);
57318
+ created_lte?: (Scalars['Int'] | null);
57319
+ }
57320
+ interface SubscriptionWhere {
57321
+ id?: (Scalars['String'] | null);
57322
+ id_in?: ((Scalars['String'] | null)[] | null);
57323
+ ipfs?: (Scalars['String'] | null);
57324
+ ipfs_in?: ((Scalars['String'] | null)[] | null);
57325
+ address?: (Scalars['String'] | null);
57326
+ address_in?: ((Scalars['String'] | null)[] | null);
57327
+ space?: (Scalars['String'] | null);
57328
+ space_in?: ((Scalars['String'] | null)[] | null);
57329
+ created?: (Scalars['Int'] | null);
57330
+ created_in?: ((Scalars['Int'] | null)[] | null);
57331
+ created_gt?: (Scalars['Int'] | null);
57332
+ created_gte?: (Scalars['Int'] | null);
57333
+ created_lt?: (Scalars['Int'] | null);
57334
+ created_lte?: (Scalars['Int'] | null);
57335
+ }
57336
+ interface UsersWhere {
57337
+ id?: (Scalars['String'] | null);
57338
+ id_in?: ((Scalars['String'] | null)[] | null);
57339
+ ipfs?: (Scalars['String'] | null);
57340
+ ipfs_in?: ((Scalars['String'] | null)[] | null);
57341
+ created?: (Scalars['Int'] | null);
57342
+ created_in?: ((Scalars['Int'] | null)[] | null);
57343
+ created_gt?: (Scalars['Int'] | null);
57344
+ created_gte?: (Scalars['Int'] | null);
57345
+ created_lt?: (Scalars['Int'] | null);
57346
+ created_lte?: (Scalars['Int'] | null);
57347
+ }
57348
+ interface StatementsWhere {
57349
+ id?: (Scalars['String'] | null);
57350
+ id_in?: ((Scalars['String'] | null)[] | null);
57351
+ ipfs?: (Scalars['String'] | null);
57352
+ ipfs_in?: ((Scalars['String'] | null)[] | null);
57353
+ space?: (Scalars['String'] | null);
57354
+ space_in?: ((Scalars['String'] | null)[] | null);
57355
+ network?: (Scalars['String'] | null);
57356
+ delegate?: (Scalars['String'] | null);
57357
+ delegate_in?: ((Scalars['String'] | null)[] | null);
57358
+ created?: (Scalars['Int'] | null);
57359
+ created_in?: ((Scalars['Int'] | null)[] | null);
57360
+ created_gt?: (Scalars['Int'] | null);
57361
+ created_gte?: (Scalars['Int'] | null);
57362
+ created_lt?: (Scalars['Int'] | null);
57363
+ created_lte?: (Scalars['Int'] | null);
57364
+ source?: (Scalars['String'] | null);
57365
+ source_in?: ((Scalars['String'] | null)[] | null);
57366
+ }
57367
+ interface LeaderboardsWhere {
57368
+ space?: (Scalars['String'] | null);
57369
+ space_in?: ((Scalars['String'] | null)[] | null);
57370
+ space_not?: (Scalars['String'] | null);
57371
+ space_not_in?: ((Scalars['String'] | null)[] | null);
57372
+ user?: (Scalars['String'] | null);
57373
+ user_in?: ((Scalars['String'] | null)[] | null);
57374
+ user_not?: (Scalars['String'] | null);
57375
+ user_not_in?: ((Scalars['String'] | null)[] | null);
57376
+ proposal_count?: (Scalars['Int'] | null);
57377
+ proposal_count_in?: ((Scalars['Int'] | null)[] | null);
57378
+ proposal_count_not?: (Scalars['Int'] | null);
57379
+ proposal_count_not_in?: ((Scalars['Int'] | null)[] | null);
57380
+ proposal_count_gt?: ((Scalars['Int'] | null)[] | null);
57381
+ proposal_count_gte?: ((Scalars['Int'] | null)[] | null);
57382
+ proposal_count_lt?: ((Scalars['Int'] | null)[] | null);
57383
+ proposal_count_lte?: ((Scalars['Int'] | null)[] | null);
57384
+ vote_count?: (Scalars['Int'] | null);
57385
+ vote_count_in?: ((Scalars['Int'] | null)[] | null);
57386
+ vote_count_not?: (Scalars['Int'] | null);
57387
+ vote_count_not_in?: ((Scalars['Int'] | null)[] | null);
57388
+ vote_count_gt?: ((Scalars['Int'] | null)[] | null);
57389
+ vote_count_gte?: ((Scalars['Int'] | null)[] | null);
57390
+ vote_count_lt?: ((Scalars['Int'] | null)[] | null);
57391
+ vote_count_lte?: ((Scalars['Int'] | null)[] | null);
57392
+ }
57393
+ interface SpaceGenqlSelection {
57394
+ id?: boolean | number;
57395
+ name?: boolean | number;
57396
+ private?: boolean | number;
57397
+ about?: boolean | number;
57398
+ avatar?: boolean | number;
57399
+ cover?: boolean | number;
57400
+ terms?: boolean | number;
57401
+ location?: boolean | number;
57402
+ website?: boolean | number;
57403
+ twitter?: boolean | number;
57404
+ github?: boolean | number;
57405
+ farcaster?: boolean | number;
57406
+ coingecko?: boolean | number;
57407
+ email?: boolean | number;
57408
+ discussions?: boolean | number;
57409
+ discourseCategory?: boolean | number;
57410
+ network?: boolean | number;
57411
+ symbol?: boolean | number;
57412
+ skin?: boolean | number;
57413
+ skinSettings?: SkinSettingsGenqlSelection;
57414
+ domain?: boolean | number;
57415
+ strategies?: StrategyGenqlSelection;
57416
+ admins?: boolean | number;
57417
+ members?: boolean | number;
57418
+ moderators?: boolean | number;
57419
+ filters?: SpaceFiltersGenqlSelection;
57420
+ plugins?: boolean | number;
57421
+ voting?: SpaceVotingGenqlSelection;
57422
+ categories?: boolean | number;
57423
+ validation?: ValidationGenqlSelection;
57424
+ voteValidation?: ValidationGenqlSelection;
57425
+ delegationPortal?: DelegationPortalGenqlSelection;
57426
+ treasuries?: TreasuryGenqlSelection;
57427
+ labels?: LabelGenqlSelection;
57428
+ activeProposals?: boolean | number;
57429
+ proposalsCount?: boolean | number;
57430
+ proposalsCount1d?: boolean | number;
57431
+ proposalsCount7d?: boolean | number;
57432
+ proposalsCount30d?: boolean | number;
57433
+ followersCount?: boolean | number;
57434
+ followersCount7d?: boolean | number;
57435
+ votesCount?: boolean | number;
57436
+ votesCount7d?: boolean | number;
57437
+ parent?: SpaceGenqlSelection;
57438
+ children?: SpaceGenqlSelection;
57439
+ guidelines?: boolean | number;
57440
+ template?: boolean | number;
57441
+ verified?: boolean | number;
57442
+ flagged?: boolean | number;
57443
+ flagCode?: boolean | number;
57444
+ hibernated?: boolean | number;
57445
+ turbo?: boolean | number;
57446
+ turboExpiration?: boolean | number;
57447
+ rank?: boolean | number;
57448
+ boost?: BoostSettingsGenqlSelection;
57449
+ created?: boolean | number;
57450
+ __typename?: boolean | number;
57451
+ __scalar?: boolean | number;
57452
+ }
57453
+ interface RankingObjectGenqlSelection {
57454
+ items?: SpaceGenqlSelection;
57455
+ metrics?: MetricsGenqlSelection;
57456
+ __typename?: boolean | number;
57457
+ __scalar?: boolean | number;
57458
+ }
57459
+ interface MetricsGenqlSelection {
57460
+ total?: boolean | number;
57461
+ categories?: boolean | number;
57462
+ __typename?: boolean | number;
57463
+ __scalar?: boolean | number;
57464
+ }
57465
+ interface SpaceFiltersGenqlSelection {
57466
+ minScore?: boolean | number;
57467
+ onlyMembers?: boolean | number;
57468
+ __typename?: boolean | number;
57469
+ __scalar?: boolean | number;
57470
+ }
57471
+ interface SpaceVotingGenqlSelection {
57472
+ delay?: boolean | number;
57473
+ period?: boolean | number;
57474
+ type?: boolean | number;
57475
+ quorum?: boolean | number;
57476
+ quorumType?: boolean | number;
57477
+ blind?: boolean | number;
57478
+ hideAbstain?: boolean | number;
57479
+ privacy?: boolean | number;
57480
+ aliased?: boolean | number;
57481
+ __typename?: boolean | number;
57482
+ __scalar?: boolean | number;
57483
+ }
57484
+ interface ProposalGenqlSelection {
57485
+ id?: boolean | number;
57486
+ ipfs?: boolean | number;
57487
+ author?: boolean | number;
57488
+ created?: boolean | number;
57489
+ updated?: boolean | number;
57490
+ space?: SpaceGenqlSelection;
57491
+ network?: boolean | number;
57492
+ symbol?: boolean | number;
57493
+ type?: boolean | number;
57494
+ strategies?: StrategyGenqlSelection;
57495
+ validation?: ValidationGenqlSelection;
57496
+ plugins?: boolean | number;
57497
+ title?: boolean | number;
57498
+ body?: boolean | number;
57499
+ discussion?: boolean | number;
57500
+ choices?: boolean | number;
57501
+ labels?: boolean | number;
57502
+ start?: boolean | number;
57503
+ end?: boolean | number;
57504
+ quorum?: boolean | number;
57505
+ quorumType?: boolean | number;
57506
+ privacy?: boolean | number;
57507
+ snapshot?: boolean | number;
57508
+ state?: boolean | number;
57509
+ link?: boolean | number;
57510
+ app?: boolean | number;
57511
+ scores?: boolean | number;
57512
+ scores_by_strategy?: boolean | number;
57513
+ scores_state?: boolean | number;
57514
+ scores_total?: boolean | number;
57515
+ scores_updated?: boolean | number;
57516
+ scores_total_value?: boolean | number;
57517
+ vp_value_by_strategy?: boolean | number;
57518
+ votes?: boolean | number;
57519
+ flagged?: boolean | number;
57520
+ flagCode?: boolean | number;
57521
+ __typename?: boolean | number;
57522
+ __scalar?: boolean | number;
57523
+ }
57524
+ interface StrategyGenqlSelection {
57525
+ name?: boolean | number;
57526
+ network?: boolean | number;
57527
+ params?: boolean | number;
57528
+ __typename?: boolean | number;
57529
+ __scalar?: boolean | number;
57530
+ }
57531
+ interface ValidationGenqlSelection {
57532
+ name?: boolean | number;
57533
+ params?: boolean | number;
57534
+ __typename?: boolean | number;
57535
+ __scalar?: boolean | number;
57536
+ }
57537
+ interface DelegationPortalGenqlSelection {
57538
+ delegationType?: boolean | number;
57539
+ delegationContract?: boolean | number;
57540
+ delegationNetwork?: boolean | number;
57541
+ delegationApi?: boolean | number;
57542
+ __typename?: boolean | number;
57543
+ __scalar?: boolean | number;
57544
+ }
57545
+ interface VoteGenqlSelection {
57546
+ id?: boolean | number;
57547
+ ipfs?: boolean | number;
57548
+ voter?: boolean | number;
57549
+ created?: boolean | number;
57550
+ space?: SpaceGenqlSelection;
57551
+ proposal?: ProposalGenqlSelection;
57552
+ choice?: boolean | number;
57553
+ metadata?: boolean | number;
57554
+ reason?: boolean | number;
57555
+ app?: boolean | number;
57556
+ vp?: boolean | number;
57557
+ vp_by_strategy?: boolean | number;
57558
+ vp_state?: boolean | number;
57559
+ __typename?: boolean | number;
57560
+ __scalar?: boolean | number;
57561
+ }
57562
+ interface AliasGenqlSelection {
57563
+ id?: boolean | number;
57564
+ ipfs?: boolean | number;
57565
+ address?: boolean | number;
57566
+ alias?: boolean | number;
57567
+ created?: boolean | number;
57568
+ __typename?: boolean | number;
57569
+ __scalar?: boolean | number;
57570
+ }
57571
+ interface RoleGenqlSelection {
57572
+ space?: boolean | number;
57573
+ permissions?: boolean | number;
57574
+ __typename?: boolean | number;
57575
+ __scalar?: boolean | number;
57576
+ }
57577
+ interface FollowGenqlSelection {
57578
+ id?: boolean | number;
57579
+ ipfs?: boolean | number;
57580
+ follower?: boolean | number;
57581
+ space?: SpaceGenqlSelection;
57582
+ network?: boolean | number;
57583
+ created?: boolean | number;
57584
+ __typename?: boolean | number;
57585
+ __scalar?: boolean | number;
57586
+ }
57587
+ interface SubscriptionGenqlSelection {
57588
+ id?: boolean | number;
57589
+ ipfs?: boolean | number;
57590
+ address?: boolean | number;
57591
+ space?: SpaceGenqlSelection;
57592
+ created?: boolean | number;
57593
+ __typename?: boolean | number;
57594
+ __scalar?: boolean | number;
57595
+ }
57596
+ interface UserGenqlSelection {
57597
+ id?: boolean | number;
57598
+ ipfs?: boolean | number;
57599
+ name?: boolean | number;
57600
+ about?: boolean | number;
57601
+ avatar?: boolean | number;
57602
+ cover?: boolean | number;
57603
+ github?: boolean | number;
57604
+ twitter?: boolean | number;
57605
+ lens?: boolean | number;
57606
+ farcaster?: boolean | number;
57607
+ created?: boolean | number;
57608
+ votesCount?: boolean | number;
57609
+ proposalsCount?: boolean | number;
57610
+ lastVote?: boolean | number;
57611
+ __typename?: boolean | number;
57612
+ __scalar?: boolean | number;
57613
+ }
57614
+ interface StatementGenqlSelection {
57615
+ id?: boolean | number;
57616
+ ipfs?: boolean | number;
57617
+ space?: boolean | number;
57618
+ network?: boolean | number;
57619
+ about?: boolean | number;
57620
+ delegate?: boolean | number;
57621
+ statement?: boolean | number;
57622
+ discourse?: boolean | number;
57623
+ status?: boolean | number;
57624
+ source?: boolean | number;
57625
+ created?: boolean | number;
57626
+ updated?: boolean | number;
57627
+ __typename?: boolean | number;
57628
+ __scalar?: boolean | number;
57629
+ }
57630
+ interface ItemGenqlSelection {
57631
+ id?: boolean | number;
57632
+ spacesCount?: boolean | number;
57633
+ __typename?: boolean | number;
57634
+ __scalar?: boolean | number;
57635
+ }
57636
+ interface StrategyItemGenqlSelection {
57637
+ id?: boolean | number;
57638
+ name?: boolean | number;
57639
+ author?: boolean | number;
57640
+ version?: boolean | number;
57641
+ schema?: boolean | number;
57642
+ examples?: boolean | number;
57643
+ about?: boolean | number;
57644
+ spacesCount?: boolean | number;
57645
+ verifiedSpacesCount?: boolean | number;
57646
+ override?: boolean | number;
57647
+ disabled?: boolean | number;
57648
+ __typename?: boolean | number;
57649
+ __scalar?: boolean | number;
57650
+ }
57651
+ interface TreasuryGenqlSelection {
57652
+ name?: boolean | number;
57653
+ address?: boolean | number;
57654
+ network?: boolean | number;
57655
+ __typename?: boolean | number;
57656
+ __scalar?: boolean | number;
57657
+ }
57658
+ interface LabelGenqlSelection {
57659
+ id?: boolean | number;
57660
+ name?: boolean | number;
57661
+ description?: boolean | number;
57662
+ color?: boolean | number;
57663
+ __typename?: boolean | number;
57664
+ __scalar?: boolean | number;
57665
+ }
57666
+ interface BoostSettingsGenqlSelection {
57667
+ enabled?: boolean | number;
57668
+ bribeEnabled?: boolean | number;
57669
+ __typename?: boolean | number;
57670
+ __scalar?: boolean | number;
57671
+ }
57672
+ interface VpGenqlSelection {
57673
+ vp?: boolean | number;
57674
+ vp_by_strategy?: boolean | number;
57675
+ vp_state?: boolean | number;
57676
+ __typename?: boolean | number;
57677
+ __scalar?: boolean | number;
57678
+ }
57679
+ interface LeaderboardGenqlSelection {
57680
+ space?: boolean | number;
57681
+ user?: boolean | number;
57682
+ proposalsCount?: boolean | number;
57683
+ votesCount?: boolean | number;
57684
+ lastVote?: boolean | number;
57685
+ __typename?: boolean | number;
57686
+ __scalar?: boolean | number;
57687
+ }
57688
+ interface OptionGenqlSelection {
57689
+ name?: boolean | number;
57690
+ value?: boolean | number;
57691
+ __typename?: boolean | number;
57692
+ __scalar?: boolean | number;
57693
+ }
57694
+ interface SkinSettingsGenqlSelection {
57695
+ bg_color?: boolean | number;
57696
+ link_color?: boolean | number;
57697
+ text_color?: boolean | number;
57698
+ content_color?: boolean | number;
57699
+ border_color?: boolean | number;
57700
+ heading_color?: boolean | number;
57701
+ header_color?: boolean | number;
57702
+ primary_color?: boolean | number;
57703
+ theme?: boolean | number;
57704
+ logo?: boolean | number;
57705
+ __typename?: boolean | number;
57706
+ __scalar?: boolean | number;
57707
+ }
57708
+ interface NetworkGenqlSelection {
57709
+ id?: boolean | number;
57710
+ name?: boolean | number;
57711
+ premium?: boolean | number;
57712
+ spacesCount?: boolean | number;
57713
+ __typename?: boolean | number;
57714
+ __scalar?: boolean | number;
57715
+ }
57716
+ //#endregion
57717
+ //#region src/ecosystem/generated/snapshot-org/runtime/typeSelection.d.ts
57718
+ type FieldsSelection<SRC extends Anify<DST> | undefined, DST> = {
57719
+ scalar: SRC;
57720
+ union: Handle__isUnion<SRC, DST>;
57721
+ object: HandleObject<SRC, DST>;
57722
+ array: SRC extends Nil ? never : SRC extends Array<infer T | null> ? Array<FieldsSelection<T, DST>> : never;
57723
+ __scalar: Handle__scalar<SRC, DST>;
57724
+ never: never;
57725
+ }[DST extends Nil ? 'never' : DST extends false | 0 ? 'never' : SRC extends Scalar ? 'scalar' : SRC extends any[] ? 'array' : SRC extends {
57726
+ __isUnion?: any;
57727
+ } ? 'union' : DST extends {
57728
+ __scalar?: any;
57729
+ } ? '__scalar' : DST extends {} ? 'object' : 'never'];
57730
+ type HandleObject<SRC extends Anify<DST>, DST> = DST extends boolean ? SRC : SRC extends Nil ? never : Pick<{ [Key in keyof SRC]: Key extends keyof DST ? FieldsSelection<SRC[Key], NonNullable<DST[Key]>> : SRC[Key] }, Exclude<keyof DST, FieldsToRemove>>;
57731
+ type Handle__scalar<SRC extends Anify<DST>, DST> = SRC extends Nil ? never : Pick<{ [Key in keyof SRC]: Key extends keyof DST ? FieldsSelection<SRC[Key], DST[Key]> : SRC[Key] }, { [Key in keyof SRC]: SRC[Key] extends Nil ? never : Key extends FieldsToRemove ? never : SRC[Key] extends Scalar ? Key : Key extends keyof DST ? Key : never }[keyof SRC]>;
57732
+ type Handle__isUnion<SRC extends Anify<DST>, DST> = SRC extends Nil ? never : Omit<SRC, FieldsToRemove>;
57733
+ type Scalar = string | number | Date | boolean | null | undefined;
57734
+ type Anify<T$1> = { [P in keyof T$1]?: any };
57735
+ type FieldsToRemove = '__isUnion' | '__scalar' | '__name' | '__args';
57736
+ type Nil = undefined | null;
57737
+ //#endregion
57738
+ //#region src/ecosystem/generated/snapshot-org/index.d.ts
57739
+ interface Client$1 {
57740
+ query<R extends QueryGenqlSelection>(request: R & {
57741
+ __name?: string;
57742
+ }): Promise<FieldsSelection<Query, R>>;
57743
+ }
57744
+ //#endregion
57745
+ //#region src/ecosystem/generated/snapshot.d.ts
57746
+ declare const snapshotClient: Client$1;
57747
+ //#endregion
56623
57748
  //#region src/ecosystem/constants.d.ts
56624
57749
  declare const erc1967_ImplementationSlot = "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc";
56625
57750
  declare const erc1967_AdminSlot = "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103";
@@ -56869,5 +57994,5 @@ declare function addAssetPrice(client: Client, address: Address): Promise<string
56869
57994
  */
56870
57995
  declare function getMdContractName(contracts: TenderlySimulationResponse["contracts"], address: Address): string;
56871
57996
  //#endregion
56872
- export { getHyperRPC as $, WAD_RAY_RATIO as $n, IWithGuardian_ABI as $t, erc1967_ImplementationSlot as A, getGovernance as An, TransactionInfo as At, BundleParams as B, getPayloadsController as Bn, getBytesValue as Bt, enhanceLogs as C, IReserveInterestRateStrategy_ABI as Cn, TenderlyLog as Ct, genericIndexer as D, HUMAN_READABLE_PROPOSAL_STATE as Dn, TenderlySimulationResponseObject as Dt, IndexerTopicState as E, GovernanceContract as En, TenderlySimulationResponse as Et, blockscoutExplorers as F, Payload as Fn, getSourceCode as Ft, getContractDeploymentBlock as G, fetchMutablePoolAddresses as Gn, bitmapToIndexes as Gt, flashbotsOnFetchRequest as H, makePayloadExecutableOnTestClient as Hn, getSolidityStorageSlotAddress as Ht, routescanExplorers as I, PayloadState as In, parseBlockscoutStyleSourceCode as It, SupportedChainIds as J, getReserveTokens as Jn, Ownable_ABI as Jt, getImplementationSlot as K, fetchPoolAddresses as Kn, getBits as Kt, etherscanExplorers as L, PayloadsControllerContract as Ln, parseEtherscanStyleSourceCode as Lt, tenderlyNetworkMap as M, isProposalFinal as Mn, EtherscanStyleSourceCode as Mt, hyperRPCSupportedNetworks as N, makeProposalExecutableOnTestClient as Nn, ExplorerConfig as Nt, diffCode as O, Proposal as On, TenderlyStackTrace as Ot, chainlinkFeeds as P, HUMAN_READABLE_PAYLOAD_STATE as Pn, getExplorer as Pt, getExplicitRPC as Q, WAD as Qn, IERC20_ABI as Qt, quicknodeNetworkMap as R, getNonFinalizedPayloads as Rn, StandardJsonInput as Rt, selfDestructStatusToString as S, IStataTokenFactory_ABI as Sn, decodeUserConfiguration as Sr, StateObject as St, GenericIndexerArgs as T, validateAip as Tn, TenderlySimRequest as Tt, onMevHandler as U, getCompleteReserveConfiguration as Un, getSolidityStorageSlotBytes as Ut, flashbotsClientExtension as V, isPayloadFinal as Vn, getDynamicArraySlot as Vt, priceUpdateDecoder as W, fetchImmutablePoolAddresses as Wn, getSolidityStorageSlotUint as Wt, getAlchemyRPC as X, HALF_WAD as Xn, PausableUpgradeable_ABI as Xt, alchemySupportedChainIds as Y, HALF_RAY as Yn, IAuthorizedForwarder_ABI as Yt, getClient as Z, RAY as Zn, IERC1967_ABI as Zt, renderTenderlyReport as _, Umbrella_IRewardsController_ABI as _n, SECONDS_PER_YEAR as _r, ContractObject as _t, findAsset as a, IUmbrellaStakeToken_ABI as an, assetToBase as ar, publicRPCs as at, SelfdestructCheckState as b, IUmbrella_ABI as bn, decodeReserveConfiguration as br, SoltypeType as bt, prettifyNumber as c, AggregatorInterface_ABI as cn, calculateHealthFactor as cr, EVENT_DB as ct, getObjectDiff as d, ICollector_ABI as dn, getCurrentDebtBalance as dr, tenderly_deleteVnet as dt, IPoolConfigurator_ABI as en, rayDiv as er, getNetworkEnv as et, renderMarkdownStateDiffReport as f, IncentivizedERC20_ABI as fn, getCurrentLiquidityBalance as fr, tenderly_getVnet as ft, verificationStatusToString as g, IPoolAddressesProvider_ABI as gn, LTV_PRECISION as gr, tenderly_simVnet as gt, getVerificationStatus as h, IStataTokenV2_ABI as hn, getNormalizedIncome as hr, tenderly_sim as ht, assetIndexesToAsset as i, IDefaultInterestRateStrategyV2_ABI as in, wadToRay as ir, getTenderlyRpc as it, tenderlyExplorerMap as j, getNonFinalizedProposals as jn, BlockscoutStyleSourceCode as jt, erc1967_AdminSlot as k, ProposalState as kn, Trace as kt, toBinaryString as l, IPool_ABI as ln, calculateHealthFactorFromBalances as lr, Tenderly_createVnetParamsResponse as lt, VerificationStatus as m, IDualAggregator_ABI as mn, getNormalizedDebt as mr, tenderly_pingExplorer as mt, addAssetPrice as n, IRewardsController_ABI as nn, rayToWad as nr, getQuicknodeRpc as nt, formatNumberString as o, IEmissionManager_ABI as on, calculateAvailableBorrowsMarketReferenceCurrency as or, ChainId as ot, transformTenderlyStateDiff as p, IAaveOracle_ABI as pn, getMarketReferenceCurrencyAndUsdBalance as pr, tenderly_logsToAbiLogs as pt, getLogsRecursive as q, getReserveConfigurations as qn, setBits as qt, addAssetSymbol as r, IAccessControl_ABI as rn, wadDiv as rr, getRPCUrl as rt, getMdContractName as s, IAaveV3ConfigEngine_ABI as sn, calculateCompoundedInterest as sr, ChainList as st, AssetInfo as t, IERC20Metadata_ABI as tn, rayMul as tr, getPublicRpc as tt, enhanceStateDiff as u, ProxyAdmin_ABI as un, calculateLinearInterest as ur, tenderly_createVnet as ut, toAddressLink as v, IWrappedTokenGatewayV3_ABI as vn, aaveAddressesProvider_IncentivesControllerSlot as vr, Input as vt, parseLogs as w, Aip as wn, TenderlyLogRaw as wt, checkForSelfdestruct as x, IAToken_ABI as xn, decodeReserveConfigurationV2 as xr, StateDiff as xt, toTxLink as y, Umbrella_IRewardsDistributor_ABI as yn, ReserveConfiguration as yr, SoltypeElement as yt, alchemyNetworkMap as z, getPayloadStorageOverrides as zn, bytes32ToAddress as zt };
56873
- //# sourceMappingURL=browser-BDzZmfpQ.d.mts.map
57997
+ export { getExplicitRPC as $, RAY as $n, IERC20_ABI as $t, erc1967_ImplementationSlot as A, Proposal$1 as An, Trace as At, alchemyNetworkMap as B, getNonFinalizedPayloads as Bn, bytes32ToAddress as Bt, enhanceLogs as C, IStataTokenFactory_ABI as Cn, decodeReserveConfigurationV2 as Cr, StateObject as Ct, genericIndexer as D, validateAip as Dn, TenderlySimulationResponse as Dt, IndexerTopicState as E, parseFrontmatterMd as En, TenderlySimRequest as Et, chainlinkFeeds as F, makeProposalExecutableOnTestClient as Fn, getExplorer as Ft, priceUpdateDecoder as G, getCompleteReserveConfiguration as Gn, getSolidityStorageSlotUint as Gt, flashbotsClientExtension as H, getPayloadsController as Hn, getDynamicArraySlot as Ht, blockscoutExplorers as I, HUMAN_READABLE_PAYLOAD_STATE as In, getSourceCode as It, getLogsRecursive as J, fetchPoolAddresses as Jn, setBits as Jt, getContractDeploymentBlock as K, fetchImmutablePoolAddresses as Kn, bitmapToIndexes as Kt, routescanExplorers as L, Payload as Ln, parseBlockscoutStyleSourceCode as Lt, tenderlyExplorerMap as M, getGovernance as Mn, BlockscoutStyleSourceCode as Mt, tenderlyNetworkMap as N, getNonFinalizedProposals as Nn, EtherscanStyleSourceCode as Nt, diffCode as O, GovernanceContract as On, TenderlySimulationResponseObject as Ot, hyperRPCSupportedNetworks as P, isProposalFinal as Pn, ExplorerConfig as Pt, getClient as Q, HALF_WAD as Qn, IERC1967_ABI as Qt, etherscanExplorers as R, PayloadState as Rn, parseEtherscanStyleSourceCode as Rt, selfDestructStatusToString as S, IAToken_ABI as Sn, decodeReserveConfiguration as Sr, StateDiff as St, GenericIndexerArgs as T, Aip as Tn, TenderlyLogRaw as Tt, flashbotsOnFetchRequest as U, isPayloadFinal as Un, getSolidityStorageSlotAddress as Ut, BundleParams as V, getPayloadStorageOverrides as Vn, getBytesValue as Vt, onMevHandler as W, makePayloadExecutableOnTestClient as Wn, getSolidityStorageSlotBytes as Wt, alchemySupportedChainIds as X, getReserveTokens as Xn, IAuthorizedForwarder_ABI as Xt, SupportedChainIds as Y, getReserveConfigurations as Yn, Ownable_ABI as Yt, getAlchemyRPC as Z, HALF_RAY as Zn, PausableUpgradeable_ABI as Zt, renderTenderlyReport as _, IPoolAddressesProvider_ABI as _n, getNormalizedIncome as _r, tenderly_simVnet as _t, findAsset as a, IDefaultInterestRateStrategyV2_ABI as an, wadDiv as ar, getTenderlyRpc as at, SelfdestructCheckState as b, Umbrella_IRewardsDistributor_ABI as bn, aaveAddressesProvider_IncentivesControllerSlot as br, SoltypeElement as bt, prettifyNumber as c, IAaveV3ConfigEngine_ABI as cn, calculateAvailableBorrowsMarketReferenceCurrency as cr, ChainList as ct, getObjectDiff as d, ProxyAdmin_ABI as dn, calculateHealthFactorFromBalances as dr, tenderly_createVnet as dt, IWithGuardian_ABI as en, WAD as er, getHyperRPC as et, renderMarkdownStateDiffReport as f, ICollector_ABI as fn, calculateLinearInterest as fr, tenderly_deleteVnet as ft, verificationStatusToString as g, IStataTokenV2_ABI as gn, getNormalizedDebt as gr, tenderly_sim as gt, getVerificationStatus as h, IDualAggregator_ABI as hn, getMarketReferenceCurrencyAndUsdBalance as hr, tenderly_pingExplorer as ht, assetIndexesToAsset as i, IAccessControl_ABI as in, rayToWad as ir, getRPCUrl as it, snapshotClient as j, ProposalState as jn, TransactionInfo as jt, erc1967_AdminSlot as k, HUMAN_READABLE_PROPOSAL_STATE as kn, TenderlyStackTrace as kt, toBinaryString as l, AggregatorInterface_ABI as ln, calculateCompoundedInterest as lr, EVENT_DB as lt, VerificationStatus as m, IAaveOracle_ABI as mn, getCurrentLiquidityBalance as mr, tenderly_logsToAbiLogs as mt, addAssetPrice as n, IERC20Metadata_ABI as nn, rayDiv as nr, getPublicRpc as nt, formatNumberString as o, IUmbrellaStakeToken_ABI as on, wadToRay as or, publicRPCs as ot, transformTenderlyStateDiff as p, IncentivizedERC20_ABI as pn, getCurrentDebtBalance as pr, tenderly_getVnet as pt, getImplementationSlot as q, fetchMutablePoolAddresses as qn, getBits as qt, addAssetSymbol as r, IRewardsController_ABI as rn, rayMul as rr, getQuicknodeRpc as rt, getMdContractName as s, IEmissionManager_ABI as sn, assetToBase as sr, ChainId as st, AssetInfo as t, IPoolConfigurator_ABI as tn, WAD_RAY_RATIO as tr, getNetworkEnv as tt, enhanceStateDiff as u, IPool_ABI as un, calculateHealthFactor as ur, Tenderly_createVnetParamsResponse as ut, toAddressLink as v, Umbrella_IRewardsController_ABI as vn, LTV_PRECISION as vr, ContractObject as vt, parseLogs as w, IReserveInterestRateStrategy_ABI as wn, decodeUserConfiguration as wr, TenderlyLog as wt, checkForSelfdestruct as x, IUmbrella_ABI as xn, ReserveConfiguration as xr, SoltypeType as xt, toTxLink as y, IWrappedTokenGatewayV3_ABI as yn, SECONDS_PER_YEAR as yr, Input as yt, quicknodeNetworkMap as z, PayloadsControllerContract as zn, StandardJsonInput as zt };
57998
+ //# sourceMappingURL=browser-D0QmrPff.d.mts.map