Skip to content

Commit 1c9b2e0

Browse files
authored
chore: new create-lz-oapp config for example (#1589)
Signed-off-by: shankar <shankar@layerzerolabs.org>
1 parent 6c523ed commit 1c9b2e0

1 file changed

Lines changed: 176 additions & 0 deletions

File tree

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
{
2+
"examples": [
3+
{
4+
"id": "oapp",
5+
"label": "OApp",
6+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
7+
"directory": "examples/oapp",
8+
"ref": "main"
9+
},
10+
{
11+
"id": "oft",
12+
"label": "OFT",
13+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
14+
"directory": "examples/oft",
15+
"ref": "main"
16+
},
17+
{
18+
"id": "oft-adapter",
19+
"label": "OFTAdapter",
20+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
21+
"directory": "examples/oft-adapter",
22+
"ref": "main"
23+
},
24+
{
25+
"id": "onft721",
26+
"label": "ONFT721",
27+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
28+
"directory": "examples/onft721",
29+
"ref": "main"
30+
},
31+
{
32+
"id": "lzapp-migration",
33+
"label": "EndpointV1 Migration",
34+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
35+
"directory": "examples/lzapp-migration",
36+
"ref": "main",
37+
"experimental": ["LZ_ENABLE_MIGRATION_EXAMPLE"]
38+
},
39+
{
40+
"id": "onft721-zksync",
41+
"label": "ONFT721 zksolc",
42+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
43+
"directory": "examples/onft721-zksync",
44+
"ref": "main",
45+
"experimental": ["LZ_ENABLE_ZKSOLC_EXAMPLE"]
46+
},
47+
{
48+
"id": "oft-upgradeable",
49+
"label": "UpgradeableOFT",
50+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
51+
"directory": "examples/oft-upgradeable",
52+
"ref": "main",
53+
"experimental": ["LZ_ENABLE_UPGRADEABLE_EXAMPLE"]
54+
},
55+
{
56+
"id": "native-oft-adapter",
57+
"label": "NativeOFTAdapter",
58+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
59+
"directory": "examples/native-oft-adapter",
60+
"ref": "main",
61+
"experimental": ["LZ_ENABLE_NATIVE_EXAMPLE"]
62+
},
63+
{
64+
"id": "oft-alt",
65+
"label": "OFTAlt",
66+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
67+
"directory": "examples/oft-alt",
68+
"ref": "main",
69+
"experimental": ["LZ_ENABLE_ALT_EXAMPLE"]
70+
},
71+
{
72+
"id": "mint-burn-oft-adapter",
73+
"label": "MintBurnOFTAdapter",
74+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
75+
"directory": "examples/mint-burn-oft-adapter",
76+
"ref": "main",
77+
"experimental": ["LZ_ENABLE_MINTBURN_EXAMPLE"]
78+
},
79+
{
80+
"id": "oapp-read",
81+
"label": "lzRead View/Pure Functions Example",
82+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
83+
"directory": "examples/oapp-read",
84+
"ref": "main",
85+
"experimental": ["LZ_ENABLE_READ_EXAMPLE"]
86+
},
87+
{
88+
"id": "view-pure-read",
89+
"label": "lzRead Public Variables Example",
90+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
91+
"directory": "examples/view-pure-read",
92+
"ref": "main",
93+
"experimental": ["LZ_ENABLE_READ_EXAMPLE"]
94+
},
95+
{
96+
"id": "uniswap-read",
97+
"label": "lzRead UniswapV3 Quote",
98+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
99+
"directory": "examples/uniswap-read",
100+
"ref": "main",
101+
"experimental": ["LZ_ENABLE_READ_EXAMPLE"]
102+
},
103+
{
104+
"id": "oft-solana",
105+
"label": "OFT (Solana)",
106+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
107+
"directory": "examples/oft-solana",
108+
"ref": "main",
109+
"experimental": ["LZ_ENABLE_SOLANA_OFT_EXAMPLE"]
110+
},
111+
{
112+
"id": "oft-initia",
113+
"label": "OFT (Initia)",
114+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
115+
"directory": "examples/oft-initia",
116+
"ref": "main",
117+
"experimental": ["LZ_ENABLE_INITIA_EXAMPLE"]
118+
},
119+
{
120+
"id": "oft-adapter-initia",
121+
"label": "OFT Adapter (Initia)",
122+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
123+
"directory": "examples/oft-adapter-initia",
124+
"ref": "main",
125+
"experimental": ["LZ_ENABLE_INITIA_EXAMPLE"]
126+
},
127+
{
128+
"id": "oft-aptos-move",
129+
"label": "OFT (Aptos Move)",
130+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
131+
"directory": "examples/oft-aptos-move",
132+
"ref": "main",
133+
"experimental": ["LZ_ENABLE_EXPERIMENTAL_MOVE_VM_EXAMPLES"]
134+
},
135+
{
136+
"id": "oft-adapter-aptos-move",
137+
"label": "OFT Adapter (Aptos Move)",
138+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
139+
"directory": "examples/oft-adapter-aptos-move",
140+
"ref": "main",
141+
"experimental": ["LZ_ENABLE_EXPERIMENTAL_MOVE_VM_EXAMPLES"]
142+
},
143+
{
144+
"id": "oapp-aptos-move",
145+
"label": "OApp (Aptos Move)",
146+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
147+
"directory": "examples/oapp-aptos-move",
148+
"ref": "main",
149+
"experimental": ["LZ_ENABLE_EXPERIMENTAL_MOVE_VM_EXAMPLES"]
150+
},
151+
{
152+
"id": "oft-hyperliquid",
153+
"label": "OFT + Composer (Hyperliquid)",
154+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
155+
"directory": "examples/oft-hyperliquid",
156+
"ref": "main",
157+
"experimental": ["LZ_ENABLE_EXPERIMENTAL_HYPERLIQUID_EXAMPLE"]
158+
},
159+
{
160+
"id": "omni-call",
161+
"label": "EVM OmniCall",
162+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
163+
"directory": "examples/omni-call",
164+
"ref": "main",
165+
"experimental": ["LZ_ENABLE_EXPERIMENTAL_OMNI_CALL_EXAMPLE"]
166+
},
167+
{
168+
"id": "ovault-evm",
169+
"label": "OVault (EVM)",
170+
"repository": "https://github.com/LayerZero-Labs/devtools.git",
171+
"directory": "examples/ovault-evm",
172+
"ref": "main",
173+
"experimental": ["LZ_ENABLE_EXPERIMENTAL_OVAULT_EXAMPLE"]
174+
}
175+
]
176+
}

0 commit comments

Comments
 (0)