Socket
Socket
Sign inDemoInstall

tso-data-models

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tso-data-models - npm Package Compare versions

Comparing version 1.0.116 to 1.0.117

2

lib/models/epoch/EpochSubmission.d.ts

@@ -22,3 +22,3 @@ import { ethers } from "ethers";

isTargetSubmitTime(): boolean;
preparePriceHashesForSubmission(listOfFTSOs: string[], listOfPrices: AssetSubmission, providerAddress: string): void;
preparePriceHashesForSubmission(listOfFTSOs: string[], listOfPrices: AssetSubmission[], providerAddress: string): void;
submitPriceHashes(contractAddress: string, provider: ethers.providers.JsonRpcProvider, listOfIndices: number[]): Promise<any>;

@@ -25,0 +25,0 @@ revealPrices(contractAddress: string, provider: ethers.providers.JsonRpcProvider, epochId: number, listOfIndices: number[]): Promise<any>;

{
"name": "tso-data-models",
"version": "1.0.116",
"version": "1.0.117",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -39,3 +39,3 @@ import { BigNumber, ethers } from "ethers";

preparePriceHashesForSubmission(listOfFTSOs: string[], listOfPrices: AssetSubmission, providerAddress: string) {
preparePriceHashesForSubmission(listOfFTSOs: string[], listOfPrices: AssetSubmission[], providerAddress: string) {
this.listOfHashes = [];

@@ -42,0 +42,0 @@ for (let i = 0; i < listOfFTSOs.length; i++) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc