diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ed272147d..3f90e40ae 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 525 Frank Update all.json (#3048) - 516 Tim Janssen Update all.json (#3052) + 517 Tim Janssen Update all.json (#3053) 499 Jaco JS type additions for node:test environment (#3042) 413 mhusnirizal update all.json (#3045) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index d1638348c..0f5029d46 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "ledger-live.onrender.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -7561,6 +7560,7 @@ "leadsbridgecontract.best", "lealkems.online", "ledger-fix.solutions", + "ledger-live.onrender.com", "ledger-sync.online", "ledger22.com", "ledgerlive-reconnect.com", diff --git a/all/com/all.json b/all/com/all.json index 92b955eb1..80efd1b84 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -2795,6 +2795,7 @@ "launchpads.herokuapp.com", "launchpadv2.com", "launchpadvalidator.com", + "ledger-live.onrender.com", "ledger22.com", "ledgerlive-reconnect.com", "leedswalletsauthentication.com", diff --git a/meta/2023-02.json b/meta/2023-02.json index 00053f46f..7b8033bbf 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -51,6 +51,10 @@ "date": "2023-02-27", "url": "leadwallet.dinnotechworld.com" }, + { + "date": "2023-02-27", + "url": "ledger-live.onrender.com" + }, { "date": "2023-02-27", "url": "livedappsconnect.com" diff --git a/package.json b/package.json index cac9f5b4e..cab3872c9 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.4-37-x", + "version": "0.19.4-38-x", "versions": { - "git": "0.19.4-37-x", + "git": "0.19.4-38-x", "npm": "0.19.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1c4db4d7a..1955b6b3c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.4-37-x", + "version": "0.19.4-38-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8847bdda5..cb84235f3 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-37-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.4-38-x' };