diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 69a3a5dd3..e1c2f5f8f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 333 Mich Update all.json (#1016) + 334 Mich Update all.json (#1019) 331 Jaco Adjust/DRY-up JS retrieval process (#1006) 97 mhusnirizal update all.json (#1018) 74 michalisFr Update address.json (#966) diff --git a/all.json b/all.json index 2ddc0f617..89d867c39 100644 --- a/all.json +++ b/all.json @@ -7,8 +7,6 @@ "0vwwuniswap.top", "16-b.it", "1776coin.org", - "moonbeamstaking.com", - "allnodedaps.com", "1inch-wallet.org", "1metamask.com", "1polkadot-5x1e.js.org", @@ -77,6 +75,7 @@ "algowallet.app", "allconnectwallet.xyz", "alldefiwallet.com", + "allnodedaps.com", "allnodesdaps.com", "allnodeswallet.com", "allwalletconnet.com", @@ -1652,6 +1651,7 @@ "moonbeam.ink", "moonbeam.presale.fund", "moonbeamc.foundation", + "moonbeamstaking.com", "moonebeam.com", "moonstarter.medium.com.ru", "moonstarter.polkastarter.com.es", diff --git a/meta/2022-01.json b/meta/2022-01.json index 64c76685b..e4f19a28b 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-01-29", + "url": "allnodedaps.com" + }, + { + "date": "2022-01-29", + "url": "moonbeamstaking.com" + }, { "date": "2022-01-28", "url": "1776coin.org" diff --git a/package.json b/package.json index d5b7ff4e6..1294275a2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.93", + "version": "0.8.94", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7c1698b3e..94b2d73b1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.93", + "version": "0.8.94", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index cc03e6f35..316919de8 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.8.93' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.94' };