Fix factory switching related issues
This commit is contained in:
@@ -123,7 +123,13 @@ export const OpenEditionMinterCreator = ({
|
||||
openEditionFactoryContract?.use(
|
||||
collectionDetails?.updatable ? updatableFactoryAddressForSelectedDenom : factoryAddressForSelectedDenom,
|
||||
),
|
||||
[openEditionFactoryContract, wallet.address],
|
||||
[
|
||||
openEditionFactoryContract,
|
||||
wallet.address,
|
||||
collectionDetails?.updatable,
|
||||
factoryAddressForSelectedDenom,
|
||||
updatableFactoryAddressForSelectedDenom,
|
||||
],
|
||||
)
|
||||
|
||||
const performOpenEditionMinterChecks = () => {
|
||||
|
||||
Reference in New Issue
Block a user