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

Commit

Permalink
Merge branch 'master' into near-wallet-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Jan 25, 2024
2 parents c4ea898 + e7de9b1 commit dd9310d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

@vgrichina @mikedotexe @mehtaphysical @thisisjoshford @volovyk-s
@volovyks @thisisjoshford @gagdiez
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const checkExistingContract = async function(prevCodeHash) {

const confirmDelete = function () {
return askYesNoQuestion(
chalk`{bold.white This method will delete your account. Beneficiary account must already be initialized in order to transfer all Near tokens or these will be lost. Make sure to send all fungible tokens or NFTs that you own to the beneficiary account prior to deleting, as this method will only transfer NEAR tokens. Do you want to proceed? {bold.green (y/n) }}`,
chalk`{bold.white This method will delete your account. Beneficiary account must already be initialized in order to transfer all Near tokens. Make sure to send all fungible tokens or NFTs that you own to the beneficiary account prior to deleting, as this method will only transfer NEAR tokens. Do you want to proceed? {bold.green (y/n) }}`,
false);
};

Expand Down

0 comments on commit dd9310d

Please sign in to comment.