Skip to content

Commit

Permalink
Add Enzyme vault deployment tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 26, 2024
1 parent df5419c commit 513f69c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@
[submodule "contracts/terms-of-service"]
path = contracts/terms-of-service
url = https://github.com/tradingstrategy-ai/terms-of-service.git
[submodule "contracts/velvet"]
path = contracts/velvet
url = https://github.com/Velvet-Capital/protocol-v2-public.git
1 change: 1 addition & 0 deletions contracts/velvet
Submodule velvet added at 619a02
2 changes: 1 addition & 1 deletion docs/source/api/provider/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ JSON-RPC provider API

This submodule offers functionality to connect and enhance robustness of various EVM JSON-RPC API providers..

- See :ref:`multi prc` for a tutorial
- See :ref:`multi rpc` for a tutorial

- Support for test and mainnet fork backends like :py:mod:`eth_defi.provider.anvil` and :py:mod:`eth_defi.provider.ganache`

Expand Down
1 change: 1 addition & 0 deletions docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Tutorials and examples
pancakeswap-live-minimal
aave-v3-interest-analysis
enzyme-read-vaults
enzyme-deploy
verify-node-integrity
multithread-reader
multi-rpc-configuration
Expand Down

0 comments on commit 513f69c

Please sign in to comment.