Skip to content

Commit bc9a10f

Browse files
author
Ivo Georgiev
committed
cfg: update it to the latest cfg in the JS impl (wait_time/aggr_throttle increased, ip_rate_limit increased, DAI added to token whitelist)
1 parent b7ee973 commit bc9a10f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/config/prod.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
max_channels = 512
33

44
channels_find_limit = 512
5-
wait_time = 500
5+
wait_time = 40000
66

7-
aggr_throttle = 5000
7+
aggr_throttle = 40000
88
events_find_limit = 100
99
msgs_find_limit = 10
1010

@@ -17,7 +17,7 @@ list_timeout = 10000
1717
fetch_timeout = 10000
1818
validator_tick_timeout = 10000
1919

20-
ip_rate_limit = { type = 'ip', timeframe = 20000 }
20+
ip_rate_limit = { type = 'ip', timeframe = 1200000 }
2121
sid_rate_limit = { type = 'sid', timeframe = 0 }
2222
ethereum_core_address = '0x333420fc6a897356e69b62417cd17ff012177d2b'
2323
ethereum_network = 'http://localhost:8545'
@@ -26,5 +26,5 @@ ethereum_adapter_relayer = 'https://relayer.adex.network'
2626
creators_whitelist = []
2727
minimal_deposit = "0"
2828
minimal_fee = "0"
29-
token_address_whitelist = ['0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359']
29+
token_address_whitelist = ['0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359', '0x6B175474E89094C44Da98b954EedeAC495271d0F']
3030
validators_whitelist = []

0 commit comments

Comments
 (0)