Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Dec 13, 2023
1 parent 9826deb commit 2ef1780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/contracts/contract_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ func (e *EthereumContractDeployer) DeployLinkTokenContract() (LinkToken, error)
auth *bind.TransactOpts,
backend bind.ContractBackend,
) (common.Address, *types.Transaction, interface{}, error) {
log.Info().Msg(fmt.Sprintf("SISHIRR: %d, %d, %d, %s", auth.GasLimit, auth.GasPrice.Uint64(), auth.GasTipCap.Uint64(), auth.From))
return link_token_interface.DeployLinkToken(auth, backend)
})
if err != nil {
Expand Down

0 comments on commit 2ef1780

Please sign in to comment.