Skip to content

Commit

Permalink
➕ Add BOB Test and Main Networks
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed May 12, 2024
1 parent f8bf00c commit 51fea8d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ The current available networks are:
- `modeTestnet`
- `seiArcticTestnet`
- `xlayerTestnet`
- `bobTestnet`
- **EVM-Based Production Networks:**
- `ethMain`
- `bscMain`
Expand Down Expand Up @@ -257,6 +258,7 @@ The current available networks are:
- `metisMain`
- `modeMain`
- `xlayerMain`
- `bobMain`

> [!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.9",
"version": "3.0.10",
"description": "Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.",
"author": "Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

4 changes: 4 additions & 0 deletions src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const networks = [
"modeTestnet",
"seiArcticTestnet",
"xlayerTestnet",
"bobTestnet",
"ethMain",
"bscMain",
"optimismMain",
Expand Down Expand Up @@ -72,6 +73,7 @@ export const networks = [
"metisMain",
"modeMain",
"xlayerMain",
"bobMain",
];

// List of block explorers, in the same order as `networks`
Expand Down Expand Up @@ -113,6 +115,7 @@ export const explorers = [
"https://sepolia.explorer.mode.network/",
"https://seistream.app/",
"https://www.oklink.com/xlayer-test/",
"https://testnet-explorer.gobob.xyz/",
"https://etherscan.io/",
"https://bscscan.com/",
"https://optimistic.etherscan.io/",
Expand Down Expand Up @@ -148,4 +151,5 @@ export const explorers = [
"https://andromeda-explorer.metis.io/",
"https://explorer.mode.network/",
"https://www.oklink.com/xlayer/",
"https://explorer.gobob.xyz/",
];

0 comments on commit 51fea8d

Please sign in to comment.