diff --git a/packages/common/src/chains/pyrope.ts b/packages/common/src/chains/pyrope.ts index 80326914d3..b8a9b3aaad 100644 --- a/packages/common/src/chains/pyrope.ts +++ b/packages/common/src/chains/pyrope.ts @@ -26,11 +26,11 @@ export const pyrope = { ...chainConfig.contracts, l1StandardBridge: { [sourceId]: { - address: "0x6487446e0B9FAEa90F6a9772A6448cFa780E30F9", + address: "0x6487446e0B9FAEa90F6a9772A6448cFa780E30F9", // TODO: set correct address }, }, quarryPaymaster: { - address: "0x7ca1b85aca23fccf2fbac14c02b5e8a6432639b9", + address: "0x7ca1b85aca23fccf2fbac14c02b5e8a6432639b9", // TODO: set correct address }, }, blockExplorers: { @@ -43,6 +43,6 @@ export const pyrope = { url: "https://explorer.mud.dev/pyrope/worlds", }, }, - iconUrls: ["https://redstone.xyz/chain-icons/pyrope.png"], + iconUrls: ["https://redstone.xyz/chain-icons/pyrope.png"], // TODO: set correct icon indexerUrl: "https://indexer.mud.pyropechain.com", } as const satisfies MUDChain;