Skip to content

Commit

Permalink
Update ethers-rs with polygon gas oracle fix (#2998)
Browse files Browse the repository at this point in the history
### Description

Update to latest ethers-rs (forked) version with
hyperlane-xyz/ethers-rs#9

### Drive-by changes

n/a

### Related issues

n/a

### Backward compatibility

n/a

### Testing

Planning to deploy with it, but the ethers-rs version is well tested
  • Loading branch information
tkporter authored Nov 29, 2023
1 parent 016cbb5 commit c2288eb
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-11-08"
tag = "2023-11-29-01"

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

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

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

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

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

0 comments on commit c2288eb

Please sign in to comment.