Skip to content

Commit

Permalink
➕ Add XDC Network 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 Oct 20, 2024
1 parent 9ba30b5 commit 104c65e
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 152 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ The current available networks are:
- `worldChainTestnet`
- `plumeTestnet`
- `unichainTestnet`
- `xdcTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down Expand Up @@ -285,6 +286,7 @@ The current available networks are:
- `5ireChainMain`
- `sapphireMain`
- `worldChainMain`
- `xdcMain`

> [!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.3",
"version": "3.1.4",
"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 @@ -41,14 +41,14 @@
"README.md"
],
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@types/chai": "^4.3.20",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"chai": "^4.5.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.4",
"hardhat": "^2.22.13",
Expand All @@ -57,7 +57,7 @@
"prettier-plugin-solidity": "^1.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0"
"typescript-eslint": "^8.10.0"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
Expand Down
Loading

0 comments on commit 104c65e

Please sign in to comment.