Skip to content

Commit a1e680e

Browse files
committed
fix: FastUsdcTransactionStatus enum
the last deploy added two _SKIPPED statuses that this enum could not support
1 parent fda33b0 commit a1e680e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ type StateChangeEvent @entity {
1313
body: String!
1414
}
1515

16+
# NB: Keep synced with https://github.com/Agoric/agoric-sdk/blob/8dea11ab0021a67168870414781e2459f2817bf1/packages/fast-usdc/src/constants.js#L1-L26
1617
enum FastUsdcTransactionStatus {
1718
OBSERVED
1819
ADVANCING
@@ -22,6 +23,8 @@ enum FastUsdcTransactionStatus {
2223
FORWARDED
2324
FORWARD_FAILED
2425
DISBURSED
26+
ADVANCE_SKIPPED
27+
FORWARD_SKIPPED
2528
}
2629

2730
type FastUsdcTransaction @entity {

0 commit comments

Comments
 (0)