From a4c49fcbc45c6e8291a7147ce1cca52be76e7302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Thu, 18 Feb 2021 18:31:40 +0000 Subject: [PATCH] chore: point towards lamassu repo --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index db71ca30..9ab731f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5215,8 +5215,8 @@ } }, "ed25519": { - "version": "git+https://github.com/dazoe/ed25519.git#3140c985fee9828ce6707202f9f7d55cb1f0b46d", - "from": "git+https://github.com/dazoe/ed25519.git#3140c985fee9828ce6707202f9f7d55cb1f0b46d", + "version": "git+https://github.com/lamassu/ed25519.git#3140c985fee9828ce6707202f9f7d55cb1f0b46d", + "from": "git+https://github.com/lamassu/ed25519.git#3140c985fee9828ce6707202f9f7d55cb1f0b46d", "requires": { "bindings": "^1.5.0", "nan": "^2.14.1" diff --git a/package.json b/package.json index 81628ffb..f5fa99b3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "cookie-parser": "^1.4.3", "cors": "^2.8.5", "dataloader": "^2.0.0", - "ed25519": "git+https://github.com/dazoe/ed25519#3140c985fee9828ce6707202f9f7d55cb1f0b46d", + "ed25519": "git+https://github.com/lamassu/ed25519#3140c985fee9828ce6707202f9f7d55cb1f0b46d", "ethereumjs-tx": "^1.3.3", "ethereumjs-util": "^5.2.0", "ethereumjs-wallet": "^0.6.3",