Skip to content

Commit

Permalink
Hopefully the final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt committed Apr 30, 2024
1 parent 53d4902 commit 2b914a5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 27 deletions.
1 change: 1 addition & 0 deletions templates/phaser/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@types/react-dom": "18.2.7",
"@types/styled-components": "^5.1.26",
"@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
4 changes: 2 additions & 2 deletions templates/phaser/packages/client/src/mud/supportedChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
*
*/

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];
1 change: 1 addition & 0 deletions templates/react-ecs/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
* basefee set to zero to avoid transaction fees.
* - 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];
1 change: 1 addition & 0 deletions templates/react/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,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: 2 additions & 3 deletions templates/react/packages/client/src/mud/supportedChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
* basefee set to zero to avoid transaction fees.
* - 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];
19 changes: 0 additions & 19 deletions templates/supportedChains.ts

This file was deleted.

0 comments on commit 2b914a5

Please sign in to comment.