Skip to content

Commit

Permalink
Added TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyber committed Jan 11, 2024
1 parent 63acc46 commit ee32a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/staking-deposit-cli/deposit/flags/flags.go
Expand Up @@ -32,7 +32,7 @@ var (
DepositContractAddressFlag = &cli.StringFlag{
Name: "deposit-contract",
Usage: "Address of the deposit contract",
Value: "0x4242424242424242424242424242424242424242",
Value: "0x4242424242424242424242424242424242424242", // TODO (cyyber): Replace this with params
}
// SkipDepositConfirmationFlag skips the y/n confirmation prompt for sending a deposit to the deposit contract.
SkipDepositConfirmationFlag = &cli.BoolFlag{
Expand Down

0 comments on commit ee32a54

Please sign in to comment.