Skip to content

Commit

Permalink
refactor: remove unused comment in recordInterchainTokenDeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Mar 3, 2025
1 parent 6163423 commit 853b5ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 853b5ac

Please sign in to comment.