Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt committed Apr 30, 2024
1 parent 12203d5 commit 53d4902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions templates/threejs/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "8.57.0",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"vite": "^4.2.1",
Expand Down
5 changes: 3 additions & 2 deletions templates/threejs/packages/client/src/mud/supportedChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
* - latticeTestnet, our public test network.
*
*/
import { MUDChain, latticeTestnet, mudFoundry } from "@latticexyz/common/chains";

import { MUDChain, latticeTestnet, mudFoundry, redstone, garnet } from "@latticexyz/common/chains";

/*
* See https://mud.dev/tutorials/minimal/deploy#run-the-user-interface
* for instructions on how to add networks.
*/
export const supportedChains: MUDChain[] = [mudFoundry, latticeTestnet];
export const supportedChains: MUDChain[] = [mudFoundry, latticeTestnet, redstone, garnet];

0 comments on commit 53d4902

Please sign in to comment.