From 46b7c62b2a7f055b5e437724586436bd9d9d9382 Mon Sep 17 00:00:00 2001 From: jjy Date: Fri, 10 Nov 2023 14:27:26 +0800 Subject: [PATCH] chore: set timeout 10 minutes on axon_alphanet --- contracts/hardhat.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contracts/hardhat.config.js b/contracts/hardhat.config.js index 06504086..f44f5b26 100644 --- a/contracts/hardhat.config.js +++ b/contracts/hardhat.config.js @@ -87,10 +87,9 @@ module.exports = { }, { // for polyjuice contracts version: "0.6.6", - settings: {} }, { version: "0.7.5" }, { version: "0.8.6" } - ], overrides: {} + ] }, };