File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/sharing-smart-contract/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const { ethers } = pkg;
1010const rpcURL = pkg . network . config . url ;
1111
1212async function main ( ) {
13- const { dataprotectorSharingContractAddress } = env ;
13+ const dataprotectorSharingContractAddress = env . DATA_PROTECTOR_SHARING_ADDRESS ;
1414
1515 console . log ( 'Filling Contract at : ' , dataprotectorSharingContractAddress ) ;
1616 const [ owner ] = await ethers . getSigners ( ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import env from '../config/env.js';
33const { ethers } = pkg ;
44
55async function main ( ) {
6- const { dataprotectorSharingContractAddress } = env ;
6+ const dataprotectorSharingContractAddress = env . DATA_PROTECTOR_SHARING_ADDRESS ;
77 const newResultStorageProvider = 'ipfs' ;
88
99 console . log (
You can’t perform that action at this time.
0 commit comments