Skip to content

Commit

Permalink
updated key location instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix2222 authored Jul 3, 2024
1 parent 39313c8 commit cca1ce5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/UploadValidator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,9 @@ const _UploadValidatorPage = ({
<Container className="mt20">
<Text className="mb20">
<FormattedMessage
defaultMessage="Upload the deposit data file you just generated. The {json} is located in your {validatorKeys} directory."
defaultMessage="Upload the deposit data file you just generated. The {json} is located in the folder you chose when saving your keys using the Wagyu Keygen."
values={{
json: <Code>deposit_data-[timestamp].json</Code>,
validatorKeys: <Code>/staking-deposit-cli/validator_keys</Code>,
}}
/>
</Text>
Expand Down

0 comments on commit cca1ce5

Please sign in to comment.