Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 32 additions & 62 deletions Cargo.lock

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

60 changes: 30 additions & 30 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -688,36 +688,36 @@ visibility = "0.1.1"
walkdir = "2.3.3"
vergen-git2 = "1.0.5"

# [patch.crates-io]
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
#
[patch.crates-io]
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "cd15ad4" }

# op-alloy-consensus = { git = "https://github.com/alloy-rs/op-alloy", rev = "ad607c1" }
# op-alloy-network = { git = "https://github.com/alloy-rs/op-alloy", rev = "ad607c1" }
# op-alloy-rpc-types = { git = "https://github.com/alloy-rs/op-alloy", rev = "ad607c1" }
Expand Down
Loading