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

Refactor/splitting testnet #225

Merged
merged 20 commits into from Aug 20, 2019

Updating migrations.

  • Loading branch information
Freydal committed Aug 19, 2019
commit 976e297d92d4db32164b14bed86d15dc3a35f3e5
@@ -51,6 +51,13 @@ export async function migrations(
_rewardPeriod: 6000,
},
6174: {
_applicationPeriod: 600,
_commitPeriod: 600,
_challengePeriod: 400,
_exitPeriod: 600,
_rewardPeriod: 600,
},
6175: {
_applicationPeriod: 10,
_commitPeriod: 10,
_challengePeriod: 20,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.