Skip to content

Commit

Permalink
chore(explorer): sort puppet namespace (#3239)
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis authored Sep 27, 2024
1 parent 85bbeb8 commit fe2d153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/explorer/src/common.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { anvil } from "viem/chains";
import { garnet, redstone } from "@latticexyz/common/chains";

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

export const supportedChains = { anvil, garnet, redstone } as const;
export type supportedChains = typeof supportedChains;
Expand Down

0 comments on commit fe2d153

Please sign in to comment.