https://github.com/curvefi/curve-factory-crypto
https://github.com/curvefi/curve-factory-crypto
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/curvefi/curve-factory-crypto
- Owner: curvefi
- Created: 2021-12-29T17:37:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T20:12:54.000Z (over 1 year ago)
- Last Synced: 2025-04-05T02:05:05.061Z (about 2 months ago)
- Language: Python
- Size: 219 KB
- Stars: 31
- Watchers: 10
- Forks: 5
- 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
```