From 9dc47aba7489b80b64102bc8ffa8d0598fe2ff6a Mon Sep 17 00:00:00 2001 From: acerone85 Date: Thu, 26 Sep 2024 14:22:11 +0100 Subject: [PATCH] Change FTI min gas to 10_000 --- .../deploy/hardhat/002.fuel_message_portal_v4.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/solidity-contracts/deploy/hardhat/002.fuel_message_portal_v4.ts b/packages/solidity-contracts/deploy/hardhat/002.fuel_message_portal_v4.ts index 3665ffeb..e34c3ff6 100644 --- a/packages/solidity-contracts/deploy/hardhat/002.fuel_message_portal_v4.ts +++ b/packages/solidity-contracts/deploy/hardhat/002.fuel_message_portal_v4.ts @@ -7,7 +7,7 @@ import { FuelMessagePortalV4__factory as FuelMessagePortal } from '../../typecha const ETH_DEPOSIT_LIMIT = MaxUint256; const FTI_GAS_LIMIT = 2n ** 64n - 1n; const FTI_MIN_GAS_PRICE = parseUnits('1', 'gwei'); -const FTI_MIN_GAS_PER_TX = 1; +const FTI_MIN_GAS_PER_TX = 10_000; const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) { const {