Skip to content

Commit 282fee6

Browse files
committed
update schema
1 parent 9ae5fcb commit 282fee6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

schema.graphql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,14 @@ type OrdersMatched implements DealEvent @entity {
436436
deal: Deal!
437437
}
438438

439+
type DealSponsored implements DealEvent @entity {
440+
id: ID!
441+
transaction: Transaction!
442+
timestamp: BigInt!
443+
deal: Deal!
444+
sponsor: Account!
445+
}
446+
439447
interface TaskEvent {
440448
id: ID!
441449
transaction: Transaction!

0 commit comments

Comments
 (0)