diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 33a14f92b..e31eca393 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 668 mhusnirizal update all.json (#4712) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 110 alineherzman Update all.json (#4740) + 111 alineherzman Update all.json (#4742) 97 michalisFr Update address.json (#4380) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 31 Tarik Gul 0.24.2 (#4736) diff --git a/all.json b/all.json index 7529ead38..0dbf0890f 100644 --- a/all.json +++ b/all.json @@ -42,7 +42,6 @@ "0ver.network", "0vvwwuniswap.top", "0vwwuniswap.top", - "tokenrectify-chain.pages.dev", "0x-protocol.com", "0x-web3redrop.net", "0x0-exchange.xyz", @@ -32962,6 +32961,7 @@ "tokenquant.org", "tokenrebasehelp.io", "tokenrectification.com", + "tokenrectify-chain.pages.dev", "tokenrectify.com", "tokenrectifysupport.com", "tokenrectifyvalidatoraffix.online", diff --git a/all/dev/all.json b/all/dev/all.json index be8b0c348..aefce93b4 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -2001,6 +2001,7 @@ "tokeen.dev", "tokendexfix.pages.dev", "tokenofficial.pages.dev", + "tokenrectify-chain.pages.dev", "tokensupportnetwork.dev", "tokensynced.pages.dev", "toncoin-airdrop.pages.dev", diff --git a/meta/2024-11.json b/meta/2024-11.json index 2aea33290..0606a60ca 100644 --- a/meta/2024-11.json +++ b/meta/2024-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-11-06", + "url": "tokenrectify-chain.pages.dev" + }, { "date": "2024-11-05", "url": "claim-opsec-computer.pages.dev" diff --git a/package.json b/package.json index 622632197..e00438ce2 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.3-3-x", + "version": "0.24.3-4-x", "versions": { - "git": "0.24.3-3-x", + "git": "0.24.3-4-x", "npm": "0.24.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d9e0a9fbe..93c01c229 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.3-3-x", + "version": "0.24.3-4-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3e971c36c..1ed29f6c9 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.3-3-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.3-4-x' };