Skip to content

Commit

Permalink
feat!: remove NOT_PROCESSABLE_REFUND_NEEDED substatus (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa committed Apr 11, 2024
1 parent abdc358 commit c2ec699
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ const _SubstatusPending = [
'BRIDGE_NOT_AVAILABLE',
// The RPC for source/destination chain is temporarily unavailable
'CHAIN_NOT_AVAILABLE',
// The transfer cannot be completed, a refund is required
'NOT_PROCESSABLE_REFUND_NEEDED',
// A refund has been requested and is in progress
'REFUND_IN_PROGRESS',
// We cannot determine the status of the transfer
Expand Down

0 comments on commit c2ec699

Please sign in to comment.