diff --git a/components/chainhook-sdk/Cargo.toml b/components/chainhook-sdk/Cargo.toml index 247d301b7..1e609ab43 100644 --- a/components/chainhook-sdk/Cargo.toml +++ b/components/chainhook-sdk/Cargo.toml @@ -12,7 +12,8 @@ serde = { version = "1", features = ["rc"] } serde_json = { version = "1", features = ["arbitrary_precision"] } serde-hex = "0.1.0" serde_derive = "1" -stacks-codec = "2.5" +# stacks-codec = "2.5" +stacks-codec = { git = "https://github.com/hirosystems/clarinet.git" } hiro-system-kit = { version = "0.3.4", optional = true } rocket = { version = "=0.5.0", features = ["json"] } bitcoincore-rpc = "0.18.0"