diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1430f435c..ce7c5ab10 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 510 Frank Update all.json (#3019) - 509 Tim Janssen Update all.json (#3022) + 510 Tim Janssen Update all.json (#3023) 496 Jaco Add missing crosscheck entries (#3003) 412 mhusnirizal update all.json (#3015) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index b782bc89e..46abd26e9 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "decentralizedapp.github.io", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -4751,6 +4750,7 @@ "decentralized-protocol.live", "decentralized-syncprotocol.live", "decentralized-tools.org", + "decentralizedapp.github.io", "decentralizedapp.pro", "decentralizedapplications.site", "decentralizedchain-support.net", diff --git a/all/io/all.json b/all/io/all.json index b47a02a05..442580f62 100644 --- a/all/io/all.json +++ b/all/io/all.json @@ -63,6 +63,7 @@ "dappsync.io", "dappwallets.io", "dappwallets.webflow.io", + "decentralizedapp.github.io", "defidomain.io", "defihubs.io", "defimintverification.io", diff --git a/meta/2023-02.json b/meta/2023-02.json index 2d1357608..e4edfb543 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -3,6 +3,10 @@ "date": "2023-02-21", "url": "dapps-verificators.pages.dev" }, + { + "date": "2023-02-21", + "url": "decentralizedapp.github.io" + }, { "date": "2023-02-21", "url": "koykazanc.site" diff --git a/package.json b/package.json index 0842d3423..7308c97f9 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.4-18-x", + "version": "0.19.4-19-x", "versions": { - "git": "0.19.4-18-x", + "git": "0.19.4-19-x", "npm": "0.19.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9f4701326..1179d8ccb 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.4-18-x", + "version": "0.19.4-19-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 421579071..49165edfb 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.19.4-18-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.4-19-x' };