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

init #14

Closed
wants to merge 4 commits into from
Closed

init #14

wants to merge 4 commits into from

Conversation

marczeller
Copy link

No description provided.

ITransferStrategyBase constant TRANSFER_STRATEGY =
ITransferStrategyBase(0x401bfC40e431fD7a340BDE4e416a08932Df40f25); // new deployed strategy

uint256 constant TOTAL_DISTRIBUTION = 30_000 * 10e6; // 30'000 USDC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uint256 constant TOTAL_DISTRIBUTION = 30_000 * 10e6; // 30'000 USDC
uint256 constant TOTAL_DISTRIBUTION = 30_000e6; // 30'000 USDC

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.

2 participants