Skip to content

Commit

Permalink
feat(Status): add CHAIN_SWITCH_REQUIRED status (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmoeller committed Dec 9, 2021
1 parent ce444ce commit 8dc03d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export interface Estimate {
export type Status =
| 'NOT_STARTED'
| 'ACTION_REQUIRED'
| 'CHAIN_SWITCH_REQUIRED'
| 'PENDING'
| 'FAILED'
| 'DONE'
Expand Down

0 comments on commit 8dc03d5

Please sign in to comment.