diff --git a/dexorder-alpha.toml b/dexorder-alpha.toml index 0608da0..f4505e3 100644 --- a/dexorder-alpha.toml +++ b/dexorder-alpha.toml @@ -3,7 +3,7 @@ rpc_url='http://alpharpc:8545' ws_url='ws://alpharpc:8545' db_url='postgresql://dexorder:redroxed@postgres/dexorder' redis_url='redis://redis:6379' -#polling=1 +polling=1 [deployments] 1337='alpha' diff --git a/dexorder-mock.toml b/dexorder-mock.toml index ebe451d..31f9f95 100644 --- a/dexorder-mock.toml +++ b/dexorder-mock.toml @@ -2,6 +2,4 @@ account='test1' rpc_url='local' ws_url='local_ws' -# additional configuration for hardhat -# polling=1 # Only for Hardhat. Do not use with Anvil! polling=2 # Use if backend python sucks 100% CPU