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 = {
1515 "executed" ,
1616 "callback" ,
1717 "interchain_token_deployment_started.destinationChain" ,
18+ "interchain_transfer.destinationChain" ,
1819 ] ,
1920 excludes : [
2021 "call.transaction" ,
@@ -61,6 +62,7 @@ export const getTransactionStatusOnDestinationChains = publicProcedure
6162 call,
6263 status : firstHopStatus ,
6364 interchain_token_deployment_started : tokenDeployment ,
65+ interchain_transfer : tokenTransfer ,
6466 } = gmpData ;
6567
6668 const chainType = gmpData . call . chain_type ;
@@ -77,6 +79,7 @@ export const getTransactionStatusOnDestinationChains = publicProcedure
7779 }
7880
7981 const destinationChain =
82+ tokenTransfer ?. destinationChain ?. toLowerCase ( ) ||
8083 tokenDeployment ?. destinationChain ?. toLowerCase ( ) ||
8184 call . returnValues . destinationChain . toLowerCase ( ) ;
8285
You can’t perform that action at this time.
0 commit comments