We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a19b08 commit bcd9dd7Copy full SHA for bcd9dd7
Thirdweb/Thirdweb.Indexer/ThirdwebInsight.Extensions.cs
@@ -15,6 +15,8 @@ public static NFT ToNFT(this Token_NFT token)
15
{
16
"ERC721" => NFTType.ERC721,
17
"ERC1155" => NFTType.ERC1155,
18
+ "erc721" => NFTType.ERC721,
19
+ "erc1155" => NFTType.ERC1155,
20
_ => throw new Exception($"Unknown NFT type: {token.Contract.Type}")
21
},
22
Metadata = new NFTMetadata()
0 commit comments