File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
apps/maestro/src/server/routers/gmp Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export const SEARCHGMP_SOURCE = {
15
15
"executed" ,
16
16
"callback" ,
17
17
"interchain_token_deployment_started.destinationChain" ,
18
+ "interchain_transfer.destinationChain" ,
18
19
] ,
19
20
excludes : [
20
21
"call.transaction" ,
@@ -61,6 +62,7 @@ export const getTransactionStatusOnDestinationChains = publicProcedure
61
62
call,
62
63
status : firstHopStatus ,
63
64
interchain_token_deployment_started : tokenDeployment ,
65
+ interchain_transfer : tokenTransfer ,
64
66
} = gmpData ;
65
67
66
68
const chainType = gmpData . call . chain_type ;
@@ -77,6 +79,7 @@ export const getTransactionStatusOnDestinationChains = publicProcedure
77
79
}
78
80
79
81
const destinationChain =
82
+ tokenTransfer ?. destinationChain ?. toLowerCase ( ) ||
80
83
tokenDeployment ?. destinationChain ?. toLowerCase ( ) ||
81
84
call . returnValues . destinationChain . toLowerCase ( ) ;
82
85
You can’t perform that action at this time.
0 commit comments