Skip to content

Commit 0ecc4a4

Browse files
committed
fix: enable megaeth mainnet on drpc/alcehmy
1 parent 7f5cfb9 commit 0ecc4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dev/providers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const DRPC_NETS: Record<NetworkType, string | null> = {
5757
Monad: "monad-mainnet",
5858
Hemi: "hemi",
5959
Lisk: "lisk",
60-
MegaETH: null,
60+
MegaETH: "megaeth",
6161
Etherlink: null,
6262
Plasma: "plasma",
6363
Somnia: "somnia",
@@ -74,7 +74,7 @@ const ALCHEMY_DOMAINS: Record<NetworkType, string | null> = {
7474
Avalanche: "avax-mainnet",
7575
BNB: "bnb-mainnet",
7676
WorldChain: "worldchain-mainnet",
77-
MegaETH: null,
77+
MegaETH: "megaeth-mainnet",
7878
Etherlink: null,
7979
Hemi: null,
8080
Lisk: null,

0 commit comments

Comments
 (0)