From ca3667ad4caef1a68beeadb514d9865f9a80a6b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:39:54 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.21.7-11-x skip-checks: true --- CONTRIBUTORS | 2 +- all/info/all.json | 1 + all/li/all.json | 3 ++- meta/2023-08.json | 8 ++++++++ package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d2c3eb89d..e47025e80 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -13,7 +13,7 @@ 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) - 5 Josip Š Update all.json (#3696) + 6 Josip Š Update all.json (#3841) 4 Abdulaziz Kamil Update all.json (#2921) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) diff --git a/all/info/all.json b/all/info/all.json index c9a80004e..62ece799b 100644 --- a/all/info/all.json +++ b/all/info/all.json @@ -158,6 +158,7 @@ "metamask-recovery.info", "metamaskvalidation.info", "metapad-next.info", + "metapad-x.info", "migrate-fegtoken.info", "mini-pepe.info", "mt-llinink.info", diff --git a/all/li/all.json b/all/li/all.json index 8d65a4710..cf4193db4 100644 --- a/all/li/all.json +++ b/all/li/all.json @@ -1,3 +1,4 @@ [ - "memecoin.li" + "memecoin.li", + "trustpad.li" ] diff --git a/meta/2023-08.json b/meta/2023-08.json index abfee704d..b20733ade 100644 --- a/meta/2023-08.json +++ b/meta/2023-08.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-08-29", + "url": "metapad-x.info" + }, + { + "date": "2023-08-29", + "url": "trustpad.li" + }, { "date": "2023-08-28", "url": "api28-collab-land.github.io" diff --git a/package.json b/package.json index e4ce6a16f..1c6cc4aaa 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-10-x", + "version": "0.21.7-11-x", "versions": { - "git": "0.21.7-10-x", + "git": "0.21.7-11-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d2673d8bd..3dd04674a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-10-x", + "version": "0.21.7-11-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.4.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index eec87b422..c592fa1a8 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.21.7-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-11-x' };