Comparing version 0.0.14 to 0.0.15
@@ -25,4 +25,3 @@ #! /usr/bin/env node | ||
let contractData = JSON.parse(rawData.toString()); | ||
let contractNameFormated = splitStringOnCapital(contractName).join("_").toUpperCase(); | ||
contractsAbis[`${contractNameFormated}_ABI`] = contractData.abi; | ||
contractsAbis[soleasy[s].abiName[soleasy[s].contracts.indexOf(contractName)]] = contractData.abi; | ||
} | ||
@@ -29,0 +28,0 @@ } |
{ | ||
"name": "soleasy", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Make solidity so easy", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8961
223