diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 02a323d4b..2239bfb19 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -34,6 +34,7 @@ 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) + 1 Daria Added a record for chainrectification.pages.dev (#4732) 1 defiyield Update all.json (#1967) 1 Dudley remove simpleswap.io address from youtube scams (#94) 1 forestkeeperio.eth Update README.md (#4348) diff --git a/all/dev/all.json b/all/dev/all.json index 7bdda83b1..4bdcdc7d2 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -347,6 +347,7 @@ "chainfx.pages.dev", "chainge-finance.pages.dev", "chainmulticoin.pages.dev", + "chainrectification.pages.dev", "chainrepairs.dev", "chainresolution.pages.dev", "chainsblocks.pages.dev", diff --git a/meta/2024-10.json b/meta/2024-10.json index 2a73950f4..055df3e44 100644 --- a/meta/2024-10.json +++ b/meta/2024-10.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-10-28", + "url": "chainrectification.pages.dev" + }, { "date": "2024-10-27", "url": "0-chain.com" diff --git a/package.json b/package.json index d29cb8e4e..c7ecdd909 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.2-3-x", + "version": "0.24.2-4-x", "versions": { - "git": "0.24.2-3-x", + "git": "0.24.2-4-x", "npm": "0.24.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6b60c1864..c942d74c1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.2-3-x", + "version": "0.24.2-4-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4cb780a39..3312f38d1 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.2-3-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.2-4-x' };