Skip to content

Commit

Permalink
cmt registration_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanhNhann committed Aug 9, 2024
1 parent a507fa1 commit fdd7d30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -731,9 +731,9 @@ func customEpochConfig(epochDuration string) ibc.ChainConfig {
if err := dyno.Set(g, "adym", "app_state", "gamm", "params", "pool_creation_fee", 0, "denom"); err != nil {
return nil, fmt.Errorf("failed to set amount on gov min_deposit in genesis json: %w", err)
}
if err := dyno.Set(g, "1000000000000", "app_state", "rollapp", "params", "registration_fee", "amount"); err != nil {
return nil, fmt.Errorf("failed to set registration_fee in genesis json: %w", err)
}
// if err := dyno.Set(g, "1000000000000", "app_state", "rollapp", "params", "registration_fee", "amount"); err != nil {
// return nil, fmt.Errorf("failed to set registration_fee in genesis json: %w", err)
// }
outputGenBz, err := json.Marshal(g)
if err != nil {
return nil, fmt.Errorf("failed to marshal genesis bytes to json: %w", err)
Expand Down

0 comments on commit fdd7d30

Please sign in to comment.