@@ -24,6 +24,7 @@ const { PORT = 4321, ENABLE_DEV_TOOLBAR = "false" } = loadEnv(
24
24
"" ,
25
25
)
26
26
27
+ // @ts -ignore
27
28
export default defineConfig ( {
28
29
site : SITE_URL ,
29
30
output : "static" ,
@@ -303,6 +304,10 @@ export default defineConfig({
303
304
label : "Guide: Send Funds Holesky → Sepolia" ,
304
305
link : "/integrations/typescript/guided-tutorial/evm-holesky-sepolia" ,
305
306
} ,
307
+ {
308
+ label : "Example: Send Funds Holesky → Sepolia" ,
309
+ link : "/integrations/typescript/examples/evm/send-funds-holesky-to-sepolia/" ,
310
+ } ,
306
311
] ,
307
312
} ,
308
313
{
@@ -312,24 +317,20 @@ export default defineConfig({
312
317
label : "Guide: Cross Chain Contract Call" ,
313
318
link : "/integrations/typescript/guided-tutorial/cosmos-call" ,
314
319
} ,
320
+ {
321
+ label : "Example: Cross Chain Contract Call" ,
322
+ link : "/integrations/typescript/examples/cosmos/call/" ,
323
+ } ,
315
324
{
316
325
label : "Guide: Send Funds Union → Sepolia" ,
317
326
link : "/integrations/typescript/guided-tutorial/cosmos-union-sepolia" ,
318
327
} ,
328
+ {
329
+ label : "Example: Send Funds Union → Sepolia" ,
330
+ link : "/integrations/typescript/examples/cosmos/send-funds-union-to-sepolia/" ,
331
+ } ,
319
332
] ,
320
333
} ,
321
- {
322
- label : "Examples (EVM)" ,
323
- autogenerate : {
324
- directory : "/integrations/typescript/examples/evm" ,
325
- } ,
326
- } ,
327
- {
328
- label : "Examples (Cosmos)" ,
329
- autogenerate : {
330
- directory : "/integrations/typescript/examples/cosmos" ,
331
- } ,
332
- } ,
333
334
] ,
334
335
} ,
335
336
{
0 commit comments