You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing, ZetaClient now uses the base fee with a multiplier for the gas price. In the future we're consider a specific prioritization for system messages.
We currently don't set any gas price or fees in ZetaClient when broadcasting ZetaChain messages:
https://github.com/zeta-chain/node/blob/develop/zetaclient/broadcast.go
This might become problematic if the gas price is lower than the other txs in the mempool and node prioritize higher gas price.
We should have the ability to set a custom gas price for message broadcast that would depend on the network.
The text was updated successfully, but these errors were encountered: