creation of Token errored: Returned error: {"jsonrpc":"2.0","error":"[ethjs-query] while formatting outputs from RPC '{\"value\":{\"code\":-32603,\"data\":{\"code\":-32000,\"message\":\"transaction underpriced\"}}}'","id":7630575542006975}
Oct 22, 2023, 5:11 PM
I am about to create my bep20 token and when I accept the deploy in metamask this appears, I already tried with 6 different contracts and it doesn't leave any, can you help me resolve this error? thank you very much to all
how do I solve it?
Oct 22, 2023, 5:12 PM
try with another RPC
https://rpc.ankr.com/bsc
https://rpc.ankr.com/bsc
you're using injected provider, so you need to change the RPC url in metamask
Oct 22, 2023, 5:18 PM
I could not solve the problem
Oct 22, 2023, 5:41 PM
You may need to increase this gas limit. Increase to the max you are comfortable with paying. It should only use what it needs. But as others have said, it could also mean there's something wrong with the current rpc and maybe you should try another.
Oct 23, 2023, 2:58 AM