Skip to content

Commit 0b5dc41

Browse files
committedMar 22, 2025··
➕ Add MegatETH Test Network
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 68dfd2c commit 0b5dc41

File tree

4 files changed

+72
-67
lines changed

4 files changed

+72
-67
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ The current available networks are:
259259
- `iotexTestnet`
260260
- `hychainTestnet`
261261
- `zircuitTestnet`
262+
- `megaETHTestnet`
262263
- **EVM-Based Production Networks:**
263264
- `ethMain`
264265
- `bscMain`

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
"README.md"
4343
],
4444
"devDependencies": {
45-
"@eslint/js": "^9.22.0",
45+
"@eslint/js": "^9.23.0",
4646
"@nomicfoundation/hardhat-ethers": "^3.0.8",
4747
"@types/chai": "^4.3.20",
4848
"@types/fs-extra": "^11.0.4",
4949
"@types/mocha": "^10.0.10",
50-
"@types/node": "^22.13.10",
50+
"@types/node": "^22.13.11",
5151
"chai": "^4.5.0",
52-
"eslint": "^9.22.0",
52+
"eslint": "^9.23.0",
5353
"eslint-config-prettier": "^10.1.1",
5454
"ethers": "^6.13.5",
5555
"hardhat": "^2.22.19",

‎pnpm-lock.yaml

+64-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/utils/networks.ts

+4
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ export const networksInfo = {
186186
url: "https://explorer.garfield-testnet.zircuit.com",
187187
chainId: 48898,
188188
},
189+
megaETHTestnet: {
190+
url: "https://www.megaexplorer.xyz",
191+
chainId: 6342,
192+
},
189193
ethMain: { url: "https://etherscan.io", chainId: 1 },
190194
bscMain: { url: "https://bscscan.com", chainId: 56 },
191195
optimismMain: { url: "https://optimistic.etherscan.io", chainId: 10 },

0 commit comments

Comments
 (0)
Please sign in to comment.