Skip to content

Commit 5513328

Browse files
committed
Clean
1 parent d7f31d6 commit 5513328

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/sharing-smart-contract/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ npm run deploy # [-- --network <localhost>] if using an external local node.
4949

5050
To deploy the project on a live network, two options are available:
5151
1. Triggering the dedicated Github Action workflow (recommended).
52-
2. By running:
52+
2. Or adding a private key locally and running:
5353
```bash
5454
npm run deploy -- --network <name>
5555
```

packages/sharing-smart-contract/ignition/modules/DataProtectorSharingModule.cts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// import { buildModule } from '@nomicfoundation/hardhat-ignition/modules';
21
const { buildModule } = require('@nomicfoundation/hardhat-ignition/modules');
32

43
const {
@@ -57,6 +56,4 @@ module.exports = buildModule('DataProtectorSharingModule', (m) => {
5756
const dataProtectorSharing = m.contractAt('DataProtectorSharing', dataProtectorSharingProxy);
5857

5958
return { addOnlyAppWhitelistRegistry, dataProtectorSharing };
60-
61-
// TODO verify contracts.
62-
});
59+
});

0 commit comments

Comments
 (0)