Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Feb 19, 2024
1 parent 3e748ef commit 0abc809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/contracts/contract_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0abc809

Please sign in to comment.