Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
fix: change hevm repo URL (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihiroi authored Nov 7, 2023
1 parent c5735f2 commit 2b443cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VSCode Huff

**NOTE: Debugger requires path installations of [huffc](https://github.com/huff-language/huff-rs) and [hevm](https://github.com/dapphub/dapptools/tree/master/src/hevm) from [dapptools](https://github.com/dapphub/dapptools) before use.**
**NOTE: Debugger requires path installations of [huffc](https://github.com/huff-language/huff-rs) and [hevm](https://github.com/ethereum/hevm) before use.**

> A mirror version of this repository can be found on [open-vsx](https://open-vsx.org/extension/huff-language/huff-language)
Expand Down Expand Up @@ -57,7 +57,7 @@ If the selected macro has `takes(n)` then n windows will appear to allow setting

## Code Generation

**Switch table generation**
**Switch table generation**
Generate the MAIN macro switch table with jumps from just the interface definition. No more visiting keccak online or using `cast sig xxx` to copy function selectors into your code. Just write the interface and let us handle the rest.

Usage:
Expand Down

0 comments on commit 2b443cf

Please sign in to comment.