Skip to content

Commit

Permalink
add status no tokon pair
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-MinhVu committed Jan 4, 2024
1 parent 0547239 commit 99ba4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/blockchain.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export enum EEventName {
export enum EEventStatus {
WAITING = 'waiting',
PROCESSING = 'processing',
DONE = 'done',
COMPLETED = 'Completed',
COMPLETED = 'completed',
FAILED = 'failed',
NOTOKENPAIR = "noTokenPair"
}

export enum ETokenPairStatus {
Expand Down

0 comments on commit 99ba4bc

Please sign in to comment.