Skip to content

Commit

Permalink
➕ Add Core, Telos, and Rootstock Test and Main Network Deployments
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jun 8, 2024
1 parent 0d86bfd commit 217bb94
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 127 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ The current available networks are:
- `seiArcticTestnet`
- `xlayerTestnet`
- `bobTestnet`
- `coreTestnet`
- `telosTestnet`
- `rootstockTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down Expand Up @@ -260,6 +263,9 @@ The current available networks are:
- `modeMain`
- `xlayerMain`
- `bobMain`
- `coreMain`
- `telosMain`
- `rootstockMain`

> [!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.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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 217bb94

Please sign in to comment.