diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f36fb466e..9f508bc5e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1067 Tim Janssen Update all.json (#4827) - 1023 Frank Update all.json (#4832) + 1024 Frank Update all.json (#4829) 680 mhusnirizal update all.json (#4821) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index 8fb5558f7..14826719b 100644 --- a/all.json +++ b/all.json @@ -39,7 +39,6 @@ "0asisprotocol.com", "0gfoundation.app", "0kxwallet.org", - "poolstaked-staking.com", "0nlinebot.github.io", "0pensea-offer.com", "0pensea.co.uk", @@ -27860,6 +27859,7 @@ "poolofnodes.com", "pools-0x0.exchange", "poolstake-airdrop.net", + "poolstaked-staking.com", "pooltogether.top", "poolz-finance.dev", "pooocoln.app", diff --git a/all/com/all.json b/all/com/all.json index b1ac47775..c1f91141e 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -9385,6 +9385,7 @@ "poocoinapp-bsc.com", "poocoinv2.com", "poolofnodes.com", + "poolstaked-staking.com", "pop-sicle.fepcografic.com", "poralbridge.com", "porkexverse.com", diff --git a/meta/2024-12.json b/meta/2024-12.json index 529e41671..ca6da633f 100644 --- a/meta/2024-12.json +++ b/meta/2024-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-12-31", + "url": "poolstaked-staking.com" + }, { "date": "2024-12-30", "url": "activatornodesystem.com" diff --git a/package.json b/package.json index 3e30ecac7..3fcb99598 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.5-34-x", + "version": "0.24.5-35-x", "versions": { - "git": "0.24.5-34-x", + "git": "0.24.5-35-x", "npm": "0.24.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 62b30f675..cb1f2f621 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.5-34-x", + "version": "0.24.5-35-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 e16ff4526..4a0aad2c8 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.5-34-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.5-35-x' };