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()
|
checkCollectionDetails()
|
||||||
checkWhitelistDetails()
|
checkWhitelistDetails()
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
checkwalletBalance()
|
||||||
setReadyToCreateBm(true)
|
setReadyToCreateBm(true)
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user