Skip to content

Commit

Permalink
➕ Add Manta 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 Aug 18, 2023
1 parent 1c300c8 commit 4a39815
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ The current available networks are:
- `lineaTestnet`
- `zoraTestnet`
- `luksoTestnet`
- `mantaTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down
4 changes: 2 additions & 2 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": "2.1.3",
"version": "2.1.4",
"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 @@ -29,6 +29,7 @@ export const networks = [
"lineaTestnet",
"zoraTestnet",
"luksoTestnet",
"mantaTestnet",
"ethMain",
"bscMain",
"optimismMain",
Expand Down Expand Up @@ -87,6 +88,7 @@ export const explorers = [
"https://goerli.lineascan.build/",
"https://testnet.explorer.zora.energy/",
"https://explorer.execution.testnet.lukso.network/",
"https://pacific-explorer.manta.network/",
"https://etherscan.io/",
"https://bscscan.com/",
"https://optimistic.etherscan.io/",
Expand Down

0 comments on commit 4a39815

Please sign in to comment.