Added eventIndex to template and OPC.

This commit is contained in:
Maria Carmina 2023-03-15 22:02:03 +02:00
parent bd3c5c5054
commit 6debe87281
1 changed files with 2 additions and 0 deletions

View File

@ -361,6 +361,7 @@ type OPC @entity {
"fee in percent taken by OPC from providerFees"
providerFee: BigDecimal
approvedTokens: [Token!]
eventIndex: BigInt!
}
enum NftUpdateType {
@ -398,6 +399,7 @@ type Template @entity{
fixedRateTemplates: [String!]
dispenserTemplates: [String!]
ssTemplates: [String!]
eventIndex: BigInt!
}
# Not tracking allocationToId or idToAllocation