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.111 to 1.0.112

1

lib/constants/abis.js

@@ -16,3 +16,2 @@ "use strict";

"function undelegatedVotePowerOf(address _owner) external view returns(uint256)",
"function votePowerOfAt(address _owner, uint256 _blockNumber) external view returns(uint256)",
"function votePowerFromTo(address _from, address _to) external view returns(uint256)",

@@ -19,0 +18,0 @@ "function votePowerFromToAt(address _from, address _to, uint _blockNumber) external view returns(uint256)",

2

package.json
{
"name": "tso-data-models",
"version": "1.0.111",
"version": "1.0.112",
"description": "",

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

@@ -13,3 +13,2 @@ export const FTSO_REGISTRY_ABI = ["function getSupportedIndices() external view returns(uint256[] memory _supportedIndices)",'function getFtso(uint256 _assetIndex) external view returns(IIFtso _activeFtso)', 'function getSupportedSymbols() external view returns(string[] memory _supportedSymbols)', 'function getFtsos(uint256[] memory _assetIndices) external view returns(IFtsoGenesis[] memory _ftsos)', "function getCurrentPrice(uint256 _assetIndex) external view returns(uint256 _price, uint256 _timestamp)"];

"function undelegatedVotePowerOf(address _owner) external view returns(uint256)",
"function votePowerOfAt(address _owner, uint256 _blockNumber) external view returns(uint256)",
"function votePowerFromTo(address _from, address _to) external view returns(uint256)",

@@ -16,0 +15,0 @@ "function votePowerFromToAt(address _from, address _to, uint _blockNumber) external view returns(uint256)",

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