Skip to content

Commit

Permalink
chore: update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 26, 2024
1 parent ae26fe4 commit c794444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/IncentiveProgram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class IncentiveProgram {
},
epoch: currentEpoch,
createdAt: new Date().toISOString(),
rootHash: ""
};

await this.nconfManager.setConfigValue(data.storeId, data);
Expand Down Expand Up @@ -114,6 +115,7 @@ class IncentiveProgram {
},
epoch: currentEpoch,
createdAt: new Date().toISOString(),
rootHash: "",
};

await IncentiveProgram.nconfManager.setConfigValue(
Expand Down

0 comments on commit c794444

Please sign in to comment.