Skip to content

Commit

Permalink
Fix Mantle verification config
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiOhl committed Jun 19, 2024
1 parent 766b6b0 commit 6773b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const config: HardhatUserConfig = {
{
network: "mantle",
chainId: 5000,
urls: { apiURL: "https://api.cronoscan.com/api", browserURL: "https://cronoscan.com" }
urls: { apiURL: "https://api.mantlescan.xyz/api", browserURL: "https://mantlescan.xyz" }
},
{
network: "linea",
Expand Down

0 comments on commit 6773b68

Please sign in to comment.