diff --git a/Cargo.lock b/Cargo.lock index 8f96755..ac6c480 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -701,7 +701,7 @@ dependencies = [ [[package]] name = "seda-common" version = "0.1.0" -source = "git+https://github.com/sedaprotocol/seda-common-rs.git?branch=feat/gas-limit-fields#f993e8a1d6ce1f8f22ab900ca1e7931f65d357e3" +source = "git+https://github.com/sedaprotocol/seda-common-rs.git?branch=main#f993e8a1d6ce1f8f22ab900ca1e7931f65d357e3" dependencies = [ "base64 0.22.1", "cosmwasm-schema", diff --git a/Cargo.toml b/Cargo.toml index aea7723..cc1b4e4 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 = "feat/gas-limit-fields" } +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"] }