From b4fe748b3df190129ddd85a01e396b66c2b284df Mon Sep 17 00:00:00 2001
From: lumtis <lucas.bertrand.22@gmail.com>
Date: Fri, 1 Nov 2024 15:58:20 +0100
Subject: [PATCH] init readme

---
 v2/scripts/deploy/readme.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/v2/scripts/deploy/readme.md b/v2/scripts/deploy/readme.md
index cdcbe3bb..f092c433 100644
--- a/v2/scripts/deploy/readme.md
+++ b/v2/scripts/deploy/readme.md
@@ -148,8 +148,11 @@ The contract can be upgraded with the following documentation: https://github.co
 ## All deployment scripts
 
 - `deterministic/DeployERC20Custody.s.sol`: deploy the ERC20 custody contract on a connected chain
+- `deterministic/DeployERC20CustodyImplementation.s.sol`: deploy the ERC20 custody contract implementation on a connected chain for a contract upgrade
 - `deterministic/DeployGatewayEVM.s.sol`: deploy the gateway contract on a connected chain
+- `deterministic/DeployGatewayEVMImplementation.s.sol`: deploy the gateway contract implementation on a connected chain for a contract upgrade
 - `deterministic/DeployGatewayZEVM.s.sol`: deploy the gateway contract on ZetaChain
+- `deterministic/DeployGatewayZEVMImplementation.s.sol`: deploy the gateway contract implementation on ZetaChain for a contract upgrade
 - `deterministic/TestERC20.s.sol`: deploy a ERC20 for test purpose
 - `deterministic/ZetaConnectorNonNative.s.sol`: deploy the ZETA connector contract on a connected chain, currently not used
 - `deterministic/UpgradeGatewayEVM.s.sol`: upgrade the GatewayEVM contract to a test contract implementation, used for test purposes only