Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Oct 16, 2024
2 parents 2e96b6c + cfed618 commit 4ef659e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/stores-core/src/core/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ export class TokensStore {
}
}

modularChainInfoImpl.addCurrencies("cosmos", ...adds);
this.chainStore
.getChain(modularChainInfoImpl.chainId)
.addCurrencies(...adds);
} else if ("starknet" in modularChainInfoImpl.embedded) {
if ("starknet" in modularChainInfoImpl.embedded) {
const chainIdentifier = ChainIdHelper.parse(
Expand Down

0 comments on commit 4ef659e

Please sign in to comment.