Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curvefi/curve-factory-crypto
https://github.com/curvefi/curve-factory-crypto
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/curvefi/curve-factory-crypto
- Owner: curvefi
- Created: 2021-12-29T17:37:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T20:12:54.000Z (over 1 year ago)
- Last Synced: 2024-04-16T07:19:45.968Z (9 months ago)
- Language: Python
- Size: 219 KB
- Stars: 29
- Watchers: 10
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Testing
To run all tests
```shell
brownie test
```To run only zap tests
```shell
brownie test tests/zaps
```To specify zap(`3pool` or `tricrypto` metapool)
```shell
brownie test tests/zaps --zap_base 3pool
```You can also run forked tests for any network specified in [tricrypto data](contracts/testing/tricrypto/data) or
[3pool data](contracts/testing/3pool/data)
```shell
brownie test tests/zaps/forked --deployed_data arbitrum --network arbitrum-fork
```