Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion rainix-static/src/rpc_preflight.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,15 @@ pub(crate) const NETWORKS: &[Network] = &[
// Rejected the same day: bsc.drpc.org 4/5 then 6/16; 56.rpc.thirdweb.com
// 5/5 then 0/16 (burst-throttled); binance.llamarpc.com and
// bsc.gateway.tenderly.co refused the light probe outright.
// The Binance dataseed leads: publicnode's BSC pool answered the
// preflight 3/3 and then served `block not found` for a head it had
// itself just reported (rain.deploy#161, a load balancer whose
// backends disagree on the tip), which is exactly the failure the
// burst check cannot see. Both stay candidates; the order is the
// preference.
defaults: &[
"https://bsc-rpc.publicnode.com",
"https://bsc-dataseed.binance.org",
"https://bsc-rpc.publicnode.com",
],
},
];
Expand Down
Loading