Skip to content

Commit

Permalink
Fix verification on ink
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiOhl committed Dec 18, 2024
1 parent b8a6177 commit f9d9596
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 @@ -320,8 +320,8 @@ const config: HardhatUserConfig = {
network: "ink",
chainId: 57073,
urls: {
apiURL: "https://blockscout.inkonchain.com/api",
browserURL: "https://blockscout.inkonchain.com"
apiURL: "https://explorer.inkonchain.com/api",
browserURL: "https://explorer.inkonchain.com"
}
}
]
Expand Down

0 comments on commit f9d9596

Please sign in to comment.