Skip to content

Commit

Permalink
feat: support Wright upgrade for opbnb (#94)
Browse files Browse the repository at this point in the history
* feat: support Wright upgrade for opbnb

* fix lint errors

* fix lint errors

* fix ci

* fix ci
  • Loading branch information
yutianwu authored Aug 6, 2024
1 parent 9e5545f commit 322c827
Show file tree
Hide file tree
Showing 14 changed files with 15,531 additions and 26 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,10 @@ test-fuzz = "5"
iai-callgrind = "0.11"

[patch.crates-io]
revm = { git = "https://github.com/bnb-chain/revm", rev = "0161a273dfd2224a61ac8a6ca3d022da63ff03b0" }
revm-interpreter = { git = "https://github.com/bnb-chain/revm", rev = "0161a273dfd2224a61ac8a6ca3d022da63ff03b0" }
revm-precompile = { git = "https://github.com/bnb-chain/revm", rev = "0161a273dfd2224a61ac8a6ca3d022da63ff03b0" }
revm-primitives = { git = "https://github.com/bnb-chain/revm", rev = "0161a273dfd2224a61ac8a6ca3d022da63ff03b0" }
revm = { git = "https://github.com/bnb-chain/revm", rev = "8675437c8943c2664840d6c4aaad7c1c2f8681d6" }
revm-interpreter = { git = "https://github.com/bnb-chain/revm", rev = "8675437c8943c2664840d6c4aaad7c1c2f8681d6" }
revm-precompile = { git = "https://github.com/bnb-chain/revm", rev = "8675437c8943c2664840d6c4aaad7c1c2f8681d6" }
revm-primitives = { git = "https://github.com/bnb-chain/revm", rev = "8675437c8943c2664840d6c4aaad7c1c2f8681d6" }
alloy-chains = { git = "https://github.com/bnb-chain/alloy-chains-rs.git", rev = "b7c5379cf47345181f8dce350acafb958f47152a" }
alloy-rpc-types-eth = { git = "https://github.com/bnb-chain/alloy", rev = "534f4a4b1cac6d649032238f6c314d34d3a2628e" }
alloy-consensus = { git = "https://github.com/bnb-chain/alloy", rev = "534f4a4b1cac6d649032238f6c314d34d3a2628e" }
Expand Down
Loading

0 comments on commit 322c827

Please sign in to comment.