Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/curvefi/curve-factory-crypto


https://github.com/curvefi/curve-factory-crypto

Last synced: about 2 months ago
JSON representation

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
```