Skip to content

Commit 8187c49

Browse files
committed
upgrading to core 0.6.16
1 parent 37a6e2a commit 8187c49

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "My Project",
3-
"image": "ghcr.io/pixelaw/core-populated:0.6.13",
3+
"image": "ghcr.io/pixelaw/core:0.6.16",
44
"forwardPorts": [
55
5050,
66
8080,

Scarb.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ version = "0.0.0"
77
sierra-replace-ids = true
88

99
[dependencies]
10-
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.6.9" }
10+
pixelaw = { git = "https://github.com/pixelaw/core", tag = "v0.6.16" }
1111
#pixelaw = { path = "../core/contracts" }
1212
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.2.1" }
1313

1414
[dev-dependencies]
1515
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.2.1" }
16-
pixelaw_test_helpers = { git = "https://github.com/pixelaw/core", tag = "v0.6.9" }
16+
#pixelaw_test_helpers = { git = "https://github.com/pixelaw/core", tag = "v0.6.16" }
1717
#pixelaw_test_helpers = { path = "../core/test_helpers" }
1818

1919
[[target.starknet-contract]]
2020
sierra = true
21+
2122
build-external-contracts = [
2223
"dojo::world::world_contract::world",
2324
"pixelaw::core::actions::actions",

dojo_dev.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ mappings = {}
1111
rpc_url = "http://localhost:5050/"
1212
account_address = "0x127fd5f1fe78a71f8bcd1fec63e3fe2f0486b6ecd5c86a0466c3a21fa5cfcec"
1313
private_key = "0xc5b2fcab997346f3ea1c00b002ecf6f382c5f9c9659a3894eb783c5320f912"
14-
world_address = "0x2bf4d3aa0dced89d37d8c3b4ff6a05895c0af32ff3baf9b02abf8504e53eaad"
14+
world_address = "0x005a247732e3a59737fea5504ed776c6e79eae8b6b2317402ab36b6d3cc508e6"

src/tests.cairo

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mod tests {
2020
use pixelaw::core::utils::{
2121
get_core_actions, encode_rgba, decode_rgba, Direction, Position, DefaultParameters
2222
};
23-
use pixelaw_test_helpers::{
23+
use pixelaw::tests::test_helpers::{
2424
update_test_world, setup_core, setup_core_initialized, setup_apps, setup_apps_initialized,
2525
ZERO_ADDRESS, set_caller, drop_all_events, TEST_POSITION, WHITE_COLOR, RED_COLOR
2626
};

0 commit comments

Comments
 (0)