Skip to content

Commit

Permalink
chore: add cross-chain swaps page to route constants
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelae committed Dec 6, 2024
1 parent e240a21 commit 562fcff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/helpers/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ PATH_NAME_MAP[
] = 'Encryption Public Key Request Page';

export const CROSS_CHAIN_SWAP_ROUTE = '/cross-chain';
PATH_NAME_MAP[CROSS_CHAIN_SWAP_ROUTE] = 'Prepare Cross Chain Swap Page';
export const CROSS_CHAIN_SWAP_TX_DETAILS_ROUTE = '/cross-chain/tx-details';

export const SWAPS_ROUTE = '/swaps';
Expand Down

0 comments on commit 562fcff

Please sign in to comment.