Skip to content
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

Document option fallbackFeeLevel #11

Open
RickVM opened this issue Jan 14, 2024 · 2 comments
Open

Document option fallbackFeeLevel #11

RickVM opened this issue Jan 14, 2024 · 2 comments

Comments

@RickVM
Copy link

RickVM commented Jan 14, 2024

I am unable to use the CLI documentation, nor find an example in the codebase of how to configure the fee level.
The cli says:
--fallbackFeeLevel [fallbackFeeLevel] Fireblocks Web3 Provider option (env: FIREBLOCKS_FALLBACK_FEE_LEVEL)

I've tried values like high, but also 2 and 3 in the hopes that it was based upon the enumerable integer
But no matter what I do, all broadcasts done (forge) seem to be transmitted with a price of 30 gwei

@dsahni
Copy link
Contributor

dsahni commented Jan 18, 2024

@RickVM Sorry for the confusion! The fee levels should be one of HIGH, MEDIUM or LOW.

We'll add this as a documentation note as well.

EDIT: Just noticed you mentioned you tried "high" as well, but it didn't work?

cc @SlavaSereb

@dsahni
Copy link
Contributor

dsahni commented Jan 22, 2024

@RickVM Are you still running into this issue?

Can you please try pasting verbose logs, so we can check if the gas setting may be getting pre-filled somewhere?

The env var to set will be:

DEBUG=fireblocks-web3-provider:req_res

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants