-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdojo_dev.toml
More file actions
35 lines (29 loc) · 947 Bytes
/
dojo_dev.toml
File metadata and controls
35 lines (29 loc) · 947 Bytes
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
# How to use this config file: https://book.dojoengine.org/framework/config#dojo_profiletoml
[world]
name = "myapp"
seed = "pixelaw"
[namespace]
default = "myapp"
# Reserve the pixelaw core contract names, the rest can be "myapp" automatically.
mappings = { "pixelaw" = [
"actions", "App", "AppName", "Area", "CoreActionsAddress", "Pixel", "QueueItem", "RTree", "Notification", "QueueScheduled"
] }
[env]
rpc_url = "http://localhost:5050/"
account_address = "0x127fd5f1fe78a71f8bcd1fec63e3fe2f0486b6ecd5c86a0466c3a21fa5cfcec"
private_key = "0xc5b2fcab997346f3ea1c00b002ecf6f382c5f9c9659a3894eb783c5320f912"
[writers]
"myapp-ClickGame" = ["myapp-myapp_actions"]
[migration]
skip_contracts = [
"pixelaw-actions",
"pixelaw-App",
"pixelaw-AppName",
"pixelaw-Area",
"pixelaw-CoreActionsAddress",
"pixelaw-Pixel",
"pixelaw-QueueItem",
"pixelaw-RTree",
"pixelaw-Notification",
"pixelaw-QueueScheduled"
]