Skip to content

Commit

Permalink
chore: bump ethers (#4364)
Browse files Browse the repository at this point in the history
* chore: bump ethers

* fix: ethers_solc breaking changes
  • Loading branch information
DaniPopes committed Feb 15, 2023
1 parent 1a56901 commit 54e02a7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 37 deletions.
61 changes: 24 additions & 37 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3848,6 +3848,9 @@ mod tests {
]),
timeout: Some(10000),
invariants: None,
show_unproved: None,
div_mod_with_slacks: None,
solvers: None,
})
);

Expand Down Expand Up @@ -3905,6 +3908,9 @@ mod tests {
]),
timeout: Some(10000),
invariants: None,
show_unproved: None,
div_mod_with_slacks: None,
solvers: None,
})
);

Expand Down

0 comments on commit 54e02a7

Please sign in to comment.