diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bcab62cff..c6e748d8f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 1052 Tim Janssen Update all.json (#4751) + 1053 Tim Janssen Update all.json (#4755) 993 Frank Update all.json (#4754) 669 mhusnirizal update all.json (#4744) 618 Mich Block hub-polkadot.com (#4343) diff --git a/all.json b/all.json index cafff1c47..fd31a6f87 100644 --- a/all.json +++ b/all.json @@ -32,7 +32,6 @@ "deny": [ "0-chain.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "revokecashdex.com", "09sync00.duckdns.org", "09sync1n0-duckdnrs.org", "09sync1n0-duckdns.org", @@ -28253,6 +28252,7 @@ "revokeca.sh", "revokècash.com", "revokecash.fi", + "revokecashdex.com", "revokecashh.pages.dev", "revokecashhofficial.com", "revokechain.org", diff --git a/all/com/all.json b/all/com/all.json index b31aeb23a..e7d37a1f9 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -9645,6 +9645,7 @@ "revoke-pike.com", "revoke-uniswap.com", "revokècash.com", + "revokecashdex.com", "revokecashhofficial.com", "revokesafepal.com", "revoketokens.com", diff --git a/meta/2024-11.json b/meta/2024-11.json index 4fc896fe1..61f8f1487 100644 --- a/meta/2024-11.json +++ b/meta/2024-11.json @@ -511,6 +511,10 @@ "date": "2024-11-13", "url": "resolverpanel.net" }, + { + "date": "2024-11-13", + "url": "revokecashdex.com" + }, { "date": "2024-11-13", "url": "reward-magamemcoin.com" diff --git a/package.json b/package.json index de9c53fda..16767ae46 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.4-2-x", + "version": "0.24.4-3-x", "versions": { - "git": "0.24.4-2-x", + "git": "0.24.4-3-x", "npm": "0.24.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index dfb08b7f0..e42f0c188 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.4-2-x", + "version": "0.24.4-3-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a6be59bb2..b35b61780 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.24.4-2-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.4-3-x' };