Skip to content

Commit

Permalink
upgrade MRENCLAVE to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jul 17, 2024
1 parent 13ccdb2 commit a4b71d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/incognitee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const useIncognitee = defineStore("incognitee", {
});
// todo! hard-coded for now. soon to be fetched
this.shard = "5wePd1LYa5M49ghwgZXs55cepKbJKhj5xfzQGfPeMS7c";
this.fingerprint = "7RuM6U4DLEtrTnVntDjDPBCAN4LbCGRpnmcTYUGhLqc7";
this.fingerprint = "8weGnjvG3nh6UzoYjqaTjpWjX1ouNPioA1K5134DJc5j";
console.log("Incognitee Api connected to sidechain");
this.apiReady = true;
},
Expand Down

0 comments on commit a4b71d9

Please sign in to comment.