diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 34b3afb3a..87ee4ee1e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -24,13 +24,13 @@ 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) 3 JuanCDe Update all.json (#3097) + 3 rajk93 Update all.json (#5223) 3 Samuel MC Update address.json (#96) 2 G. Kami Ekbatanifard Add Polkagate extension (#4073) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) 2 Leemo Update all.json (#4274) 2 paradoxxx-tt Update address.json (#306) - 2 rajk93 0.25.14 (#5162) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) 1 Abdulbasit sadiq Update all.json - Remove cryptomaze.app site (#3578) 1 alt account for @ical10 update all.json (#5045) diff --git a/all/com/all.json b/all/com/all.json index ba2a4e431..91a24b9ec 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -6772,6 +6772,7 @@ "hcvgi.com", "heartbrainbalance.com", "hectatrade.com", + "hedera-rewards.com", "hederaintegration.com", "hederasuite.com", "hedgiesspace.com", diff --git a/meta/2025-07.json b/meta/2025-07.json index 9317c9634..c2e3c50a4 100644 --- a/meta/2025-07.json +++ b/meta/2025-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-07-14", + "url": "hedera-rewards.com" + }, { "date": "2025-07-12", "url": "coinoswallet.pages.dev" diff --git a/package.json b/package.json index 639ffbc4c..6513ff764 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.15-43-x", + "version": "0.25.15-44-x", "versions": { - "git": "0.25.15-43-x", + "git": "0.25.15-44-x", "npm": "0.25.14" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 748fb0cf7..7f9e615e3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.15-43-x", + "version": "0.25.15-44-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4bccb854f..3dc7db772 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.15-43-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.15-44-x' };