Skip to content

Commit

Permalink
Merge pull request o1-labs#987 from o1-labs/hf-audit-tut11
Browse files Browse the repository at this point in the history
HF Audit tutorial 11
  • Loading branch information
Trivo25 authored Jun 3, 2024
2 parents 9199766 + 1b83444 commit ec229a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/zkapps/tutorials/11-advanced-account-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords:
- zkApp manager accounts
- token standard library
- tokens
- balance change check---
- balance change check
---

:::info
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/zkapps/11-advanced-account-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "^4.7.2"
},
"peerDependencies": {
"o1js": "1.0.*"
"o1js": "1.*"
},
"dependencies": {
"mina-transaction-visualizer": "^0.1.0"
Expand Down
10 changes: 1 addition & 9 deletions examples/zkapps/11-advanced-account-updates/src/TokenPool.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import {
DeployArgs,
method,
AccountUpdate,
Permissions,
PublicKey,
SmartContract,
UInt64,
} from 'o1js';
import { method, AccountUpdate, PublicKey, SmartContract, UInt64 } from 'o1js';

import { WrappedMina } from './WrappedMina.js';

Expand Down

0 comments on commit ec229a6

Please sign in to comment.