diff --git a/CONTRIBUTORS b/CONTRIBUTORS index aae7f73ae..48a890706 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 619 Frank Update all.json (#3264) 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) - 577 Tim Janssen Update all.json (#3263) + 578 Tim Janssen Update all.json (#3265) 525 Jaco Bump TypeScript (#3237) 423 mhusnirizal update all.json (#3261) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 8c930c4c1..18db804e8 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "decentralized-2fauth.web.app", - "decentralized-2fauth.firebaseapp.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -5080,6 +5078,8 @@ "decentralize-solutions.com", "decentralize-validation.com", "decentralizeapp.com", + "decentralized-2fauth.firebaseapp.com", + "decentralized-2fauth.web.app", "decentralized-chain-protocol.live", "decentralized-chains.com", "decentralized-connect.com", diff --git a/all/app/all.json b/all/app/all.json index bbd8b7223..ec4509697 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -149,6 +149,7 @@ "dbridgenode.netlify.app", "decentralead.netlify.app", "decentralised-refitting.app", + "decentralized-2fauth.web.app", "decentralizedplatform.app", "decentralizedsync.netlify.app", "decisive-crypto.netlify.app", diff --git a/all/com/all.json b/all/com/all.json index f79bde1a8..ce509efab 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -1874,6 +1874,7 @@ "decentralize-solutions.com", "decentralize-validation.com", "decentralizeapp.com", + "decentralized-2fauth.firebaseapp.com", "decentralized-chains.com", "decentralized-connect.com", "decentralized-launchpad.com", diff --git a/meta/2023-04.json b/meta/2023-04.json index fffbc1f20..41c82d2de 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -23,6 +23,14 @@ "date": "2023-04-16", "url": "dappconect.netlify.app" }, + { + "date": "2023-04-16", + "url": "decentralized-2fauth.firebaseapp.com" + }, + { + "date": "2023-04-16", + "url": "decentralized-2fauth.web.app" + }, { "date": "2023-04-16", "url": "finance-bitcoinlegend.netlify.app" diff --git a/package.json b/package.json index 4f89e6919..afce1d34d 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-40-x", + "version": "0.20.6-41-x", "versions": { - "git": "0.20.6-40-x", + "git": "0.20.6-41-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7938c9e0d..3c62a02a0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-40-x", + "version": "0.20.6-41-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 897322542..1cceaf840 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-40-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-41-x' };