Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed Nov 21, 2024
1 parent abd876c commit 7e0c208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/onomyd/cmd/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func initAppForTestnet(app *app.OnomyApp, args valArgs) *app.OnomyApp {
tmos.Exit(err.Error())
}

amountMint, _ := math.NewIntFromString("500000000000000000000000000000")
amountMint, _ := math.NewIntFromString("6000172359524523127229047209154")
defaultCoins := sdk.NewCoins(sdk.NewCoin(bondDenom, amountMint), sdk.NewCoin("stake", amountMint))

// Fund local accounts.
Expand All @@ -223,7 +223,7 @@ func initAppForTestnet(app *app.OnomyApp, args valArgs) *app.OnomyApp {
// GOV.
//
govParams, _ := app.GovKeeper.Params.Get(ctx)
timeVoting := time.Second * 15
timeVoting := time.Second * 30
govParams.VotingPeriod = &timeVoting

err = app.GovKeeper.Params.Set(ctx, govParams)
Expand Down

0 comments on commit 7e0c208

Please sign in to comment.