diff --git a/src/model/request/CeloMintErc721.ts b/src/model/request/CeloMintErc721.ts index d72d04771d..9993c27f37 100644 --- a/src/model/request/CeloMintErc721.ts +++ b/src/model/request/CeloMintErc721.ts @@ -6,6 +6,6 @@ export class CeloMintErc721 extends MintErc721 { @IsOptional() @IsIn([Currency.CELO, Currency.CUSD, Currency.CEUR]) - public feeCurrency = Currency.CELO; + public feeCurrency? = Currency.CELO; }