Skip to content

Commit

Permalink
disable: proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
berzanorg committed Dec 23, 2023
1 parent 67b20dd commit 28a92a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/src/DexAndVault.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import {
state,
} from 'o1js'

const proofsEnabled = false

const createRandomAccount = () => {
const privateKey = PrivateKey.random()
const publicKey = privateKey.toPublicKey()
Expand Down Expand Up @@ -157,7 +159,7 @@ class Dex extends SmartContract {
}
}

const Local = Mina.LocalBlockchain()
const Local = Mina.LocalBlockchain({proofsEnabled})
Mina.setActiveInstance(Local)

const accounts = {
Expand Down

0 comments on commit 28a92a3

Please sign in to comment.