Skip to content

Commit

Permalink
fix merged build
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeardEth committed Jan 19, 2024
1 parent 28aa729 commit 915d5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/constants/src/Games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const games: Game[] = [
},
operatingSystems: ["Web Browser"],
lords: "TBD",
chains: [ChainId.SN_GOERLI],
chains: [ChainId.SN_SEPOLIA],
collections: [],
tokens: [],
screenshotLength: 4,
Expand All @@ -264,5 +264,5 @@ export const games: Game[] = [
collections: [],
tokens: [Tokens.LORDS],
screenshotLength: 1,
}
},
];

0 comments on commit 915d5c3

Please sign in to comment.