Skip to content

Commit

Permalink
bump pixelaw to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Oct 22, 2024
1 parent 15a7f84 commit eed6f41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "My Project",
"image": "ghcr.io/pixelaw/core:0.4.4",
"image": "ghcr.io/pixelaw/core:0.4.6",
"forwardPorts": [
5050,
8080,
Expand All @@ -17,7 +17,7 @@
"PUBLIC_RELAY_URL": "http://localhost:8080",
"MASTER_ADDRESS": "0x003c4dd268780ef738920c801edc3a75b6337bc17558c74795b530c0ff502486",
"MASTER_PRIVATE_KEY": "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a",
"WORLD_ADDRESS": "0x5729e109ed70ce4f33e3164505c78476e9fec57874b69467cdf0ba51636085",
"WORLD_ADDRESS": "0x4adbe4bfe631a95a5ce99d8200a8721b1ac8096ff8941cecddc4e79a7b2d5d5",
"ACCOUNT_CLASS_HASH": "0x05400e90f7e0ae78bd02c77cd75527280470e2fe19c54970dd79dc37a9d3645c",
"FEETOKEN_ADDRESS": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"SERVER_PORT": "3000"
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.0.0"
sierra-replace-ids = true

[dependencies]
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.4.5" }
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.4.6" }
# pixelaw = { path = "../core/contracts" }


Expand Down
2 changes: 1 addition & 1 deletion dojo_dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mappings = {}
rpc_url = "http://localhost:5050/"
account_address = "0x003c4dd268780ef738920c801edc3a75b6337bc17558c74795b530c0ff502486"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
world_address = "0x5729e109ed70ce4f33e3164505c78476e9fec57874b69467cdf0ba51636085"
world_address = "0x4adbe4bfe631a95a5ce99d8200a8721b1ac8096ff8941cecddc4e79a7b2d5d5"

0 comments on commit eed6f41

Please sign in to comment.