Skip to content

Commit

Permalink
fix deploy [goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Mar 4, 2024
1 parent 2596af4 commit 5057635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sin-executor/testutil/deployers.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
transactOps *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, interface{}, error) {
idb := helpers.Registry().Get(ctx, InterchainDB)

deployAddress, deployTx, deployIface, err := interchainclient.DeployInterchainClientV1(transactOps, backend, idb.Address())
deployAddress, deployTx, deployIface, err := interchainclient.DeployInterchainClientV1(transactOps, backend, idb.Address(), transactOps.From)
if err != nil {
return common.Address{}, nil, nil, fmt.Errorf("could not deploy interchain client: %w", err)
}
Expand Down

0 comments on commit 5057635

Please sign in to comment.