Skip to content

Commit

Permalink
Update packages/shared/src/lib/core/token/actions/getAccountTokensFor…
Browse files Browse the repository at this point in the history
…Account.ts
  • Loading branch information
nicole-obrien authored May 10, 2024
1 parent 233bf50 commit 5192e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5192e2c

Please sign in to comment.