diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9a4da0571..fb9ee9964 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -18,8 +18,8 @@ 7 Florian Franzen Update all.json (#3939) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) + 5 ChainPatrol Bot Add phishing domains from ChainPatrol (#5201) 4 Abdulaziz Kamil Update all.json (#2921) - 4 ChainPatrol Bot Add phishing domains from ChainPatrol (#5199) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) diff --git a/all.json b/all.json index 6763a3af2..38777d00d 100644 --- a/all.json +++ b/all.json @@ -47281,8 +47281,7 @@ "zxcoin.website", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "nakamotodex-claim.pages.dev" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/package.json b/package.json index 64bdde45b..2a822b16e 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.15-28-x", + "version": "0.25.15-29-x", "versions": { - "git": "0.25.15-28-x", + "git": "0.25.15-29-x", "npm": "0.25.14" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a88e34ae7..e4f39bd97 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.15-28-x", + "version": "0.25.15-29-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 af08a3138..e73129f87 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-28-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.15-29-x' };