Merge f6bbdecb95 into be93200f53
This commit is contained in:
commit
da367580f8
@ -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 = ({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user