We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd70db4 commit f48156eCopy full SHA for f48156e
apps/portal/redirects.mjs
@@ -738,6 +738,10 @@ const paymentRedirects = {
738
"/connect/pay/buy-with-fiat": "/payments",
739
"/connect/pay/enable-test-mode": "/payments",
740
"/connect/pay/guides/enable-test-mode": "/payments",
741
+ "/payments/sell": "/bridge/sell",
742
+ "/payments/swap": "/bridge/swap",
743
+ "/payments/tokens": "/bridge/tokens",
744
+ "/payments/routes": "/bridge/routes",
745
};
746
747
const contractRedirects = {
0 commit comments