File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
dev-liquidity-token-watcher :
15
15
image : " matterlabs/dev-liquidity-token-watcher:latest"
16
16
env_file :
17
- - ./etc/env/dev .env
17
+ - ./etc/env/docker .env
18
18
volumes :
19
19
- ./etc/tokens/:/etc/tokens
20
20
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
22
22
dev-liquidity-token-watcher :
23
23
image : " matterlabs/dev-liquidity-token-watcher:latest"
24
24
env_file :
25
- - ./etc/env/dev .env
25
+ - ./etc/env/docker .env
26
26
ports :
27
27
- " 9975:9975"
28
28
volumes :
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ FEE_TICKER_COINMARKETCAP_BASE_URL=http://dev-ticker:9876
3
3
FEE_TICKER_COINGECKO_BASE_URL = http://dev-ticker:9876
4
4
DATABASE_URL = postgres://postgres@postgres/plasma
5
5
FEE_TICKER_UNISWAP_URL = http://dev-liquidity-token-watcher:9975/graphql
6
-
6
+ DEV_LIQUIDITY_TOKEN_WATCHER_BLACKLISTED_TOKENS = 0x0000000000000000000000000000000000000001
7
+ DEV_LIQUIDITY_TOKEN_WATCHER_DEFAULT_VOLUME = 500
8
+ DEV_LIQUIDITY_TOKEN_WATCHER_REGIME = whitelist
7
9
8
10
# Time to process one miniblock (in ms)
9
11
CHAIN_STATE_KEEPER_MINIBLOCK_ITERATION_INTERVAL = 50
You can’t perform that action at this time.
0 commit comments