diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d471e06d0..7ab7b90f0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 646 Frank Update all.json (#3322) 608 Mich Block WalletConnect "node sync" scams (#3319) - 586 Tim Janssen Update all.json (#3320) + 587 Tim Janssen Update all.json (#3323) 527 Jaco 0.21.2 (#3309) 425 mhusnirizal update all.json (#3295) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index b2cd14203..04b223de5 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "auth-rectify.netlify.app", - "streamlink-way.info", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1031,6 +1029,7 @@ "auth-defi.live", "auth-jog.com", "auth-metamask.com", + "auth-rectify.netlify.app", "auth-repair.com", "auth-server-login.com", "auth-syncs.netlify.app", @@ -13892,6 +13891,7 @@ "stprohor.org.au", "stratos.medium.cn.com", "stratos.medium.com.ru", + "streamlink-way.info", "streamtokenswap.com", "stringacess-activation.live", "strongblock.vip", diff --git a/all/app/all.json b/all/app/all.json index ec8cbef75..b393fb1dd 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -29,6 +29,7 @@ "apps-multichain-portals-html.netlify.app", "apps-multichain-portals-html3.netlify.app", "assetfix.vercel.app", + "auth-rectify.netlify.app", "auth-syncs.netlify.app", "auth-wallets.netlify.app", "authenticateddappssync.netlify.app", diff --git a/all/info/all.json b/all/info/all.json index 44bb0f402..a60c39250 100644 --- a/all/info/all.json +++ b/all/info/all.json @@ -210,6 +210,7 @@ "solutiondigital.info", "solvetech.info", "solwatchesnft.info", + "streamlink-way.info", "support-dapps.info", "supportdapps.info", "swap-coinbase.info", diff --git a/meta/2023-05.json b/meta/2023-05.json index 93cd6c78e..0d8c40035 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-05-05", + "url": "auth-rectify.netlify.app" + }, + { + "date": "2023-05-05", + "url": "streamlink-way.info" + }, { "date": "2023-05-04", "url": "chainlist-rpc.org" diff --git a/package.json b/package.json index 653b9700f..36c5bd596 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.3-10-x", + "version": "0.21.3-11-x", "versions": { - "git": "0.21.3-10-x", + "git": "0.21.3-11-x", "npm": "0.21.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3db3e481e..00afef78b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.3-10-x", + "version": "0.21.3-11-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d71cd0643..4d478ccb0 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.3-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.3-11-x' };