add prod config
This commit is contained in:
parent
658a39901f
commit
0d5424cf7d
43
data/config/production.toml
Normal file
43
data/config/production.toml
Normal file
@ -0,0 +1,43 @@
|
||||
[config]
|
||||
listen_port = 8445
|
||||
|
||||
[balanced_rpc_tiers]
|
||||
|
||||
[balanced_rpc_tiers.0]
|
||||
|
||||
[balanced_rpc_tiers.0.local_erigon]
|
||||
url = "ws://127.0.0.1:8545"
|
||||
soft_limit = 68_000
|
||||
|
||||
[balanced_rpc_tiers.0.local_geth]
|
||||
url = "ws://127.0.0.1:8946"
|
||||
soft_limit = 160_000
|
||||
|
||||
[balanced_rpc_tiers.1]
|
||||
|
||||
[balanced_rpc_tiers.1.linkpool]
|
||||
#linkpool is slow and often offline
|
||||
url = "https://main-rpc.linkpool.io"
|
||||
soft_limit = 4_779
|
||||
|
||||
[balanced_rpc_tiers.1.ankr]
|
||||
url = "https://rpc.ankr.com/eth"
|
||||
soft_limit = 23_967
|
||||
|
||||
[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
|
Loading…
Reference in New Issue
Block a user