Comparing version 0.1.15 to 0.1.16
@@ -7,2 +7,4 @@ 'use strict'; | ||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var _path = require('path'); | ||
@@ -24,4 +26,3 @@ | ||
gas: 6721975, | ||
gasPrice: 100000000000, | ||
from: web3.eth.accounts[0] | ||
gasPrice: 100000000000 | ||
}; | ||
@@ -58,3 +59,3 @@ | ||
contract.setProvider(web3.currentProvider); | ||
contract.defaults(DEFAULT_TESTING_TX_PARAMS); | ||
contract.defaults(_extends({ from: web3.eth.accounts[0] }, DEFAULT_TESTING_TX_PARAMS)); | ||
return contract; | ||
@@ -61,0 +62,0 @@ }, |
{ | ||
"name": "zos-lib", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "ZeppelinOS library", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
5629030