Skip to content

Commit

Permalink
Update ethers-rs to use lower max priority fee (#2986)
Browse files Browse the repository at this point in the history
### Description

Cherry-picked the commit from
#2903, which is
now out of date

### Drive-by changes

n/a

### Related issues

n/a

### Backward compatibility


yes

### Testing

we're running the relayer with an image off of
#2903

Co-authored-by: -f <kunalarora1729@gmail.com>
  • Loading branch information
tkporter and aroralanuk authored Nov 28, 2023
1 parent 3222a02 commit 9b8ad55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions rust/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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,27 +183,27 @@ cosmwasm-schema = "1.2.7"
[workspace.dependencies.ethers]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2023-06-01"
tag = "2023-11-08"

[workspace.dependencies.ethers-contract]
features = ["legacy"]
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2023-06-01"
tag = "2023-11-08"

[workspace.dependencies.ethers-core]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2023-06-01"
tag = "2023-11-08"

[workspace.dependencies.ethers-providers]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2023-06-01"
tag = "2023-11-08"

[workspace.dependencies.ethers-signers]
features = ["aws"]
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2023-06-01"
tag = "2023-11-08"

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

0 comments on commit 9b8ad55

Please sign in to comment.