We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974bec0 commit cefaf65Copy full SHA for cefaf65
docs/src/content/hardhat-runner/plugins/plugins.ts
@@ -966,6 +966,14 @@ const communityPlugins: IPlugin[] = [
966
description: "Ui extensions for the ethernaut-wallet package",
967
tags: ["ethernaut-cli", "ui", "wallet"],
968
},
969
+ {
970
+ name: "@okxweb3/hardhat-explorer-verify",
971
+ author: "okx",
972
+ authorUrl: "https://github.com/okx",
973
+ description:
974
+ "Hardhat plugin for verifying smart contracts deployed on the EVM chains including X Layer",
975
+ tags: ["OKX Explorer", "Verification", "X Layer"],
976
+ },
977
];
978
979
const officialPlugins: IPlugin[] = [
0 commit comments