From 75530b5db3cb77057e72ee30a4a358efce57fe57 Mon Sep 17 00:00:00 2001 From: ponderingdemocritus Date: Thu, 22 Aug 2024 10:00:59 -0400 Subject: [PATCH] fix --- clients/react-recs-app/src/App.tsx | 2 -- clients/react-recs-app/src/dojo/typescript/models.gen.ts | 4 ++-- contracts/manifests/dev/deployment/manifest.json | 4 ++-- contracts/manifests/dev/deployment/manifest.toml | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/clients/react-recs-app/src/App.tsx b/clients/react-recs-app/src/App.tsx index 33176e4..cde1ad7 100644 --- a/clients/react-recs-app/src/App.tsx +++ b/clients/react-recs-app/src/App.tsx @@ -10,9 +10,7 @@ function App() { const { setup: { clientComponents: { Dungeon, Player }, - toriiClient, client, - contractComponents, }, account: { account }, } = useDojo(); diff --git a/clients/react-recs-app/src/dojo/typescript/models.gen.ts b/clients/react-recs-app/src/dojo/typescript/models.gen.ts index 970ae6e..65042fb 100644 --- a/clients/react-recs-app/src/dojo/typescript/models.gen.ts +++ b/clients/react-recs-app/src/dojo/typescript/models.gen.ts @@ -102,7 +102,7 @@ export function defineContractComponents(world: World) { { metadata: { namespace: "dojo_starter_rpg", - name: "Dungeon", + name: "dojo_starter_rpg-Dungeon", types: ["felt252", "u8", "u8", "u8", "u8", "u16"], customTypes: [], }, @@ -128,7 +128,7 @@ export function defineContractComponents(world: World) { { metadata: { namespace: "dojo_starter_rpg", - name: "Player", + name: "dojo_starter_rpg-Player", types: [ "felt252", "u8", diff --git a/contracts/manifests/dev/deployment/manifest.json b/contracts/manifests/dev/deployment/manifest.json index c5e6213..16ef8c0 100644 --- a/contracts/manifests/dev/deployment/manifest.json +++ b/contracts/manifests/dev/deployment/manifest.json @@ -1230,8 +1230,8 @@ } ], "address": "0x64ba78fe3ab8aedf19206180187d77a8b20b2a1f94877e18b86cb92dca82334", - "transaction_hash": "0x7f60381b90f4a4ea937b89f903df43b1836e7c39f50b544bd37046c6e8ae8ca", - "block_number": 3, + "transaction_hash": "0x4d5639d13bb4f8c2254645f4318b8e6e1215bdf0847608e8b09ddf91e18d99c", + "block_number": 5, "seed": "dojo_starter_rpg", "metadata": { "profile_name": "dev", diff --git a/contracts/manifests/dev/deployment/manifest.toml b/contracts/manifests/dev/deployment/manifest.toml index f7a2964..53168ca 100644 --- a/contracts/manifests/dev/deployment/manifest.toml +++ b/contracts/manifests/dev/deployment/manifest.toml @@ -4,8 +4,8 @@ class_hash = "0x458d0ce5b14a4844092bdb62050f462d53362304a13febbac6d973691d61be2" original_class_hash = "0x458d0ce5b14a4844092bdb62050f462d53362304a13febbac6d973691d61be2" abi = "manifests/dev/deployment/abis/dojo-world.json" address = "0x64ba78fe3ab8aedf19206180187d77a8b20b2a1f94877e18b86cb92dca82334" -transaction_hash = "0x7f60381b90f4a4ea937b89f903df43b1836e7c39f50b544bd37046c6e8ae8ca" -block_number = 3 +transaction_hash = "0x4d5639d13bb4f8c2254645f4318b8e6e1215bdf0847608e8b09ddf91e18d99c" +block_number = 5 seed = "dojo_starter_rpg" manifest_name = "dojo-world"