diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7a63691fb..9cbc0b0cb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 996 Tim Janssen Update all.json (#4605) + 997 Tim Janssen Update all.json (#4606) 955 Frank Update all.json (#4596) 644 mhusnirizal update all.json (#4592) 618 Mich Block hub-polkadot.com (#4343) diff --git a/all.json b/all.json index a67c3d61b..5cbba14b5 100644 --- a/all.json +++ b/all.json @@ -31,7 +31,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "securewallets.app", "09sync00.duckdns.org", "0kxwallet.org", "0nlinebot.github.io", @@ -26852,6 +26851,7 @@ "securewalletdapps.net", "securewalletfix.com", "securewalletprotocol.netlify.app", + "securewallets.app", "securewalletsolutions.com", "securewalletsval.com", "securewalletsvalidation.com", diff --git a/all/app/all.json b/all/app/all.json index 4efa8a797..e5a30b9a5 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -1256,6 +1256,7 @@ "securetoken-tech.vercel.app", "securewallet.vercel.app", "securewalletprotocol.netlify.app", + "securewallets.app", "security-verifieds.vercel.app", "securitys-verify.vercel.app", "securitys-verifys.vercel.app", diff --git a/meta/2024-08.json b/meta/2024-08.json index 5d2f56fb1..6478adfcd 100644 --- a/meta/2024-08.json +++ b/meta/2024-08.json @@ -27,6 +27,10 @@ "date": "2024-08-21", "url": "maintainance-desk.pro" }, + { + "date": "2024-08-21", + "url": "securewallets.app" + }, { "date": "2024-08-20", "url": "autoconnectwallet.pages.dev" diff --git a/package.json b/package.json index 4c16a8ca4..b82c31ba2 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.5-4-x", + "version": "0.23.5-5-x", "versions": { - "git": "0.23.5-4-x", + "git": "0.23.5-5-x", "npm": "0.23.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6297e186a..78de76165 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.5-4-x", + "version": "0.23.5-5-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 67339d534..b55ec35f5 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.23.5-4-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.5-5-x' };