diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b6a5ad69f..54646f592 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 95 alineherzman Update all.json (#4542) + 96 alineherzman Update all.json (#4543) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 19 Tarik Gul 0.23.1 (#4519) 18 Josip Š Update all.json (#4408) diff --git a/all.json b/all.json index afc03d62d..60bb4ec46 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "cieqj.top", "0therside.com", "0ver.network", "0vvwvuniswap.top", @@ -5246,6 +5245,7 @@ "ciaims-oasisprotocol.net", "cidappsweb.com", "cidappwa.org", + "cieqj.top", "cipherblades.com", "cipherdatanet.com", "cipherglit.com", diff --git a/all/top/all.json b/all/top/all.json index 65c806d8d..a0f2d0387 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -70,6 +70,7 @@ "chainlisti-oi.top", "chainpermip.top", "chainpermit.top", + "cieqj.top", "claim-aptos.top", "claim-carv.top", "claim-dvinciethgiveaway.top", diff --git a/meta/2024-07.json b/meta/2024-07.json index ac1194c58..ca41381b4 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -3,6 +3,10 @@ "date": "2024-07-24", "url": "allocations-manta.network" }, + { + "date": "2024-07-24", + "url": "cieqj.top" + }, { "date": "2024-07-24", "url": "home-metamakkusa.gitbook.io" diff --git a/package.json b/package.json index 5d8a9c3b3..8c6fae36d 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.2-16-x", + "version": "0.23.2-17-x", "versions": { - "git": "0.23.2-16-x", + "git": "0.23.2-17-x", "npm": "0.23.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1cb8a6002..91773bf75 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.2-16-x", + "version": "0.23.2-17-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0f8c86d1c..bf85b5a5b 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.23.2-16-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.2-17-x' };