Skip to content

Commit

Permalink
docs: add anvil, remove ganache
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Jul 4, 2023
1 parent 236ad22 commit 1612d5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.8.0
-----

- add anvil support
- speed up simulations by writing to storage instead of sending approveHash transactions
- dropped ganache support

0.7.2
-----

Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installation
============

You will need Python and pip installed, as well as Brownie_ and either of `Ganache CLI`_ or Hardhat_ for the forked network functionality.
You will need Python and pip installed, as well as Brownie_ and either of `Anvil`_ or Hardhat_ for the forked network functionality.
Make sure you have `Brownie networks`_ configured correctly.

Then you can simply:
Expand All @@ -14,4 +14,4 @@ Then you can simply:
.. _Brownie: https://eth-brownie.readthedocs.io/en/latest/install.html
.. _Hardhat: https://hardhat.org/getting-started/#installation
.. _Brownie networks: https://eth-brownie.readthedocs.io/en/latest/network-management.html
.. _Ganache CLI: https://github.com/trufflesuite/ganache-cli
.. _Anvil: https://book.getfoundry.sh/anvil/

0 comments on commit 1612d5d

Please sign in to comment.