diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 88513c5bb..05cf808b9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 448 Jaco Additional 2x (#2065) 300 mhusnirizal update all.json (#2079) 222 Frank Update all.json (#2072) - 157 Tim Janssen Update all.json (#2078) + 158 Tim Janssen Update all.json (#2080) 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 b16287ead..0ba67fa9c 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "nodestringoracle.net", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -6626,6 +6625,7 @@ "nodesprotocolrestore.online", "nodesrectification.com", "nodestringfix.site", + "nodestringoracle.net", "nodestringtool.live", "nodesupgrade.live", "nodesvalidation.com", diff --git a/meta/2022-08.json b/meta/2022-08.json index f43cb51bd..2a2095c26 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -51,6 +51,10 @@ "date": "2022-08-17", "url": "netwalletauth.com" }, + { + "date": "2022-08-17", + "url": "nodestringoracle.net" + }, { "date": "2022-08-17", "url": "nodexplorer.netlify.app" diff --git a/package.json b/package.json index 2decbfe64..88264ac61 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.6-17-x", + "version": "0.18.6-18-x", "versions": { - "git": "0.18.6-17-x", + "git": "0.18.6-18-x", "npm": "0.18.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1910a0b98..29a36e959 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.6-17-x", + "version": "0.18.6-18-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 3ec451085..d3044cb04 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.6-17-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.6-18-x' };