You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because we'll now have multiple official third-party RPC providers for the Fuel network, we should support more advanced use cases for setting providers within the Rust SDK, including multiple providers with basic failover logic.
Ideally, we want to support the building of something like the Ethers JS FallbackProvider.
This RPC failover support should allow developers to provide an ordered list of RPC endpoint URLs. The first endpoint in the list should be tried first, followed by the second, and so on until a successful response is returned or the list is exhausted.
The text was updated successfully, but these errors were encountered:
Because we'll now have multiple official third-party RPC providers for the Fuel network, we should support more advanced use cases for setting providers within the Rust SDK, including multiple providers with basic failover logic.
Ideally, we want to support the building of something like the Ethers JS FallbackProvider.
This RPC failover support should allow developers to provide an ordered list of RPC endpoint URLs. The first endpoint in the list should be tried first, followed by the second, and so on until a successful response is returned or the list is exhausted.
The text was updated successfully, but these errors were encountered: