Skip to content

Commit

Permalink
➕ update new Nova Arbitrum explorer link
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 Oct 26, 2022
1 parent 7715662 commit 4492540
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdeployer",
"version": "1.1.22",
"version": "1.1.23",
"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 Expand Up @@ -45,7 +45,7 @@
"@types/chai": "^4.3.3",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.5",
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const explorers = [
"https://bscscan.com/",
"https://optimistic.etherscan.io/",
"https://arbiscan.io/",
"https://nova-explorer.arbitrum.io/",
"https://nova.arbiscan.io/",
"https://polygonscan.com/",
"https://hecoinfo.com/",
"https://ftmscan.com/",
Expand Down

0 comments on commit 4492540

Please sign in to comment.