diff --git a/config/example.toml b/config/example.toml index 1dd21f2b..aa550970 100644 --- a/config/example.toml +++ b/config/example.toml @@ -48,45 +48,45 @@ response_cache_max_bytes = 10_000_000_000 [balanced_rpcs.cloudflare] url = "https://cloudflare-eth.com" soft_limit = 1_000 - weight = 0 + weight = 10 [balanced_rpcs.blastapi] url = "https://eth-mainnet.public.blastapi.io" soft_limit = 1_000 - weight = 0 + weight = 10 [balanced_rpcs.mycryptoapi] disabled = true url = "https://api.mycryptoapi.com/eth" soft_limit = 1_000 - weight = 0 - - [balanced_rpcs.runonflux] - url = "https://ethereumnodelight.app.runonflux.io" - soft_limit = 1_000 - weight = 1 + weight = 25 [balanced_rpcs.pokt-v1] url = "https://eth-mainnet.gateway.pokt.network/v1/5f3453978e354ab992c4da79" soft_limit = 500 - weight = 1 + weight = 25 [balanced_rpcs.pokt] url = "https://eth-rpc.gateway.pokt.network" soft_limit = 500 - weight = 1 + weight = 50 + + [balanced_rpcs.runonflux] + url = "https://ethereumnodelight.app.runonflux.io" + soft_limit = 1_000 + weight = 75 [balanced_rpcs.linkpool] url = "https://main-rpc.linkpool.io" soft_limit = 500 - weight = 2 + weight = 75 # load balanced light nodes are not very reliable [balanced_rpcs.linkpool-light] disabled = true url = "https://main-light.eth.linkpool.io" soft_limit = 100 - weight = 3 + weight = 75 [private_rpcs]