Seweryn
Seweryn
## Issue In the response body of `/market-api/v1/agreementEvents` we get all the properties in camelCase except for `eventtype` which is in lowercase for whatever reason. According to the [openapi spec...
Hey, awesome job with this package. Only feature I'm missing is the ability to add custom words to the words list, so I implemented it myself. Feel free to comment...
The deposit details can be added when calling `paymentService.createAllocation` : ```ts const allocation = await payment.createAllocation({ budget: 1.0, expirationSec: DURATION_SEC, deposit: { contract: "0x...", id: "0x...", } }); ``` I...