Skip to content

Commit b7d3728

Browse files
committed
➕ Add Soneium Test and Main Networks
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 6b56f6c commit b7d3728

File tree

4 files changed

+121
-111
lines changed

4 files changed

+121
-111
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ The current available networks are:
248248
- `morphTestnet`
249249
- `shapeTestnet`
250250
- `etherlinkTestnet`
251+
- `soneiumTestnet`
251252
- **EVM-Based Production Networks:**
252253
- `ethMain`
253254
- `bscMain`
@@ -309,6 +310,7 @@ The current available networks are:
309310
- `morphMain`
310311
- `shapeMain`
311312
- `etherlinkMain`
313+
- `soneiumMain`
312314

313315
> [!IMPORTANT]
314316
> Note that you must ensure that your deployment account has sufficient funds on **all** target networks.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xdeployer",
3-
"version": "3.1.9",
3+
"version": "3.1.10",
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",
@@ -46,22 +46,22 @@
4646
"@types/chai": "^4.3.20",
4747
"@types/fs-extra": "^11.0.4",
4848
"@types/mocha": "^10.0.10",
49-
"@types/node": "^22.10.5",
49+
"@types/node": "^22.10.6",
5050
"chai": "^4.5.0",
5151
"eslint": "^9.18.0",
5252
"eslint-config-prettier": "^10.0.1",
5353
"ethers": "^6.13.5",
54-
"hardhat": "^2.22.17",
54+
"hardhat": "^2.22.18",
5555
"mocha": "^11.0.1",
5656
"prettier": "^3.4.2",
5757
"prettier-plugin-solidity": "^1.4.2",
5858
"ts-node": "^10.9.2",
5959
"typescript": "^5.7.3",
60-
"typescript-eslint": "^8.19.1"
60+
"typescript-eslint": "^8.20.0"
6161
},
6262
"peerDependencies": {
6363
"@nomicfoundation/hardhat-ethers": "^3.0.8",
6464
"ethers": "^6.13.5",
65-
"hardhat": "^2.22.17"
65+
"hardhat": "^2.22.18"
6666
}
6767
}

0 commit comments

Comments
 (0)