Skip to content

Commit

Permalink
chore: Update Lens API testnet endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 3, 2025
1 parent b6b213b commit 5cfb86c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion packages/data/lens-endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enum LensEndpoint {
Mainnet = "https://api-v2.lens.dev",
Testnet = "https://api.staging.lens.dev/graphql"
Testnet = "https://api.testnet.lens.dev/graphql"
}

export default LensEndpoint;
10 changes: 0 additions & 10 deletions packages/indexer/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,6 @@ export type AmountInput = {
value: Scalars['BigDecimal']['input'];
};

export type AnyJsonRequest = {
uri: Scalars['URI']['input'];
};

export type AnyKeyValue = AddressKeyValue | ArrayKeyValue | BigDecimalKeyValue | BooleanKeyValue | DictionaryKeyValue | IntKeyValue | IntNullableKeyValue | RawKeyValue | StringKeyValue;

export type AnyKeyValueInput = {
Expand Down Expand Up @@ -4481,7 +4477,6 @@ export type Query = {
accountsBlocked: PaginatedAccountsBlockedResult;
accountsBulk: Array<Account>;
adminsFor: PaginatedAdminsResult;
anyJson: Scalars['JSON']['output'];
app?: Maybe<App>;
appFeeds: PaginatedAppFeedsResult;
appGroups: PaginatedGroupsResult;
Expand Down Expand Up @@ -4596,11 +4591,6 @@ export type QueryAdminsForArgs = {
};


export type QueryAnyJsonArgs = {
request: AnyJsonRequest;
};


export type QueryAppArgs = {
request: AppRequest;
};
Expand Down

0 comments on commit 5cfb86c

Please sign in to comment.