Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Feb 5, 2025
1 parent 3b65264 commit 39c7084
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ export class MultichainTransactionsController extends BaseController<
const transactions = response.data.filter((tx) => {
const chain = tx.chain as MultichainNetwork;
const { namespace } = parseCaipChainId(chain);
// Enum comparison is safe here as we control both enum values
// eslint-disable-next-line @typescript-eslint/no-unsafe-enum-comparison
if (namespace === KnownCaipNamespace.Solana) {
return chain === MultichainNetwork.Solana;
Expand Down

0 comments on commit 39c7084

Please sign in to comment.