From 23b85df8f4eeaa9adae162f74eacef563e14e9f8 Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:15:57 +0800 Subject: [PATCH] add gas price for polygon test net --- truffle-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/truffle-config.js b/truffle-config.js index 3379ece..52b8c88 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -86,6 +86,7 @@ module.exports = { providerOrUrl: `https://rpc-mumbai.maticvigil.com`, pollingInterval: 8000 }), + gasPrice: 45000000000, network_id: 80001, confirmations: 6, timeoutBlocks: 5000,