Skip to content

Commit

Permalink
➕ Add Lisk, Metal L2, Superseed Test and Lisk, Metal L2 Main Network …
Browse files Browse the repository at this point in the history
…Deployments

Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Nov 8, 2024
1 parent 35558c0 commit 89c39f4
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os:
- ubuntu-latest
node_version:
- 20
- 22

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-latest
node_version:
- 20
- 22

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os:
- ubuntu-latest
node_version:
- 20
- 22

steps:
- name: Checkout
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pnpm add --save-dev 'xdeployer@^1.2.7'
</details>

> [!NOTE]
> This plugin uses the optional chaining operator (`?.`). Optional chaining is _not_ supported in Node.js `v13` and below.
> This plugin uses the optional chaining operator (`?.`). Optional chaining is _not_ supported in [Node.js](https://nodejs.org/en) `v13` and below.
Import the plugin in your `hardhat.config.js`:

Expand Down Expand Up @@ -238,6 +238,9 @@ The current available networks are:
- `unichainTestnet`
- `xdcTestnet`
- `sxTestnet`
- `liskTestnet`
- `metalL2Testnet`
- `superseedTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down Expand Up @@ -289,6 +292,8 @@ The current available networks are:
- `worldChainMain`
- `xdcMain`
- `sxMain`
- `liskMain`
- `metalL2Main`

> [!IMPORTANT]
> Note that you must ensure that your deployment account has sufficient funds on **all** target networks.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdeployer",
"version": "3.1.5",
"version": "3.1.6",
"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,7 +46,7 @@
"@types/chai": "^4.3.20",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"chai": "^4.5.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -57,7 +57,7 @@
"prettier-plugin-solidity": "^1.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
"typescript-eslint": "^8.13.0"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
Expand Down
Loading

0 comments on commit 89c39f4

Please sign in to comment.