Skip to content

Commit

Permalink
Improve sync for EVM txs and disable NFT support
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Oct 25, 2024
1 parent 828fc61 commit 1e21ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
}
}
Expand Down

0 comments on commit 1e21ae0

Please sign in to comment.