Skip to content

Commit

Permalink
Merge pull request #4 from sullof/fix-typescript-issue
Browse files Browse the repository at this point in the history
Fix issue with Typescript
  • Loading branch information
zt-9 authored Mar 28, 2023
2 parents 26f10a0 + 0de74dc commit 0409f51
Show file tree
Hide file tree
Showing 5 changed files with 8,425 additions and 4,734 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ typings/

# environment variables
.env
pnpm-lock.yaml

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ yarn hardhat sourcifySubmit --contract-name "Greeter" --source-name "contracts/G
```

use `yarn hardhat help sourcifySubmit` to see the help for the task

## history

**0.0.2**

- fix TypeScript issues https://github.com/microsoft/TypeScript/issues/51567

**0.0.1**

- first version
Loading

0 comments on commit 0409f51

Please sign in to comment.