diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 62f93d05d..b5d2b4757 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 649 Frank Update all.json (#3330) 608 Mich Block WalletConnect "node sync" scams (#3319) - 591 Tim Janssen Update all.json (#3329) + 592 Tim Janssen Update all.json (#3332) 527 Jaco 0.21.2 (#3309) 425 mhusnirizal update all.json (#3295) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index fb2832797..ff9503209 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "support.astepforwardnv.com", - "astepforwardnv.com", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -985,6 +983,7 @@ "astar.mba", "astarnetwork-about.com", "astbeys.site", + "astepforwardnv.com", "astr-event.site", "astracoldwallet.com", "astracryptoinvestment.ltd", diff --git a/all/com/all.json b/all/com/all.json index 77900cbb1..f3d0bb942 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -325,6 +325,7 @@ "astar-network-portal.com", "astar-network-wallet.com", "astarnetwork-about.com", + "astepforwardnv.com", "astracoldwallet.com", "astrofxplus.com", "astroswapapp.com", diff --git a/meta/2023-05.json b/meta/2023-05.json index 173cd217e..68ca9bc7f 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-05-08", + "url": "astepforwardnv.com" + }, + { + "date": "2023-05-08", + "url": "support.astepforwardnv.com" + }, { "date": "2023-05-07", "url": "authconnect-dapp.netlify.app" diff --git a/package.json b/package.json index f74f4e7de..c7011946c 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.3-18-x", + "version": "0.21.3-19-x", "versions": { - "git": "0.21.3-18-x", + "git": "0.21.3-19-x", "npm": "0.21.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e72ab0ce4..36584baf0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.3-18-x", + "version": "0.21.3-19-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 03c5c3c82..807e19ceb 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-18-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.3-19-x' };