pmarket-cli
Version:
CLI tool to trade on Polymarket
13 lines • 422 B
JavaScript
export const negRiskAdapterABI = [
{
"inputs": [
{ "internalType": "bytes32", "name": "_conditionId", "type": "bytes32" },
{ "internalType": "uint256[]", "name": "_amounts", "type": "uint256[]" }
],
"name": "redeemPositions",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
];
//# sourceMappingURL=neg-risk-adapter.js.map