diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 568c70187..96ace9550 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -13,8 +13,8 @@ 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) + 5 Josip Š Update all.json (#3696) 4 Abdulaziz Kamil Update all.json (#2921) - 4 Josip Š Update all.json (#3651) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) 3 Jonathan Dunne Add Talisman to README (#3050) diff --git a/all.json b/all.json index 64bb28478..69441214f 100644 --- a/all.json +++ b/all.json @@ -10915,8 +10915,8 @@ "metammasks.io", "metamusk.us", "metamusktoken.com", - "metapad-next.info", "metapad-next.com", + "metapad-next.info", "metapancakeswap.com", "metarun.finance", "metasafe.live", diff --git a/all/info/all.json b/all/info/all.json index a64b59619..4166cc8de 100644 --- a/all/info/all.json +++ b/all/info/all.json @@ -150,6 +150,7 @@ "metamask-faq.info", "metamask-recovery.info", "metamaskvalidation.info", + "metapad-next.info", "migrate-fegtoken.info", "mt-llinink.info", "multi-dapp.info", diff --git a/meta/2023-07.json b/meta/2023-07.json index c91bccada..ac88a1d26 100644 --- a/meta/2023-07.json +++ b/meta/2023-07.json @@ -67,6 +67,10 @@ "date": "2023-07-26", "url": "luminex.software" }, + { + "date": "2023-07-26", + "url": "metapad-next.info" + }, { "date": "2023-07-26", "url": "novatornado.cash" diff --git a/package.json b/package.json index 8e514c328..0855f304b 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-205-x", + "version": "0.21.6-206-x", "versions": { - "git": "0.21.6-205-x", + "git": "0.21.6-206-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ee6e8fbc1..be62042ab 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-205-x", + "version": "0.21.6-206-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.3.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 30e2ebf3f..79d01c6f3 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.21.6-205-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-206-x' };