Skip to content

Commit

Permalink
➕ update Arbitrum Goerli block explorer link
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Oct 26, 2022
1 parent 4492540 commit 087b769
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.23",
"version": "1.1.24",
"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: 1 addition & 1 deletion src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const explorers = [
"https://sepolia.etherscan.io/",
"https://testnet.bscscan.com/",
"https://goerli-optimism.etherscan.io/",
"https://goerli-rollup-explorer.arbitrum.io/",
"https://goerli.arbiscan.io/",
"https://mumbai.polygonscan.com/",
"https://testnet.hecoinfo.com/",
"https://testnet.ftmscan.com/",
Expand Down

0 comments on commit 087b769

Please sign in to comment.