diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 077eb9997..3e1e55a8a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 613 mhusnirizal Update all.json (#4433) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 60 alineherzman Update all.json (#4370) + 61 alineherzman Update all.json (#4435) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 154935b47..c0ca62082 100644 --- a/all.json +++ b/all.json @@ -40,7 +40,6 @@ "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", - "connectauthsupport.web.app", "0x-web3redrop.net", "0x0ai.org", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -6467,6 +6466,7 @@ "connectappsync-syn.com", "connectassists.online", "connectauth.com", + "connectauthsupport.web.app", "connectauthsyncs.online", "connectbridge-tool.org", "connectbridge-tools.org", diff --git a/all/app/all.json b/all/app/all.json index 2b63f671d..c9a45d2b3 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -300,6 +300,7 @@ "connect-wallet-protocol.web.app", "connect-wallet-web.netlify.app", "connect-wallet.app", + "connectauthsupport.web.app", "connectdappsminter.vercel.app", "connectdaps.netlify.app", "connectingwallet.app", diff --git a/meta/2024-05.json b/meta/2024-05.json index 234f81245..a48afd065 100644 --- a/meta/2024-05.json +++ b/meta/2024-05.json @@ -7,6 +7,10 @@ "date": "2024-05-21", "url": "chainsmartdapps.pages.dev" }, + { + "date": "2024-05-21", + "url": "connectauthsupport.web.app" + }, { "date": "2024-05-21", "url": "discordverification.eu" diff --git a/package.json b/package.json index 7b4b74842..875f6412b 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.8-13-x", + "version": "0.22.8-14-x", "versions": { - "git": "0.22.8-13-x", + "git": "0.22.8-14-x", "npm": "0.22.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 65f622fed..8f09f175e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.8-13-x", + "version": "0.22.8-14-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 9d57e3106..8e8af7997 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.8-13-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.8-14-x' };