diff --git a/packages/common/src/chains/redstone.ts b/packages/common/src/chains/redstone.ts index 241febbff2..e9feb4ff6e 100644 --- a/packages/common/src/chains/redstone.ts +++ b/packages/common/src/chains/redstone.ts @@ -26,6 +26,6 @@ export const redstone = { address: "0xca11bde05977b3631167028862be2a173976ca11", }, }, - iconUrls: ["https://redstone.xyz/chain-icons/garnet.png"], + iconUrls: ["https://redstone.xyz/chain-icons/redstone.png"], indexerUrl: "https://indexer.mud.redstonechain.com", } as const satisfies MUDChain;