Skip to content

Commit

Permalink
Fix max-priority-fee for besu
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Aug 28, 2023
1 parent d3d46f1 commit 8936a1a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
34 changes: 23 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ authors = ["StakeWise Labs <[email protected]>"]
python = ">=3.10,<3.11"
python-decouple = "==3.7"
sentry-sdk = "==1.15.0"
web3 = "==6.5.0"
py-ecc = "==6.0.0"
multiproof = { git = "https://github.com/stakewise/multiproof.git", rev = "v0.1.2" }
sw-utils = { git = "https://github.com/stakewise/sw-utils.git", rev = "v0.3.17" }
sw-utils = { git = "https://github.com/stakewise/sw-utils.git", rev = "v0.3.21" }
staking-deposit = { git = "https://github.com/ethereum/staking-deposit-cli.git", rev = "v2.4.0" }
pycryptodomex = "==3.17.0"
milagro-bls-binding = "==1.9.0"
Expand Down

0 comments on commit 8936a1a

Please sign in to comment.