Skip to content

Commit

Permalink
LS V1.1 (#574)
Browse files Browse the repository at this point in the history
* - 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
starknetdev authored Apr 17, 2024
1 parent d1fa751 commit 12300ca
Show file tree
Hide file tree
Showing 14 changed files with 1,240 additions and 2,451 deletions.
4 changes: 2 additions & 2 deletions indexer/env-sepolia
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'
8 changes: 4 additions & 4 deletions ui/.env.sepolia
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ NEXT_PUBLIC_RPC_API_KEY=efb20d63-c5e0-4f5d-ab72-ef7add92779f
NEXT_PUBLIC_LS_GQL_URL=https://survivor-sepolia-indexer.realms.world/graphql
NEXT_PUBLIC_TOKENS_GQL_URL=https://testnet.realms.world/api/graphql
NEXT_PUBLIC_ETH_ADDRESS=0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
NEXT_PUBLIC_GAME_ADDRESS=0x0713063bab72fb1ff6aa279f53962f3adf0154305b194da42e8d20562f61c5fd
NEXT_PUBLIC_GAME_ADDRESS=0x02b66531874c952844913b8cbc573878c794112b546cbf39409013e33d4777fe
NEXT_PUBLIC_OLD_GAME_ADDRESS=0x0
NEXT_PUBLIC_LORDS_ADDRESS=0x044e6bcc627e6201ce09f781d1aae44ea4c21c2fdef299e34fce55bef2d02210
NEXT_PUBLIC_BEASTS_ADDRESS=0x03065c1db93be057c40fe92c9cba7f898de8d3622693d128e4e97fdc957808a3
NEXT_PUBLIC_GOLDEN_TOKEN_ADDRESS=0x024f21982680442892d2f7ac4cee98c7d62708b04fdf9f8a0453415baca4b16f
NEXT_PUBLIC_LORDS_ADDRESS=0x019c92fa87f4d5e3be25c3dd6a284f30282a07e87cd782f5fd387b82c8142017
NEXT_PUBLIC_BEASTS_ADDRESS=0x020c7c02c973ffa3a48fb78e9472b679c72c11b59512f524154ade0a39f54136
NEXT_PUBLIC_GOLDEN_TOKEN_ADDRESS=0x07626660faba349aad9ad2aaa0ff8645c079fa8e043a168d640d92472806eeac
NEXT_PUBLIC_ARCADE_ACCOUNT_CLASS_HASH=0x0251830adc3d8b4d818c2c309d71f1958308e8c745212480c26e01120c69ee49
NEXT_PUBLIC_DAO_ADDRESS=0x0314924118945405ac0bcd6181457712795c0effc29d8dd3be86d3f3ec62adc1
NEXT_PUBLIC_APP_URL=https://sepolia-survivor.realms.world/
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"react-responsive": "^9.0.2",
"react-transition-group": "^4.4.5",
"react-type-animation": "^3.0.1",
"starknet": "^6.4.3",
"starknetkit": "^1.0.22",
"starknet": "6.7.0",
"starknetkit": "^1.1.9",
"tailwind-merge": "^1.10.0",
"tailwindcss": "^3.3.0",
"typescript": "5.0.2",
Expand Down
Loading

0 comments on commit 12300ca

Please sign in to comment.