Skip to content

Commit

Permalink
Specify commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Feb 9, 2025
1 parent 16a3b15 commit 67bf001
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions 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 gmp/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ async-trait.workspace = true
futures.workspace = true
hex.workspace = true
reqwest = { version = "0.12.7", default-features = false, features = ["json", "rustls-tls-native-roots"] }
rosetta-client = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-server = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-server-ethereum = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-ethereum-backend = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-ethereum-types = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-client = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
rosetta-server = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
rosetta-server-ethereum = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
rosetta-ethereum-backend = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
rosetta-ethereum-types = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
sha3 = { version = "0.10", default-features = false }
serde.workspace = true
serde_json = "1.0.127"
Expand Down

0 comments on commit 67bf001

Please sign in to comment.