diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c4f4bcd..0571147 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - run: curl -L https://install.dojoengine.org | bash - - run: /home/runner/.config/.dojo/bin/dojoup -v v1.0.0-alpha.9 + - run: /home/runner/.config/.dojo/bin/dojoup -v v1.0.0-alpha.11 - run: | /home/runner/.config/.dojo/bin/sozo build /home/runner/.config/.dojo/bin/sozo test diff --git a/README.md b/README.md index 05061c9..caaa502 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ sozo build sozo migrate apply # Start Torii -torii --world 0x3b34889efbdf01f707d5d7421f112e8fb85a42fb6f2e5422c75ce3253148b0e --allowed-origins "*" +torii --world 0x5d475a9221f6cbf1a016b12400a01b9a89935069aecd57e9876fcb2a7bb29da --allowed-origins "*" ``` --- diff --git a/Scarb.lock b/Scarb.lock index e994b92..f56e6ba 100644 --- a/Scarb.lock +++ b/Scarb.lock @@ -4,7 +4,7 @@ version = 1 [[package]] name = "dojo" version = "1.0.0-alpha.4" -source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.9#e42ce0c220a59d75c5b08e87a81de12cfdc27a55" +source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.11#fbff45b249e2b931f5007edf2d526beef7dc553f" dependencies = [ "dojo_plugin", ] diff --git a/Scarb.toml b/Scarb.toml index 1a551d7..3493e79 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -12,6 +12,6 @@ spawn = "./scripts/spawn.sh" move = "./scripts/move.sh" [dependencies] -dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.9" } +dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.11" } [[target.dojo]] diff --git a/dojo_dev.toml b/dojo_dev.toml index a4e1ba8..630bfc2 100644 --- a/dojo_dev.toml +++ b/dojo_dev.toml @@ -20,4 +20,4 @@ rpc_url = "http://localhost:5050/" # Default account for katana with seed = 0 account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca" private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a" -world_address = "0x3b34889efbdf01f707d5d7421f112e8fb85a42fb6f2e5422c75ce3253148b0e" +world_address = "0x5d475a9221f6cbf1a016b12400a01b9a89935069aecd57e9876fcb2a7bb29da" diff --git a/manifests/dev/base/abis/dojo-world.json b/manifests/dev/base/abis/dojo-world.json index 897b4d9..8553809 100644 --- a/manifests/dev/base/abis/dojo-world.json +++ b/manifests/dev/base/abis/dojo-world.json @@ -939,6 +939,11 @@ "type": "core::felt252", "kind": "data" }, + { + "name": "entity_id", + "type": "core::felt252", + "kind": "data" + }, { "name": "keys", "type": "core::array::Span::", diff --git a/manifests/dev/base/dojo-world.toml b/manifests/dev/base/dojo-world.toml index 2b3b140..ff32465 100644 --- a/manifests/dev/base/dojo-world.toml +++ b/manifests/dev/base/dojo-world.toml @@ -1,6 +1,6 @@ kind = "Class" -class_hash = "0xa349b743d361ce4567361475a89b84a386bb383448c6926954e5fe0b525597" -original_class_hash = "0xa349b743d361ce4567361475a89b84a386bb383448c6926954e5fe0b525597" +class_hash = "0x6f4515274ee23404789c3351a77107d0ec07508530119822046600ca6948d6e" +original_class_hash = "0x6f4515274ee23404789c3351a77107d0ec07508530119822046600ca6948d6e" abi = "manifests/dev/base/abis/dojo-world.json" tag = "dojo-world" manifest_name = "dojo-world" diff --git a/manifests/dev/deployment/abis/dojo-world.json b/manifests/dev/deployment/abis/dojo-world.json index 897b4d9..8553809 100644 --- a/manifests/dev/deployment/abis/dojo-world.json +++ b/manifests/dev/deployment/abis/dojo-world.json @@ -939,6 +939,11 @@ "type": "core::felt252", "kind": "data" }, + { + "name": "entity_id", + "type": "core::felt252", + "kind": "data" + }, { "name": "keys", "type": "core::array::Span::", diff --git a/manifests/dev/deployment/manifest.json b/manifests/dev/deployment/manifest.json index 416d3cd..618b758 100644 --- a/manifests/dev/deployment/manifest.json +++ b/manifests/dev/deployment/manifest.json @@ -1,8 +1,8 @@ { "world": { "kind": "WorldContract", - "class_hash": "0xa349b743d361ce4567361475a89b84a386bb383448c6926954e5fe0b525597", - "original_class_hash": "0xa349b743d361ce4567361475a89b84a386bb383448c6926954e5fe0b525597", + "class_hash": "0x6f4515274ee23404789c3351a77107d0ec07508530119822046600ca6948d6e", + "original_class_hash": "0x6f4515274ee23404789c3351a77107d0ec07508530119822046600ca6948d6e", "abi": [ { "type": "impl", @@ -944,6 +944,11 @@ "type": "core::felt252", "kind": "data" }, + { + "name": "entity_id", + "type": "core::felt252", + "kind": "data" + }, { "name": "keys", "type": "core::array::Span::", @@ -1229,8 +1234,8 @@ ] } ], - "address": "0x3b34889efbdf01f707d5d7421f112e8fb85a42fb6f2e5422c75ce3253148b0e", - "transaction_hash": "0x4729b83525f0dddbfce0afd73e0b6a39303de51690efd756691356c21c30067", + "address": "0x5d475a9221f6cbf1a016b12400a01b9a89935069aecd57e9876fcb2a7bb29da", + "transaction_hash": "0x178c2f4c963f5696df3e3609360f9c480bf7fc8f5aac68cafede930f04f9a6c", "block_number": 3, "seed": "dojo_starter", "metadata": { @@ -1250,7 +1255,7 @@ "contracts": [ { "kind": "DojoContract", - "address": "0x5e8df8a235031ba8e66e590a7289d27d7d54c026bcdbda62b791c0a69055225", + "address": "0x25d128c5fe89696e7e15390ea58927bbed4290ae46b538b28cfc7c2190e378b", "class_hash": "0x7304354bfea03508e0a8beaca98c9580c852a0e350b74dcafb55192c62fa3f4", "original_class_hash": "0x7304354bfea03508e0a8beaca98c9580c852a0e350b74dcafb55192c62fa3f4", "base_class_hash": "0x2427dd10a58850ac9a5ca6ce04b7771b05330fd18f2e481831ad903b969e6b2", diff --git a/manifests/dev/deployment/manifest.toml b/manifests/dev/deployment/manifest.toml index 41d787c..fea7142 100644 --- a/manifests/dev/deployment/manifest.toml +++ b/manifests/dev/deployment/manifest.toml @@ -1,10 +1,10 @@ [world] kind = "WorldContract" -class_hash = "0xa349b743d361ce4567361475a89b84a386bb383448c6926954e5fe0b525597" -original_class_hash = "0xa349b743d361ce4567361475a89b84a386bb383448c6926954e5fe0b525597" +class_hash = "0x6f4515274ee23404789c3351a77107d0ec07508530119822046600ca6948d6e" +original_class_hash = "0x6f4515274ee23404789c3351a77107d0ec07508530119822046600ca6948d6e" abi = "manifests/dev/deployment/abis/dojo-world.json" -address = "0x3b34889efbdf01f707d5d7421f112e8fb85a42fb6f2e5422c75ce3253148b0e" -transaction_hash = "0x4729b83525f0dddbfce0afd73e0b6a39303de51690efd756691356c21c30067" +address = "0x5d475a9221f6cbf1a016b12400a01b9a89935069aecd57e9876fcb2a7bb29da" +transaction_hash = "0x178c2f4c963f5696df3e3609360f9c480bf7fc8f5aac68cafede930f04f9a6c" block_number = 3 seed = "dojo_starter" manifest_name = "dojo-world" @@ -23,7 +23,7 @@ manifest_name = "dojo-base" [[contracts]] kind = "DojoContract" -address = "0x5e8df8a235031ba8e66e590a7289d27d7d54c026bcdbda62b791c0a69055225" +address = "0x25d128c5fe89696e7e15390ea58927bbed4290ae46b538b28cfc7c2190e378b" class_hash = "0x7304354bfea03508e0a8beaca98c9580c852a0e350b74dcafb55192c62fa3f4" original_class_hash = "0x7304354bfea03508e0a8beaca98c9580c852a0e350b74dcafb55192c62fa3f4" base_class_hash = "0x2427dd10a58850ac9a5ca6ce04b7771b05330fd18f2e481831ad903b969e6b2"