From e166275e2d0878eec91c8d96dee2dd34c864663a Mon Sep 17 00:00:00 2001 From: adrianvrj Date: Tue, 17 Dec 2024 21:51:17 -0600 Subject: [PATCH] [fix] get fund manager from .env --- frontend/gostarkme-web/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/gostarkme-web/constants/index.ts b/frontend/gostarkme-web/constants/index.ts index 81f393b..9285ae7 100644 --- a/frontend/gostarkme-web/constants/index.ts +++ b/frontend/gostarkme-web/constants/index.ts @@ -28,7 +28,7 @@ export const ARGENT_WEBWALLET_URL = process.env.NEXT_PUBLIC_ARGENT_WEBWALLET_URL || "https://web.argent.xyz" export const FUND_MANAGER_ADDR = - "0x04e75cce044fcb8012eacd7532dee521925a468301d58d09b866ccc43580e84a" + process.env.NEXT_PUBLIC_FUND_MANAGER_ADDR || ""; export const navItems = [ // { label: 'My Profile', href: '/app/myprofile' },