diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 54c2468e5..7187e3348 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 747 mhusnirizal update all.json (#5369) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 129 alineherzman Update all.json (#5359) + 130 alineherzman Update all.json (#5371) 97 michalisFr Update address.json (#4380) 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) diff --git a/all.json b/all.json index 338be413d..95f618a5a 100644 --- a/all.json +++ b/all.json @@ -51,7 +51,6 @@ "0rdinalchaindapp.net", "0therside.com", "0ver.network", - "defidappchainly.com", "0vvwwuniswap.top", "0vwwuniswap.top", "0x-arb.top", @@ -16284,6 +16283,7 @@ "defidapp.net", "defidapp.uno", "defidapp.vercel.app", + "defidappchainly.com", "defidappconnect.com", "defidappconnecta.pages.dev", "defidapphub.com", diff --git a/all/com/all.json b/all/com/all.json index 793eafe0a..d0651b146 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -5221,6 +5221,7 @@ "deficryptowallet.com", "deficryptowallets.com", "defidapp-protocol.firebaseapp.com", + "defidappchainly.com", "defidappconnect.com", "defidapphub.com", "defidapplive.com", diff --git a/meta/2025-09.json b/meta/2025-09.json index 8f294aa9e..e0505d402 100644 --- a/meta/2025-09.json +++ b/meta/2025-09.json @@ -43,6 +43,10 @@ "date": "2025-09-17", "url": "decentralizedexapp.com" }, + { + "date": "2025-09-17", + "url": "defidappchainly.com" + }, { "date": "2025-09-17", "url": "dolomiterewards.live" diff --git a/package.json b/package.json index 666196fda..d47c60d0f 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.19-38-x", + "version": "0.25.19-39-x", "versions": { - "git": "0.25.19-38-x", + "git": "0.25.19-39-x", "npm": "0.25.18" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2ccd3b7ad..b29363c7b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.19-38-x", + "version": "0.25.19-39-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b51f42371..d61a788a1 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.25.19-38-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.19-39-x' };