From f6efde20a82fdfa5f069d9e97513e395595607ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20M=C3=A4kel=C3=A4?= Date: Thu, 5 Oct 2023 16:20:07 +0300 Subject: [PATCH] change this back --- scripts/deploy/deprecateContracts.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/deploy/deprecateContracts.js b/scripts/deploy/deprecateContracts.js index 23ac1812..a8052817 100644 --- a/scripts/deploy/deprecateContracts.js +++ b/scripts/deploy/deprecateContracts.js @@ -25,11 +25,6 @@ async function main() { return new ethers.Contract(afact.address, afact.abi, await ethers.provider.getSigner()) } - const config = await readContract('NeverminedConfig') - console.log(await config.getTrustedForwarder()) - - return - const didRegistry = await readContract('DIDRegistry') const transferCondition = await readContract('TransferDIDOwnershipCondition') const nftLock = await readContract('NFTLockCondition')