Skip to content

Commit

Permalink
feat: add sepolia 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 May 17, 2022
1 parent 671fe87 commit c698053
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 @@ -119,6 +119,7 @@ The current available networks are:
- `ropsten`
- `kovan`
- `goerli`
- `sepolia`
- `bscTestnet`
- `optimismTestnet`
- `arbitrumTestnet`
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": "1.1.11",
"version": "1.1.12",
"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 @@ -6,6 +6,7 @@ export const networks = [
"ropsten",
"kovan",
"goerli",
"sepolia",
"bscTestnet",
"optimismTestnet",
"arbitrumTestnet",
Expand Down Expand Up @@ -47,6 +48,7 @@ export const explorers = [
"https://ropsten.etherscan.io/",
"https://kovan.etherscan.io/",
"https://goerli.etherscan.io/",
"https://sepolia.etherscan.io/",
"https://testnet.bscscan.com/",
"https://kovan-optimistic.etherscan.io/",
"https://testnet.arbiscan.io/",
Expand Down

0 comments on commit c698053

Please sign in to comment.