We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92edef commit 9d05cb3Copy full SHA for 9d05cb3
tests/avm-invoker.ts
@@ -12,7 +12,7 @@ import { randomUUID } from 'crypto'
12
import { asUint64, getRandomNumber, Lazy } from '../src/util'
13
14
algokit.Config.configure({ logger: nullLogger })
15
-const ARC4_PREFIX_LENGTH = 2
+
16
const algorandClient = Lazy(() => algokit.AlgorandClient.defaultLocalNet())
17
18
export const INITIAL_BALANCE_MICRO_ALGOS = Number(20e6)
0 commit comments