Skip to content

Commit

Permalink
♻️ Fix 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 Feb 13, 2025
1 parent 39cc636 commit a667b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2101,8 +2101,8 @@ const config: HardhatUserConfig = {
network: "arenaz",
chainId: 7897,
urls: {
apiURL: "https://arena-z.blockscout.com/api",
browserURL: "https://arena-z.blockscout.com",
apiURL: "https://explorer.arena-z.gg/api",
browserURL: "https://explorer.arena-z.gg",
},
},
{
Expand Down

0 comments on commit a667b6f

Please sign in to comment.