Skip to content

Commit

Permalink
bump connector & torii (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l authored Dec 8, 2024
1 parent 6702d6d commit 4e52b86
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ slot_ryo2_torii = "slot d create ryo2 torii -v v1.0.0-rc.2 --config-file ./torii
slot_ryosepolia_torii = "slot d create ryosepolia2 torii -v v1.0.0-rc.2 --config-file ./torii_ryosepolia2.toml"

# slot ryomainnet
slot_ryomainnet_torii = "slot d create --tier rare ryomainnet torii -v v1.0.1 --config ./torii_mainnet.toml"
slot_ryomainnet_torii = "slot d create --tier rare ryomainnet torii -v v1.0.5 --config ./torii_mainnet.toml"

[profile.ryo1]
[profile.ryo2]
Expand Down
4 changes: 2 additions & 2 deletions torii_mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ world_address = "0x04f3dccb47477c087ad9c76b8067b8aadded57f8df7f2d7543e6066bcb253

[indexing]
allowed_origins = ["*"]
index_pending = true
index_transactions = false
pending = true
transactions = true
polling_interval = 1000
contracts = []

Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"gen:dojo": "pnpm gen"
},
"dependencies": {
"@cartridge/connector": "0.5.1",
"@cartridge/connector": "0.5.4",
"@chakra-ui/anatomy": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@dojoengine/core": "v1.0.0-alpha.30",
Expand Down
105 changes: 57 additions & 48 deletions web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e52b86

Please sign in to comment.