pmarket-cli
Version:
CLI tool to trade on Polymarket
13 lines (12 loc) • 378 B
text/typescript
export const negRiskAdapterABI = [
{
"inputs": [
{ "internalType": "bytes32", "name": "_conditionId", "type": "bytes32" },
{ "internalType": "uint256[]", "name": "_amounts", "type": "uint256[]" }
],
"name": "redeemPositions",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
];