Skip to content

Commit 104c65e

Browse files
committed
➕ Add XDC Network Test and Main Networks
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 9ba30b5 commit 104c65e

File tree

7 files changed

+174
-152
lines changed

7 files changed

+174
-152
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ The current available networks are:
236236
- `worldChainTestnet`
237237
- `plumeTestnet`
238238
- `unichainTestnet`
239+
- `xdcTestnet`
239240
- **EVM-Based Production Networks:**
240241
- `ethMain`
241242
- `bscMain`
@@ -285,6 +286,7 @@ The current available networks are:
285286
- `5ireChainMain`
286287
- `sapphireMain`
287288
- `worldChainMain`
289+
- `xdcMain`
288290

289291
> [!IMPORTANT]
290292
> 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.3",
3+
"version": "3.1.4",
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",
@@ -41,14 +41,14 @@
4141
"README.md"
4242
],
4343
"devDependencies": {
44-
"@eslint/js": "^9.12.0",
44+
"@eslint/js": "^9.13.0",
4545
"@nomicfoundation/hardhat-ethers": "^3.0.8",
4646
"@types/chai": "^4.3.20",
4747
"@types/fs-extra": "^11.0.4",
4848
"@types/mocha": "^10.0.9",
49-
"@types/node": "^22.7.5",
49+
"@types/node": "^22.7.7",
5050
"chai": "^4.5.0",
51-
"eslint": "^9.12.0",
51+
"eslint": "^9.13.0",
5252
"eslint-config-prettier": "^9.1.0",
5353
"ethers": "^6.13.4",
5454
"hardhat": "^2.22.13",
@@ -57,7 +57,7 @@
5757
"prettier-plugin-solidity": "^1.4.1",
5858
"ts-node": "^10.9.2",
5959
"typescript": "^5.6.3",
60-
"typescript-eslint": "^8.9.0"
60+
"typescript-eslint": "^8.10.0"
6161
},
6262
"peerDependencies": {
6363
"@nomicfoundation/hardhat-ethers": "^3.0.8",

0 commit comments

Comments
 (0)