hello
in my web3 website/minting page, (solidity based blockchain but not ethereum) originally a mint requires 100 tokens (i.e. 100 E18 wei) but when after changing it to require 1,000 tokens, (i.e. 1000 E18 wei),
upon minting, the metamask transaction seems to either freeze or default back to 100 tokens
is there a 'wei limit' for each transaction?