@polymarket/market-deploy-sdk
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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
51396
1036