Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nit: update deployment
  • Loading branch information
nkrishang committed Jan 28, 2026
commit 5c008e0145f5057c946de3338682e7755a310292
4 changes: 2 additions & 2 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Network } from "@/contexts/NetworkContext";

export const GAME_CONTRACT_ADDRESS: Record<Network, `0x${string}`> = {
testnet: "0xC52d29f79b2552801e95C8Dc7646f59125009904",
mainnet: "0x653d2536D82FA9812337D91e60BC2b9Fc19864Db",
testnet: "0xC52d29f79b2552801e95C8Dc7646f59125009904",
mainnet: "0x53748668642735CDa45935716525E7DFbC8aAACC",
};