Skip to content

Commit

Permalink
Updated README & version
Browse files Browse the repository at this point in the history
  • Loading branch information
- committed Mar 23, 2024
1 parent 3435e50 commit f42ed0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ The Yul+ compiler is run using the [Yul+ transpiler from FuelLabs](https://githu

## Installation

First, you need to install the plugin by running
First, you need to install the plugin and solc by running

```bash
yarn add -D @skybit/hardhat-yul
yarn add -D @skybit/hardhat-yul solc
```

And add the following statement to your `hardhat.config.js`:
Expand Down Expand Up @@ -56,4 +56,4 @@ There are no additional steps you need to take for this plugin to work.

This is a fork of [@TovarishFin/hardhat-yul](https://github.com/TovarishFin/hardhat-yul) which no longer seems to be maintained and is not open for issues.


As of v4.2.0 solc has been made a peer dependency so that whatever version of solc that you choose to install in your own repository will be used to compile the yul files.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skybit/hardhat-yul",
"version": "4.1.1",
"version": "4.2.0",
"description": "Compile Yul smart contracts in Hardhat",
"repository": {
"type": "git",
Expand Down

0 comments on commit f42ed0c

Please sign in to comment.