Skip to content

Commit

Permalink
➕ Add Oasis Sapphire Test and Main Networks
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Sep 24, 2024
1 parent aa08b99 commit dfb38a5
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 101 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ The current available networks are:
- `taikoTestnet`
- `zetaChainTestnet`
- `5ireChainTestnet`
- `sapphireTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down Expand Up @@ -279,6 +280,7 @@ The current available networks are:
- `taikoMain`
- `zetaChainMain`
- `5ireChainMain`
- `sapphireMain`

> [!IMPORTANT]
> Note that you must ensure that your deployment account has sufficient funds on **all** target networks.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdeployer",
"version": "3.1.0",
"version": "3.1.1",
"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 @@ -41,14 +41,14 @@
"README.md"
],
"devDependencies": {
"@eslint/js": "^9.11.0",
"@eslint/js": "^9.11.1",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@types/chai": "^4.3.19",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"chai": "^4.5.0",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.2",
"hardhat": "^2.22.11",
Expand All @@ -57,7 +57,7 @@
"prettier-plugin-solidity": "^1.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
"typescript-eslint": "^8.7.0"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8",
Expand Down
Loading

0 comments on commit dfb38a5

Please sign in to comment.