-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotostar.toml
52 lines (44 loc) · 1.21 KB
/
protostar.toml
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
["protostar.config"]
protostar_version = "0.4.2"
["protostar.project"]
libs_path = "lib"
["protostar.contracts"]
Empire = [
"contracts/empire.cairo",
]
#erc20 = [
# "./lib/cairo_contracts_git/src/openzeppelin/token/erc20/presets/ERC20Mintable.cairo"
#]
#s_erc721= [
# "./lib/realms_contracts_git/contracts/settling_game/tokens/S_Realms_ERC721_Mintable.cairo"
#]
#realms_erc1155 = [
# "./tests/Realms/token/Resources_ERC1155_Mintable_Burnable.cairo"
#]
#ModuleController = [
# "./lib/realms_contracts_git/contracts/settling_game/ModuleController.cairo"
#]
######## Realms Modules
#Calculator = [
# "./lib/realms_contracts_git/contracts/settling_game/modules/calculator/Calculator.cairo"
#]
#GoblinTown = [
# "./lib/realms_contracts_git/contracts/settling_game/modules/goblintown/GoblinTown.cairo"
#]
#Resources = [
# "./lib/realms_contracts_git/contracts/settling_game/modules/resources/Resources.cairo"
#]
Food = [
"./lib/realms_contracts_git/contracts/settling_game/modules/food/Food.cairo"
]
["protostar.test"]
cairo-path = [
"./tests/",
"./lib/cairo_contracts_git/src",
]
["protostar.build"]
cairo-path = [
"./tests/",
"./lib/cairo_contracts_git/src",
"./lib/realms_contracts_git"
]