Skip to content

Commit

Permalink
feat(index.page.tsx): remove publicKey and zkappPublicKey from UI state
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Sep 22, 2024
1 parent fa625ca commit f81a9e0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ export default function Home() {
hasBeenSetup: false,
accountExists: false,
currentNum: null as null | Field,
publicKey: null as null | PublicKey,
publicKeyBase58: '',
zkappPublicKey: null as null | PublicKey,
zkappPublicKeyBase58: '',
creatingTransaction: false,
});
Expand Down

0 comments on commit f81a9e0

Please sign in to comment.