Skip to content

Commit fee9fe3

Browse files
committed
fix: amoy verification endpoint URL
1 parent 3416b2a commit fee9fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const config: HardhatUserConfig = {
100100
chainId: 80002,
101101
urls: {
102102
apiURL:
103-
"https://www.oklink.com/api/explorer/v1/polygonamoy/contract/verify/async",
103+
"https://www.oklink.com/api/v5/explorer/contract/verify-source-code-plugin/AMOY_TESTNET",
104104
browserURL: "https://www.oklink.com/amoy",
105105
},
106106
},

0 commit comments

Comments
 (0)