Skip to content

Commit

Permalink
Merge pull request #377 from tangem/feature/AND-5284
Browse files Browse the repository at this point in the history
AND-5284 Disabled transaction history for release
  • Loading branch information
kozarezvlad authored Nov 16, 2023
2 parents ffef6a8 + 3d23d7a commit 55afde4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ internal fun Blockchain.getEthereumTransactionHistoryProvider(
return when (this) {
Blockchain.Ethereum,
Blockchain.EthereumTestnet,
Blockchain.Arbitrum,
// Blockchain.Arbitrum,
Blockchain.Avalanche,
Blockchain.BSC,
Blockchain.Polygon,
// Blockchain.Polygon,
Blockchain.EthereumPow,
Blockchain.Kava,
// Blockchain.Kava,
-> {
if (config.nowNodeCredentials != null && config.nowNodeCredentials.apiKey.isNotBlank()) {
EthereumTransactionHistoryProvider(
Expand Down

0 comments on commit 55afde4

Please sign in to comment.