Skip to content

Commit

Permalink
➕ Add Chiliz Main Network Deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jul 13, 2024
1 parent c585b85 commit 0d102a1
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 43 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ The current available networks are:
- `coreMain`
- `telosMain`
- `rootstockMain`
- `chilizMain`
- `taraxaMain`

> [!IMPORTANT]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdeployer",
"version": "3.0.14",
"version": "3.0.15",
"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,7 +41,7 @@
"README.md"
],
"devDependencies": {
"@eslint/js": "^9.6.0",
"@eslint/js": "^9.7.0",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@types/chai": "^4.3.16",
"@types/fs-extra": "^11.0.4",
Expand Down
82 changes: 41 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const networks = [
"coreMain",
"telosMain",
"rootstockMain",
"chilizMain",
"taraxaMain",
];

Expand Down Expand Up @@ -169,5 +170,6 @@ export const explorers = [
"https://scan.coredao.org/",
"https://www.teloscan.io/",
"https://rootstock.blockscout.com/",
"https://chiliscan.com/",
"https://mainnet.explorer.taraxa.io/",
];

0 comments on commit 0d102a1

Please sign in to comment.