Skip to content

Commit

Permalink
➕ Add Monad Testnet Network
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Feb 11, 2025
1 parent 5f10ac1 commit 42693ce
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 53 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ The current available networks are:
- `swellTestnet`
- `hemiTestnet`
- `berachainTestnet`
- `monadTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"engines": {
"node": ">=14.0.0"
},
"packageManager": "pnpm@10.2.1",
"packageManager": "pnpm@10.3.0",
"scripts": {
"prettier:check": "npx prettier -c \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
"prettier:fix": "npx prettier -w \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
Expand Down Expand Up @@ -58,7 +58,7 @@
"prettier-plugin-solidity": "^1.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
Expand Down
102 changes: 51 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/utils/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ export const networksInfo = {
url: "https://bartio.beratrail.io",
chainId: 80084,
},
monadTestnet: {
url: "https://testnet.monadexplorer.com",
chainId: 10143,
},
ethMain: { url: "https://etherscan.io", chainId: 1 },
bscMain: { url: "https://bscscan.com", chainId: 56 },
optimismMain: { url: "https://optimistic.etherscan.io", chainId: 10 },
Expand Down

0 comments on commit 42693ce

Please sign in to comment.