Update schema

This commit is contained in:
trizin 2023-08-03 11:45:08 +00:00 committed by GitHub
parent 48474799b9
commit bc23eab079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -740,8 +740,8 @@ type PredictSettingUpdate @entity{
"id = {contract address}-{txId}-{eventIndex}"
id: ID!
predictContract: PredictContract!
blocksPerEpoch: BigInt!
blocksPerSubscription: BigInt!
secondsPerEpoch: BigInt!
secondsPerSubscription: BigInt!
truevalSubmitTimeoutBlock: BigInt!
stakeToken: Token
"txId"
@ -757,8 +757,8 @@ type PredictContract @entity{
slots: [PredictSlot!] @derivedFrom(field: "predictContract")
settingUpdates: [PredictSettingUpdate!] @derivedFrom(field: "predictContract")
subscriptions: [PredictSubscription!] @derivedFrom(field: "predictContract")
blocksPerEpoch: BigInt!
blocksPerSubscription: BigInt!
secondsPerEpoch: BigInt!
secondsPerSubscription: BigInt!
truevalSubmitTimeoutBlock: BigInt!
stakeToken: Token
"creation txId"