Skip to content

Commit

Permalink
refactor: flop deletes entity for torii optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 17, 2024
1 parent 8445dac commit 349cff5
Show file tree
Hide file tree
Showing 15 changed files with 1,807 additions and 394 deletions.
4 changes: 2 additions & 2 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies = [

[[package]]
name = "dojo_plugin"
version = "0.7.3"
source = "git+https://github.com/dojoengine/dojo?rev=71b1f1a4#71b1f1a467534cbeeb901356f41e612ed4187bd1"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?rev=f15def33#f15def330c0d099e79351d11c197f63e8cc1ff36"

[[package]]
name = "flippyflop"
Expand Down
24 changes: 0 additions & 24 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,3 @@ dojo = { path = "/Users/nasr/Documents/development.nosync/dojo/crates/dojo-core"

[tool.dojo]
initializer_class_hash = "0xbeef"

[tool.dojo.env]
rpc_url = "http://localhost:5050/"
# Default account for katana with seed = 0
account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
world_address = "0x678d2dbb97c627a10df6cfb93ea5301ced8811f1c927599732fb8da6db112e2" # Uncomment and update this line with your world address.

[tool.dojo.world]
name = "Flippy Flop"
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"
seed = "flippyflop"

[tool.dojo.world.namespace]
default = "flippyflop"

[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"
25 changes: 25 additions & 0 deletions dojo_dev.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
initializer_class_hash = "0xbeef"

[env]
rpc_url = "http://localhost:5050/"
# Default account for katana with seed = 0
account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca"
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a"
world_address = "0x1ca8e3b7bc101ffd443a1e3b452a4f49607841461b168cb2cc365322722b67" # Uncomment and update this line with your world address.

[world]
name = "Flippy Flop"
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"
seed = "flippyflop"

[namespace]
default = "flippyflop"

[socials]
x = "https://x.com/ohayo_dojo"
discord = "https://discord.gg/FB2wR6uF"
github = "https://github.com/dojoengine/dojo-starter"
telegram = "https://t.me/dojoengine"
Binary file added indexer.db
Binary file not shown.
Loading

0 comments on commit 349cff5

Please sign in to comment.