wallet address
attestBorrower
attestLender
Get _marketId
from the marketplace url that you have
https://app.teller.org/market/<_marketId>
Get _expirationTime
from the below logic
$$ (Date.now() / 1000) + (60 * 60 * 24 * numberOfValidDays) $$
Date.now is seconds based - use this link to get the current value of the date in seconds
numberOfValidDays - number of days the market owner wants the borrower to be in the marketplace