diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8fd0af9bc..cd3e61fc6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -10,10 +10,10 @@ 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) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) - 6 Josip Š Update all.json (#3841) 4 Abdulaziz Kamil Update all.json (#2921) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) diff --git a/all/info/all.json b/all/info/all.json index ac5a3ad28..af099446b 100644 --- a/all/info/all.json +++ b/all/info/all.json @@ -171,6 +171,7 @@ "multichain-next.info", "multidefisapp.info", "multinode.info", + "multipad-x.info", "multisynconline.info", "mydappswallet.info", "myetherwallet.info", diff --git a/meta/2023-09.json b/meta/2023-09.json index b82b21fba..664e48cff 100644 --- a/meta/2023-09.json +++ b/meta/2023-09.json @@ -227,6 +227,10 @@ "date": "2023-09-11", "url": "multidappsyncfix.top" }, + { + "date": "2023-09-11", + "url": "multipad-x.info" + }, { "date": "2023-09-11", "url": "mygeminiclaims.com" diff --git a/package.json b/package.json index 1a5fb2ff9..7536c1b80 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-46-x", + "version": "0.21.7-47-x", "versions": { - "git": "0.21.7-46-x", + "git": "0.21.7-47-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 45d3e12c7..69a5ed8f8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-46-x", + "version": "0.21.7-47-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 939c810aa..53bb71c9c 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-46-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-47-x' };