Skip to content

Commit

Permalink
feat: add manifest to git control
Browse files Browse the repository at this point in the history
  • Loading branch information
posaune0423 committed Sep 21, 2024
1 parent 81abf18 commit 4cb18c0
Show file tree
Hide file tree
Showing 97 changed files with 46,521 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ web/public/assets/placeholder/pixel-state.png
**/**/*.log
**/**/*.sqlite
contracts/out
contracts/manifests
contracts/target
.aider*
contracts/katana/
4 changes: 2 additions & 2 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.11" }
[tool.fmt]
sort-module-level-items = true

[lib]
# [[target.dojo]]
# [lib]
[[target.dojo]]


[profile.dev-pop]
Expand Down
4 changes: 2 additions & 2 deletions contracts/dojo_slot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ mappings = {}

[env]
rpc_url = "https://api.cartridge.gg/x/pixelaw-dev/katana/"
account_address = "0xaa9016ffee6352fa42d6b8b40461a801634cbc2667f03d1bc3e96dc887d626"
private_key = "0x6c8c066383c813d22d099719dcc530a27f11b5147f40510eb71cf8b7e29b613"
account_address = "0x75aab901b406698604a33f1c81c6487b8de3b2d7ad2456cf01658b68b12aa5"
private_key = "0x74825107c10098a1a991b1419e0afad3afc9e9ba4d16dec23995916cdca4366"
world_address = "0x263ae44e5414519a5c5a135cccaf3d9d7ee196d37e8de47a178da91f3de9b34"
Loading

0 comments on commit 4cb18c0

Please sign in to comment.