Skip to content

Commit

Permalink
updated hard-coded protocol revenue address to function derived addre…
Browse files Browse the repository at this point in the history
…ss (#763)

Co-authored-by: Cosmic Vagabond <[email protected]>
  • Loading branch information
avkr003 and cosmic-vagabond authored Sep 2, 2024
1 parent 2667e71 commit 3a77b32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x/masterchef/types/params.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package types

import (
fmt "fmt"
"fmt"

sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
"gopkg.in/yaml.v2"
)

Expand Down Expand Up @@ -32,7 +34,7 @@ func DefaultParams() Params {
sdk.NewDecWithPrec(60, 2),
sdk.NewDecWithPrec(25, 2),
sdk.NewDecWithPrec(5, 1),
"elys10d07y265gmmuvt4z0w9aw880jnsr700j6z2zm3",
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)
}

Expand Down

0 comments on commit 3a77b32

Please sign in to comment.