Skip to content

Commit

Permalink
fix: update fee pool values (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Sep 26, 2024
1 parent da9f0b3 commit 8908b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update-genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func UpdateGenesis(validatorBalance, homePath, genesisFilePath string) {
genesis.AppState.Distribution = genesisInit.AppState.Distribution

// temporary fix for distribution params
genesis.AppState.Distribution.FeePool.CommunityPool = sdk.NewDecCoins(sdk.NewDecCoin("ueden", sdk.NewInt(335036691490)), sdk.NewDecCoin("uedenb", sdk.NewInt(1116785666446)))
genesis.AppState.Distribution.FeePool.CommunityPool = sdk.NewDecCoins(sdk.NewDecCoin("ueden", sdk.NewInt(109932885975)), sdk.NewDecCoin("uedenb", sdk.NewInt(366438359375)))

log.Printf("community pool: %v", genesis.AppState.Distribution.FeePool.CommunityPool)

Expand Down

0 comments on commit 8908b81

Please sign in to comment.