Content
@
0 reply
0 recast
2 reactions
phil
@phil
Does anyone have experience with testing very high-volume minting for an ERC-721 contract? For example, 10M+ mints? I have a basic test in my local environment, but it's throwing an EVM Revert error before I reach the theoretical max. Wondering if there's a better way to simulate this many mints.
4 replies
1 recast
30 reactions
phil
@phil
maybe @horsefacts.eth? here is what I'm running into:
1 reply
0 recast
1 reaction
bark bark
@king
you're limited by gas per block, check the gas usage on 1 mint and you can calculate the max.
1 reply
0 recast
0 reaction
ivyroot
@ivyroot
what is your local testnet software? anvil? looks like that is running out of memory and artificially limiting this. there is a --memory-limit argument that might help
0 reply
0 recast
0 reaction