Skip to content

Commit

Permalink
chore: fixed the contract name in backup
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Oct 8, 2024
1 parent 0154d5e commit 892f1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codeGenerators/orchestration/files/toOrchestration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ const prepareBackupVariable = (node: any) => {
deleteCommitmentsByState(requestedName, null);
const instance = await getContractInstance("AssignShield");
const instance = await getContractInstance("CONTRACT_NAME");
const backDataEvent = await instance.getPastEvents("EncryptedBackupData", {
fromBlock: 0,
Expand Down

0 comments on commit 892f1a6

Please sign in to comment.