File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- max_channels =512
1
+ # Maximum number of channels to return per request
2
+ max_channels = 512
3
+
2
4
channels_find_limit = 200
3
5
wait_time = 500
4
6
@@ -15,11 +17,12 @@ list_timeout = 5000
15
17
fetch_timeout = 5000
16
18
validator_tick_timeout = 5000
17
19
18
- ip_rate_limit = {type = ' ip' , timeframe = 20000 }
19
- sid_rate_limit = {type = ' sid' , timeframe = 20000 }
20
+ ip_rate_limit = { type = ' ip' , timeframe = 20000 }
21
+ sid_rate_limit = { type = ' sid' , timeframe = 20000 }
20
22
21
23
ethereum_core_address = ' 0x333420fc6a897356e69b62417cd17ff012177d2b'
22
24
ethereum_network = ' http://localhost:8545'
25
+ ethereum_adapter_relayer = ' https://goerli-relayer.adex.network'
23
26
24
27
creators_whitelist = []
25
28
minimal_deposit = " 0"
Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ list_timeout = 10000
17
17
fetch_timeout = 10000
18
18
validator_tick_timeout = 10000
19
19
20
- ip_rate_limit = { type = " ip " , timeframe = 20000 }
21
- sid_rate_limit = { type = " sid" , timeframe = 0 }
20
+ ip_rate_limit = { type = ' ip ' , timeframe = 20000 }
21
+ sid_rate_limit = { type = ' sid' , timeframe = 0 }
22
22
ethereum_core_address = ' 0x333420fc6a897356e69b62417cd17ff012177d2b'
23
23
ethereum_network = ' http://localhost:8545'
24
- token_address_whitelist = [ ' 0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359 ' ]
24
+ ethereum_adapter_relayer = ' https://relayer.adex.network '
25
25
26
26
creators_whitelist = []
27
27
minimal_deposit = " 0"
28
28
minimal_fee = " 0"
29
+ token_address_whitelist = [' 0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359' ]
29
30
validators_whitelist = []
You can’t perform that action at this time.
0 commit comments