Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump cosmos-sdk to v0.50.8 and ignite to v28.5.2 #208

Merged
merged 14 commits into from
Aug 30, 2024
Prev Previous commit
Next Next commit
run make format
  • Loading branch information
Pantani committed Aug 21, 2024
commit 041917e715c60e8bfe0a9c69e329116b31c99c97
2 changes: 1 addition & 1 deletion x/fundraising/simulation/modify_bid.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package simulation

import (
"cosmossdk.io/math"
"math/rand"

"cosmossdk.io/math"
"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/client"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down
Loading