Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
chore: merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Jan 23, 2024
2 parents bec8ce1 + fb30944 commit 37fbb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/account/delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {

const confirmDelete = function () {
return askYesNoQuestion(
chalk`This will {bold.white delete your account}. Make sure the beneficiary account {bold.white already exists} or your $NEAR tokens {bold.red will be lost}. This deleting action will {bold.red NOT} transfer the {bold.white FTs, NFTs} or other assets the account holds. You need to {bold.white manually transfer all assets} prior to deleting the account. Again, this deleting action will {bold.white only transfer the available NEAR tokens}. Do you want to proceed? {bold.green (y/n)} `,
chalk`This will {bold.white delete your account}. The beneficiary account must {bold.white already exists}. This deleting action will {bold.red NOT} transfer {bold.white FTs, NFTs} or other assets the account holds. You need to {bold.white manually transfer all assets} prior to deleting the account since this action will {bold.white only transfer the available NEAR tokens}. Do you want to proceed? {bold.green (y/n)} `,
false);
};

Expand Down

0 comments on commit 37fbb7b

Please sign in to comment.