From 765c78179e4b6ba9b56a27b1037573d8382fa005 Mon Sep 17 00:00:00 2001 From: Bertrand Juglas Date: Sun, 1 Oct 2023 21:38:15 +0300 Subject: [PATCH] Update README.md to add missing --save-dev in package update of safe-singleton-factory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ebe8e5e..4898a7cfe 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Note: Address will vary if contract code is changed or a different Solidity vers Some networks require replay protection, making it incompatible with the default deployment process as it relies on a presigned transaction without replay protection (see https://github.com/Arachnid/deterministic-deployment-proxy). -Safe contracts use a different deterministic deployment proxy (https://github.com/safe-global/safe-singleton-factory). To make sure that the latest version of this package is installed, make sure to run `npm i @gnosis.pm/safe-singleton-factory` before deployment. For more information, including how to deploy the factory to a new network, please refer to the factory repo. +Safe contracts use a different deterministic deployment proxy (https://github.com/safe-global/safe-singleton-factory). To make sure that the latest version of this package is installed, make sure to run `npm i --save-dev @gnosis.pm/safe-singleton-factory` before deployment. For more information, including how to deploy the factory to a new network, please refer to the factory repo. Note: This will result in different addresses compared to hardhat's default deterministic deployment process.