Skip to content

Commit eef49c8

Browse files
committed
bump core to 0.6.26
1 parent 98ddf4e commit eef49c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "My Project",
3-
"image": "ghcr.io/pixelaw/core:0.6.22",
3+
"image": "ghcr.io/pixelaw/core-populated:0.6.26",
44
"forwardPorts": [
55
5050,
66
8080,
@@ -15,7 +15,7 @@
1515
"PUBLIC_RPC_URL": "http://127.0.0.1:5050",
1616
"PUBLIC_TORII_URL": "http://127.0.0.1:8080",
1717
"PUBLIC_RELAY_URL": "http://127.0.0.1:8080",
18-
"WORLD_ADDRESS": "0x5a247732e3a59737fea5504ed776c6e79eae8b6b2317402ab36b6d3cc508e6",
18+
"WORLD_ADDRESS": "0x01d09b5e00f376337603943fc12715e439e91c0039f353b1cc48bb278dfa99d5",
1919
"WORLD_ID": "local",
2020
"SERVER_PORT": "3000",
2121
// For web

Scarb.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ edition = "2024_07"
88
sierra-replace-ids = true
99

1010
[dependencies]
11-
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.6.25" }
11+
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.6.26" }
1212
#pixelaw = { path = "../core/contracts" }
1313
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.4.0" }
1414

1515
[dev-dependencies]
1616
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.4.0" }
17-
pixelaw_testing = { git = "https://github.com/pixelaw/core", tag = "v0.6.25" }
17+
pixelaw_testing = { git = "https://github.com/pixelaw/core", tag = "v0.6.26" }
1818
#pixelaw_testing = { path = "../core/pixelaw_testing" }
1919

2020
[[target.starknet-contract]]

0 commit comments

Comments
 (0)