This commit is contained in:
Serkan Reis 2024-06-01 21:03:44 +00:00 committed by GitHub
commit da367580f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ interface MintingDetailsProps {
whitelistStartDate?: string
}
export type TokenType = 'fungible' | 'non-fungible'
export interface MintingDetailsDataProps {
numTokens: number
unitPrice: string
@ -34,6 +35,7 @@ export interface MintingDetailsDataProps {
startTime: string
paymentAddress?: string
selectedMintToken?: TokenInfo
selectesTokenType?: TokenType
}
export const MintingDetails = ({