diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3d1ee3662..a921b2e8c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -46,6 +46,7 @@ 1 kindknow chore: remove repetitive word (#4376) 1 Mark Crince add site (#174) 1 Martin Myška added bbsync.pages.dev (#3288) + 1 Muiz Nadeem remove unlockpolkadot from deny list (#4938) 1 Nathan Quarles add "linkupaffix.co" (#866) 1 Nikhil Ranjan Removing polkassembly.network (#304) 1 Pavel Zavadsky Update all.json (#4388) diff --git a/all/com/all.json b/all/com/all.json index df880d6ec..7076717c4 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -12877,7 +12877,6 @@ "unlock-wallet-connect.com", "unlockallassets.com", "unlockassetchain.com", - "unlockpolkadot.com", "unlsswapp.com", "unlsvapp.com", "unlswap-defi.com", diff --git a/meta/2025-02.json b/meta/2025-02.json index 6ce9725db..17c57a76f 100644 --- a/meta/2025-02.json +++ b/meta/2025-02.json @@ -467,10 +467,6 @@ "date": "2025-02-11", "url": "uniswap-views.com" }, - { - "date": "2025-02-11", - "url": "unlockpolkadot.com" - }, { "date": "2025-02-11", "url": "usdt-airdrop.com" diff --git a/package.json b/package.json index 72a54099b..274dc3839 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.4-9-x", + "version": "0.25.4-10-x", "versions": { - "git": "0.25.4-9-x", + "git": "0.25.4-10-x", "npm": "0.25.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f4fb994eb..cbdd292ae 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.4-9-x", + "version": "0.25.4-10-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6625dadf2..95427762a 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.4-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.4-10-x' };