Skip to content
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

Test non-18-decimal tokens #78

Merged
merged 4 commits into from
Jun 26, 2022
Merged

Test non-18-decimal tokens #78

merged 4 commits into from
Jun 26, 2022

Conversation

PaulRBerg
Copy link
Member

@PaulRBerg PaulRBerg commented Jun 21, 2022

Closes #76.

Depends upon #73 and #75 being merged first.

test: add "usdc" and associated testing variables for it
test: rename "DEFAULT_DEPOSIT" to "DEFAULT_DEPOSIT_DAI"
test: rename "DEFAULT_AMOUNTS" to "DEFAULT_AMOUNTS_DAI"
test: rename "createDefaultStream" to "createDefaultDaiStream"
test: rename "createNonCancelableStream" to "createNonCancelableDaiStream"
test: rename "stream" to "daiStream"
test: rename "usd" to "dai"
test: add "WITHDRAW_AMOUNT_USDC"
test: delete stale test "testCreate__CliffTimeEqualStopTime"
test: rename "WITHDRAW_AMOUNT" to "WITHDRAW_AMOUNT_DAI"
@PaulRBerg PaulRBerg merged commit 3d7d700 into main Jun 26, 2022
@PaulRBerg PaulRBerg deleted the test/non-18-decimals branch June 26, 2022 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test the case when the token doesn't have 18 decimals
2 participants