From 90bfa7b0ec7a34efbf796bfdb64831b3ce1dfd8d Mon Sep 17 00:00:00 2001 From: lumtis Date: Thu, 24 Oct 2024 23:24:09 +0200 Subject: [PATCH] chore/update-salt --- v2/scripts/deploy/deterministic/DeployERC20Custody.s.sol | 4 ++-- v2/scripts/deploy/deterministic/DeployGatewayEVM.s.sol | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/scripts/deploy/deterministic/DeployERC20Custody.s.sol b/v2/scripts/deploy/deterministic/DeployERC20Custody.s.sol index f90cb404..43c8a135 100644 --- a/v2/scripts/deploy/deterministic/DeployERC20Custody.s.sol +++ b/v2/scripts/deploy/deterministic/DeployERC20Custody.s.sol @@ -14,8 +14,8 @@ contract DeployERC20Custody is Script { address expectedImplAddress; address expectedProxyAddress; - bytes32 implSalt = keccak256("ERC20Custody"); - bytes32 proxySalt = keccak256("ERC20CustodyProxy"); + bytes32 implSalt = keccak256("ERC20Custody-2"); + bytes32 proxySalt = keccak256("ERC20CustodyProxy-2"); vm.startBroadcast(); diff --git a/v2/scripts/deploy/deterministic/DeployGatewayEVM.s.sol b/v2/scripts/deploy/deterministic/DeployGatewayEVM.s.sol index fe9e90d4..9cf2a0c2 100644 --- a/v2/scripts/deploy/deterministic/DeployGatewayEVM.s.sol +++ b/v2/scripts/deploy/deterministic/DeployGatewayEVM.s.sol @@ -15,8 +15,8 @@ contract DeployGatewayEVM is Script { address expectedImplAddress; address expectedProxyAddress; - bytes32 implSalt = keccak256("GatewayEVM"); - bytes32 proxySalt = keccak256("GatewayEVMProxy"); + bytes32 implSalt = keccak256("GatewayEVM-2"); + bytes32 proxySalt = keccak256("GatewayEVMProxy-2"); vm.startBroadcast();