Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
ff566c42
Commit
ff566c42
authored
3 years ago
by
Sunny Aggarwal
Browse files
Options
Download
Email Patches
Plain Diff
testnet time
parent
22225030
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmd/osmosisd/cmd/genesis.go
+1
-1
cmd/osmosisd/cmd/genesis.go
with
1 addition
and
1 deletion
+1
-1
cmd/osmosisd/cmd/genesis.go
+
1
-
1
View file @
ff566c42
...
...
@@ -546,7 +546,7 @@ func TestnetGenesisParams() GenesisParams {
epoch
.
StartTime
=
genParams
.
GenesisTime
}
genParams
.
StakingParams
.
UnbondingTime
=
time
.
Minute
*
3
//
3 min
genParams
.
StakingParams
.
UnbondingTime
=
time
.
Hour
*
24
*
7
*
2
//
2 weeks
genParams
.
MintParams
.
EpochIdentifier
=
"15min"
// 15min
genParams
.
MintParams
.
ReductionPeriodInEpochs
=
192
// 2 days
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets