From 0abc809ee43d0fbcd3c17e29d064a9b14bf87230 Mon Sep 17 00:00:00 2001 From: stackman27 Date: Sun, 18 Feb 2024 18:16:44 -0800 Subject: [PATCH] update --- integration-tests/contracts/contract_deployer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,