Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 596 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 596 Bytes

This is a fork from solidstate-network/hardhat-4byte-uploader

Signatures uploaded

  • External methods
  • Events
  • Custom errors (treated as methods)

Installation

npm install --save-dev @axieinfinity/hardhat-4byte-uploader
# or
yarn add --dev @axieinfinity/hardhat-4byte-uploader

Usage

Load plugin in Hardhat config:

require('@axieinfinity/hardhat-4byte-uploader');

Run the included Hardhat task manually:

npx hardhat upload-selectors
# or
yarn run hardhat upload-selectors