fix: update gasLimit

This commit is contained in:
Danil Kovtonyuk 2021-10-19 04:16:11 +10:00
parent b73a650d7b
commit 83520bc61a
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746
1 changed files with 1 additions and 1 deletions

View File

@ -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',
},
};