-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmonorepo.code-workspace
61 lines (61 loc) · 1.09 KB
/
monorepo.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"folders": [
{
"name": ".",
"path": ".",
},
{
"name": "===== RUST =====",
"path": "rust",
},
{
"name": "theoros",
"path": "rust/theoros",
},
{
"name": "pragma-utils",
"path": "rust/pragma-utils",
},
{
"name": "pragma-feeds",
"path": "rust/pragma-feeds",
},
{
"name": "===== CAIRO =====",
"path": "cairo",
},
{
"name": "pragma_oracle",
"path": "cairo/oracle",
},
{
"name": "pragma_dispatcher",
"path": "cairo/dispatcher",
},
{
"name": "===== SOLIDITY =====",
"path": "solidity",
},
{
"name": "===== TYPESCRIPT =====",
"path": "typescript",
},
{
"name": "pragma-deployer",
"path": "typescript/pragma-deployer",
},
{
"name": "pragma-scripts",
"path": "typescript/pragma-scripts",
},
{
"name": "pragma-utils",
"path": "typescript/pragma-utils",
},
{
"name": "theoros-sdk",
"path": "typescript/theoros-sdk",
},
],
"settings": {},
}