Skip to content

Commit 9cbd674

Browse files
committed
Playground: Revamp
1 parent 0483776 commit 9cbd674

File tree

84 files changed

+3502
-1383
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3502
-1383
lines changed

apps/playground-web/next.config.mjs

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,37 @@ const nextConfig = {
113113
},
114114
{
115115
source: "/wallets/account-abstraction/sponsor",
116-
destination: "/wallets/account-abstraction/eip-4337",
116+
destination: "/account-abstraction/eip-4337",
117117
permanent: false,
118118
},
119119
{
120120
source: "/wallets/account-abstraction/7702",
121-
destination: "/wallets/account-abstraction/eip-7702",
121+
destination: "/account-abstraction/eip-7702",
122122
permanent: false,
123123
},
124124
{
125125
source: "/wallets/account-abstraction/5792",
126-
destination: "/wallets/account-abstraction/eip-5792",
126+
destination: "/account-abstraction/eip-5792",
127+
permanent: false,
128+
},
129+
{
130+
source: "/wallets/account-abstraction/native-aa",
131+
destination: "/account-abstraction/native-aa",
132+
permanent: false,
133+
},
134+
{
135+
source: "/wallets/headless/token-components",
136+
destination: "/tokens/token-components",
137+
permanent: false,
138+
},
139+
{
140+
source: "/wallets/headless/nft-components",
141+
destination: "/tokens/nft-components",
142+
permanent: false,
143+
},
144+
{
145+
source: "/wallets/in-app-wallet/ecosystem",
146+
destination: "/wallets/ecosystem-wallet",
127147
permanent: false,
128148
},
129149
];

apps/playground-web/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"@abstract-foundation/agw-react": "^1.6.4",
44
"@hookform/resolvers": "^3.9.1",
55
"@radix-ui/react-checkbox": "^1.3.2",
6+
"@radix-ui/react-collapsible": "^1.1.11",
7+
"@radix-ui/react-dialog": "1.1.14",
68
"@radix-ui/react-label": "^2.1.7",
79
"@radix-ui/react-popover": "^1.1.14",
810
"@radix-ui/react-progress": "^1.1.7",
6.6 KB
Loading
Lines changed: 96 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)