From 5192e2c7f5cb2680f26bd55a447ee8a089bba1eb Mon Sep 17 00:00:00 2001 From: Nicole O'Brien Date: Fri, 10 May 2024 15:35:12 +0100 Subject: [PATCH] Update packages/shared/src/lib/core/token/actions/getAccountTokensForAccount.ts --- .../src/lib/core/token/actions/getAccountTokensForAccount.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/src/lib/core/token/actions/getAccountTokensForAccount.ts b/packages/shared/src/lib/core/token/actions/getAccountTokensForAccount.ts index febffe6f60..c2a4bac37e 100644 --- a/packages/shared/src/lib/core/token/actions/getAccountTokensForAccount.ts +++ b/packages/shared/src/lib/core/token/actions/getAccountTokensForAccount.ts @@ -108,7 +108,7 @@ function getAccountAssetForChain( for (const [tokenId, balance] of tokens) { if (tokenId === BASE_TOKEN_CONTRACT_ADDRESS?.[networkId]) { - // ignore erc20 interface of the baSse coin of the evmNetwork + // ignore erc20 interface of the base coin of the evmNetwork continue } else if (tokenId === BASE_TOKEN_ID) { baseCoin = createTokenWithBalanceFromPersistedAsset(