diff --git a/templates/phaser/packages/client/src/mud/getNetworkConfig.ts b/templates/phaser/packages/client/src/mud/getNetworkConfig.ts index fada708cad..75c6edcb6c 100644 --- a/templates/phaser/packages/client/src/mud/getNetworkConfig.ts +++ b/templates/phaser/packages/client/src/mud/getNetworkConfig.ts @@ -6,9 +6,6 @@ /* * By default the template just creates a temporary wallet * (called a burner wallet). - * - * See https://mud.dev/tutorials/minimal/deploy#wallet-managed-address - * for how to use the user's own address instead. */ import { getBurnerPrivateKey } from "@latticexyz/common"; @@ -21,16 +18,6 @@ import worlds from "contracts/worlds.json"; /* * The supported chains. - * By default, there are only two chains here: - * - * - mudFoundry, the chain running on anvil that pnpm dev - * starts by default. It is similar to the viem anvil chain - * (see https://viem.sh/docs/clients/test.html), but with the - * basefee set to zero to avoid transaction fees. - * - latticeTestnet, our public test network. - * - * See https://mud.dev/tutorials/minimal/deploy#run-the-user-interface - * for instructions on how to add networks. */ import { supportedChains } from "./supportedChains"; diff --git a/templates/react-ecs/packages/client/src/mud/getNetworkConfig.ts b/templates/react-ecs/packages/client/src/mud/getNetworkConfig.ts index 2794583cca..e46d1f5461 100644 --- a/templates/react-ecs/packages/client/src/mud/getNetworkConfig.ts +++ b/templates/react-ecs/packages/client/src/mud/getNetworkConfig.ts @@ -7,9 +7,6 @@ /* * By default the template just creates a temporary wallet * (called a burner wallet). - * - * See https://mud.dev/tutorials/minimal/deploy#wallet-managed-address - * for how to use the user's own address instead. */ import { getBurnerPrivateKey } from "@latticexyz/common"; @@ -23,15 +20,6 @@ import worlds from "contracts/worlds.json"; /* * The supported chains. * By default, there are only two chains here: - * - * - mudFoundry, the chain running on anvil that pnpm dev - * starts by default. It is similar to the viem anvil chain - * (see https://viem.sh/docs/clients/test.html), but with the - * basefee set to zero to avoid transaction fees. - * - latticeTestnet, our public test network. - * - * See https://mud.dev/tutorials/minimal/deploy#run-the-user-interface - * for instructions on how to add networks. */ import { supportedChains } from "./supportedChains"; diff --git a/templates/react/packages/client/src/mud/getNetworkConfig.ts b/templates/react/packages/client/src/mud/getNetworkConfig.ts index 2794583cca..976cf3399a 100644 --- a/templates/react/packages/client/src/mud/getNetworkConfig.ts +++ b/templates/react/packages/client/src/mud/getNetworkConfig.ts @@ -7,9 +7,6 @@ /* * By default the template just creates a temporary wallet * (called a burner wallet). - * - * See https://mud.dev/tutorials/minimal/deploy#wallet-managed-address - * for how to use the user's own address instead. */ import { getBurnerPrivateKey } from "@latticexyz/common"; @@ -22,16 +19,6 @@ import worlds from "contracts/worlds.json"; /* * The supported chains. - * By default, there are only two chains here: - * - * - mudFoundry, the chain running on anvil that pnpm dev - * starts by default. It is similar to the viem anvil chain - * (see https://viem.sh/docs/clients/test.html), but with the - * basefee set to zero to avoid transaction fees. - * - latticeTestnet, our public test network. - * - * See https://mud.dev/tutorials/minimal/deploy#run-the-user-interface - * for instructions on how to add networks. */ import { supportedChains } from "./supportedChains"; diff --git a/templates/threejs/packages/client/src/mud/getNetworkConfig.ts b/templates/threejs/packages/client/src/mud/getNetworkConfig.ts index bbbc5fdc6a..b6f1b24064 100644 --- a/templates/threejs/packages/client/src/mud/getNetworkConfig.ts +++ b/templates/threejs/packages/client/src/mud/getNetworkConfig.ts @@ -7,9 +7,6 @@ /* * By default the template just creates a temporary wallet * (called a burner wallet). - * - * See https://mud.dev/tutorials/minimal/deploy#wallet-managed-address - * for how to use the user's own address instead. */ import { getBurnerPrivateKey } from "@latticexyz/common"; @@ -22,16 +19,6 @@ import worlds from "contracts/worlds.json"; /* * The supported chains. - * By default, there are only two chains here: - * - * - mudFoundry, the chain running on anvil that pnpm dev - * starts by default. It is similar to the viem anvil chain - * (see https://viem.sh/docs/clients/test.html), but with the - * basefee set to zero to avoid transaction fees. - * - latticeTestnet, our public test network. - * - * See https://mud.dev/tutorials/minimal/deploy#run-the-user-interface - * for instructions on how to add networks. */ import { supportedChains } from "./supportedChains"; diff --git a/templates/vanilla/packages/client/src/mud/getNetworkConfig.ts b/templates/vanilla/packages/client/src/mud/getNetworkConfig.ts index cb841d683a..9db73241cb 100644 --- a/templates/vanilla/packages/client/src/mud/getNetworkConfig.ts +++ b/templates/vanilla/packages/client/src/mud/getNetworkConfig.ts @@ -1,15 +1,11 @@ /* * Network specific configuration for the client. * By default connect to the anvil test network. - * */ /* * By default the template just creates a temporary wallet * (called a burner wallet). - * - * See https://mud.dev/tutorials/minimal/deploy#wallet-managed-address - * for how to use the user's own address instead. */ import { getBurnerPrivateKey } from "@latticexyz/common"; @@ -22,16 +18,6 @@ import worlds from "contracts/worlds.json"; /* * The supported chains. - * By default, there are only two chains here: - * - * - mudFoundry, the chain running on anvil that pnpm dev - * starts by default. It is similar to the viem anvil chain - * (see https://viem.sh/docs/clients/test.html), but with the - * basefee set to zero to avoid transaction fees. - * - latticeTestnet, our public test network. - * - * See https://mud.dev/tutorials/minimal/deploy#run-the-user-interface - * for instructions on how to add networks. */ import { supportedChains } from "./supportedChains";