dao/dao
Neeraj Kashyap 4b198dd3b4 Added "createSimplePoolV2" on TerminusFacet
Also made it so that if `requiredPayment` is set to 0 on a Terminus
contract, we will not even initiate the ERC20 `transferFrom`. This makes
it so that a Terminus contract in which the controller does not have to
pay to create a pool does not require setting a payment token.

Bumped dao version to `0.0.8`.

Added tests for `createSimplePoolV2` functionality.
2023-02-17 10:58:31 -08:00
..
Diamond.py
DiamondCutFacet.py
DiamondLoupeFacet.py
ERC20Facet.py
ERC20Initializer.py
MoonstreamTokenFaucet.py
OwnershipFacet.py
TerminusControllerFacet.py
TerminusFacet.py Added "createSimplePoolV2" on TerminusFacet 2023-02-17 10:58:31 -08:00
TerminusInitializer.py
__init__.py
abi.py
cli.py
core.py
test_core.py
test_moonstream.py
test_terminus.py Added "createSimplePoolV2" on TerminusFacet 2023-02-17 10:58:31 -08:00
test_terminus_controller.py