Skip to content

Commit 06a2f24

Browse files
committed
docs - config - dev/prod - make same and add ethereum_adapter_relayer
1 parent e330197 commit 06a2f24

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

docs/config/dev.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
max_channels=512
1+
# Maximum number of channels to return per request
2+
max_channels = 512
3+
24
channels_find_limit = 200
35
wait_time = 500
46

@@ -15,11 +17,12 @@ list_timeout = 5000
1517
fetch_timeout = 5000
1618
validator_tick_timeout = 5000
1719

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 }
2022

2123
ethereum_core_address = '0x333420fc6a897356e69b62417cd17ff012177d2b'
2224
ethereum_network = 'http://localhost:8545'
25+
ethereum_adapter_relayer = 'https://goerli-relayer.adex.network'
2326

2427
creators_whitelist = []
2528
minimal_deposit = "0"

docs/config/prod.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ list_timeout = 10000
1717
fetch_timeout = 10000
1818
validator_tick_timeout = 10000
1919

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 }
2222
ethereum_core_address = '0x333420fc6a897356e69b62417cd17ff012177d2b'
2323
ethereum_network = 'http://localhost:8545'
24-
token_address_whitelist = ['0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359']
24+
ethereum_adapter_relayer = 'https://relayer.adex.network'
2525

2626
creators_whitelist = []
2727
minimal_deposit = "0"
2828
minimal_fee = "0"
29+
token_address_whitelist = ['0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359']
2930
validators_whitelist = []

0 commit comments

Comments
 (0)