-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EIP1559 Fee management methods and configs #375
base: dev
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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/ |
PR includes all changes related to the EIP1559 update, including new methods and config params.
Related: KomodoPlatform/komodo-defi-framework#2051
Closes: