Wallet balance check for 1/1 collection creation

This commit is contained in:
Serkan Reis 2023-03-31 09:49:33 +03:00
parent f51e7709ac
commit 00cf2fe88a

View File

@ -134,6 +134,7 @@ const CollectionCreationPage: NextPage = () => {
checkCollectionDetails()
checkWhitelistDetails()
.then(() => {
checkwalletBalance()
setReadyToCreateBm(true)
})
.catch((err) => {