From ad0266bc69d7faf58c1901d7ff703a56e73e25ae Mon Sep 17 00:00:00 2001 From: Moon Date: Mon, 30 Jan 2023 12:46:34 -0500 Subject: [PATCH] increase for fat contract --- truffle-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truffle-config.js b/truffle-config.js index a7c1197..7eab1b2 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -54,7 +54,7 @@ module.exports = { }, ubiq: { provider: () => new HDWalletProvider(mnemonic, "https://rpc.octano.dev"), - gas: 5500000, + gas: 6150000, network_id: 8, confirmations: 2, timeoutBlocks: 200,