-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wZEC pool; brownie-token-tester integration #111
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good thank you
Curve wZEC pool supports swaps between the following wrapped ZEC coins: | ||
|
||
- `wZEC`: [0x4A64515E5E1d1073e83f30cB97BEd20400b66E10](https://etherscan.io/address/0x4A64515E5E1d1073e83f30cB97BEd20400b66E10) | ||
- `renZEC`: [0x1c5db575e2ff833e46a2e9864c22f4b22e0b37c2](https://etherscan.io/address/0x1c5db575e2ff833e46a2e9864c22f4b22e0b37c2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
@external | ||
def unkill_me(): | ||
assert msg.sender == self.owner # dev: only owner | ||
self.is_killed = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
"testing": { | ||
"initial_amount": 100 | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
What I did
This PR consists of the following changes:
brownie-token-tester
into the test suite to allow for easy minting of tokens for testingisort
(removesunknown_third_party
issues) andflake8
versionsNote
How to verify it
Integation of
brownie-token-tester
Run full test suite:
brownie test
Test wZEC Pool
Run test suite:
brownie test --pool wzec
Run test suite against forked mainnet:
brownie test --network mainnet-fork --pool wzec