File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ import {
44
44
getTokenInfo ,
45
45
getUsdcSymbol ,
46
46
getL1TokenInfo ,
47
+ logToSortableEvent ,
47
48
} from "../utils" ;
48
49
import { AcrossConfigStoreClient as ConfigStoreClient } from "./AcrossConfigStoreClient/AcrossConfigStoreClient" ;
49
50
import { BaseAbstractClient , isUpdateFailureReason , UpdateFailureReason } from "./BaseAbstractClient" ;
@@ -906,9 +907,7 @@ export class HubPoolClient extends BaseAbstractClient {
906
907
[
907
908
{
908
909
spokePool : args . spokePool ,
909
- blockNumber : args . blockNumber ,
910
- txnIndex : args . txnIndex ,
911
- logIndex : args . logIndex ,
910
+ ...logToSortableEvent ( event ) ,
912
911
} ,
913
912
]
914
913
) ;
@@ -926,10 +925,7 @@ export class HubPoolClient extends BaseAbstractClient {
926
925
{
927
926
l1Token : args . l1Token ,
928
927
l2Token : args . destinationToken ,
929
- blockNumber : args . blockNumber ,
930
- txnIndex : args . txnIndex ,
931
- logIndex : args . logIndex ,
932
- txnRef : args . txnRef ,
928
+ ...logToSortableEvent ( event ) ,
933
929
} ,
934
930
]
935
931
) ;
You can’t perform that action at this time.
0 commit comments