Skip to content

Commit

Permalink
feat(index.page.tsx): add publicKeyBase58 and zkappPublicKeyBase58 va…
Browse files Browse the repository at this point in the history
…riables to UI state
  • Loading branch information
ymekuria committed Sep 20, 2024
1 parent 753feae commit 524de8c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export default function Home() {
accountExists: false,
currentNum: null as null | Field,
publicKey: null as null | PublicKey,
publicKeyBase58: '',
zkappPublicKey: null as null | PublicKey,
zkappPublicKeyBase58: '',
creatingTransaction: false,
});

Expand Down Expand Up @@ -94,7 +96,7 @@ export default function Home() {
zkappWorkerClient,
hasWallet: true,
hasBeenSetup: true,
publicKey,
publicKeyBase58,
zkappPublicKey,
accountExists,
currentNum,
Expand Down

0 comments on commit 524de8c

Please sign in to comment.