diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e42f8a890..3f97df037 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 608 Mich Block WalletConnect "node sync" scams (#3319) 593 Tim Janssen Update all.json (#3334) 527 Jaco 0.21.2 (#3309) - 426 mhusnirizal update all.json (#3335) + 427 mhusnirizal update all.json (#3337) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 21 alineherzman Update address.json (#3303) diff --git a/all.json b/all.json index c66d1b9a1..10db2f8b6 100644 --- a/all.json +++ b/all.json @@ -29,9 +29,6 @@ "zapto.org" ], "deny": [ - "digitalweb.live", - "net.digitalweb.live", - "walletsynkzzzzx-net.web.app", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "0vvwvuniswap.top", @@ -5808,6 +5805,7 @@ "digitalwalletchain.com", "digitalwalletconnect.xyz", "digitalweb-sync.site", + "digitalweb.live", "digitalweblink.live", "digitalwebsync.buzz", "digitrecovery.com", @@ -17595,6 +17593,7 @@ "walletsynkzz-net.web.app", "walletsynkzzx-net.firebaseapp.com", "walletsynkzzx-net.web.app", + "walletsynkzzzzx-net.web.app", "walletsystemsconnect.com", "walletsystemsupport.com", "wallettaccess.co", diff --git a/all/app/all.json b/all/app/all.json index af75ef56b..df0a1217e 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -541,6 +541,7 @@ "walletsync-connect.web.app", "walletsynkzz-net.web.app", "walletsynkzzx-net.web.app", + "walletsynkzzzzx-net.web.app", "wallettconnects.netlify.app", "walletvalidationportal.netlify.app", "walletverificationnfts.netlify.app", diff --git a/all/live/all.json b/all/live/all.json index 3a7467a4a..15e2debfa 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -363,6 +363,7 @@ "digitalenterprises.live", "digitalhubsyncs.live", "digitalsyncwallets.live", + "digitalweb.live", "digitalweblink.live", "dipfix.live", "divinerprotocol.live", diff --git a/meta/2023-05.json b/meta/2023-05.json index 3b008dae1..36a28770e 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,16 @@ [ + { + "date": "2023-05-10", + "url": "digitalweb.live" + }, + { + "date": "2023-05-10", + "url": "net.digitalweb.live" + }, + { + "date": "2023-05-10", + "url": "walletsynkzzzzx-net.web.app" + }, { "date": "2023-05-09", "url": "appmainnetservers.com" diff --git a/package.json b/package.json index 067b0b302..040d1be39 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.3-23-x", + "version": "0.21.3-24-x", "versions": { - "git": "0.21.3-23-x", + "git": "0.21.3-24-x", "npm": "0.21.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 098f50f29..091e5c84d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.3-23-x", + "version": "0.21.3-24-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 0295d1e79..3a4c61886 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-23-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.3-24-x' };