use forked alloy with working unsubscribe

This commit is contained in:
hosted-fornet 2024-08-22 11:40:46 -07:00
parent b2479fa07b
commit 5a63d1a42f
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",