Skip to content

Commit

Permalink
Merge branch 'main' into fix/minor-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar authored Aug 21, 2024
2 parents bafbb8e + 8756a62 commit 980e613
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ HEALTHCHECK CMD curl --fail http://localhost:3000 && \
exit 1

COPY ./dojo_init /tmp/dojo_init
COPY ./contracts/dojo_dev.toml /tmp/dojo_init
COPY ./contracts/Scarb.toml /tmp/dojo_init
COPY ./contracts/Scarb.lock /tmp/dojo_init

Expand Down
19 changes: 19 additions & 0 deletions contracts/dojo_pop.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@


# The "Populated" world
# ----------------------------------------------------------------------------
[world]
description = "Empty PixeLAW world"
name = "pixelaw"
seed="pixelaw"

[namespace]
default = "pixelaw"
mappings = { }


[env]
rpc_url = "http://localhost:5050/"
account_address = "0x003c4dd268780ef738920c801edc3a75b6337bc17558c74795b530c0ff502486"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
world_address= "0x00a712727a27defbf77122fae30c91e90ec62bba8f09a2a396eddc29b768386b"

0 comments on commit 980e613

Please sign in to comment.