Skip to content

Commit cefaf65

Browse files
authored
docs: add new plugin for verifying contracts on evm chains and xlayer… (#5205)
Add new plugin for verifying contracts on evm chains and xlayer of okx
1 parent 974bec0 commit cefaf65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/content/hardhat-runner/plugins/plugins.ts

+8
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,14 @@ const communityPlugins: IPlugin[] = [
966966
description: "Ui extensions for the ethernaut-wallet package",
967967
tags: ["ethernaut-cli", "ui", "wallet"],
968968
},
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+
},
969977
];
970978

971979
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)