Skip to content

Commit

Permalink
changes from goerli to sepolia for testsnet (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
loothero authored Feb 19, 2024
1 parent 760fa5f commit 924b978
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/starkli_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ echo "DAO_ADDRESS=0x059dac5df32cbce17b081399e97d90be5fba726f97f00638f838613d088e
echo "GOLDEN_TOKEN_ADDRESS=0x04f5e296c805126637552cf3930e857f380e7c078e8f00696de4fc8545356b1d" >> $ENV_FILE
echo "BEASTS_ADDRESS=0x0158160018d590d93528995b340260e65aedd76d28a686e9daa5c4e8fad0c5dd" >> $ENV_FILE

# Useful game constants
echo "ADVENTURER_ID=1" >> $ENV_FILE

echo "STRENGTH=0" >> $ENV_FILE
echo "DEXTERITY=1" >> $ENV_FILE
echo "VITALITY=2" >> $ENV_FILE
echo "WISDOM=3" >> $ENV_FILE
echo "INTELLIGENCE=4" >> $ENV_FILE
echo "CHARISMA=5" >> $ENV_FILE

# default to sepolia testnet
echo "STARKNET_NETWORK=\"sepolia\"" >> $ENV_FILE
export STARKNET_NETWORK="sepolia"

# initialize starknet directories
mkdir -p $HOME/.starknet
Expand Down

0 comments on commit 924b978

Please sign in to comment.