diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b0af67b78..4771b58cb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) 288 mhusnirizal update all.json (#2019) 208 Frank Update all.json (#2020) - 137 Tim Janssen Update all.json (#2017) + 138 Tim Janssen Update all.json (#2021) 89 michalisFr Added 0 new domains (#2004) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 2f21e1e28..ac8cf1eee 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "launchpads.herokuapp.com", "0vvwwuniswap.top", "0vwwuniswap.top", "104.168.169.107", @@ -4868,6 +4867,7 @@ "launchpad.sync-enjinstarter.com", "launchpad.sync-synapse.network", "launchpads-dapps.com", + "launchpads.herokuapp.com", "launchpath.online", "launchpool.live", "launchvalidator.co", diff --git a/meta/2022-08.json b/meta/2022-08.json index fa9834e30..3fbf1a847 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -47,6 +47,10 @@ "date": "2022-08-08", "url": "ftxcprotocol.xyz" }, + { + "date": "2022-08-08", + "url": "launchpads.herokuapp.com" + }, { "date": "2022-08-08", "url": "moduleprotocol.com" diff --git a/package.json b/package.json index 1162355bf..c3eb6dee7 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.5-9-x", + "version": "0.18.5-10-x", "versions": { - "git": "0.18.5-9-x", + "git": "0.18.5-10-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 421330b9b..0d88c123d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.5-9-x", + "version": "0.18.5-10-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5cdaa6e4b..e6e2585a1 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.5-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-10-x' };