Skip to content

Commit 65d1173

Browse files
committed
chore: update gravity-api-types rev
1 parent 413e724 commit 65d1173

1 file changed

Lines changed: 35 additions & 35 deletions

File tree

Cargo.toml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ codegen-units = 1
377377

378378
[workspace.dependencies]
379379
# reth
380-
gravity-api-types = { package = "api-types", git = "https://github.com/Galxe/gravity-aptos", rev = "38c9be5952" }
380+
gravity-api-types = { package = "api-types", git = "https://github.com/Galxe/gravity-aptos", rev = "0a19c044ba" }
381381
op-reth = { path = "crates/optimism/bin" }
382382
reth = { path = "bin/reth" }
383383
reth-storage-rpc-provider = { path = "crates/storage/rpc-provider" }
@@ -775,41 +775,41 @@ vergen-git2 = "9.1.0"
775775

776776
[patch.crates-io]
777777
# alloy-tx-macros = { git = "https://github.com/alloy-rs/alloy", tag = "v1.0.37" }
778-
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
779-
# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
780-
# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
781-
# alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
782-
# alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
783-
# alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
784-
# alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
785-
# alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
786-
# alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
787-
# alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
788-
# alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
789-
# alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
790-
# alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
791-
# alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
792-
# alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
793-
# alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
794-
# alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
795-
# alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
796-
# alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
797-
# alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
798-
# alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
799-
# alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
800-
# alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
801-
# alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
802-
# alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
803-
# alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
804-
# alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "38c9be5952" }
805-
806-
# op-alloy-consensus = { git = "https://github.com/alloy-rs/op-alloy", rev = "38c9be5952" }
807-
# op-alloy-network = { git = "https://github.com/alloy-rs/op-alloy", rev = "38c9be5952" }
808-
# op-alloy-rpc-types = { git = "https://github.com/alloy-rs/op-alloy", rev = "38c9be5952" }
809-
# op-alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/op-alloy", rev = "38c9be5952" }
810-
# op-alloy-rpc-jsonrpsee = { git = "https://github.com/alloy-rs/op-alloy", rev = "38c9be5952" }
778+
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
779+
# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
780+
# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
781+
# alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
782+
# alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
783+
# alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
784+
# alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
785+
# alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
786+
# alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
787+
# alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
788+
# alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
789+
# alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
790+
# alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
791+
# alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
792+
# alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
793+
# alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
794+
# alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
795+
# alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
796+
# alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
797+
# alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
798+
# alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
799+
# alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
800+
# alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
801+
# alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
802+
# alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
803+
# alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
804+
# alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "0a19c044ba" }
805+
806+
# op-alloy-consensus = { git = "https://github.com/alloy-rs/op-alloy", rev = "0a19c044ba" }
807+
# op-alloy-network = { git = "https://github.com/alloy-rs/op-alloy", rev = "0a19c044ba" }
808+
# op-alloy-rpc-types = { git = "https://github.com/alloy-rs/op-alloy", rev = "0a19c044ba" }
809+
# op-alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/op-alloy", rev = "0a19c044ba" }
810+
# op-alloy-rpc-jsonrpsee = { git = "https://github.com/alloy-rs/op-alloy", rev = "0a19c044ba" }
811811
#
812-
# revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "38c9be5952" }
812+
# revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "0a19c044ba" }
813813
#
814814
# jsonrpsee = { git = "https://github.com/paradigmxyz/jsonrpsee", branch = "matt/make-rpc-service-pub" }
815815
# jsonrpsee-core = { git = "https://github.com/paradigmxyz/jsonrpsee", branch = "matt/make-rpc-service-pub" }

0 commit comments

Comments
 (0)