Skip to content

Commit

Permalink
💥 Add Gravity Alpha, Taiko, and ZetaChain 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 Aug 23, 2024
1 parent 2035584 commit 7e4d84b
Show file tree
Hide file tree
Showing 7 changed files with 1,141 additions and 2,276 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Run codespell
uses: codespell-project/actions-codespell@v2.0
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
skip: ./.git,pnpm-lock.yaml
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
pnpm-lock.yaml
deployments
artifacts
cache
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ The current available networks are:
- `rootstockTestnet`
- `chilizTestnet`
- `taraxaTestnet`
- `taikoTestnet`
- `zetaChainTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down Expand Up @@ -269,6 +271,9 @@ The current available networks are:
- `rootstockMain`
- `chilizMain`
- `taraxaMain`
- `gravityAlphaMain`
- `taikoMain`
- `zetaChainMain`

> [!IMPORTANT]
> Note that you must ensure that your deployment account has sufficient funds on **all** target networks.
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = tseslint.config(
{
ignores: [
"node_modules/**",
"pnpm-lock.yaml",
"deployments/**",
"artifacts/**",
"cache/**",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdeployer",
"version": "3.0.15",
"version": "3.0.16",
"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 @@ -42,26 +42,26 @@
],
"devDependencies": {
"@eslint/js": "^9.9.0",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.7",
"@types/chai": "^4.3.17",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.7",
"@types/node": "^22.3.0",
"@types/node": "^22.5.0",
"chai": "^4.5.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.2",
"hardhat": "^2.22.8",
"hardhat": "^2.22.9",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1",
"prettier-plugin-solidity": "^1.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
"typescript-eslint": "^8.2.0"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.7",
"ethers": "^6.13.2",
"hardhat": "^2.22.8"
"hardhat": "^2.22.9"
}
}
Loading

0 comments on commit 7e4d84b

Please sign in to comment.