Skip to content

Commit

Permalink
➕ Add Soneium Test and Main Networks
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jan 14, 2025
1 parent 6b56f6c commit b7d3728
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 111 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ The current available networks are:
- `morphTestnet`
- `shapeTestnet`
- `etherlinkTestnet`
- `soneiumTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down Expand Up @@ -309,6 +310,7 @@ The current available networks are:
- `morphMain`
- `shapeMain`
- `etherlinkMain`
- `soneiumMain`

> [!IMPORTANT]
> Note that you must ensure that your deployment account has sufficient funds on **all** target networks.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdeployer",
"version": "3.1.9",
"version": "3.1.10",
"description": "Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.",
"author": "Pascal Marco Caversaccio <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -46,22 +46,22 @@
"@types/chai": "^4.3.20",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"chai": "^4.5.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"ethers": "^6.13.5",
"hardhat": "^2.22.17",
"hardhat": "^2.22.18",
"mocha": "^11.0.1",
"prettier": "^3.4.2",
"prettier-plugin-solidity": "^1.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1"
"typescript-eslint": "^8.20.0"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"ethers": "^6.13.5",
"hardhat": "^2.22.17"
"hardhat": "^2.22.18"
}
}
Loading

0 comments on commit b7d3728

Please sign in to comment.