Skip to content

Commit

Permalink
Revert "maintenance"
Browse files Browse the repository at this point in the history
This reverts commit 4bd1cbf.
  • Loading branch information
nambrot committed Nov 8, 2023
1 parent 4bd1cbf commit 3925cf1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/features/transfer/TransferTokenForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -501,10 +501,6 @@ function validateFormValues(
balances: AppState['balances'],
igpQuote: AppState['igpQuote'],
) {
return {
amount:
'Nexus is undergoing maintenance. Please try again later. If you have already sent funds, they will be processed as soon as possible.',
};
const { originCaip2Id, destinationCaip2Id, amount, tokenCaip19Id, recipientAddress } = values;
const route = getTokenRoute(originCaip2Id, destinationCaip2Id, tokenCaip19Id, tokenRoutes);
if (!route) return { destinationCaip2Id: 'No route found for chains/token' };
Expand Down

0 comments on commit 3925cf1

Please sign in to comment.