-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - add suicide button - increase strength + vitality to 31 max - if adventurer level 1, set block hash in contract * - get block hash for start block + 1 - interlude should be 2 blocks - change set entropy method name * update game contract * - update starknet libs - update game contract - remove setting starting entropy on testnet - fix max base stats * update indexer contract and start block
- Loading branch information
1 parent
d1fa751
commit 12300ca
Showing
14 changed files
with
1,240 additions
and
2,451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
GAME="0x0713063bab72fb1ff6aa279f53962f3adf0154305b194da42e8d20562f61c5fd" | ||
START=24000 | ||
GAME="0x02b66531874c952844913b8cbc573878c794112b546cbf39409013e33d4777fe" | ||
START=60000 | ||
MONGO_CONNECTION_STRING="mongodb://mongo:mongo@mongo:27017" | ||
MONGO_DB="mongo" | ||
STREAM_URL='https://sepolia.starknet.a5a.ch' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.