File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ,
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
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ edition = "2024_07"
88sierra-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" }
1313dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.4.0" }
1414
1515[dev-dependencies ]
1616dojo_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 ]]
You can’t perform that action at this time.
0 commit comments