Skip to content

Commit 03f7c0f

Browse files
committed
reorder
1 parent b479a7c commit 03f7c0f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/create-lz-oapp/src/config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ export const getExamples = (): Example[] => {
2525
directory: 'examples/oapp',
2626
ref,
2727
},
28+
{
29+
id: 'oft-solana',
30+
label: 'OFT - EVM, Solana',
31+
repository,
32+
directory: 'examples/oft-solana',
33+
ref,
34+
},
2835
{
2936
id: 'oft',
3037
label: 'OFT - EVM only',
@@ -149,13 +156,6 @@ export const getExamples = (): Example[] => {
149156
},
150157
]
151158
: []),
152-
{
153-
id: 'oft-solana',
154-
label: 'OFT - EVM, Solana',
155-
repository,
156-
directory: 'examples/oft-solana',
157-
ref,
158-
},
159159
...(process.env.LZ_ENABLE_SOLANA_OAPP_EXAMPLE
160160
? [
161161
{

0 commit comments

Comments
 (0)