-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
➕ Add Lisk, Metal L2, Superseed Test and Lisk, Metal L2 Main Network …
…Deployments Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
35558c0
commit 89c39f4
Showing
7 changed files
with
111 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
os: | ||
- ubuntu-latest | ||
node_version: | ||
- 20 | ||
- 22 | ||
|
||
steps: | ||
- name: Checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
os: | ||
- ubuntu-latest | ||
node_version: | ||
- 20 | ||
- 22 | ||
|
||
steps: | ||
- name: Checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
os: | ||
- ubuntu-latest | ||
node_version: | ||
- 20 | ||
- 22 | ||
|
||
steps: | ||
- name: Checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
Oops, something went wrong.