HashLips / hashlips_nft_minting_dapp

HashLips minting dapp is a quick and easy way to connect your smart contract and start minting NFTs.
MIT License
1.02k stars 982 forks source link

High gas while minting from this dapp #87

Open mirsgit opened 2 years ago

mirsgit commented 2 years ago

High gas while minting from this dapp, I tried to mint from etherscan it works perfectly.

any help please? i tried to change the gas limit via config.js, it didn't update it on metamask...

yograjmeena commented 2 years ago

@mirsgit Are you using it for Ethereum Smart contract Buddy

studioycm commented 2 years ago

im using it for an Ethereum Smart contract, when the contract changed to one with a whitelist it used the gas but returned estimation errors - "out of gas for the contract".

after returning to the shorter simple contract - without the whitelist list of accounts - the dapp worked again. but still how i can help the process to be "smarter" or avoid issues with the gas when using this dapp for presale minting with a Ethereum Smart contract?

@mirsgit Are you using it for Ethereum Smart contract Buddy