tso-data-models
Advanced tools
Comparing version 1.0.143 to 1.0.144
@@ -64,5 +64,5 @@ "use strict"; | ||
var ftso = listOfFTSOs[i]; | ||
console.log('FTS ', ftso); | ||
//console.log('FTS ', ftso) | ||
var sub = listOfPrices[i]; | ||
console.log('sub ', sub); | ||
// console.log('sub ', sub) | ||
var hash = sub.getSubmitPriceHash(providerAddress); | ||
@@ -69,0 +69,0 @@ this.listOfHashes.push(hash); |
{ | ||
"name": "tso-data-models", | ||
"version": "1.0.143", | ||
"version": "1.0.144", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -43,5 +43,5 @@ import { BigNumber, ethers } from "ethers"; | ||
const ftso = listOfFTSOs[i]; | ||
console.log('FTS ', ftso) | ||
//console.log('FTS ', ftso) | ||
const sub: AssetSubmission = listOfPrices[i]; | ||
console.log('sub ', sub) | ||
// console.log('sub ', sub) | ||
const hash = sub.getSubmitPriceHash(providerAddress); | ||
@@ -48,0 +48,0 @@ this.listOfHashes.push(hash); |
Sorry, the diff of this file is not supported yet
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
147825