diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cb7f8f4d4..fd3775163 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 632 Frank Update all.json (#3293) + 633 Frank Update all.json (#3296) 605 Mich Block 6 scam URLs (#3284) 580 Tim Janssen Update all.json (#3287) 526 Jaco 0.21.1 (#3285) diff --git a/all.json b/all.json index c71dcd9b2..50ef2f2d5 100644 --- a/all.json +++ b/all.json @@ -31,8 +31,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "walletdappssync.firebaseapp.com", - "walletfix-pro.firebaseapp.com", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -16810,6 +16808,7 @@ "walletdappsprotocol.org", "walletdappsrectifier.netlify.app", "walletdappsrestore.com", + "walletdappssync.firebaseapp.com", "walletdappssync.web.app", "walletdappstore.com", "walletdappstreauthentication.com", @@ -16861,6 +16860,7 @@ "walletfiresafe.store", "walletfix-auth.firebaseapp.com", "walletfix-auth.web.app", + "walletfix-pro.firebaseapp.com", "walletfix-pro.web.app", "walletfix.finance", "walletfix.info", diff --git a/all/com/all.json b/all/com/all.json index bc1e992d4..44607c515 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -6426,6 +6426,7 @@ "walletdappsolution.com", "walletdappsprotocol.com", "walletdappsrestore.com", + "walletdappssync.firebaseapp.com", "walletdappstore.com", "walletdappstreauthentication.com", "walletdappsvalidate.com", @@ -6452,6 +6453,7 @@ "walletextention.com", "walletfiresafe.com", "walletfix-auth.firebaseapp.com", + "walletfix-pro.firebaseapp.com", "walletfix.weebly.com", "walletfixdapp.com", "walletfixedconnects.com", diff --git a/meta/2023-04.json b/meta/2023-04.json index e9d1afbb3..68f01738d 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -15,10 +15,18 @@ "date": "2023-04-25", "url": "fast-tool.net" }, + { + "date": "2023-04-25", + "url": "walletdappssync.firebaseapp.com" + }, { "date": "2023-04-25", "url": "walletdappssync.web.app" }, + { + "date": "2023-04-25", + "url": "walletfix-pro.firebaseapp.com" + }, { "date": "2023-04-25", "url": "walletfix-pro.web.app" diff --git a/package.json b/package.json index e9f3caad6..ba1aec268 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.2-6-x", + "version": "0.21.2-7-x", "versions": { - "git": "0.21.2-6-x", + "git": "0.21.2-7-x", "npm": "0.21.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 14ebbc9bf..67cb6e2ba 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.2-6-x", + "version": "0.21.2-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.0.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8395ac864..f2c294fbf 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.2-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.2-7-x' };