more private rpcs

This commit is contained in:
Bryan Stitt 2022-04-29 20:22:01 +00:00
parent 4eeacbb30c
commit e350f33616

View File

@ -317,10 +317,6 @@ async fn main() {
// TODO: add paid nodes (with rate limits) // TODO: add paid nodes (with rate limits)
// vec![ // vec![
// // chainstack.com archive // // chainstack.com archive
// (
// "wss://ws-nd-373-761-850.p2pify.com/106d73af4cebc487df5ba92f1ad8dee7",
// 0,
// ),
// ], // ],
// free nodes // free nodes
// vec![ // vec![
@ -329,8 +325,10 @@ async fn main() {
// ], // ],
], ],
vec![ vec![
// ("https://api.edennetwork.io/v1/beta", 0),
// ("https://api.edennetwork.io/v1/", 0), // ("https://api.edennetwork.io/v1/", 0),
// ("https://api.edennetwork.io/v1/beta", 0),
// ("https://rpc.ethermine.org/", 0),
// ("https://rpc.flashbots.net", 0),
], ],
) )
.await .await