Skip to content

Commit

Permalink
➕ Add Mode Main Network
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 29, 2024
1 parent 539e469 commit 88d3842
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 42 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ The current available networks are:
- `enduranceMain`
- `kavaMain`
- `metisMain`
- `modeMain`

> [!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.7",
"version": "3.0.8",
"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
69 changes: 28 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 @@ -68,6 +68,7 @@ export const networks = [
"enduranceMain",
"kavaMain",
"metisMain",
"modeMain",
];

// List of block explorers, in the same order as `networks`
Expand Down Expand Up @@ -140,4 +141,5 @@ export const explorers = [
"https://explorer-endurance.fusionist.io/",
"https://kavascan.com/",
"https://andromeda-explorer.metis.io/",
"https://explorer.mode.network/",
];

0 comments on commit 88d3842

Please sign in to comment.