From 83520bc61a937eb33dcbe50b9df875b4b2077cff Mon Sep 17 00:00:00 2001 From: Danil Kovtonyuk Date: Tue, 19 Oct 2021 04:16:11 +1000 Subject: [PATCH] fix: update gasLimit --- src/constants/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/variables.ts b/src/constants/variables.ts index 427c524..e28cb33 100644 --- a/src/constants/variables.ts +++ b/src/constants/variables.ts @@ -15,7 +15,7 @@ const NETWORKS_INFO: { [chainId in ChainId] } = { minimumBalance: '0.5', }, [ChainId.XDAI]: { - gasLimit: BigNumber.from(1650000), + gasLimit: BigNumber.from(2000000), minimumBalance: '0.5', }, };