diff --git a/USER_AGREEMENT.md b/USER_AGREEMENT.md index 81eb2a290694..b8da8c8be05b 100644 --- a/USER_AGREEMENT.md +++ b/USER_AGREEMENT.md @@ -2,8 +2,8 @@ ## Related Links ## -**[Terms of Use](https://github.com/poanetwork/metamask-extension/wiki)** +**[Terms of Use](https://github.com/poanetwork/nifty-wallet/wiki)** -**[Privacy](https://github.com/poanetwork/metamask-extension/wiki)** +**[Privacy](https://github.com/poanetwork/nifty-wallet/wiki)** -**[Attributions](https://github.com/poanetwork/metamask-extension/wiki)** +**[Attributions](https://github.com/poanetwork/nifty-wallet/wiki)** diff --git a/app/images/ethereum-metamask-chrome.png b/app/images/ethereum-metamask-chrome.png deleted file mode 100644 index 0b886babb1d6..000000000000 Binary files a/app/images/ethereum-metamask-chrome.png and /dev/null differ diff --git a/app/phishing.html b/app/phishing.html index 309021dc2d9d..f765928ab890 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -3,11 +3,11 @@ - Ethereum Phishing Detection - MetMask + Ethereum Phishing Detection - Nifty Wallet - -
- +

ATTENTION

-

MetaMask believes this domain could currently compromise your security and has prevented you from interacting with it.

+

Nifty Wallet believes this domain could currently compromise your security and has prevented you from interacting with it.

This is because the site tested positive on the Ethereum Phishing Detector. This includes outright malicious websites and legitimate websites that have been compromised by a malicious actor.

-

You can turn MetaMask off to interact with this site, but it is advised not to.

+

You can turn Nifty Wallet off to interact with this site, but it is advised not to.

If you think this domain is incorrectly flagged or if a blocked legitimate website has resolved its security issues, please file an issue. If you believe this website diff --git a/development/metamaskbot-build-announce.js b/development/metamaskbot-build-announce.js index c998bc87977f..1dbaa57a1d04 100755 --- a/development/metamaskbot-build-announce.js +++ b/development/metamaskbot-build-announce.js @@ -46,7 +46,7 @@ async function start () { ` const JSON_PAYLOAD = JSON.stringify({ body: commentBody }) - const POST_COMMENT_URI = `https://api.github.com/repos/metamask/metamask-extension/issues/${CIRCLE_PR_NUMBER}/comments` + const POST_COMMENT_URI = `https://api.github.com/repos/poanetwork/nifty-wallet/issues/${CIRCLE_PR_NUMBER}/comments` console.log(`Announcement:\n${commentBody}`) console.log(`Posting to: ${POST_COMMENT_URI}`)