Skip to content

Commit

Permalink
Remove BNB as conversion base token
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed May 31, 2024
1 parent 2895166 commit 3871237
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class BaseTokenManager(
listOf(
TokenQuery(BlockchainType.Bitcoin, TokenType.Derived(TokenType.Derivation.Bip84)),
TokenQuery(BlockchainType.Ethereum, TokenType.Native),
TokenQuery(BlockchainType.BinanceSmartChain, TokenType.Native),
).mapNotNull {
coinManager.getToken(it)
}
Expand Down

0 comments on commit 3871237

Please sign in to comment.