Skip to content

Commit

Permalink
use fireblock
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed May 10, 2024
1 parent 7ed64ce commit 08f453a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/cmd/dataapi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func RunDataApi(ctx *cli.Context) error {
return err
}

client, err := geth.NewMultiHomingClient(config.EthClientConfig, gethcommon.Address{}, logger)
client, err := geth.NewMultiHomingClient(config.EthClientConfig, gethcommon.HexToAddress(config.FireblocksConfig.WalletAddress), logger)
if err != nil {
return err
}
Expand Down

0 comments on commit 08f453a

Please sign in to comment.