Skip to content

Commit

Permalink
Update LensEndpoint for Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Nov 12, 2024
1 parent 5b8cd54 commit 492048b
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.testnet.lens.dev"
Testnet = "https://api-v2-amoy.lens.dev"
}

export default LensEndpoint;

1 comment on commit 492048b

@vercel
Copy link

@vercel vercel bot commented on 492048b Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./

heyxyz.vercel.app
hey.xyz
web-git-main-heyxyz.vercel.app
web-heyxyz.vercel.app

Please sign in to comment.