Skip to content

Commit 3b39a74

Browse files
authored
Merge pull request #3595 from its-saeed/main
Fix scilla plugin URL.
2 parents ba9d4b4 + 7bcdb6d commit 3b39a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,9 @@ const communityPlugins: IPlugin[] = [
680680
tags: ["Tooling", "Storage", "Gas", "Size", "Bytecode"],
681681
},
682682
{
683-
name: "hardhat-scilla",
683+
name: "hardhat-scilla-plugin",
684684
author: "Saeed Dadkhah",
685-
authorUrl: "https://www.npmjs.com/package/hardhat-scilla-plugin",
685+
authorUrl: "https://www.github.com/its-saeed",
686686
description:
687687
"Hardhat plugin to test scilla contracts. Scilla is Zillqa's programming language to develop smart contracts.",
688688
tags: ["Scilla", "Testing", "Zilliqa"],

0 commit comments

Comments
 (0)