Skip to content

Commit f9d9596

Browse files
committed
Fix verification on ink
1 parent b8a6177 commit f9d9596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardhat.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ const config: HardhatUserConfig = {
320320
network: "ink",
321321
chainId: 57073,
322322
urls: {
323-
apiURL: "https://blockscout.inkonchain.com/api",
324-
browserURL: "https://blockscout.inkonchain.com"
323+
apiURL: "https://explorer.inkonchain.com/api",
324+
browserURL: "https://explorer.inkonchain.com"
325325
}
326326
}
327327
]

0 commit comments

Comments
 (0)