web3-proxy/config/example.toml

40 lines
831 B
TOML
Raw Normal View History

2022-05-12 21:49:57 +03:00
[shared]
chain_id = 1
2022-05-13 23:50:11 +03:00
[balanced_rpcs]
2022-05-06 04:40:43 +03:00
2022-05-13 23:50:11 +03:00
[balanced_rpcs.erigon_archive]
2022-05-12 22:58:26 +03:00
url = "ws://127.0.0.1:8549"
# TODO: double check soft_limit on erigon
soft_limit = 100_000
2022-05-13 23:50:11 +03:00
[balanced_rpcs.geth]
2022-05-06 04:40:43 +03:00
url = "ws://127.0.0.1:8546"
soft_limit = 200_000
2022-05-13 23:50:11 +03:00
[balanced_rpcs.ankr]
2022-05-12 22:58:26 +03:00
url = "https://rpc.ankr.com/eth"
soft_limit = 3_000
2022-05-12 04:38:27 +03:00
[private_rpcs]
[private_rpcs.eden]
url = "https://api.edennetwork.io/v1/"
soft_limit = 1_805
[private_rpcs.eden_beta]
url = "https://api.edennetwork.io/v1/beta"
soft_limit = 5_861
[private_rpcs.ethermine]
url = "https://rpc.ethermine.org"
soft_limit = 5_861
[private_rpcs.flashbots]
url = "https://rpc.flashbots.net"
soft_limit = 7074
2022-05-16 01:18:30 +03:00
[private_rpcs.securerpc]
2022-05-16 08:16:32 +03:00
url = "https://gibson.securerpc.com/v1"
2022-05-16 01:18:30 +03:00
soft_limit = 4560