diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e3567a475..3cf9863bb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 600 Mich Update all.json (#2794) 478 Jaco 0.18.13 (#2769) 436 Frank Update all.json (#2801) - 434 Tim Janssen Update all.json (#2803) + 435 Tim Janssen Update all.json (#2805) 388 mhusnirizal update all.json (#2802) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 639919be3..717373301 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "projectraritytools.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -9876,6 +9875,7 @@ "projectmainnet.netlify.app", "projectnodes.online", "projectpolkadot.com", + "projectraritytools.online", "projectscriptstore.xyz", "projectsinterface.fr-par.site", "projectsmainnets.com", diff --git a/meta/2023-01.json b/meta/2023-01.json index 9588d2408..0056fc630 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -3,6 +3,10 @@ "date": "2023-01-15", "url": "mainnetchainlist.onrender.com" }, + { + "date": "2023-01-15", + "url": "projectraritytools.online" + }, { "date": "2023-01-14", "url": "apestacke-io.com" diff --git a/package.json b/package.json index 6d7c851d2..9d65098d5 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-33-x", + "version": "0.18.14-34-x", "versions": { - "git": "0.18.14-33-x", + "git": "0.18.14-34-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e209a3409..3f7187854 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-33-x", + "version": "0.18.14-34-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1f217ca97..4b25cbaf2 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.18.14-33-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-34-x' };