Skip to content

Commit 2c51cba

Browse files
committed
feat: Make default callback gas 200k
1 parent e824ed4 commit 2c51cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/facets/IexecConfigurationFacet.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ contract IexecConfigurationFacet is IexecConfiguration, FacetBase {
3737
$.m_datasetregistry = IRegistry(_datasetregistryAddress);
3838
$.m_workerpoolregistry = IRegistry(_workerpoolregistryAddress);
3939
$.m_v3_iexecHub = IexecHubV3Interface(_v3_iexecHubAddress);
40-
$.m_callbackgas = 100000;
40+
$.m_callbackgas = 200000;
4141
}
4242

4343
function domain() external view override returns (IexecLibOrders_v5.EIP712Domain memory) {

0 commit comments

Comments
 (0)