From 1334dfbe9aa043f89bf6b75757fcd2903e828e67 Mon Sep 17 00:00:00 2001 From: StefanIliev545 Date: Fri, 15 Dec 2023 21:47:59 +0200 Subject: [PATCH] Blocked old recovery. --- .../testnet/recoverfunds/001_recover_funds.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/deployment_scripts/testnet/recoverfunds/001_recover_funds.ts b/contracts/deployment_scripts/testnet/recoverfunds/001_recover_funds.ts index 91195a52e5..8401872dcd 100644 --- a/contracts/deployment_scripts/testnet/recoverfunds/001_recover_funds.ts +++ b/contracts/deployment_scripts/testnet/recoverfunds/001_recover_funds.ts @@ -5,6 +5,8 @@ import {DeployFunction} from 'hardhat-deploy/types'; const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) { const {deployer} = await hre.getNamedAccounts(); + return; + const mgmtContractAddress = process.env.MGMT_CONTRACT_ADDRESS!! // todo: if we want to support this we need to add the payAcc address param to the RetrieveAllBridgeFunds solidity defn const addressToPay = process.env.ACC_TO_PAY!!