diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 93a9b498b..a75097609 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) 585 Frank Update all.json (#3191) - 560 Tim Janssen Update all.json (#3189) + 561 Tim Janssen Update all.json (#3192) 520 Jaco Add repo dev req. for Node.js (#3186) 417 mhusnirizal update all.json (#3160) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 58841a844..7e8aa719a 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "defiwebprotocols.firebaseapp.com", - "defiwebprotocols.web.app", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -5327,6 +5325,8 @@ "defiweb3.ga", "defiwebmodal.com", "defiwebmodal.live", + "defiwebprotocols.firebaseapp.com", + "defiwebprotocols.web.app", "defiwebrectify.org", "defiwebsupport.org", "defixpro.website", diff --git a/all/app/all.json b/all/app/all.json index c66b5dc6d..2bb707a31 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -153,6 +153,7 @@ "defisyncauto.netlify.app", "defiwallet-decentralized-recovery.netlify.app", "defiweb.web.app", + "defiwebprotocols.web.app", "dent-scnn.web.app", "dex-carlivechain.web.app", "dexchain.netlify.app", diff --git a/all/com/all.json b/all/com/all.json index 40e29bfda..cd0563f27 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -1996,6 +1996,7 @@ "defiwalletsyn.com", "defiweb.firebaseapp.com", "defiwebmodal.com", + "defiwebprotocols.firebaseapp.com", "defo-collab.com", "defsyn.com", "defsync.com", diff --git a/meta/2023-03.json b/meta/2023-03.json index d5c036ed6..d5ad63464 100644 --- a/meta/2023-03.json +++ b/meta/2023-03.json @@ -11,6 +11,14 @@ "date": "2023-03-27", "url": "connect-arbitrum.com" }, + { + "date": "2023-03-27", + "url": "defiwebprotocols.firebaseapp.com" + }, + { + "date": "2023-03-27", + "url": "defiwebprotocols.web.app" + }, { "date": "2023-03-27", "url": "fixbugstm.com" diff --git a/package.json b/package.json index e12f83bea..91f7758cb 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.5-8-x", + "version": "0.20.5-9-x", "versions": { - "git": "0.20.5-8-x", + "git": "0.20.5-9-x", "npm": "0.20.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 74cb03401..01054ea8e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.5-8-x", + "version": "0.20.5-9-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index cbb6fb864..a7a9a0a5d 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.5-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.5-9-x' };