Skip to content

Commit

Permalink
update game contract
Browse files Browse the repository at this point in the history
* new 0x0759060edbce85ab703ecca246194f625387e44ef5b1b7b91e685e70b2a1c342
* previous 0x04cfd4feff2185113e07bee4b354a82480dd6c79189baf18e4bc93093149f2ab
  • Loading branch information
loothero committed Oct 25, 2023
1 parent c9e7850 commit eb9d0c1
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="0x04cfd4feff2185113e07bee4b354a82480dd6c79189baf18e4bc93093149f2ab"
START=873000
GAME="0x0759060edbce85ab703ecca246194f625387e44ef5b1b7b91e685e70b2a1c342"
START=889376
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 @@ -50,7 +50,7 @@ export function getContracts() {
case "goerli":
return {
eth: "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
game: "0x04cfd4feff2185113e07bee4b354a82480dd6c79189baf18e4bc93093149f2ab",
game: "0x0759060edbce85ab703ecca246194f625387e44ef5b1b7b91e685e70b2a1c342",
lords:
"0x05e367ac160e5f90c5775089b582dfc987dd148a5a2f977c49def2a6644f724b",
beasts:
Expand Down

1 comment on commit eb9d0c1

@vercel
Copy link

@vercel vercel bot commented on eb9d0c1 Oct 25, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.