Wallet balance check for 1/1 collection creation
This commit is contained in:
parent
f51e7709ac
commit
00cf2fe88a
@ -134,6 +134,7 @@ const CollectionCreationPage: NextPage = () => {
|
||||
checkCollectionDetails()
|
||||
checkWhitelistDetails()
|
||||
.then(() => {
|
||||
checkwalletBalance()
|
||||
setReadyToCreateBm(true)
|
||||
})
|
||||
.catch((err) => {
|
||||
|
Loading…
Reference in New Issue
Block a user