diff --git a/Cargo.lock b/Cargo.lock index d4fa41e00eae..caf8b5b1ba8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1258,7 +1258,7 @@ dependencies = [ [[package]] name = "antelope-client" version = "0.3.0" -source = "git+https://github.com/telosnetwork/antelope-rs#ccd4422e8ce77a57a1f2945785d809348443d327" +source = "git+https://github.com/telosnetwork/antelope-rs?branch=master#fea2203b2edb5cfcedd5365031e5286b47dc5c66" dependencies = [ "antelope-client-macros", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 420cf747e1a0..62025e2ea230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -601,7 +601,7 @@ reth-node-telos = { path = "crates/telos/node" } reth-telos-rpc = { path = "crates/telos/rpc" } reth-telos-primitives-traits = { path = "crates/telos/primitives-traits" } reth-telos-rpc-engine-api = { path = "crates/telos/rpc-engine-api" } -antelope-client = { git = "https://github.com/telosnetwork/antelope-rs", ref = "2c4df386b36a79a7613e899febb3e32334e714dd" } +antelope-client = { git = "https://github.com/telosnetwork/antelope-rs", branch = "master" } [patch.crates-io] #alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "8c499409"}