github.com/cosmos/cosmos-sdk@v0.50.10/x/staking/simulation/common_test.go (about)

     1  package simulation_test
     2  
     3  import (
     4  	"math/big"
     5  
     6  	sdkmath "cosmossdk.io/math"
     7  
     8  	sdk "github.com/cosmos/cosmos-sdk/types"
     9  )
    10  
    11  func init() {
    12  	sdk.DefaultPowerReduction = sdkmath.NewIntFromBigInt(new(big.Int).Exp(big.NewInt(10), big.NewInt(18), nil))
    13  }