Skip to content

Commit

Permalink
feat: add fuse main & testnet
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Mar 4, 2022
1 parent b073bcc commit 8e84d36
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ The current available networks are:
- `alfajores`
- `auroraTestnet`
- `harmonyTestnet`
- `spark`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand All @@ -130,6 +131,7 @@ The current available networks are:
- `auroraMain`
- `harmonyMain`
- `autobahn`
- `fuse`
> 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.
### Local Deployment
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "1.1.5",
"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
2 changes: 2 additions & 0 deletions src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const networks = [
"alfajores",
"auroraTestnet",
"harmonyTestnet",
"spark",
"ethMain",
"bscMain",
"optimismMain",
Expand All @@ -33,4 +34,5 @@ export const networks = [
"auroraMain",
"harmonyMain",
"autobahn",
"fuse",
];

0 comments on commit 8e84d36

Please sign in to comment.