Skip to content

Commit

Permalink
update game contract
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 26, 2023
1 parent 1077ff2 commit c86c1a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions indexer/env-goerli
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GAME="0x0432b7f75ee336a6c297df710d567e02242e4dfe7efa51f213af63e28f362582"
START=857000
GAME="0x0528834cb52940c46b4b02a632d424b05f6764e775079b7fd77108e8ce39e498"
START=873000
MONGO_CONNECTION_STRING="mongodb://mongo:[email protected]:27017"
2 changes: 1 addition & 1 deletion ui/src/app/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const contracts = {
"0x067e87cea28bfd9314a1d3c41fb26a58ca1346ff0ea2452e59b9eeb2828692dc",
},
goerli: {
game: "0x0432b7f75ee336a6c297df710d567e02242e4dfe7efa51f213af63e28f362582",
game: "0x05e50a6b1a353af386957c05de3183dcce0b579bf4c76d860d5aa9a7179305e7",
lords_erc20_mintable:
"0x059dac5df32cbce17b081399e97d90be5fba726f97f00638f838613d088e5a47",
},
Expand Down

1 comment on commit c86c1a6

@vercel
Copy link

@vercel vercel bot commented on c86c1a6 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

loot-survivor – ./

Please sign in to comment.