web3-proxy/config/example.toml

84 lines
1.9 KiB
TOML
Raw Normal View History

2022-05-12 21:49:57 +03:00
[shared]
chain_id = 1
2022-08-11 05:56:28 +03:00
db_url = "mysql://root:dev_web3_proxy@dev-db:3306/dev_web3_proxy"
2022-07-26 03:38:00 +03:00
redis_url = "redis://dev-redis:6379/"
2022-08-12 22:07:14 +03:00
redirect_public_url = "https://llamanodes.com/free-rpc-stats"
redirect_user_url = "https://llamanodes.com/user-rpc-stats/{{user_id}}"
2022-08-06 08:26:43 +03:00
public_rate_limit_per_minute = 0
2022-07-22 22:30:39 +03:00
# 1GB of cache
2022-07-26 03:38:00 +03:00
response_cache_max_bytes = 10000000000
2022-05-12 21:49:57 +03:00
2022-05-13 23:50:11 +03:00
[balanced_rpcs]
2022-05-06 04:40:43 +03:00
2022-06-25 05:24:31 +03:00
[balanced_rpcs.ankr]
url = "https://rpc.ankr.com/eth"
soft_limit = 1_000
2022-08-08 22:57:54 +03:00
weight = 0
2022-05-18 19:35:06 +03:00
2022-06-25 05:24:31 +03:00
[balanced_rpcs.cloudflare]
url = "https://cloudflare-eth.com"
soft_limit = 1_000
2022-08-08 22:57:54 +03:00
weight = 0
2022-05-12 22:58:26 +03:00
2022-06-25 05:45:50 +03:00
#[balanced_rpcs.linkpool-light]
#url = "https://main-light.eth.linkpool.io"
#soft_limit = 1_000
2022-08-11 05:56:28 +03:00
#weight = 1
2022-06-25 05:24:31 +03:00
[balanced_rpcs.blastapi]
url = "https://eth-mainnet.public.blastapi.io"
soft_limit = 1_000
2022-08-08 22:57:54 +03:00
weight = 0
2022-06-25 05:24:31 +03:00
#[balanced_rpcs.mycryptoapi]
#url = "https://api.mycryptoapi.com/eth"
#soft_limit = 1_000
2022-08-11 05:56:28 +03:00
#weight = 0
2022-06-25 05:24:31 +03:00
[balanced_rpcs.runonflux]
url = "https://ethereumnodelight.app.runonflux.io"
soft_limit = 1_000
2022-08-08 22:57:54 +03:00
weight = 1
2022-06-25 05:24:31 +03:00
[balanced_rpcs.pokt-v1]
url = "https://eth-mainnet.gateway.pokt.network/v1/5f3453978e354ab992c4da79"
soft_limit = 1_000
2022-08-08 22:57:54 +03:00
weight = 1
2022-06-25 05:24:31 +03:00
[balanced_rpcs.pokt]
url = "https://eth-rpc.gateway.pokt.network"
soft_limit = 1_000
2022-08-08 22:57:54 +03:00
weight = 1
2022-06-25 05:24:31 +03:00
[balanced_rpcs.linkpool]
url = "https://main-rpc.linkpool.io"
soft_limit = 1_000
2022-08-08 22:57:54 +03:00
weight = 2
2022-05-12 04:38:27 +03:00
[private_rpcs]
2022-06-25 05:24:31 +03:00
[private_rpcs.eden]
url = "https://api.edennetwork.io/v1/"
soft_limit = 1_805
2022-08-11 05:56:28 +03:00
weight = 0
2022-06-25 05:24:31 +03:00
[private_rpcs.eden_beta]
url = "https://api.edennetwork.io/v1/beta"
soft_limit = 5_861
2022-08-11 05:56:28 +03:00
weight = 0
2022-06-25 05:24:31 +03:00
[private_rpcs.ethermine]
url = "https://rpc.ethermine.org"
soft_limit = 5_861
2022-08-11 05:56:28 +03:00
weight = 0
2022-06-25 05:24:31 +03:00
[private_rpcs.flashbots]
2022-07-16 07:54:05 +03:00
url = "https://rpc.flashbots.net/fast"
2022-06-25 05:24:31 +03:00
soft_limit = 7074
2022-08-11 05:56:28 +03:00
weight = 0
2022-06-25 05:24:31 +03:00
[private_rpcs.securerpc]
url = "https://gibson.securerpc.com/v1"
soft_limit = 4560
2022-08-11 05:56:28 +03:00
weight = 0