Tips & Tricks
How to get the current gas price
To get the gas price on Chiliz Chain, you can use one of the public RPC nodes.
You can request the gas price like so:
How to check why a transaction failed
A transaction might fail, and you don't always know why, especially since the block explorer doesn't display the error.
To ensure that your transaction doesn't remain in "pending" status for too long, you should include enough to cover the fees:
Minimum gas fee: 2,500 gwei.
Minimum priority fee: 1 gwei.
To check why your transaction failed, run the following script in the terminal with the correct transaction ID:
Last updated