How do I determine the optimal gas price to use when sending transactions to ThunderCore? What if my existing code expects a gas price oracle REST API like ETH Gas station or Etherscan?
Fees for transactions on ThunderCore are specified using separate fields:
(like on Ethereum).
eth_gasPrice
RPC call to get the moving average of recent priceeth_estimateGas
RPC call to estimate the computation and storage cost required by the transaction.