From 85ff41fb8ad192a014825070fbfc99f7651dd068 Mon Sep 17 00:00:00 2001 From: stackman27 Date: Sun, 18 Feb 2024 22:52:32 -0800 Subject: [PATCH] all estimate gas --- integration-tests/contracts/contract_deployer.go | 8 ++++---- integration-tests/go.mod | 2 +- integration-tests/go.sum | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/integration-tests/contracts/contract_deployer.go b/integration-tests/contracts/contract_deployer.go index bbf5a9f52a1..18b1a3a54c7 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(101000000) + // auth.GasLimit = uint64(100000000000) // 11,885,630,143 | 100 000 000 000 + // auth.GasPrice = big.NewInt(101000000) return offchainaggregator.DeployOffchainAggregator(auth, backend, offchainOptions.MaximumGasPrice, @@ -1598,8 +1598,8 @@ func (e *EthereumContractDeployer) DeployOffchainAggregatorV2( 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(101000000) + // auth.GasLimit = uint64(100000000000) // 11,885,630,143 | 100 000 000 000 + // auth.GasPrice = big.NewInt(101000000) return ocr2aggregator.DeployOCR2Aggregator( auth, backend, diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 33a1b19322d..29388f01003 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -25,7 +25,7 @@ require ( github.com/slack-go/slack v0.12.2 github.com/smartcontractkit/chainlink-automation v1.0.2-0.20240118014648-1ab6a88c9429 github.com/smartcontractkit/chainlink-common v0.1.7-0.20240209032254-f9b58810d8ca - github.com/smartcontractkit/chainlink-testing-framework v1.23.3-0.20240219014824-1c54205e9eb9 + github.com/smartcontractkit/chainlink-testing-framework v1.23.3-0.20240219064609-cec9a10f501f github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868 github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000 github.com/smartcontractkit/libocr v0.0.0-20240112202000-6359502d2ff1 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index e0f2a402715..df0cfbcef36 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1513,8 +1513,8 @@ github.com/smartcontractkit/chainlink-solana v1.0.3-0.20240207182351-414a6666385 github.com/smartcontractkit/chainlink-solana v1.0.3-0.20240207182351-414a66663857/go.mod h1:NCy9FZ8xONgJ618kmJbks6wCN0nALodUmhZuvwY5hHs= github.com/smartcontractkit/chainlink-starknet/relayer v0.0.1-beta-test.0.20240206145519-35a4346b5944 h1:1Cb/XqEs38SFpkBHHxdhYqS8RZR7qXGaXH9+lxtMGJo= github.com/smartcontractkit/chainlink-starknet/relayer v0.0.1-beta-test.0.20240206145519-35a4346b5944/go.mod h1:pGnBsaraD3vPjnak8jbu9U+OWZrCVHzGMjA/5++E1PI= -github.com/smartcontractkit/chainlink-testing-framework v1.23.3-0.20240219014824-1c54205e9eb9 h1:J8mbLxSR33QAs7GzKlUkP7HiaPz2T3Yb9sgEHz5G35U= -github.com/smartcontractkit/chainlink-testing-framework v1.23.3-0.20240219014824-1c54205e9eb9/go.mod h1:lGaqSnCB36n49fZNdTGXMrxhPu9w5+2n3c9V1Fqz1hM= +github.com/smartcontractkit/chainlink-testing-framework v1.23.3-0.20240219064609-cec9a10f501f h1:+/hHffon0Ifk+GbyqBKmh/oOQnCOV19B+C21PCPyEjE= +github.com/smartcontractkit/chainlink-testing-framework v1.23.3-0.20240219064609-cec9a10f501f/go.mod h1:lGaqSnCB36n49fZNdTGXMrxhPu9w5+2n3c9V1Fqz1hM= github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868 h1:FFdvEzlYwcuVHkdZ8YnZR/XomeMGbz5E2F2HZI3I3w8= github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868/go.mod h1:Kn1Hape05UzFZ7bOUnm3GVsHzP0TNrVmpfXYNHdqGGs= github.com/smartcontractkit/go-plugin v0.0.0-20231003134350-e49dad63b306 h1:ko88+ZznniNJZbZPWAvHQU8SwKAdHngdDZ+pvVgB5ss=