Skip to content

Commit

Permalink
Removed comdex from list of new rate limits (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs authored Jun 15, 2023
1 parent c9667a8 commit 6a0c44a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/upgrades/v10/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ var (
"stargaze-1": sdkmath.NewInt(75),
"phoenix-1": sdkmath.NewInt(75),
"umee-1": sdkmath.NewInt(75),
"comdex-1": sdkmath.NewInt(75),
}
)

Expand Down Expand Up @@ -315,7 +314,6 @@ func ExecuteProp205(ctx sdk.Context, k bankkeeper.Keeper) error {
// STARS: 75%
// LUNA: 75%
// UMEE: 75%
// CMDX: 75%
func EnableRateLimits(
ctx sdk.Context,
accountKeeper authkeeper.AccountKeeper,
Expand Down

0 comments on commit 6a0c44a

Please sign in to comment.