Skip to content

Commit 37090dd

Browse files
committed
refactor: update wallet paths
1 parent 8a7c089 commit 37090dd

File tree

32 files changed

+613
-2210
lines changed

32 files changed

+613
-2210
lines changed

apps/portal/redirects.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,9 +1017,19 @@ const otherRedirects = {
10171017
"/wallet/get-started/overview": "/connect/wallet/overview",
10181018
// connect > wallets
10191019
"/connect/:path*": "/wallets/:path*",
1020+
"connect/wallet/:path*": "/wallets/:path*",
10201021
"/connect/auth/:path*": "/wallets/auth/:path*",
10211022
"/connect/connect/:path*": "/wallets/connect/:path*",
10221023
"/connect/embedded-wallet/:path*": "/wallets/embedded-wallet/:path*",
1024+
"/connect/wallet/sign-in-methods/configure": "/wallets/users",
1025+
"/connect/wallet/server": "/wallets/server",
1026+
"/connect/account-abstraction/get-started": "/wallets/sponsor-gas",
1027+
"/connect/account-abstraction/*": "/wallets/sponsor-gas",
1028+
"/wallets/in-app-wallet/custom-auth/configuration": "/wallets/custom-auth",
1029+
"/connect/wallets/user-management/link-multiple-identity":
1030+
"/wallets/link-profiles",
1031+
"/connect/wallets/user-management/export-private-key":
1032+
"/wallets/export-private-key",
10231033
// account abstraction rename
10241034
"/wallets/smart-wallet/:path*": "/connect/account-abstraction/:path*",
10251035
"/web3-api/:path*": "/infrastructure/engine/overview",

0 commit comments

Comments
 (0)