Skip to content

Commit

Permalink
fix: more conservative polygon gas price estimates (#5134)
Browse files Browse the repository at this point in the history
applies fix from this ethers PR:
hyperlane-xyz/ethers-rs#30

> applies a multiplier of 1.5x to the base fee (or maxFee) and one of
1.1 to the priority fee, since the ones retrieved from the polygon api
are too low
  • Loading branch information
daniel-savu authored Jan 9, 2025
1 parent efc7434 commit df9c1ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions rust/main/Cargo.lock

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

10 changes: 5 additions & 5 deletions rust/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,27 +198,27 @@ overflow-checks = true
[workspace.dependencies.ethers]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-30"
tag = "2025-01-09"

[workspace.dependencies.ethers-contract]
features = ["legacy"]
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-30"
tag = "2025-01-09"

[workspace.dependencies.ethers-core]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-30"
tag = "2025-01-09"

[workspace.dependencies.ethers-providers]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-30"
tag = "2025-01-09"

[workspace.dependencies.ethers-signers]
features = ["aws"]
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-30"
tag = "2025-01-09"

[patch.crates-io.curve25519-dalek]
branch = "v3.2.2-relax-zeroize"
Expand Down

0 comments on commit df9c1ed

Please sign in to comment.