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

chore: production deployment #25

Merged
merged 4 commits into from
Oct 7, 2024
Merged

chore: production deployment #25

merged 4 commits into from
Oct 7, 2024

Conversation

wei3erHase
Copy link
Member

No description provided.

@wei3erHase wei3erHase changed the title feat: changing token and lowered time deltas chore: production deployment Oct 7, 2024
@@ -435,7 +435,7 @@ impl Processor {
}

// Withdrawal period is 7 days = 7 * 86400 = 604_800
schedule.release_time = clock.unix_timestamp as u64 + 604_800;
schedule.release_time = clock.unix_timestamp as u64 + 1800;
Copy link

@zarifpour zarifpour Oct 7, 2024

Choose a reason for hiding this comment

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

  • pre-release version, so we can test withdrawals quickly
  • production will have the 1 week buffer

@wei3erHase wei3erHase marked this pull request as ready for review October 7, 2024 16:41
@wei3erHase wei3erHase merged commit 8420c98 into dev Oct 7, 2024
2 of 3 checks passed
@wei3erHase wei3erHase deleted the chore/test-deployment branch October 7, 2024 16:41
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