diff --git a/Cargo.lock b/Cargo.lock index e8a845eb..499cdf36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -701,7 +701,7 @@ dependencies = [ [[package]] name = "seda-common" version = "0.0.0" -source = "git+https://github.com/sedaprotocol/seda-common-rs.git?branch=refactor/is-eligible-query#2bec9556c6c435fcdb53ee54319c6314f6e9d130" +source = "git+https://github.com/sedaprotocol/seda-common-rs.git?branch=main#2bec9556c6c435fcdb53ee54319c6314f6e9d130" dependencies = [ "base64 0.22.1", "cosmwasm-schema", diff --git a/Cargo.toml b/Cargo.toml index 79c67daa..cc1b4e4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ k256 = { version = "0.13", default-features = false, features = ["ecdsa"] } libfuzzer-sys = "0.4" rand = "0.8" schemars = { version = "0.8", features = ["semver"] } -seda-common = { git = "https://github.com/sedaprotocol/seda-common-rs.git", branch = "refactor/is-eligible-query" } +seda-common = { git = "https://github.com/sedaprotocol/seda-common-rs.git", branch = "main" } # leaving this in to make local development easier # seda-common = { path = "../seda-common-rs" } semver = { version = "1.0", features = ["serde"] }