Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Feb 20, 2024
1 parent 1a1c8c7 commit 9da4ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thegraph/packages/ormpipe/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ type OrmpProtocolMessageAccepted @entity(immutable: true) {
# ---- oracle
oracleAssigned: Boolean
oracleAssignedFee: BigInt
oracleLogIndex: BigInt!
oracleLogIndex: BigInt

# ---- relayer
relayerAssigned: Boolean
relayerAssignedFee: BigInt # uint256
relayerAssignedParams: Bytes # bytes
relayerAssignedProof: [Bytes!] # bytes32[32]
relayerLogIndex: BigInt!
relayerLogIndex: BigInt
}

type OrmpProtocolMessageDispatched @entity(immutable: true) {
Expand Down

0 comments on commit 9da4ec0

Please sign in to comment.