-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathvercel.json
210 lines (210 loc) · 6.86 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"redirects": [
{
"source": "/sdk/create-coinbase-wallet-sdk",
"destination": "https://docs.base.org/identity/smart-wallet/sdk/create-coinbase-wallet-sdk",
"permanent": true
},
{
"source": "/guides/components/create-wallet-button",
"destination": "https://docs.base.org/identity/smart-wallet/guides/components/create-wallet-button",
"permanent": true
},
{
"source": "/",
"destination": "https://base.org/builders/smart-wallet",
"permanent": true
},
{
"source": "/guides/tips/inspect-txn-simulation",
"destination": "https://docs.base.org/identity/smart-wallet/guides/tips/inspect-txn-simulation",
"permanent": true
},
{
"source": "/guides/update-existing-app",
"destination": "https://docs.base.org/identity/smart-wallet/guides/update-existing-app",
"permanent": true
},
{
"source": "/guides/magic-spend",
"destination": "https://docs.base.org/identity/smart-wallet/guides/magic-spend",
"permanent": true
},
{
"source": "/guides/paymasters",
"destination": "https://docs.base.org/identity/smart-wallet/guides/paymasters",
"permanent": true
},
{
"source": "/guides/react-native-integration",
"destination": "https://docs.base.org/identity/smart-wallet/guides/react-native-integration",
"permanent": true
},
{
"source": "/guides/create-app/using-onchain-app-template",
"destination": "https://docs.base.org/identity/smart-wallet/guides/create-app/using-onchain-app-template",
"permanent": true
},
{
"source": "/guides/siwe",
"destination": "https://docs.base.org/identity/smart-wallet/guides/siwe",
"permanent": true
},
{
"source": "/wallet-library-support",
"destination": "https://docs.base.org/identity/smart-wallet/wallet-library-support",
"permanent": true
},
{
"source": "/guides/batch-transactions",
"destination": "https://docs.base.org/identity/smart-wallet/guides/batch-transactions",
"permanent": true
},
{
"source": "/features/networks",
"destination": "https://docs.base.org/identity/smart-wallet/features/networks",
"permanent": true
},
{
"source": "/FAQ",
"destination": "https://docs.base.org/identity/smart-wallet/FAQ",
"permanent": true
},
{
"source": "/features/recovery-keys",
"destination": "https://docs.base.org/identity/smart-wallet/features/recovery-keys",
"permanent": true
},
{
"source": "/guides/tips/popup-tips",
"destination": "https://docs.base.org/identity/smart-wallet/guides/tips/popup-tips",
"permanent": true
},
{
"source": "/base-gasless-campaign",
"destination": "https://docs.base.org/identity/smart-wallet/base-gasless-campaign",
"permanent": true
},
{
"source": "/guides/create-app/using-wagmi",
"destination": "https://docs.base.org/identity/smart-wallet/guides/create-app/using-wagmi",
"permanent": true
},
{
"source": "/sdk/v3-to-v4-changes",
"destination": "https://docs.base.org/identity/smart-wallet/sdk/v3-to-v4-changes",
"permanent": true
},
{
"source": "/checklist",
"destination": "https://docs.base.org/identity/smart-wallet/checklist",
"permanent": true
},
{
"source": "/features/passkeys",
"destination": "https://docs.base.org/identity/smart-wallet/features/passkeys",
"permanent": true
},
{
"source": "/quick-start",
"destination": "https://docs.base.org/identity/smart-wallet/quick-start",
"permanent": true
},
{
"source": "/guides/signature-verification",
"destination": "https://docs.base.org/identity/smart-wallet/guides/signature-verification",
"permanent": true
},
{
"source": "/sdk/legacy-setup",
"destination": "https://docs.base.org/identity/smart-wallet/sdk/legacy-setup",
"permanent": true
},
{
"source": "/guides/spend-permissions/api-reference/spendpermissionmanager",
"destination": "https://docs.base.org/identity/smart-wallet/guides/spend-permissions/api-reference/spendpermissionmanager",
"permanent": true
},
{
"source": "/guides/spend-permissions/overview",
"destination": "https://docs.base.org/identity/smart-wallet/guides/spend-permissions/overview",
"permanent": true
},
{
"source": "/sdk/getting-started",
"destination": "https://docs.base.org/identity/smart-wallet/sdk/getting-started",
"permanent": true
},
{
"source": "/guides/erc20-paymasters",
"destination": "https://docs.base.org/identity/smart-wallet/guides/erc20-paymasters",
"permanent": true
},
{
"source": "/sdk/make-web3-provider",
"destination": "https://docs.base.org/identity/smart-wallet/sdk/make-web3-provider",
"permanent": true
},
{
"source": "/guides/spend-permissions/api-reference/client-resources",
"destination": "https://docs.base.org/identity/smart-wallet/guides/spend-permissions/api-reference/client-resources",
"permanent": true
},
{
"source": "/faq/why-does-it-cost-more-on-ethereum-l1",
"destination": "https://docs.base.org/identity/smart-wallet/faq/why-does-it-cost-more-on-ethereum-l1",
"permanent": true
},
{
"source": "/faq/what-happens-if-keys-coinbase-com-is-unavailable",
"destination": "https://docs.base.org/identity/smart-wallet/faq/what-happens-if-keys-coinbase-com-is-unavailable",
"permanent": true
},
{
"source": "/guides/spend-permissions/quick-start",
"destination": "https://docs.base.org/identity/smart-wallet/guides/spend-permissions/quick-start",
"permanent": true
},
{
"source": "/why",
"destination": "https://docs.base.org/identity/smart-wallet/why",
"permanent": true
},
{
"source": "/guides/session-keys",
"destination": "https://docs.base.org/identity/smart-wallet/guides/session-keys",
"permanent": true
},
{
"source": "/sdk/makeWeb3Provider",
"destination": "https://docs.base.org/identity/smart-wallet/sdk/makeWeb3Provider",
"permanent": true
},
{
"source": "/sdk/setup",
"destination": "https://docs.base.org/identity/smart-wallet/sdk/setup",
"permanent": true
},
{
"source": "/sdk/install",
"destination": "https://docs.base.org/identity/smart-wallet/sdk/install",
"permanent": true
},
{
"source": "/guides/create-app/using-boat",
"destination": "https://docs.base.org/identity/smart-wallet/guides/create-app/using-boat",
"permanent": true
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "x-robots-tag",
"value": "index, follow"
}
]
}
]
}