Socket
Socket
Sign inDemoInstall

@reflexer-finance/geb-contract-api

Package Overview
Dependencies
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reflexer-finance/geb-contract-api - npm Package Compare versions

Comparing version 1.1.17 to 1.1.18

2

lib/generated/StakingRewardsEscrow.d.ts

@@ -43,2 +43,4 @@ import { BaseContractAPI } from '@reflexer-finance/geb-contract-base';

getClaimableTokens(who: string, multicall: true): MulticallRequest<BigNumber>;
getTokensBeingEscrowed(who: string): Promise<BigNumber>;
getTokensBeingEscrowed(who: string, multicall: true): MulticallRequest<BigNumber>;
modifyParameters__Bytes32Address(parameter: BytesLike, data: string): TransactionRequest;

@@ -45,0 +47,0 @@ modifyParameters__Bytes32Uint256(parameter: BytesLike, data: BigNumberish): TransactionRequest;

@@ -103,2 +103,8 @@ "use strict";

};
StakingRewardsEscrow.prototype.getTokensBeingEscrowed = function (who, multicall) {
// prettier-ignore
// @ts-ignore
var abi = { "inputs": [{ "internalType": "address", "name": "who", "type": "address" }], "name": "getTokensBeingEscrowed", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" };
return this.ethCallOrMulticall(abi, [who], multicall);
};
StakingRewardsEscrow.prototype.modifyParameters__Bytes32Address = function (parameter, data) {

@@ -105,0 +111,0 @@ // prettier-ignore

6

package.json
{
"name": "@reflexer-finance/geb-contract-api",
"version": "1.1.17",
"version": "1.1.18",
"description": "",

@@ -13,3 +13,3 @@ "main": "./lib/index.js",

"@ethersproject/bignumber": "5.x",
"@reflexer-finance/geb-contract-base": "^1.1.17"
"@reflexer-finance/geb-contract-base": "^1.1.18"
},

@@ -20,3 +20,3 @@ "devDependencies": {

},
"gitHead": "43998f88f5067bc4101bd03f90552e07415da4b4"
"gitHead": "320c214ae9cd37843652dfc5ef04d8791e6fb1c5"
}
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