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

feat: Add shortcuts for 'preview' and 'pre-prod' networks #385

Merged
merged 2 commits into from
Aug 20, 2022

Conversation

scarmuega
Copy link
Member

@scarmuega scarmuega commented Aug 16, 2022

closes #384

@scarmuega scarmuega marked this pull request as ready for review August 20, 2022 11:09
@scarmuega scarmuega merged commit 67b01e8 into main Aug 20, 2022
@scarmuega scarmuega deleted the feat/new-networks branch August 20, 2022 11:13
byron_known_slot: 0,
byron_known_hash: "".to_string(),
byron_known_time: 1660003200,
shelley_epoch_length: 432000,

Choose a reason for hiding this comment

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

should be 86400 for preview

byron_known_time: 1660003200,
shelley_epoch_length: 432000,
shelley_slot_length: 1,
shelley_known_slot: 25260,

Choose a reason for hiding this comment

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

should be 0 for preview

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.

Add preprod and preview as well-known networks
2 participants