diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7ee7f84b8..a9dffaa95 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,8 +11,8 @@ 6 Florian Franzen Add "polkadot-bonus.network" (#105) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) + 3 Idi Eradiri moonriver phishing site (#1541) 3 Samuel MC Update address.json (#96) - 2 Idi Eradiri active scam targeting RMRK (#1537) 2 Justin Pham Add bit.country scam sites (#1425) 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) diff --git a/all.json b/all.json index 8b558b306..ab7cc22eb 100644 --- a/all.json +++ b/all.json @@ -4312,10 +4312,10 @@ "moonbeamstaking.com", "moonbeamsupport.com", "moonebeam.com", - "mooonriver.network", "moonstarter.medium.com.ru", "moonstarter.polkastarter.com.es", "moonswaptoken.com", + "mooonriver.network", "moreonnft.com", "motionless-platform.000webhostapp.com", "mousework.tk", diff --git a/meta/2022-05.json b/meta/2022-05.json index a2fd6577d..1c9e1f67a 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -95,6 +95,10 @@ "date": "2022-05-05", "url": "login-blockchain.cryptoecosystem.info" }, + { + "date": "2022-05-05", + "url": "mooonriver.network" + }, { "date": "2022-05-05", "url": "mycollabsyncer.com" diff --git a/package.json b/package.json index bd5fb16ca..862bbe08d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.12.10", + "version": "0.12.11", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index dc1ddfe8c..6659a38e8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.12.10", + "version": "0.12.11", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 952471e55..a246b4df1 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.10' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.11' };