diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 88ad73971..cdfd8c5ec 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 668 mhusnirizal update all.json (#4712) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 109 alineherzman Update all.json (#4714) + 110 alineherzman Update all.json (#4740) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 31 Tarik Gul 0.24.2 (#4736) diff --git a/all.json b/all.json index 70e12e62e..596bfb822 100644 --- a/all.json +++ b/all.json @@ -44,7 +44,6 @@ "0vwwuniswap.top", "0x-protocol.com", "0x-web3redrop.net", - "thedappsupport.com", "0x0-exchange.xyz", "0x0ai.org", "0x0aiclaim-dao.com", @@ -32420,6 +32419,7 @@ "thedappsbridgeassets.com", "thedappsresolver.com", "thedappsrpc.network", + "thedappsupport.com", "thedappsync.com", "thedappsync.online", "thedapslinking.site", diff --git a/all/com/all.json b/all/com/all.json index b5acb9dcd..8cabbcdf2 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -11095,6 +11095,7 @@ "thedappsauth.com", "thedappsbridgeassets.com", "thedappsresolver.com", + "thedappsupport.com", "thedappsync.com", "thedefilink.com", "theden-token.com", diff --git a/meta/2024-11.json b/meta/2024-11.json index 72b47218b..25e107c70 100644 --- a/meta/2024-11.json +++ b/meta/2024-11.json @@ -643,6 +643,10 @@ "date": "2024-11-04", "url": "testokens.online" }, + { + "date": "2024-11-04", + "url": "thedappsupport.com" + }, { "date": "2024-11-04", "url": "thorswapfi.icu" diff --git a/package.json b/package.json index e1c758d50..5e60971cd 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.3-1-x", + "version": "0.24.3-2-x", "versions": { - "git": "0.24.3-1-x", + "git": "0.24.3-2-x", "npm": "0.24.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c84bffb74..ab4c5302e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.3-1-x", + "version": "0.24.3-2-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6506a5a9a..a7aa2536c 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.3-1-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.3-2-x' };