-
-
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 SX Network Test and Main Network Deployments
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
24e0313
commit 7fe3be7
Showing
4 changed files
with
52 additions
and
42 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
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.4", | ||
"version": "3.1.5", | ||
"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,12 +46,12 @@ | |
"@types/chai": "^4.3.20", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.7.8", | ||
"@types/node": "^22.8.1", | ||
"chai": "^4.5.0", | ||
"eslint": "^9.13.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"ethers": "^6.13.4", | ||
"hardhat": "^2.22.14", | ||
"hardhat": "^2.22.15", | ||
"mocha": "^10.7.3", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-solidity": "^1.4.1", | ||
|
@@ -62,6 +62,6 @@ | |
"peerDependencies": { | ||
"@nomicfoundation/hardhat-ethers": "^3.0.8", | ||
"ethers": "^6.13.4", | ||
"hardhat": "^2.22.14" | ||
"hardhat": "^2.22.15" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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