Skip to content

Commit

Permalink
bump pixelaw to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Nov 13, 2024
1 parent eed6f41 commit 78badc4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.6",
"image": "ghcr.io/pixelaw/core:0.5.1",
"forwardPorts": [
5050,
8080,
Expand All @@ -15,17 +15,17 @@
"PUBLIC_RPC_URL": "http://localhost:5050",
"PUBLIC_TORII_URL": "http://localhost:8080",
"PUBLIC_RELAY_URL": "http://localhost:8080",
"MASTER_ADDRESS": "0x003c4dd268780ef738920c801edc3a75b6337bc17558c74795b530c0ff502486",
"MASTER_ADDRESS": "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca",
"MASTER_PRIVATE_KEY": "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a",
"WORLD_ADDRESS": "0x4adbe4bfe631a95a5ce99d8200a8721b1ac8096ff8941cecddc4e79a7b2d5d5",
"WORLD_ADDRESS": "0x6f130c8e150882e39cbe878c650c8f35c86579180dbc77d0c1cbe169449b5f6",
"ACCOUNT_CLASS_HASH": "0x05400e90f7e0ae78bd02c77cd75527280470e2fe19c54970dd79dc37a9d3645c",
"FEETOKEN_ADDRESS": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"SERVER_PORT": "3000"
},
"postStartCommand": [
"/pixelaw/scripts/startup.sh"
],
// Configure tool-specific properties.
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ overlays/
.idea/

# Dirs for debugging
pixelaw/
storage/
pixelaw
storage
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dojo 1.0.0-alpha.17
dojo 1.0.0
scarb 2.7.0
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 = "0x4adbe4bfe631a95a5ce99d8200a8721b1ac8096ff8941cecddc4e79a7b2d5d5"
world_address = "0x6f130c8e150882e39cbe878c650c8f35c86579180dbc77d0c1cbe169449b5f6"

0 comments on commit 78badc4

Please sign in to comment.