Skip to content

Commit

Permalink
remove lattice testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt committed Apr 30, 2024
1 parent 2b914a5 commit 13223dc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 25 deletions.
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, redstone, garnet } from "@latticexyz/common/chains";
import { MUDChain, 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, redstone, garnet];
export const supportedChains: MUDChain[] = [mudFoundry, redstone, garnet];
3 changes: 0 additions & 3 deletions templates/phaser/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ extra_output_files = [
]
fs_permissions = [{ access = "read", path = "./"}]

[profile.lattice-testnet]
eth_rpc_url = "https://follower.testnet-chain.linfra.xyz"

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
*
*/

import { MUDChain, latticeTestnet, mudFoundry, redstone, garnet } from "@latticexyz/common/chains";
import { MUDChain, 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, redstone, garnet];
export const supportedChains: MUDChain[] = [mudFoundry, redstone, garnet];
3 changes: 0 additions & 3 deletions templates/react-ecs/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ extra_output_files = [
]
fs_permissions = [{ access = "read", path = "./"}]

[profile.lattice-testnet]
eth_rpc_url = "https://follower.testnet-chain.linfra.xyz"

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"

Expand Down
4 changes: 2 additions & 2 deletions templates/react/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, redstone, garnet } from "@latticexyz/common/chains";
import { MUDChain, 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, redstone, garnet];
export const supportedChains: MUDChain[] = [mudFoundry, redstone, garnet];
3 changes: 0 additions & 3 deletions templates/react/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ extra_output_files = [
]
fs_permissions = [{ access = "read", path = "./"}]

[profile.lattice-testnet]
eth_rpc_url = "https://follower.testnet-chain.linfra.xyz"

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"

Expand Down
4 changes: 2 additions & 2 deletions templates/threejs/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, redstone, garnet } from "@latticexyz/common/chains";
import { MUDChain, 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, redstone, garnet];
export const supportedChains: MUDChain[] = [mudFoundry, redstone, garnet];
3 changes: 0 additions & 3 deletions templates/threejs/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ extra_output_files = [
]
fs_permissions = [{ access = "read", path = "./"}]

[profile.lattice-testnet]
eth_rpc_url = "https://follower.testnet-chain.linfra.xyz"

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"

Expand Down
4 changes: 2 additions & 2 deletions templates/vanilla/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, redstone, garnet } from "@latticexyz/common/chains";
import { MUDChain, 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, redstone, garnet];
export const supportedChains: MUDChain[] = [mudFoundry, redstone, garnet];
3 changes: 0 additions & 3 deletions templates/vanilla/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ extra_output_files = [
]
fs_permissions = [{ access = "read", path = "./"}]

[profile.lattice-testnet]
eth_rpc_url = "https://follower.testnet-chain.linfra.xyz"

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"

Expand Down

0 comments on commit 13223dc

Please sign in to comment.