export enum SmartContractStandard {
	ERC721 = "ERC721",
	ERC20 = "ERC20",
	ERC1155 = "ERC1155",
}

