diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b36948770..2ae0c4999 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 462 Jaco Bump TS (#2337) 340 mhusnirizal update all.json (#2333) 283 Frank Update all.json (#2331) - 253 Tim Janssen Update all.json (#2328) + 254 Tim Janssen Update all.json (#2334) 95 michalisFr Update all.json from Allure Security findings (#2322) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 59aacca68..cf9c8f159 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "validatebridge.herokuapp.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -11142,6 +11141,7 @@ "validate-wallet.online", "validate-walletdapps.com", "validateassets.live", + "validatebridge.herokuapp.com", "validatebridge.xyz", "validatechainapi.net", "validatecollab.github.io", diff --git a/meta/2022-09.json b/meta/2022-09.json index 5fe04d13e..49af741ec 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -27,6 +27,10 @@ "date": "2022-09-28", "url": "currentcontract.best" }, + { + "date": "2022-09-28", + "url": "validatebridge.herokuapp.com" + }, { "date": "2022-09-28", "url": "walletconect.top" diff --git a/package.json b/package.json index 4834b2d60..377e1dd68 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-22-x", + "version": "0.18.10-23-x", "versions": { - "git": "0.18.10-22-x", + "git": "0.18.10-23-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a53ae8625..ad5d6111e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-22-x", + "version": "0.18.10-23-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 11a1967bb..d09688282 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.18.10-22-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-23-x' };