Skip to content

Commit

Permalink
fix: reverting changes, attempt to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jccguimaraes committed Dec 27, 2024
1 parent 056267d commit 6dbe405
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,21 +173,6 @@ export type SendFundsNavigatorStackParamList = {
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.AptosCustomFees]: {
accountId: string;
parentId?: string;
transaction: AptosTransaction;
setCustomFees?: (transaction: Partial<AptosTransaction>) => void;
setTransaction?: Result<AptosTransaction>["setTransaction"];
currentNavigation:
| ScreenName.SignTransactionSummary
| ScreenName.SendSummary
| ScreenName.SwapForm;
nextNavigation:
| ScreenName.SignTransactionSelectDevice
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.EvmCustomFees]: {
accountId: string;
parentId?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,6 @@ export type SignTransactionNavigatorParamList = {
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.AptosCustomFees]: {
accountId: string;
parentId?: string;
transaction: AptosTransaction;
currentNavigation:
| ScreenName.SignTransactionSummary
| ScreenName.SendSummary
| ScreenName.SwapForm;
nextNavigation:
| ScreenName.SignTransactionSelectDevice
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.EvmCustomFees]: {
accountId: string;
parentId?: string;
Expand Down

0 comments on commit 6dbe405

Please sign in to comment.