more comments

This commit is contained in:
Bryan Stitt 2022-11-13 21:00:25 +00:00
parent f69e592b2a
commit 46c598515a

View File

@ -48,45 +48,45 @@ response_cache_max_bytes = 10_000_000_000
[balanced_rpcs.cloudflare] [balanced_rpcs.cloudflare]
url = "https://cloudflare-eth.com" url = "https://cloudflare-eth.com"
soft_limit = 1_000 soft_limit = 1_000
weight = 0 weight = 10
[balanced_rpcs.blastapi] [balanced_rpcs.blastapi]
url = "https://eth-mainnet.public.blastapi.io" url = "https://eth-mainnet.public.blastapi.io"
soft_limit = 1_000 soft_limit = 1_000
weight = 0 weight = 10
[balanced_rpcs.mycryptoapi] [balanced_rpcs.mycryptoapi]
disabled = true disabled = true
url = "https://api.mycryptoapi.com/eth" url = "https://api.mycryptoapi.com/eth"
soft_limit = 1_000 soft_limit = 1_000
weight = 0 weight = 25
[balanced_rpcs.runonflux]
url = "https://ethereumnodelight.app.runonflux.io"
soft_limit = 1_000
weight = 1
[balanced_rpcs.pokt-v1] [balanced_rpcs.pokt-v1]
url = "https://eth-mainnet.gateway.pokt.network/v1/5f3453978e354ab992c4da79" url = "https://eth-mainnet.gateway.pokt.network/v1/5f3453978e354ab992c4da79"
soft_limit = 500 soft_limit = 500
weight = 1 weight = 25
[balanced_rpcs.pokt] [balanced_rpcs.pokt]
url = "https://eth-rpc.gateway.pokt.network" url = "https://eth-rpc.gateway.pokt.network"
soft_limit = 500 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] [balanced_rpcs.linkpool]
url = "https://main-rpc.linkpool.io" url = "https://main-rpc.linkpool.io"
soft_limit = 500 soft_limit = 500
weight = 2 weight = 75
# load balanced light nodes are not very reliable # load balanced light nodes are not very reliable
[balanced_rpcs.linkpool-light] [balanced_rpcs.linkpool-light]
disabled = true disabled = true
url = "https://main-light.eth.linkpool.io" url = "https://main-light.eth.linkpool.io"
soft_limit = 100 soft_limit = 100
weight = 3 weight = 75
[private_rpcs] [private_rpcs]