From 853b5ac4c5a8a3024a5b8bfd07f77e244c92c038 Mon Sep 17 00:00:00 2001 From: npty Date: Mon, 3 Mar 2025 22:29:28 +0700 Subject: [PATCH] refactor: remove unused comment in recordInterchainTokenDeployment --- .../routers/interchainToken/recordInterchainTokenDeployment.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/maestro/src/server/routers/interchainToken/recordInterchainTokenDeployment.ts b/apps/maestro/src/server/routers/interchainToken/recordInterchainTokenDeployment.ts index 19450c66..36b6d011 100644 --- a/apps/maestro/src/server/routers/interchainToken/recordInterchainTokenDeployment.ts +++ b/apps/maestro/src/server/routers/interchainToken/recordInterchainTokenDeployment.ts @@ -84,7 +84,6 @@ export const recordInterchainTokenDeployment = protectedProcedure const remoteTokens = await Promise.all( input.destinationAxelarChainIds.map(async (axelarChainId) => { - // Fetch both chain types const chainConfig = chains[axelarChainId]; invariant( chainConfig,