-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
➕ Add Core, Telos, and Rootstock Test and Main Network Deployments
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
0d86bfd
commit 217bb94
Showing
4 changed files
with
92 additions
and
127 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.0.11", | ||
"version": "3.0.12", | ||
"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,14 +46,14 @@ | |
"@types/chai": "^4.3.16", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.14.1", | ||
"@types/node": "^20.14.2", | ||
"chai": "^4.4.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"ethers": "^6.13.0", | ||
"hardhat": "^2.22.5", | ||
"mocha": "^10.4.0", | ||
"prettier": "^3.3.0", | ||
"prettier": "^3.3.1", | ||
"prettier-plugin-solidity": "^1.3.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.5", | ||
|
Oops, something went wrong.