From c9b8e5dfb9e1cf6251915b048d37b7f01c72991a Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 24 Jan 2023 05:27:07 -0800 Subject: [PATCH] wrote our own panic handler --- web3_proxy/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index e4633a19..09630499 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -73,6 +73,3 @@ tower-http = { version = "0.3.5", features = ["cors", "sensitive-headers"] } ulid = { version = "1.0.0", features = ["serde"] } url = "2.3.1" uuid = "1.2.2" - -# # TODO: i'd like to add this, but websockets with ethers often disconnect with a panic -# pagerduty_panic = "0.1.1"