Skip to content

Commit

Permalink
➕ Add Taraxa 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 Jul 1, 2024
1 parent f4e855b commit cdd11e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ The current available networks are:
- `telosTestnet`
- `rootstockTestnet`
- `chilizTestnet`
- `taraxaTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down Expand Up @@ -266,6 +267,7 @@ The current available networks are:
- `coreMain`
- `telosMain`
- `rootstockMain`
- `taraxaMain`

> [!IMPORTANT]
> Note that you must ensure that your deployment account has sufficient funds on **all** target networks.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdeployer",
"version": "3.0.13",
"version": "3.0.14",
"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
4 changes: 4 additions & 0 deletions src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const networks = [
"telosTestnet",
"rootstockTestnet",
"chilizTestnet",
"taraxaTestnet",
"ethMain",
"bscMain",
"optimismMain",
Expand Down Expand Up @@ -81,6 +82,7 @@ export const networks = [
"coreMain",
"telosMain",
"rootstockMain",
"taraxaMain",
];

// List of block explorers, in the same order as `networks`
Expand Down Expand Up @@ -126,6 +128,7 @@ export const explorers = [
"https://testnet.teloscan.io/",
"https://rootstock-testnet.blockscout.com/",
"https://testnet.chiliscan.com/",
"https://testnet.explorer.taraxa.io/",
"https://etherscan.io/",
"https://bscscan.com/",
"https://optimistic.etherscan.io/",
Expand Down Expand Up @@ -166,4 +169,5 @@ export const explorers = [
"https://scan.coredao.org/",
"https://www.teloscan.io/",
"https://rootstock.blockscout.com/",
"https://mainnet.explorer.taraxa.io/",
];

0 comments on commit cdd11e0

Please sign in to comment.