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",