Skip to content

Commit

Permalink
chore: add decimals to funders migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreithecker committed Jun 12, 2024
1 parent c27d840 commit 8e7dee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/upgrades/v1_5/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func MigrateFundersModule(sdkCtx sdk.Context, cdc codec.Codec, fundersStoreKey s
CoinWhitelist: []*fundersTypes.WhitelistCoinEntry{
{
CoinDenom: globalTypes.Denom,
CoinDecimals: uint32(6),
MinFundingAmount: math.NewIntFromUint64(oldParams.MinFundingAmount),
MinFundingAmountPerBundle: math.NewIntFromUint64(oldParams.MinFundingAmountPerBundle),
CoinWeight: math.LegacyMustNewDecFromStr("0.06"),
Expand Down

0 comments on commit 8e7dee0

Please sign in to comment.