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,