From dadbb9e21bcc377cc4f08765f3c939bdf77e00b7 Mon Sep 17 00:00:00 2001 From: Sasi Date: Thu, 14 Dec 2023 07:56:33 +0530 Subject: [PATCH] fix: testnet url --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index adf4bf3..681b3b4 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -9,7 +9,7 @@ export enum HeyUrl { } export enum LensEndpoint { - TESTNET = 'https://api-v2-mumbai.lens.dev', + TESTNET = 'https://api-v2-mumbai-live.lens.dev', PRODUCTION = 'https://api-v2.lens.dev' }