diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0acf26929..7e1776729 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 549 Frank Update all.json (#3111) - 536 Tim Janssen Update all.json (#3108) + 537 Tim Janssen Update all.json (#3112) 509 Jaco 0.20.2 (#3113) 414 mhusnirizal update all.json (#3102) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 1e63f6d59..c3d9b3be1 100644 --- a/all.json +++ b/all.json @@ -29,8 +29,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "connectnodeapp.live", - "apexwallets.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -599,6 +597,7 @@ "apexearner.com", "apexglobnftltd.com", "apexnetworks.site", + "apexwallets.online", "api-blocksync.com", "api-interphrase.live", "api-link.com", @@ -2901,6 +2900,7 @@ "connectnetwork.live", "connectnexa.com", "connectnode.ml", + "connectnodeapp.live", "connectnodes.live", "connectnodesync.com", "connectnow.site", diff --git a/all/live/all.json b/all/live/all.json index 086670ad8..41a171758 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -197,6 +197,7 @@ "connectit.live", "connectmanualdapp.live", "connectnetwork.live", + "connectnodeapp.live", "connectnodes.live", "connectprotocol.live", "connectswallet.live", diff --git a/all/online/all.json b/all/online/all.json index 77a1b9a71..6f56da1e8 100644 --- a/all/online/all.json +++ b/all/online/all.json @@ -38,6 +38,7 @@ "annexs.online", "aoption.online", "apetoken-usser.online", + "apexwallets.online", "apichainz.online", "apinodedev.online", "apisconnect.online", diff --git a/meta/2023-03.json b/meta/2023-03.json index 166b8f409..1e13ddd81 100644 --- a/meta/2023-03.json +++ b/meta/2023-03.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-03-11", + "url": "apexwallets.online" + }, + { + "date": "2023-03-11", + "url": "connectnodeapp.live" + }, { "date": "2023-03-10", "url": "appweb3.win" diff --git a/package.json b/package.json index 584f414be..b03836c30 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.2", + "version": "0.20.3-0-x", "versions": { - "git": "0.20.2", + "git": "0.20.3-0-x", "npm": "0.20.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 65bceb030..41bd7352c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.2", + "version": "0.20.3-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 36e03611f..4fcede0e0 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.2' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.3-0-x' };