Added state to bridge

This commit is contained in:
Aleksandr Kraiz
2023-08-14 20:04:36 +04:00
parent 4c84457467
commit c052c917f0
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ type AtomicSwapHistoryBaseQuery = {
type AtomicSwapHistorySourceQuery = AtomicSwapHistoryBaseQuery & {
type?: 'source'
expiredLock?: 0 | 1
state?: 'LOCKED' | 'CLAIMED' | 'REFUNDED'
state?: 'BEFORE-LOCK' | 'LOCKED' | 'CLAIMED' | 'REFUNDED'
}
type AtomicSwapHistoryTargetQuery = AtomicSwapHistoryBaseQuery & {