Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makin Slot work again #1

Merged
merged 2 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 5 additions & 14 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,12 @@ dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.1" }
initializer_class_hash = "0xbeef"

[tool.dojo.env]
rpc_url = "https://api.cartridge.gg/x/bytebeast/katana"
rpc_url = "https://api.cartridge.gg/x/work/katana"
# Default account for katana with seed = 0
account_address = "0x69562e297da25abcc1fd34e53b4a534e939fcc445f946e8d8d2bcb3e0e44e44"
private_key = "0x4710e214ec335128592d179195a0b52a641d32bdb780803f30f6ee5805783c4"
account_address = "0x63eee6e20919b06f8198151c9951e5cf616077d395599ec124824bc6a505c9c"
private_key = "0x2334657b5ee62ab3b3845b7f73f927cb55118b098f5eff35360dea78d5efef4"
#world_address = "0xb4079627ebab1cd3cf9fd075dda1ad2454a7a448bf659591f259efa2519b18" # Uncomment and update this line with your world address.

[tool.dojo.world]
name = "Dojo starter"
description = "The official Dojo Starter guide, the quickest and most streamlined way to get your Dojo Autonomous World up and running. This guide will assist you with the initial setup, from cloning the repository to deploying your world."
cover_uri = "file://assets/cover.png"
icon_uri = "file://assets/icon.png"
website = "https://github.com/dojoengine/dojo-starter"

[tool.dojo.world.socials]
x = "https://x.com/ohayo_dojo"
discord = "https://discord.gg/FB2wR6uF"
github = "https://github.com/dojoengine/dojo-starter"
telegram = "https://t.me/dojoengine"
name = "bytebeast"
description = "This is the Dojo implementation for Bytebeast"

This file was deleted.

27 changes: 0 additions & 27 deletions bindings/unity/Models/DirectionsAvailable.gen.cs

This file was deleted.

50 changes: 0 additions & 50 deletions bindings/unity/Models/Moved.gen.cs

This file was deleted.

33 changes: 0 additions & 33 deletions bindings/unity/Models/Moves.gen.cs

This file was deleted.

34 changes: 0 additions & 34 deletions bindings/unity/Models/Position.gen.cs

This file was deleted.

4 changes: 2 additions & 2 deletions manifests/dev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,12 +1000,12 @@
}
],
"address": "0xb4079627ebab1cd3cf9fd075dda1ad2454a7a448bf659591f259efa2519b18",
"transaction_hash": "0x3a729aa09b4ad351fbc724f94c6d599037a53d7d9b5a182097a60fb09d0486c",
"transaction_hash": "0x4b6f028e019c8db1a07e76a6183b677fba9cac8d269220207da8b9c06514638",
"block_number": 3,
"seed": "dojo_starter",
"metadata": {
"profile_name": "dev",
"rpc_url": "http://localhost:5050/"
"rpc_url": "https://api.cartridge.gg/x/work/katana"
},
"name": "dojo::world::world"
},
Expand Down
4 changes: 2 additions & 2 deletions manifests/dev/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ class_hash = "0x3f63cecdc4964acafb921ba2934c6507d1b3c344edb64c2762cf08053169ab9"
original_class_hash = "0x3f63cecdc4964acafb921ba2934c6507d1b3c344edb64c2762cf08053169ab9"
abi = "manifests/dev/abis/deployments/dojo_world_world.json"
address = "0xb4079627ebab1cd3cf9fd075dda1ad2454a7a448bf659591f259efa2519b18"
transaction_hash = "0x3a729aa09b4ad351fbc724f94c6d599037a53d7d9b5a182097a60fb09d0486c"
transaction_hash = "0x4b6f028e019c8db1a07e76a6183b677fba9cac8d269220207da8b9c06514638"
block_number = 3
seed = "dojo_starter"
name = "dojo::world::world"

[world.metadata]
profile_name = "dev"
rpc_url = "http://localhost:5050/"
rpc_url = "https://api.cartridge.gg/x/work/katana"

[base]
kind = "Class"
Expand Down
2 changes: 1 addition & 1 deletion scripts/default_auth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ check_cmd() {

need_cmd jq

export RPC_URL="https://api.cartridge.gg/x/bytebeast/katana"
export RPC_URL="https://api.cartridge.gg/x/work/katana"

export WORLD_ADDRESS=$(cat ./manifests/dev/manifest.json | jq -r '.world.address')

Expand Down
2 changes: 1 addition & 1 deletion scripts/move.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
pushd $(dirname "$0")/..

export RPC_URL="https://api.cartridge.gg/x/bytebeast/katana";
export RPC_URL="https://api.cartridge.gg/x/work/katana";

export WORLD_ADDRESS=$(cat ./manifests/dev/manifest.json | jq -r '.world.address')

Expand Down
2 changes: 1 addition & 1 deletion scripts/spawn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
pushd $(dirname "$0")/..

export RPC_URL="https://api.cartridge.gg/x/bytebeast/katana"
export RPC_URL="https://api.cartridge.gg/x/work/katana"

export WORLD_ADDRESS=$(cat ./manifests/dev/manifest.json | jq -r '.world.address')

Expand Down
Loading