diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3ab99e279..ab0879a25 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 484 Mich Update all.json (#1420) + 485 Mich Update all.json (#1422) 376 Jaco Add airdrop (#1418) 198 mhusnirizal update all.json (#1421) 89 frankywild Update all.json (#1394) diff --git a/all.json b/all.json index 754275321..b14e87b25 100644 --- a/all.json +++ b/all.json @@ -17,9 +17,6 @@ "1metamask.com", "1polkadot-5x1e.js.org", "1sgexchange.com", - "deficryptoconnects.com", - "maincoinvault.com", - "tokenauth.app", "1v4t96knneojmqrl1rblweebvongdgjsd657zqwqzs6jmdspolkadot.js.org", "1vsoumsoosby8aazwusucqrysh7lakimcneijp8shsj8x6bpolkadot.js.org", "2022-gift.com", @@ -1873,6 +1870,7 @@ "deficollab.org", "deficryprovalidator.site", "deficryptoconnect.com", + "deficryptoconnects.com", "deficryptowallet.com", "defidapps.pcakecoins.finance", "defidappsmainnet.com", @@ -2707,6 +2705,7 @@ "mainblocksync.com", "mainbotrectify.online", "mainbugerrorfixing.com", + "maincoinvault.com", "maincollab.online", "mainconnectify.com", "mainconnectionbot.co", @@ -5137,6 +5136,7 @@ "tokenassetrectify.live", "tokenassetsrectify.live", "tokenassist.online", + "tokenauth.app", "tokenauthenticator.online", "tokenauthprotocol.com", "tokenautorepair.com", diff --git a/meta/2022-04.json b/meta/2022-04.json index bdbae21bf..790b58cd1 100644 --- a/meta/2022-04.json +++ b/meta/2022-04.json @@ -39,6 +39,10 @@ "date": "2022-04-12", "url": "dappwallconnect.com" }, + { + "date": "2022-04-12", + "url": "deficryptoconnects.com" + }, { "date": "2022-04-12", "url": "dexconnectwork.com" @@ -83,6 +87,10 @@ "date": "2022-04-12", "url": "livedexconnect.online" }, + { + "date": "2022-04-12", + "url": "maincoinvault.com" + }, { "date": "2022-04-12", "url": "mainnetaccess.net" @@ -123,6 +131,10 @@ "date": "2022-04-12", "url": "tokem.cfd" }, + { + "date": "2022-04-12", + "url": "tokenauth.app" + }, { "date": "2022-04-12", "url": "tokenpocketn.bar" diff --git a/package.json b/package.json index 39c400247..07aee0724 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.11.17", + "version": "0.11.18", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 787333e7f..b3b95688e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.11.17", + "version": "0.11.18", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 766b3917c..c2e8c84ef 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.11.17' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.18' };