Skip to content

Commit

Permalink
♻️ Change Mantle Block Explorer Links
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jul 15, 2024
1 parent d47f534 commit 2da5609
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1158,16 +1158,16 @@ const config: HardhatUserConfig = {
network: "mantle",
chainId: 5000,
urls: {
apiURL: "https://explorer.mantle.xyz/api",
browserURL: "https://explorer.mantle.xyz",
apiURL: "https://api.mantlescan.xyz/api",
browserURL: "https://mantlescan.xyz",
},
},
{
network: "mantleTestnet",
chainId: 5003,
urls: {
apiURL: "https://explorer.sepolia.mantle.xyz/api",
browserURL: "https://explorer.sepolia.mantle.xyz",
apiURL: "https://api-sepolia.mantlescan.xyz/api",
browserURL: "https://sepolia.mantlescan.xyz",
},
},
{
Expand Down

0 comments on commit 2da5609

Please sign in to comment.