Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 893 Bytes

File metadata and controls

61 lines (34 loc) · 893 Bytes

ethernaut-wallet-ui

Ui extensions for the ethernaut-wallet package

What

activate task

Custom prompts

  • alias: Provides a list of wallets

info task

Custom prompts

  • alias: Provides a list of wallets

remove task

Custom prompts

  • alias: Provides a list of wallets

Installation

npm install ethernaut-wallet-ui

Import the plugin in your hardhat.config.js:

require('ethernaut-wallet-ui')

Or if you are using TypeScript, in your hardhat.config.ts:

import 'ethernaut-wallet-ui'

Required plugins

  • ethernaut-wallet

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

There are no additional steps you need to take for this plugin to work.