From 3b6e8963e75fe428ead6da091d0149d0337cf86d Mon Sep 17 00:00:00 2001 From: Karl Kempe Date: Mon, 31 Jan 2022 22:08:11 +0000 Subject: [PATCH] Update gas parameters --- react/src/swapper/helpers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/src/swapper/helpers.ts b/react/src/swapper/helpers.ts index d397f6e..65cf840 100644 --- a/react/src/swapper/helpers.ts +++ b/react/src/swapper/helpers.ts @@ -11,14 +11,14 @@ import { export const CROSSCHAINSWAP_GAS_PARAMETERS_EIP1559 = { gasLimit: "694200", //maxFeePerGas: "250000000000", - maxFeePerGas: "25420690000", + maxFeePerGas: "100420690000", maxPriorityFeePerGas: "1690000000", }; export const CROSSCHAINSWAP_GAS_PARAMETERS_EVM = { gasLimit: "694200", //gasPrice: "250000000000", - gasPrice: "25420690000", + gasPrice: "20420690000", }; export const EVM_EIP1559_CHAIN_IDS = [