Skip to content

Commit b18c0ef

Browse files
authored
fix: remove wiresaw from pyrope chain definition (#3634)
1 parent 4543877 commit b18c0ef

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.changeset/dry-yaks-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@latticexyz/common": patch
3+
---
4+
5+
Removed the `wiresaw` RPC URL from the Pyrope chain config, since Wiresaw is not deployed to Pyrope yet.

packages/common/src/chains/pyrope.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ export const pyrope = {
1919
rpcUrls: {
2020
default: defaultRpcUrls,
2121
bundler: defaultRpcUrls,
22-
quarryPassIssuer: defaultRpcUrls,
23-
wiresaw: defaultRpcUrls,
2422
},
2523
contracts: {
2624
...chainConfig.contracts,

0 commit comments

Comments
 (0)