Skip to content

Commit

Permalink
version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsodre committed Jan 27, 2024
1 parent 73a92f1 commit 6a31fa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@
{
"name": "pistols::systems::actions::actions",
"address": "0x78af18db6887ee0eb2b339f95619e88b65aa47c7025ad42dc81c7be43b631ff",
"class_hash": "0x6fd66f89f1e1ccde9397313d2cb416fb340f1f98b1e509877ef93593a327637",
"class_hash": "0x41f081d4595440355f480bb79941358ae2a76d0ccb18cb8fcf66000ff183b81",
"abi": [
{
"type": "impl",
Expand Down
2 changes: 1 addition & 1 deletion dojo/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ socials.x = "https://twitter.com/lootunderworld"
[package]
cairo-version = "2.4.0"
name = "pistols"
version = "0.3.1"
version = "0.3.2"

[cairo]
sierra-replace-ids = true
Expand Down
2 changes: 1 addition & 1 deletion dojo/run_katana
Original file line number Diff line number Diff line change
@@ -1 +1 @@
katana --disable-fee --invoke-max-steps 10000000
katana --disable-fee --invoke-max-steps 10000000 $*
2 changes: 1 addition & 1 deletion dojo/run_torii
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export WORLD=0x269c58e5fa1e7f6fe3756f1de88ecdfab7d03ba67e79ba0365b4ef1e81155be
echo "@WORLD: $WORLD"
torii -w $WORLD
torii -w $WORLD $*

0 comments on commit 6a31fa7

Please sign in to comment.