Skip to content

Commit

Permalink
Merge pull request #191 from VenusProtocol/update-doc-string
Browse files Browse the repository at this point in the history
docs: update transaction state doc strings
  • Loading branch information
coreyar authored Oct 25, 2024
2 parents 88facf5 + f30b628 commit 3ffbb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subgraphs/venus-governance/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,10 @@ type RemoteProposalStateTransaction @entity {
"Concatenated sourceProposalId and layerZeroChainId"
key: RemoteProposal!

"Transaction Remote Proposal was sent"
"Transaction Remote Proposal failed"
stored: Transaction

"Transaction Remote Proposal was executed (usually the same as stored)"
"Transaction Remote Proposal was executed"
executed: Transaction

"Transaction Remote Proposal was withdrawn"
Expand Down

0 comments on commit 3ffbb8c

Please sign in to comment.