Add Serai key confirmation to prevent rotating to an unusable key

Also updates alloy to the latest version
This commit is contained in:
Luke Parker
2024-12-08 20:42:37 -05:00
parent 8013c56195
commit 3192370484
18 changed files with 679 additions and 326 deletions

View File

@@ -33,10 +33,10 @@ alloy-core = { version = "0.8", default-features = false }
alloy-sol-types = { version = "0.8", default-features = false }
alloy-simple-request-transport = { path = "../../../networks/ethereum/alloy-simple-request-transport", default-features = false }
alloy-rpc-types-eth = { version = "0.3", default-features = false }
alloy-rpc-client = { version = "0.3", default-features = false }
alloy-provider = { version = "0.3", default-features = false }
alloy-rpc-types-eth = { version = "0.7", default-features = false }
alloy-rpc-client = { version = "0.7", default-features = false }
alloy-provider = { version = "0.7", default-features = false }
alloy-node-bindings = { version = "0.3", default-features = false }
alloy-node-bindings = { version = "0.7", default-features = false }
tokio = { version = "1", default-features = false, features = ["macros"] }