diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7d6a56147..b4a987a16 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) - 70 alineherzman Update all.json (#4470) + 71 alineherzman Update all.json (#4491) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 16 Tarik Gul 0.22.10 (#4489) diff --git a/all.json b/all.json index 0a492563e..a87433d2b 100644 --- a/all.json +++ b/all.json @@ -40,7 +40,6 @@ "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", - "migrationplatforms.online", "0x-protocol.com", "0x-web3redrop.net", "0x0ai.org", @@ -18660,6 +18659,7 @@ "migrationfixs.live", "migrationformfix.pages.dev", "migrationlinkz.click", + "migrationplatforms.online", "migrationprompt.com", "migrationsfix.com", "migrationsfix.live", diff --git a/all/online/all.json b/all/online/all.json index 1f480dbb2..38c162d66 100644 --- a/all/online/all.json +++ b/all/online/all.json @@ -1057,6 +1057,7 @@ "migration-multisynlinkesau.online", "migration-stats.online", "migration2.online", + "migrationplatforms.online", "migrator-defi.online", "mindlinks.online", "mini-pepe.online", diff --git a/all/top/all.json b/all/top/all.json index dcb0b3e19..da13672c8 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -1,5 +1,4 @@ [ - ".top", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", diff --git a/meta/2024-05.json b/meta/2024-05.json index 0b025e41e..fccf9e523 100644 --- a/meta/2024-05.json +++ b/meta/2024-05.json @@ -3339,10 +3339,6 @@ "date": "2024-05-07", "url": "multichain-tokenguidehelphouse.net" }, - { - "date": "2024-05-06", - "url": ".top" - }, { "date": "2024-05-06", "url": "9inch.online" diff --git a/meta/2024-06.json b/meta/2024-06.json index 011658e4a..a1cc3fb5c 100644 --- a/meta/2024-06.json +++ b/meta/2024-06.json @@ -31,6 +31,10 @@ "date": "2024-06-26", "url": "merges-appsever-dapps.pages.dev" }, + { + "date": "2024-06-26", + "url": "migrationplatforms.online" + }, { "date": "2024-06-26", "url": "node-rpc.pages.dev" diff --git a/package.json b/package.json index ed2bdebab..1a0185f11 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.11-0-x", + "version": "0.22.11-1-x", "versions": { - "git": "0.22.11-0-x", + "git": "0.22.11-1-x", "npm": "0.22.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 446a3ef19..004119b55 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.11-0-x", + "version": "0.22.11-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fd32bb6f4..5244dfe68 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.22.11-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.11-1-x' };