Skip to content

Commit

Permalink
chore: fix some typos in comment (#2880)
Browse files Browse the repository at this point in the history
Signed-off-by: longxiangqiao <[email protected]>
  • Loading branch information
longxiangqiao authored Jan 8, 2025
1 parent baf0ce9 commit 5d1d308
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bin/saya/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cargo run --bin saya -- \
export DOJO_ACCOUNT_ADDRESS="<YOUR_ACCOUNT_ADDRESS>"
export DOJO_PRIVATE_KEY="<YOUR_PRIVATE_KEY>"
```
* Setup variables in or use enviroment variables ```bin/saya/scripts/0_account_setup.sh```, and run script
* Setup variables in or use environment variables ```bin/saya/scripts/0_account_setup.sh```, and run script
* `sncast` doesn't support environment variables, for now, so you may have to set the options manually.
**During this tutorial, we will export environment variables, so you must remain in the same shell session**.
Expand Down Expand Up @@ -166,7 +166,7 @@ cargo run --bin saya -- \
If not (this includes Apple Silicon), some emulation will take place to run the prover on your machine, and this is very very slow.
It's important that the `--start-block` of Saya is the first block produced by Katana as for now Katana is not fetching events from the forked network. To get this value, you can add one to the `SAYA_FORK_BLOCK_NUMBER` value.
**Currently saya supports only persistant mode, ephermal will be implemented in future
**Currently saya supports only persistent mode, ephermal will be implemented in future
```bash
cargo run -r --bin saya -- \
Expand Down
2 changes: 1 addition & 1 deletion bin/saya/saya.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SAYA_PILTOVER_STARTING_STATE_ROOT=0
SAYA_CONFIG_HASH=42
SAYA_PROGRAM_HASH=0x2aa9e430c145b26d681a8087819ed5bff93f5596105d0e74f00fc7caa46fa18 #need to be reupdated

# Set after runnig the script
# Set after running the script

SAYA_WORLD_ADDRESS=""
SAYA_WORLD_PREPARED="" # Set to anything after preparing the world successfully for the first time
Expand Down
2 changes: 1 addition & 1 deletion scripts/cargo_bench.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euxo pipefail

# Can be run for one intergration test with: `--test TEST_NAME`
# Can be run for one integration test with: `--test TEST_NAME`

# prepare contract
sozo --manifest-path crates/benches/contracts/Scarb.toml build
Expand Down
2 changes: 1 addition & 1 deletion scripts/spam_txs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# This scripts spams transactions to the spawn-and-move example by targetting
# This scripts spams transactions to the spawn-and-move example by targeting
# the set_models function.
#
# Usage:
Expand Down

0 comments on commit 5d1d308

Please sign in to comment.