@waves/js-test-env
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -14,3 +14,3 @@ "use strict"; | ||
const currentAddress = () => wt.libs.crypto.address(global.env.SEED, global.env.CHAIN_ID); | ||
const injectEnv = (f) => (po, seed) => f(Object.assign({ chainId: global.env.CHAIN_ID }, po), seed === null | ||
const injectEnv = (f) => (po, seed) => f(Object.assign({ chainId: global.env.CHAIN_ID, additionalFee: seed === undefined && global.env.isScripted ? 400000 : undefined }, po), seed === null | ||
? null | ||
@@ -17,0 +17,0 @@ : seed || global.env.SEED); |
{ | ||
"name": "@waves/js-test-env", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -9,2 +9,3 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"buildDocs": "node ./scripts/buildDocs.js", | ||
"deploy": "tsc && cp package.json dist/package.json && cd dist && npm publish" | ||
@@ -11,0 +12,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20335