Hardhat Community Plugins
Discover community plugins for Hardhat that work on ZKsync Era.
Last updated
Discover community plugins for Hardhat that work on ZKsync Era.
Last updated
The following plugins were created by the community and tested on ZKsync Era. Feel free to suggest new plugins by .
Multiple tasks for advanced deployments.
This plugin was on version 0.11.26
.
Automatically generate TypeScript bindings for smart contracts.
Plugin used to deploy and update upgradable smart contracts (proxies). Use the which provides an easy-to-use interface for interacting with the OpenZeppelin Upgrades Plugins within a Hardhat environment on ZKsync.
Adds capabilities to make your smart contract tests easy to write and read.
Different options to export smart contract ABIs.
This plugin enables the pre-processing of contract source code prior to compilation.
This plugin adds new methods that interact with the Hardhat network used for testing.
In version 1.0.12
, hardhat-network-helpers
introduced support for both In-Memory Node and Dockerized setups, allowing methods such as loadFixture
to be utilized in test files.
This plugin has been deprecated in favor of nomicfoundation/hardhat-verify
. The ZKsync plugins for smart contract verification are built on top of nomicfoundation/hardhat-verify
, making migration to it necessary.
Although this plugin works out of the box, ZKsync Era has a than Ethereum. Users should consider this when analysing the report generated by this plugin.
In addition, make sure to read about .
CACHE_BREAKER Field Issue:The hardhat-preprocessor plugin adds the CACHE_BREAKER field to the list of libraries, which can lead to failed verification when using plugin. To prevent this, please include the --no-compile
flag: yarn hardhat verify --no-compile
.
Although methods like hardhat_impersonateAccount
or hardhat_setBalance
are supported, other RPC methods might not be supported by the In-Memory Node. Please .