From b3a3dbeffc757e2e4494f006d78381ad67fd8999 Mon Sep 17 00:00:00 2001 From: Ori Pomerantz Date: Thu, 23 May 2024 13:17:49 -0500 Subject: [PATCH] =?UTF-8?q?docs(templates):=20remove=20out=20of=20date=20l?= =?UTF-8?q?inks=20to=20docs=20=F0=9F=9A=97=20=20(#2863)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kevin Ingersoll --- .../packages/client/src/mud/getNetworkConfig.ts | 13 ------------- .../packages/client/src/mud/getNetworkConfig.ts | 12 ------------ .../packages/client/src/mud/getNetworkConfig.ts | 13 ------------- .../packages/client/src/mud/getNetworkConfig.ts | 13 ------------- .../packages/client/src/mud/getNetworkConfig.ts | 14 -------------- 5 files changed, 65 deletions(-) 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";