File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ type Deposit implements UserTransaction @entity {
214214 id : ID !
215215 pool : Pool !
216216 user : User !
217- onBehalfOf : User !
217+ caller : User !
218218 reserve : Reserve !
219219 userReserve : UserReserve !
220220 amount : BigInt !
@@ -230,7 +230,7 @@ type RedeemUnderlying implements UserTransaction @entity {
230230 id : ID !
231231 pool : Pool !
232232 user : User !
233- onBehalfOf : User !
233+ to : User !
234234 reserve : Reserve !
235235 userReserve : UserReserve !
236236 amount : BigInt !
@@ -244,7 +244,7 @@ type Borrow implements UserTransaction @entity {
244244 id : ID !
245245 pool : Pool !
246246 user : User !
247- onBehalfOf : User !
247+ caller : User !
248248 reserve : Reserve !
249249 userReserve : UserReserve !
250250 amount : BigInt !
@@ -308,7 +308,7 @@ type Repay implements UserTransaction @entity {
308308 id : ID !
309309 pool : Pool !
310310 user : User !
311- onBehalfOf : User !
311+ repayer : User !
312312 reserve : Reserve !
313313 userReserve : UserReserve !
314314 amount : BigInt !
You can’t perform that action at this time.
0 commit comments