diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 58b507969..b9dba1dec 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 651 Frank Update all.json (#3336) 608 Mich Block WalletConnect "node sync" scams (#3319) - 594 Tim Janssen Update all.json (#3338) + 595 Tim Janssen Update all.json (#3341) 527 Jaco 0.21.2 (#3309) 428 mhusnirizal update all.json (#3339) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 8b7d8001d..9faf47f85 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "nodescontractapp.com", - "sync.nodescontractapp.com", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -10707,6 +10705,7 @@ "nodescan.info", "nodesconnection.com", "nodesconnectserver.com", + "nodescontractapp.com", "nodesdapp.online", "nodesdapp247.com", "nodesdapp247.net", diff --git a/all/com/all.json b/all/com/all.json index 61cfc8426..8b51e4821 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -4013,6 +4013,7 @@ "nodesauths.com", "nodesconnection.com", "nodesconnectserver.com", + "nodescontractapp.com", "nodesdapp247.com", "nodesdappnet.com", "nodesdappsnet.com", diff --git a/meta/2023-05.json b/meta/2023-05.json index cad530e65..de1aed2fd 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -15,6 +15,14 @@ "date": "2023-05-10", "url": "net.digitalweb.live" }, + { + "date": "2023-05-10", + "url": "nodescontractapp.com" + }, + { + "date": "2023-05-10", + "url": "sync.nodescontractapp.com" + }, { "date": "2023-05-10", "url": "synconnect.org" diff --git a/package.json b/package.json index 8ecb18103..33fcaabe2 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.3-26-x", + "version": "0.21.3-27-x", "versions": { - "git": "0.21.3-26-x", + "git": "0.21.3-27-x", "npm": "0.21.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1be968a1a..d2e127372 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.3-26-x", + "version": "0.21.3-27-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0de6a2d77..dcde0cce0 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.21.3-26-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.3-27-x' };