diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3d441f2fc..ddd30dcfc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 427 Jaco Allow surge.sh as a top-level domain (#1901) 264 mhusnirizal update all.json (#1906) 186 Frank Update all.json (#1888) - 101 thwjanssen89 Update all.json (#1908) + 102 thwjanssen89 Update all.json (#1909) 84 michalisFr Update all.json from Allure Security findings (#1879) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 2196a0cbd..e889a81b0 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "offchain-websync.net", "0vvwwuniswap.top", "0vwwuniswap.top", "123-informatica.com", @@ -6302,6 +6301,7 @@ "offchain-oraclesync.com", "offchain-web3support.net", "offchain-websync.com", + "offchain-websync.net", "offchainrectification.com", "official-token.im", "officialapinodes.com", diff --git a/meta/2022-07.json b/meta/2022-07.json index aacd4d1e2..68292141e 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -27,6 +27,10 @@ "date": "2022-07-25", "url": "multichains-connect.com" }, + { + "date": "2022-07-25", + "url": "offchain-websync.net" + }, { "date": "2022-07-25", "url": "openwalletservices.network" diff --git a/package.json b/package.json index 13032c8db..51f6ee78e 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.2-30-x", + "version": "0.18.2-31-x", "versions": { - "git": "0.18.2-30-x", + "git": "0.18.2-31-x", "npm": "0.18.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6580e4691..a7d44038d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.2-30-x", + "version": "0.18.2-31-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 48a0baf8c..21aeedccd 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.2-30-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.2-31-x' };