diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bebdf28c0..e0e0bd456 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 669 mhusnirizal update all.json (#4744) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 112 alineherzman Update all.json (#4745) + 113 alineherzman Update all.json (#4750) 97 michalisFr Update address.json (#4380) 34 Tarik Gul 0.24.3 (#4749) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) diff --git a/all.json b/all.json index 193598b00..f7a553292 100644 --- a/all.json +++ b/all.json @@ -38,7 +38,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "occax.com", "0therside.com", "0ver.network", "0vvwwuniswap.top", @@ -24139,6 +24138,7 @@ "obtain-manta.network", "obtain-manta.pages.dev", "obtainmanta.pages.dev", + "occax.com", "ocean-mantanetwork.pages.dev", "ocean-swap.org", "oceangift.org", diff --git a/all/com/all.json b/all/com/all.json index 7c72ef0bd..8d294d6b2 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -8119,6 +8119,7 @@ "oasisprotocoldefis.com", "obitnance.com", "obscuritytokenswap.com", + "occax.com", "oceanprotocol-event.com", "ocm-claim.com", "octaglobalfx.com", diff --git a/meta/2024-11.json b/meta/2024-11.json index 233056469..4a17d3452 100644 --- a/meta/2024-11.json +++ b/meta/2024-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-11-12", + "url": "occax.com" + }, { "date": "2024-11-09", "url": "blockchainconnect-9g8.pages.dev" diff --git a/package.json b/package.json index 46b6b7374..9345555a3 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.3", + "version": "0.24.4-0-x", "versions": { - "git": "0.24.3", + "git": "0.24.4-0-x", "npm": "0.24.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 60ba4c454..7eb03c5c2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.3", + "version": "0.24.4-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9f04f2c65..cb3391195 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' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.4-0-x' };