Add token image URI to open edition minter details
This commit is contained in:
parent
51843cade0
commit
f324cb6f50
@ -60,6 +60,7 @@ export interface OpenEditionMinterDetailsDataProps {
|
|||||||
openEditionMinterContractAddress?: string | null
|
openEditionMinterContractAddress?: string | null
|
||||||
coverImageUrl?: string | null
|
coverImageUrl?: string | null
|
||||||
tokenUri?: string | null
|
tokenUri?: string | null
|
||||||
|
tokenImageUri?: string | null
|
||||||
}
|
}
|
||||||
|
|
||||||
interface OpenEditionMinterCreatorProps {
|
interface OpenEditionMinterCreatorProps {
|
||||||
@ -633,6 +634,7 @@ export const OpenEditionMinterCreator = ({
|
|||||||
openEditionMinterContractAddress,
|
openEditionMinterContractAddress,
|
||||||
coverImageUrl,
|
coverImageUrl,
|
||||||
tokenUri,
|
tokenUri,
|
||||||
|
tokenImageUri,
|
||||||
}
|
}
|
||||||
onDetailsChange(data)
|
onDetailsChange(data)
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
@ -647,6 +649,7 @@ export const OpenEditionMinterCreator = ({
|
|||||||
openEditionMinterContractAddress,
|
openEditionMinterContractAddress,
|
||||||
coverImageUrl,
|
coverImageUrl,
|
||||||
tokenUri,
|
tokenUri,
|
||||||
|
tokenImageUri,
|
||||||
])
|
])
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user