diff --git a/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj b/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj index aa818b9df9..051e1c3841 100644 --- a/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj +++ b/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj @@ -12967,7 +12967,7 @@ repositoryURL = "https://github.com/horizontalsystems/EvmKit.Swift"; requirement = { kind = exactVersion; - version = 2.1.0; + version = 2.1.1; }; }; D3604E4828F02A8B0066C366 /* XCRemoteSwiftPackageReference "Eip20Kit" */ = { diff --git a/UnstoppableWallet/UnstoppableWallet/Extensions/BlockchainType.swift b/UnstoppableWallet/UnstoppableWallet/Extensions/BlockchainType.swift index 60147761a5..d0410e249f 100644 --- a/UnstoppableWallet/UnstoppableWallet/Extensions/BlockchainType.swift +++ b/UnstoppableWallet/UnstoppableWallet/Extensions/BlockchainType.swift @@ -97,7 +97,7 @@ extension BlockchainType { // used for EVM blockchains only var supportedNftTypes: [NftType] { switch self { - case .ethereum: return [.eip721, .eip1155] + // case .ethereum: return [.eip721, .eip1155] default: return [] } }