Skip to content

Commit

Permalink
feat: add cronos 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 Apr 21, 2022
1 parent 7d9bef7 commit a3e94ce
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 57 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ The current available networks are:
- `auroraTestnet`
- `harmonyTestnet`
- `spark`
- `cronosTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand All @@ -149,6 +150,7 @@ The current available networks are:
- `harmonyMain`
- `autobahn`
- `fuse`
- `cronos`

> Note that you must ensure that your deployment account has sufficient funds on **all** target networks. In addition, please be aware that `gnosis` refers to the previously known _xDai_ chain.
Expand Down
130 changes: 74 additions & 56 deletions package-lock.json

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

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": "1.1.8",
"version": "1.1.9",
"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 @@ -19,6 +19,7 @@ export const networks = [
"auroraTestnet",
"harmonyTestnet",
"spark",
"cronosTestnet",
"ethMain",
"bscMain",
"optimismMain",
Expand All @@ -35,6 +36,7 @@ export const networks = [
"harmonyMain",
"autobahn",
"fuse",
"cronos",
];

// List of block explorers, in the same order as `networks`
Expand All @@ -58,6 +60,7 @@ export const explorers = [
"https://testnet.aurorascan.dev/",
"https://explorer.pops.one/",
"https://explorer.fusespark.io/",
"https://cronos.org/explorer/testnet3/",
"https://etherscan.io/",
"https://bscscan.com/",
"https://optimistic.etherscan.io/",
Expand All @@ -74,4 +77,5 @@ export const explorers = [
"https://explorer.harmony.one/",
"https://explorer.autobahn.network/",
"https://explorer.fuse.io/",
"https://cronoscan.com/",
];

0 comments on commit a3e94ce

Please sign in to comment.