diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 478d2c355..7e6e65fa7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 1150 Tim Janssen Update all.json (#5091) 1124 Frank Update all.json (#5090) - 697 mhusnirizal update all.json (#5040) + 698 mhusnirizal update all.json (#5092) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 123 alineherzman Update all.json (#5010) diff --git a/all.json b/all.json index fc1cb2fcd..688de3523 100644 --- a/all.json +++ b/all.json @@ -31,7 +31,6 @@ "zapto.org" ], "deny": [ - "peaq.claims", "0-chain.com", "000000000000000000000deadburn.pages.dev", "074ff59hdo02j37aj-ch9in201.pages.dev", @@ -29781,6 +29780,7 @@ "peaq-layerzero.xyz", "peaq-network.lol", "peaq-network.sbs", + "peaq.claims", "peaq.menu", "peaq.world", "peaqapp.network", diff --git a/all/claims/all.json b/all/claims/all.json index 676f6de5c..100699878 100644 --- a/all/claims/all.json +++ b/all/claims/all.json @@ -119,6 +119,7 @@ "optimism-badges.claims", "orai.claims", "paws-coin.claims", + "peaq.claims", "pepe2.claims", "pepe30.claims", "phantom-airdrop.claims", diff --git a/meta/2025-05.json b/meta/2025-05.json index 2dc59a080..cba48a9b4 100644 --- a/meta/2025-05.json +++ b/meta/2025-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-05-22", + "url": "peaq.claims" + }, { "date": "2025-05-21", "url": "aigentxyzstrinct.pages.dev" diff --git a/package.json b/package.json index a354285b4..4881d07be 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.11-8-x", + "version": "0.25.11-9-x", "versions": { - "git": "0.25.11-8-x", + "git": "0.25.11-9-x", "npm": "0.25.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index bbefb624f..0189e2adb 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.11-8-x", + "version": "0.25.11-9-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.4", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8a09ac696..fca24a685 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.11-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.11-9-x' };