Skip to content

Commit

Permalink
add note about pyrope addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Mar 5, 2025
1 parent f616102 commit 8466a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/common/src/chains/pyrope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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;

0 comments on commit 8466a9b

Please sign in to comment.