We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b479a7c commit 03f7c0fCopy full SHA for 03f7c0f
packages/create-lz-oapp/src/config.ts
@@ -25,6 +25,13 @@ export const getExamples = (): Example[] => {
25
directory: 'examples/oapp',
26
ref,
27
},
28
+ {
29
+ id: 'oft-solana',
30
+ label: 'OFT - EVM, Solana',
31
+ repository,
32
+ directory: 'examples/oft-solana',
33
+ ref,
34
+ },
35
{
36
id: 'oft',
37
label: 'OFT - EVM only',
@@ -149,13 +156,6 @@ export const getExamples = (): Example[] => {
149
156
150
157
]
151
158
: []),
152
- {
153
- id: 'oft-solana',
154
- label: 'OFT - EVM, Solana',
155
- repository,
- directory: 'examples/oft-solana',
- ref,
- },
159
...(process.env.LZ_ENABLE_SOLANA_OAPP_EXAMPLE
160
? [
161
0 commit comments