KomodoPlatform / komodo-docs-mdx

Komodo Platform Docs
https://komodoplatform.com/en/docs/
2 stars 7 forks source link

Add docs for RPC Methods to get estimated gas fees for coins #286

Open harsenyan3 opened 1 month ago

harsenyan3 commented 1 month ago

Add docs with info on RPC methods to get estimated gas fees for a coin. There are three RPC methods related to get estimated fee:

  1. "start_eth_fee_estimator"
  2. "stop_eth_fee_estimator"
  3. "get_eth_gas_price_estimated".

For more info refer to PR#2051.

harsenyan3 commented 1 month ago

293 PR created