diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d695d8cc3..28ad9e137 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 600 Mich Update all.json (#2794) 490 Jaco Bump dev (#2911) 471 Tim Janssen Update all.json (#2908) - 469 Frank Update all.json (#2910) + 470 Frank Update all.json (#2912) 399 mhusnirizal update all.json (#2901) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index fa9f24adc..677b43703 100644 --- a/all.json +++ b/all.json @@ -32,8 +32,6 @@ "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", - "dapp-seedlfy.com", - "dapp-seedlfy.org", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24.xyz", @@ -3167,6 +3165,8 @@ "dapp-secure.com", "dapp-seedify.nl", "dapp-seedify.org", + "dapp-seedlfy.com", + "dapp-seedlfy.org", "dapp-smartdefitoken.online", "dapp-smartrouter.tech", "dapp-solution.web.app", diff --git a/all/com/all.json b/all/com/all.json index 00931d896..32ece754d 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -1269,6 +1269,7 @@ "dapp-project.com", "dapp-protocol.com", "dapp-secure.com", + "dapp-seedlfy.com", "dapp-support.com", "dapp-sync-validate.com", "dapp-sync.herokuapp.com", diff --git a/all/org/all.json b/all/org/all.json index 7181eceae..6af4c6ec9 100644 --- a/all/org/all.json +++ b/all/org/all.json @@ -173,6 +173,7 @@ "cryptoxrp.org", "dapmainconnectbott.org", "dapp-seedify.org", + "dapp-seedlfy.org", "dappauthenticate.org", "dappconnection.org", "dappguide.org", diff --git a/meta/2023-02.json b/meta/2023-02.json index ed6176823..a950322aa 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-02-05", + "url": "dapp-seedlfy.com" + }, + { + "date": "2023-02-05", + "url": "dapp-seedlfy.org" + }, { "date": "2023-02-04", "url": "4lifeconstructions.com.au" diff --git a/package.json b/package.json index f75190861..58b6e9bb9 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-29-x", + "version": "0.19.2-30-x", "versions": { - "git": "0.19.2-29-x", + "git": "0.19.2-30-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1e955a7c6..fdf426909 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-29-x", + "version": "0.19.2-30-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 3a955fdac..f7bc9ebf9 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.2-29-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-30-x' };