Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
IOS-8275 Disable EnergyWeb tokens (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
tureck1y authored Oct 15, 2024
1 parent f10ab2a commit b304c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BlockchainSdk/Common/Blockchain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@ public indirect enum Blockchain: Equatable, Hashable {

public var canHandleTokens: Bool {
switch self {
case .taraxa:
case .taraxa,
.energyWebEVM:
return false
case .binance,
.solana,
Expand Down

0 comments on commit b304c1d

Please sign in to comment.