diff --git a/package.json b/package.json index 8b66a4b3..7b10300b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "warp-contracts", - "version": "1.4.36", + "version": "1.4.36-beta.0", "description": "An implementation of the SmartWeave smart contract protocol.", "types": "./lib/types/index.d.ts", "main": "./lib/cjs/index.js", diff --git a/src/core/modules/impl/CacheableStateEvaluator.ts b/src/core/modules/impl/CacheableStateEvaluator.ts index 1eb230e5..1c0a22bf 100644 --- a/src/core/modules/impl/CacheableStateEvaluator.ts +++ b/src/core/modules/impl/CacheableStateEvaluator.ts @@ -10,7 +10,7 @@ import { DefaultStateEvaluator } from './DefaultStateEvaluator'; import { HandlerApi } from './HandlerExecutorFactory'; import { genesisSortKey } from './LexicographicalInteractionsSorter'; import { BasicSortKeyCache } from '../../../cache/BasicSortKeyCache'; -import { Benchmark } from 'logging/Benchmark'; +import { Benchmark } from '../../../logging/Benchmark'; /** * An implementation of DefaultStateEvaluator that adds caching capabilities.