Skip to content

Commit 6211fb3

Browse files
committed
➕ Add Monad Main Network Deployment
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 7df393e commit 6211fb3

4 files changed

Lines changed: 75 additions & 147 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ The current available networks are:
341341
- `swellMain`
342342
- `hemiMain`
343343
- `berachainMain`
344+
- `monadMain`
344345
- `cornMain`
345346
- `arenazMain`
346347
- `iotexMain`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xdeployer",
3-
"version": "3.1.18",
3+
"version": "3.1.19",
44
"description": "Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.",
55
"author": "Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>",
66
"license": "MIT",
@@ -59,7 +59,7 @@
5959
"prettier-plugin-solidity": "^2.2.0",
6060
"ts-node": "^10.9.2",
6161
"typescript": "^5.9.3",
62-
"typescript-eslint": "^8.47.0"
62+
"typescript-eslint": "^8.48.0"
6363
},
6464
"peerDependencies": {
6565
"@nomicfoundation/hardhat-ethers": "^3.1.2",

0 commit comments

Comments
 (0)