Ui extensions for the ethernaut-util package
- from: Prompt with list of common units like ether, wei, kwei, etc
- to: Prompt with list of common units like ether, wei, kwei, etc
This ui extension does not provide any parameter suggestions.
npm install ethernaut-util-ui
Import the plugin in your hardhat.config.js
:
require('ethernaut-util-ui')
Or if you are using TypeScript, in your hardhat.config.ts
:
import 'ethernaut-util-ui'
- ethernaut-util
This plugin does not add any tasks.
This plugin doesn't add any fields to the hre.
This plugin doesn't add any fields to the hardhat configuration file.
Simply require the plugin in hardhat.config.js and the custom prompts will replace the generic prompts that ship with the ethernaut-util plugin.