Skip to content

Commit c74eddd

Browse files
committed
Upgraded to o1js 2.7
1 parent 9d33cc3 commit c74eddd

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "^5.1"
5757
},
5858
"peerDependencies": {
59-
"o1js": "^2.4.*"
59+
"o1js": "^2.7.*"
6060
},
6161
"engines": {
6262
"node": ">=18.14.0"

src/FungibleTokenContract.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
VerificationKey,
1919
Experimental,
2020
AccountUpdateTree,
21+
IndexedMerkleMap
2122
} from 'o1js';
2223
import {
2324
MintDynamicProofConfig,
@@ -74,8 +75,6 @@ export {
7475
// TYPES & INTERFACES
7576
// =============================================================================
7677

77-
const { IndexedMerkleMap } = Experimental;
78-
7978
/**
8079
* Merkle map for storing side-loaded verification key hashes.
8180
* Maps operation keys to their corresponding verification key hashes.

0 commit comments

Comments
 (0)