Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 959 Bytes

File metadata and controls

52 lines (30 loc) · 959 Bytes

ethernaut-util-ui

Ui extensions for the ethernaut-util package

What

unit task

  • from: Prompt with list of common units like ether, wei, kwei, etc
  • to: Prompt with list of common units like ether, wei, kwei, etc

Suggestions

This ui extension does not provide any parameter suggestions.

Installation

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'

Required plugins

  • ethernaut-util

Tasks

This plugin does not add any tasks.

Environment extensions

This plugin doesn't add any fields to the hre.

Configuration

This plugin doesn't add any fields to the hardhat configuration file.

Usage

Simply require the plugin in hardhat.config.js and the custom prompts will replace the generic prompts that ship with the ethernaut-util plugin.