Skip to content

Commit 89c39f4

Browse files
committed
➕ Add Lisk, Metal L2, Superseed Test and Lisk, Metal L2 Main Network Deployments
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 35558c0 commit 89c39f4

File tree

7 files changed

+111
-86
lines changed

7 files changed

+111
-86
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os:
1515
- ubuntu-latest
1616
node_version:
17-
- 20
17+
- 22
1818

1919
steps:
2020
- name: Checkout

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os:
1414
- ubuntu-latest
1515
node_version:
16-
- 20
16+
- 22
1717

1818
steps:
1919
- name: Checkout

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os:
1515
- ubuntu-latest
1616
node_version:
17-
- 20
17+
- 22
1818

1919
steps:
2020
- name: Checkout

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pnpm add --save-dev 'xdeployer@^1.2.7'
8383
</details>
8484

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

@@ -238,6 +238,9 @@ The current available networks are:
238238
- `unichainTestnet`
239239
- `xdcTestnet`
240240
- `sxTestnet`
241+
- `liskTestnet`
242+
- `metalL2Testnet`
243+
- `superseedTestnet`
241244
- **EVM-Based Production Networks:**
242245
- `ethMain`
243246
- `bscMain`
@@ -289,6 +292,8 @@ The current available networks are:
289292
- `worldChainMain`
290293
- `xdcMain`
291294
- `sxMain`
295+
- `liskMain`
296+
- `metalL2Main`
292297

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xdeployer",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
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,7 +46,7 @@
4646
"@types/chai": "^4.3.20",
4747
"@types/fs-extra": "^11.0.4",
4848
"@types/mocha": "^10.0.9",
49-
"@types/node": "^22.8.7",
49+
"@types/node": "^22.9.0",
5050
"chai": "^4.5.0",
5151
"eslint": "^9.14.0",
5252
"eslint-config-prettier": "^9.1.0",
@@ -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.12.2"
60+
"typescript-eslint": "^8.13.0"
6161
},
6262
"peerDependencies": {
6363
"@nomicfoundation/hardhat-ethers": "^3.0.8",

0 commit comments

Comments
 (0)