Skip to content

Commit

Permalink
change this back
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmkl committed Oct 5, 2023
1 parent ea9a118 commit f6efde2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/deploy/deprecateContracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f6efde2

Please sign in to comment.