From f739050d8c1d2082c2039d41f2d0934eac706297 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Mon, 21 Jul 2025 15:22:05 +0530 Subject: [PATCH] Remove laconic hosted config env --- src/app/api/registry/route.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/api/registry/route.ts b/src/app/api/registry/route.ts index 6e5f5d5..0afd54b 100644 --- a/src/app/api/registry/route.ts +++ b/src/app/api/registry/route.ts @@ -367,9 +367,8 @@ export async function POST(request: NextRequest) { deployer: deployerLrn, dns: cleanDnsName, config: { - env: { - LACONIC_HOSTED_CONFIG_laconicd_chain_id: process.env.REGISTRY_CHAIN_ID || 'laconic-testnet-2' - } + // TODO: Add feature to set env config for app + env: {} }, meta: { note: `Added via ${process.env.NEXT_PUBLIC_SOLANA_TOKEN_SYMBOL}-Deploy @ ${timestamp}`,