diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 17b6f9951..0deafc89c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1130 Tim Janssen Update all.json (#4994) - 1085 Frank Update all.json (#4996) + 1086 Frank Update all.json (#4999) 694 mhusnirizal update all.json (#4977) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index 999800671..79c8ec013 100644 --- a/all.json +++ b/all.json @@ -40,8 +40,6 @@ "0asisprotocol.com", "0g.app-wallets.com", "0gfoundation.app", - "polkadot.com-holders-rewards.network", - "com-holders-rewards.network", "0kxwallet.org", "0n-stake-destranetwork.net", "0nline-stake-destranetwork.net", @@ -9314,6 +9312,7 @@ "com-airdropbnb.online", "com-app-home.com", "com-apphome.com", + "com-holders-rewards.network", "com-loginaccount.com", "com-multi-chain.info", "com-referral-html.claims", diff --git a/all/network/all.json b/all/network/all.json index 3acfb117b..bdf310ac3 100644 --- a/all/network/all.json +++ b/all/network/all.json @@ -178,6 +178,7 @@ "claims-oreriy.network", "cloudedge.network", "collabland.network", + "com-holders-rewards.network", "commingsoo.network", "connect-ethena.network", "connect-pendle.network", diff --git a/meta/2025-03.json b/meta/2025-03.json index 563f2135f..bf0d803bb 100644 --- a/meta/2025-03.json +++ b/meta/2025-03.json @@ -1,4 +1,12 @@ [ + { + "date": "2025-03-15", + "url": "com-holders-rewards.network" + }, + { + "date": "2025-03-15", + "url": "polkadot.com-holders-rewards.network" + }, { "date": "2025-03-06", "url": "0x0defitoken.com" diff --git a/package.json b/package.json index a32842a49..2fce3a173 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.6-2-x", + "version": "0.25.6-3-x", "versions": { - "git": "0.25.6-2-x", + "git": "0.25.6-3-x", "npm": "0.25.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index fa7336281..cc6855fcc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.6-2-x", + "version": "0.25.6-3-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 57d7a7c6a..dd60a71a3 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.6-2-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.6-3-x' };