Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polymarket/liquidity-requests-sdk

Package Overview
Dependencies
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymarket/liquidity-requests-sdk - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@polymarket/liquidity-requests-sdk",
"description": "Polymarket Liquidity Request Log SDK",
"version": "1.0.1",
"version": "1.0.2",
"author": "Dylan Golow <dylangolow@gmail.com>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/Polymarket/polymarket-liquidity-requests/tree/main/packages/sdk",

@@ -41,2 +41,19 @@ # Liquidity Requests SDK ![npm](https://img.shields.io/npm/v/@polymarket/liquidity-requests-sdk)

The event to subscribe to with the relevant struct are listed below, see the complete contract here: [`LiquidityRequestLog.sol`](../contracts/contracts/LiquidityRequestLog.sol)
```solidity
interface LiquidityRequestLog {
struct LiquidityRequest {
address requesterAddress;
uint256 requestDate;
string reason;
address marketMakerAddress;
uint256 tradeAmount;
}
event LiquidityRequestAdded(address indexed requesterAddress, LiquidityRequest liquidityRequest);
}
```
### Reasons

@@ -43,0 +60,0 @@

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