From e4d70a28e8bb23b2cf952fb9ec9ab066408d7fe1 Mon Sep 17 00:00:00 2001 From: 7400 <> Date: Tue, 9 Jan 2024 17:34:27 -0800 Subject: [PATCH] polling=1 # Only for Hardhat --- dexorder-mock.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dexorder-mock.toml b/dexorder-mock.toml index 3889313..494d608 100644 --- a/dexorder-mock.toml +++ b/dexorder-mock.toml @@ -1,3 +1,6 @@ account='test1' rpc_url='local' ws_url='local_ws' + +# additional configuration for hardhat +# polling=1 # Only for Hardhat. Do not use with Anvil!