Skip to content

Commit bd9e19b

Browse files
karooolisalvrs
andauthored
chore(explorer): remove rhodolite support (#3704)
Co-authored-by: alvarius <alvarius@lattice.xyz>
1 parent 7c2fe37 commit bd9e19b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@latticexyz/explorer": patch
3+
---
4+
5+
Removed Rhodolite chain support.

packages/explorer/src/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { anvil } from "viem/chains";
2-
import { garnet, pyrope, redstone, rhodolite } from "@latticexyz/common/chains";
2+
import { garnet, pyrope, redstone } from "@latticexyz/common/chains";
33

44
export const internalNamespaces = ["world", "store", "metadata", "puppet", "erc20-puppet", "erc721-puppet"];
55

6-
export const supportedChains = { anvil, rhodolite, garnet, redstone, pyrope } as const;
6+
export const supportedChains = { anvil, garnet, redstone, pyrope } as const;
77
export type supportedChains = typeof supportedChains;
88

99
export type supportedChainName = keyof supportedChains;

0 commit comments

Comments
 (0)