Skip to content

Commit

Permalink
Init Lens v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Nov 12, 2024
1 parent 0838170 commit f67f395
Showing 1 changed file with 1 addition and 1 deletion.
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-v2-amoy.lens.dev"
Testnet = "https://api.testnet.lens.dev"
}

export default LensEndpoint;

0 comments on commit f67f395

Please sign in to comment.