diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 181b03719..87f31f962 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -10,7 +10,7 @@ 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) - 7 Josip Š Update all.json (#3887) + 8 Josip Š Update all.json (#3900) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) diff --git a/all.json b/all.json index 6a04b3dc0..3e3323825 100644 --- a/all.json +++ b/all.json @@ -12922,7 +12922,6 @@ "multinode.live", "multinode.one", "multinodeswap.com", - "multipad.info", "multipad-beta.com", "multipad-beta.net", "multipad-beta.org", @@ -12934,6 +12933,7 @@ "multipad-pro.org", "multipad-x.com", "multipad-x.info", + "multipad.info", "multipannel.site", "multipledapps.com", "multiscreensite.com", diff --git a/all/info/all.json b/all/info/all.json index c3a91e147..b47904f9c 100644 --- a/all/info/all.json +++ b/all/info/all.json @@ -173,6 +173,7 @@ "multidefisapp.info", "multinode.info", "multipad-x.info", + "multipad.info", "multisynconline.info", "mydappswallet.info", "myetherwallet.info", diff --git a/meta/2023-09.json b/meta/2023-09.json index d9e72b40c..5dedafe2d 100644 --- a/meta/2023-09.json +++ b/meta/2023-09.json @@ -35,6 +35,10 @@ "date": "2023-09-15", "url": "migration-multapschan.com" }, + { + "date": "2023-09-15", + "url": "multipad.info" + }, { "date": "2023-09-15", "url": "tetherinsure.com" diff --git a/package.json b/package.json index 0835ef090..95ed492bf 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-59-x", + "version": "0.21.7-60-x", "versions": { - "git": "0.21.7-59-x", + "git": "0.21.7-60-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2009c487d..6c6efee4b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-59-x", + "version": "0.21.7-60-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.4.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 36c60b491..077bd34f9 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.7-59-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-60-x' };