Skip to content

Commit 4a481b0

Browse files
committed
Remove environments.yml
1 parent f623b07 commit 4a481b0

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://github.com/forefy/eburger/releases/"><img alt="eBurger releases" src="https://img.shields.io/github/release/forefy/eburger">
8+
<a href="https://github.com/forefy/eburger/releases/"><img alt="eBurger releases" title="eBurger releases" src="https://img.shields.io/github/release/forefy/eburger">
99
<img alt="eBurger GitHub repo size" title="eBurger GitHub repo size" src="https://img.shields.io/github/repo-size/forefy/eburger">
1010
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/forefy/eburger/.github/workflows/pip-audit.yml">
11-
<img alt="eBurger GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/forefy/eburger">
12-
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/forefy/eburger">
13-
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/eburger">
14-
<a href="https://github.com/forefy/eburger/issues"><img alt="Issues" src="https://img.shields.io/github/issues-raw/forefy/eburger">
15-
<a href="https://discord.gg/WaVMpBtxdB"><img alt="Forefy Discord" src="https://img.shields.io/discord/1174395390494257152.svg?logo=discord"></a>
16-
<a href="https://twitter.com/forefy"><img alt="Forefy Twitter" src="https://img.shields.io/twitter/follow/forefy.svg?logo=twitter"></a>
11+
<img alt="eBurger GitHub commit activity" title="eBurger GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/forefy/eburger">
12+
<img alt="GitHub last commit" title="GitHub last commit" src="https://img.shields.io/github/last-commit/forefy/eburger">
13+
<img alt="PyPI - Downloads" title="PyPi Downloads" src="https://img.shields.io/pypi/dw/eburger">
14+
<a href="https://github.com/forefy/eburger/issues"><img alt="Issues" title="Issues" src="https://img.shields.io/github/issues-raw/forefy/eburger">
15+
<a href="https://discord.gg/WaVMpBtxdB"><img alt="Forefy Discord" title="Forefy Discord" src="https://img.shields.io/discord/1174395390494257152.svg?logo=discord"></a>
16+
<a href="https://twitter.com/forefy"><img alt="Forefy Twitter" title="Forefy Twitter" src="https://img.shields.io/twitter/follow/forefy.svg?logo=twitter"></a>
17+
<img alt="Launch on Jupyter" title="Launch on Jupyter" src="https://img.shields.io/badge/templates%20playground?logo=jupyter&label=launch&link=https%3A%2F%2Fmybinder.org%2Fv2%2Fgh%2Fforefy%2Feburger%2Fmain%3Flabpath%3Dplayground.ipynb">
1718
</p>
1819

1920
<p align="center">
@@ -166,8 +167,8 @@ Comparison of actively maintained / popular solidity smart contract static analy
166167
| [eBurger](https://github.com/forefy/eburger) | Python ||| ||
167168
| [Slither](https://github.com/crytic/slither) | Python | ||| |
168169
| [4naly3er](https://github.com/Picodes/4naly3er) | TypeScript 🤮 | | || |
169-
| [mythril](https://github.com/Consensys/mythril) | Python | | | | |
170-
| [aderyn](https://github.com/Cyfrin/aderyn) | Rust | | | | |
170+
| [Mythril](https://github.com/Consensys/mythril) | Python | | | | |
171+
| [Aderyn](https://github.com/Cyfrin/aderyn) | Rust | | | | |
171172

172173

173174
Forgot one or made a mistake? open a pull request or an issue :)

eburger/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def main():
150150
save_as_json(output_filename, ast_json)
151151

152152
# Hardhat compilation flow
153-
if path_type == "hardhat":
153+
elif path_type == "hardhat":
154154
log("info", "Hardhat project detected, compiling using hardhat.")
155155
install_hardhat_if_not_found()
156156

environment.yml

-10
This file was deleted.

0 commit comments

Comments
 (0)