File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,28 @@ export default defineConfig({
296
296
label : "Getting Started" ,
297
297
link : "/integrations/typescript" ,
298
298
} ,
299
+ {
300
+ label : "Guides (EVM)" ,
301
+ items : [
302
+ {
303
+ label : "Guide: Send Funds Holesky → Sepolia" ,
304
+ link : "/integrations/typescript/guided-tutorial/evm-holesky-sepolia" ,
305
+ } ,
306
+ ] ,
307
+ } ,
308
+ {
309
+ label : "Guides (Cosmos)" ,
310
+ items : [
311
+ {
312
+ label : "Guide: Cross Chain Contract Call" ,
313
+ link : "/integrations/typescript/guided-tutorial/cosmos-call" ,
314
+ } ,
315
+ {
316
+ label : "Guide: Send Funds Union → Sepolia" ,
317
+ link : "/integrations/typescript/guided-tutorial/cosmos-union-sepolia" ,
318
+ } ,
319
+ ] ,
320
+ } ,
299
321
{
300
322
label : "Examples (EVM)" ,
301
323
autogenerate : {
You can’t perform that action at this time.
0 commit comments