@helios-lang/contract-utils
Advanced tools
Comparing version 0.1.19 to 0.1.20
{ | ||
"name": "@helios-lang/contract-utils", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"description": "Convenience and type-safety utilities for using Helios validators from within Typescript", | ||
@@ -39,3 +39,3 @@ "main": "src/index.js", | ||
"@helios-lang/codec-utils": "^0.1.26", | ||
"@helios-lang/compiler-utils": "^0.1.20", | ||
"@helios-lang/compiler-utils": "^0.1.21", | ||
"@helios-lang/ledger": "^0.1.20", | ||
@@ -42,0 +42,0 @@ "@helios-lang/type-utils": "^0.1.8", |
@@ -133,3 +133,4 @@ import { bytesToHex } from "@helios-lang/compiler" | ||
IS_TESTNET: !(options?.isMainnet ?? false), | ||
CHECK_CASTS: options?.checkCasts ?? false | ||
CHECK_CASTS: options?.checkCasts ?? false, | ||
IGNORE_UNEVALUATED_CONSTANTS: true | ||
}) | ||
@@ -136,0 +137,0 @@ |
Sorry, the diff of this file is not supported yet
92847
2604