From df0a17931b22c45c22e4131fd476f113c4d50b69 Mon Sep 17 00:00:00 2001 From: "K.Kotliar" Date: Mon, 11 Nov 2024 12:37:37 -0500 Subject: [PATCH] update alloy version --- Cargo.toml | 6 +++--- airdao-node-contracts | 2 +- config/default.json | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd7b80e..93ce19c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "airdao-nop-rs" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] @@ -14,8 +14,8 @@ async-trait = "0.1" jsonrpc-core = "18.0.0" web3 = { version = "0.19" } ethers-providers = "2" -alloy = { version = "0.5.4", features = ["full", "json-rpc", "sol-types"] } -alloy-sol-types = "0.8.9" +alloy = { version = "0.6.2", features = ["full", "json-rpc", "sol-types"] } +alloy-sol-types = "0.8.11" # Crypto k256 = { version = "0.13" } diff --git a/airdao-node-contracts b/airdao-node-contracts index 33110bf..da63a77 160000 --- a/airdao-node-contracts +++ b/airdao-node-contracts @@ -1 +1 @@ -Subproject commit 33110bf4c76a48b096b2f3691ff20b08059258ec +Subproject commit da63a77ab625199ee4e56cf4fee6039d26902bb2 diff --git a/config/default.json b/config/default.json index c398ece..5760fb5 100644 --- a/config/default.json +++ b/config/default.json @@ -24,4 +24,3 @@ } } } - \ No newline at end of file