Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Aug 22, 2024
1 parent 5a26d4d commit 75530b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions clients/react-recs-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ function App() {
const {
setup: {
clientComponents: { Dungeon, Player },
toriiClient,
client,
contractComponents,
},
account: { account },
} = useDojo();
Expand Down
4 changes: 2 additions & 2 deletions clients/react-recs-app/src/dojo/typescript/models.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
},
Expand All @@ -128,7 +128,7 @@ export function defineContractComponents(world: World) {
{
metadata: {
namespace: "dojo_starter_rpg",
name: "Player",
name: "dojo_starter_rpg-Player",
types: [
"felt252",
"u8",
Expand Down
4 changes: 2 additions & 2 deletions contracts/manifests/dev/deployment/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions contracts/manifests/dev/deployment/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 75530b5

Please sign in to comment.