Skip to content

Commit

Permalink
docs: add new plugin for verifying contracts on evm chains and xlayer… (
Browse files Browse the repository at this point in the history
#5205)

Add new plugin for verifying contracts on evm chains and xlayer of okx
  • Loading branch information
fwx5618177 committed May 16, 2024
1 parent 974bec0 commit cefaf65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/content/hardhat-runner/plugins/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,14 @@ const communityPlugins: IPlugin[] = [
description: "Ui extensions for the ethernaut-wallet package",
tags: ["ethernaut-cli", "ui", "wallet"],
},
{
name: "@okxweb3/hardhat-explorer-verify",
author: "okx",
authorUrl: "https://github.com/okx",
description:
"Hardhat plugin for verifying smart contracts deployed on the EVM chains including X Layer",
tags: ["OKX Explorer", "Verification", "X Layer"],
},
];

const officialPlugins: IPlugin[] = [
Expand Down

0 comments on commit cefaf65

Please sign in to comment.