From 5a63d1a42fe2b1e1357632bacfe17b7b8aa85e76 Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Thu, 22 Aug 2024 11:40:46 -0700 Subject: [PATCH] use forked alloy with working unsubscribe --- kinode/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kinode/Cargo.toml b/kinode/Cargo.toml index 1409ab1b..eb8d0272 100644 --- a/kinode/Cargo.toml +++ b/kinode/Cargo.toml @@ -26,7 +26,7 @@ simulation-mode = [] [dependencies] aes-gcm = "0.10.3" -alloy = { git = "https://github.com/bitful-pannul/alloy.git", rev = "bd900b4", features = [ +alloy = { git = "https://github.com/kinode-dao/alloy.git", rev = "e672f3e", features = [ "consensus", "contract", "json-rpc", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 811a5c9a..704ace6c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -15,7 +15,7 @@ kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.6.8" } tokio = "1.28" [dependencies] -alloy = { git = "https://github.com/bitful-pannul/alloy.git", rev = "bd900b4", features = [ +alloy = { git = "https://github.com/kinode-dao/alloy.git", rev = "e672f3e", features = [ "json-rpc", "rpc-types", "rpc-types-eth",