Skip to content

Commit

Permalink
fix: enable fetching of sale tiers in minting provider
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Sep 24, 2022
1 parent f0fbb73 commit 32210e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export const CollectionSalesMintingProvider = ({
contractVersion: data.contractVersion,
contractAddress: data.contractAddress,
minterAddress: finalMinterAddress,
enabled: Boolean(data.chainId && data.contractAddress),
});

const {
Expand Down

0 comments on commit 32210e8

Please sign in to comment.