-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdojo_dev.toml
More file actions
29 lines (25 loc) · 995 Bytes
/
dojo_dev.toml
File metadata and controls
29 lines (25 loc) · 995 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
# dojo_dev.toml
[world]
name = "Ghostgrid"
description = "Ghostgrid — spooky grid runs on Starknet."
cover_uri = "file://assets/cover.png"
icon_uri = "file://assets/icon.png"
website = "https://github.com/your-org/ghostgrid"
seed = "ghostgrid"
[world.socials]
x = "https://x.com/ohayo_dojo"
discord = "https://discord.gg/FB2wR6uF"
github = "https://github.com/your-org/ghostgrid"
telegram = "https://t.me/dojoengine"
[namespace]
default = "ghostgrid"
[env]
# For local dev keep Katana; for Sepolia you pass flags on CLI anyway.
rpc_url = "http://localhost:5050/"
# Default account for katana with seed = 0 (ok to keep for local)
account_address = "0x127fd5f1fe78a71f8bcd1fec63e3fe2f0486b6ecd5c86a0466c3a21fa5cfcec"
private_key = "0xc5b2fcab997346f3ea1c00b002ecf6f382c5f9c9659a3894eb783c5320f912"
# Remove/ignore any old local world_address for Sepolia runs.
# world_address = "<remove for sepolia runs>"
[writers]
"ghostgrid" = ["ghostgrid-actions", "ghostgrid-sg_actions"]