Add EIP1559 Fee management methods and configs#375
Conversation
Added docs for: 1. start_gas_fee_estimator 2. stop_gas_fee_estimator 3. get_eth_estimated_fee_per_gas
|
Preview for merge commit: a168dc6, available on cloudflare at: https://f1c44e10.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: a168dc6, available on cloudflare at: https://db6c2a68.komodo-docs.pages.dev/en/docs/ |
|
Note:
|
|
@dimxy Should we PR to coins repo for setting |
Yes currently it is configured in the coins file and should be set explicitly. |
There was a problem hiding this comment.
LGTM
(with the remark that start_eth_fee_estimator stop_eth_fee_estimator rpcs will be removed when event streaming PR is merged.
Also the gas fee provider config will change in this PR)
src/pages/komodo-defi-framework/api/common_structures/wallet/index.mdx
Outdated
Show resolved
Hide resolved
src/pages/komodo-defi-framework/api/common_structures/wallet/index.mdx
Outdated
Show resolved
Hide resolved
...pages/komodo-defi-framework/api/v20/fee_management/get_swap_transaction_fee_policy/index.mdx
Outdated
Show resolved
Hide resolved
...pages/komodo-defi-framework/api/v20/fee_management/set_swap_transaction_fee_policy/index.mdx
Outdated
Show resolved
Hide resolved
src/pages/komodo-defi-framework/api/common_structures/wallet/index.mdx
Outdated
Show resolved
Hide resolved
|
Preview for merge commit: 2712c2f, available on cloudflare at: https://5f43cbc5.komodo-docs.pages.dev/en/docs/ |
|
Preview for merge commit: 7238756, available on cloudflare at: https://f26c9e98.komodo-docs.pages.dev/en/docs/ |
PR includes all changes related to the EIP1559 update, including new methods and config params.
Related: GLEECBTC/komodo-defi-framework#2051
Closes: