From c525057d8aea2b40d1db936a26c207191ed0ae60 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sun, 15 May 2022 22:18:30 +0000 Subject: [PATCH] add securerpc endpoint --- config/example.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/example.toml b/config/example.toml index 7168593e..093f1188 100644 --- a/config/example.toml +++ b/config/example.toml @@ -33,3 +33,7 @@ chain_id = 1 [private_rpcs.flashbots] url = "https://rpc.flashbots.net" soft_limit = 7074 + + [private_rpcs.securerpc] + url = "wss://gibson.securerpc.com/v1" + soft_limit = 4560