diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d826975b7..1713a191e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 615 Frank Update all.json (#3248) 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) - 572 Tim Janssen Update all.json (#3240) + 573 Tim Janssen Update all.json (#3249) 525 Jaco Bump TypeScript (#3237) 420 mhusnirizal update all.json (#3213) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 9cce77950..e7cc0dd57 100644 --- a/all.json +++ b/all.json @@ -31,9 +31,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "apps-multichain-portals-html3.netlify.app", - "walletdappconnect.crypfeat.com", - "crypfeat.com", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -788,6 +785,7 @@ "apps-dappify.online", "apps-linkup.co", "apps-multichain-portals-html.netlify.app", + "apps-multichain-portals-html3.netlify.app", "apps-registry.com", "apps-seedify.com", "apps-seedify.online", @@ -3341,6 +3339,7 @@ "crosswebfix.live", "crpto-solution.com", "crptosupport.com", + "crypfeat.com", "crypsupportmainnet.online", "crypt-unified.top", "cryptafarm.com", diff --git a/all/app/all.json b/all/app/all.json index bd9e81f2c..221fe8826 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -22,6 +22,7 @@ "appbunnyswap.web.app", "appon-sync.netlify.app", "apps-multichain-portals-html.netlify.app", + "apps-multichain-portals-html3.netlify.app", "assetfix.vercel.app", "auth-syncs.netlify.app", "auth-wallets.netlify.app", diff --git a/all/com/all.json b/all/com/all.json index af86a9b5d..19436a5e1 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -1205,6 +1205,7 @@ "cross-userchain.com", "crpto-solution.com", "crptosupport.com", + "crypfeat.com", "cryptafarm.com", "cryptcronodes.com", "cryptexprofit.com", diff --git a/meta/2023-04.json b/meta/2023-04.json index b09d88078..09cfa1d7b 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -1,4 +1,16 @@ [ + { + "date": "2023-04-14", + "url": "apps-multichain-portals-html3.netlify.app" + }, + { + "date": "2023-04-14", + "url": "crypfeat.com" + }, + { + "date": "2023-04-14", + "url": "walletdappconnect.crypfeat.com" + }, { "date": "2023-04-13", "url": "accounttsolutionfixx.netlify.app" diff --git a/package.json b/package.json index 7883c9606..5b3fd50bf 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-28-x", + "version": "0.20.6-29-x", "versions": { - "git": "0.20.6-28-x", + "git": "0.20.6-29-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e05d85fe1..2e933490c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-28-x", + "version": "0.20.6-29-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9cc41b275..a0d83cec9 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.20.6-28-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-29-x' };