New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@polymarket/market-deploy-sdk

Package Overview
Dependencies
Maintainers
10
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymarket/market-deploy-sdk - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/deploy.d.ts

@@ -6,3 +6,3 @@ import { JsonRpcSigner } from "@ethersproject/providers";

export declare const deployFPMM: (market: MarketInfo, signer: Wallet | JsonRpcSigner, conditionId: string, conditionalTokensAddress: string, collateralTokenAddress: string) => Promise<FPMMResponse>;
export * from "@polymarket/fpmm-factory-sdk";
export { FPMMResponse } from "@polymarket/fpmm-factory-sdk";
//# sourceMappingURL=deploy.d.ts.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -64,3 +54,2 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

exports.deployFPMM = deployFPMM;
__exportStar(require("@polymarket/fpmm-factory-sdk"), exports);
//# sourceMappingURL=deploy.js.map
{
"name": "@polymarket/market-deploy-sdk",
"description": "SDK to easily deploy new Polymarket markets",
"version": "0.0.4",
"version": "0.0.5",
"contributors": [

@@ -6,0 +6,0 @@ {

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