diff --git a/integration-tests/contracts/contract_deployer.go b/integration-tests/contracts/contract_deployer.go index 823ff99bd79..995cc2d49c0 100644 --- a/integration-tests/contracts/contract_deployer.go +++ b/integration-tests/contracts/contract_deployer.go @@ -612,8 +612,8 @@ func (e *EthereumContractDeployer) DeployOffChainAggregator( backend bind.ContractBackend, ) (common.Address, *types.Transaction, interface{}, error) { la := common.HexToAddress(linkAddr) - auth.GasLimit = uint64(100000000000) // 11,885,630,143 | 100 000 000 000 - auth.GasPrice = big.NewInt(10000000000) + auth.GasLimit = uint64(11885630143) // 11,885,630,143 | 100 000 000 000 + auth.GasPrice = big.NewInt(10100000000) return offchainaggregator.DeployOffchainAggregator(auth, backend, offchainOptions.MaximumGasPrice,