From 3925cf12f57f5d6d3c4ab75bde62518c54bc78fd Mon Sep 17 00:00:00 2001 From: Nam Chu Hoai Date: Wed, 8 Nov 2023 13:59:38 -0500 Subject: [PATCH] Revert "maintenance" This reverts commit 4bd1cbf1f65598b5c281e8276b96c86847f9b4b8. --- src/features/transfer/TransferTokenForm.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/features/transfer/TransferTokenForm.tsx b/src/features/transfer/TransferTokenForm.tsx index 2fa957a4..74587eae 100644 --- a/src/features/transfer/TransferTokenForm.tsx +++ b/src/features/transfer/TransferTokenForm.tsx @@ -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' };