diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 53decffc8..4266130e6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -23,6 +23,7 @@ 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) 1 Andrin Rehmann Remove AWS amplify from denied, add to allowed (#2775) + 1 bipul kumar hansdah added phishing site https://aquasync.pages.dev/ (#3177) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) diff --git a/all.json b/all.json index 7d9dd57ca..eb2d99f03 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ "wixsite.com", "zapto.org" ], - "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", @@ -824,8 +823,8 @@ "apytechcore.online", "apytechlink.online", "aqt15rvrenr47nepncmgpzivae79polkadot.js.org", - "aquasync.pages.dev", "aquabitpowercoin-yui.finance", + "aquasync.pages.dev", "aquilaoption.com", "aranbulur.site", "arbitrum-ecosystems.com", diff --git a/all/dev/all.json b/all/dev/all.json index cced4946a..7cbbd5a42 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -9,6 +9,7 @@ "animalconcerts.pages.dev", "apps-syncs.dev", "appsolution.pages.dev", + "aquasync.pages.dev", "assetrectification.dev", "assist-support.pages.dev", "auth-config.pages.dev", diff --git a/meta/2023-03.json b/meta/2023-03.json index 148c2d252..f2bc3f679 100644 --- a/meta/2023-03.json +++ b/meta/2023-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-03-25", + "url": "aquasync.pages.dev" + }, { "date": "2023-03-24", "url": "862221.selcdn.ru" diff --git a/package.json b/package.json index 2cb8ce9f3..597888cc0 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.4", + "version": "0.20.5-0-x", "versions": { - "git": "0.20.4", + "git": "0.20.5-0-x", "npm": "0.20.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 128abce67..0a220707f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.4", + "version": "0.20.5-0-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 07fb00749..183ff1660 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.4' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.5-0-x' };