Skip to content

Commit

Permalink
change e2e network name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Feb 19, 2025
1 parent 39342b6 commit 046adfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type Config struct {
// testing requirements.
func DefaultConfig() Config {
encCfg := encoding.MakeConfig(app.ModuleBasics)
chainID := fmt.Sprintf("imua_%d-1", tmrand.Int63n(9999999999999)+1)
chainID := fmt.Sprintf("imuachain_%d-1", tmrand.Int63n(9999999999999)+1)
return Config{
Codec: encCfg.Codec,
TxConfig: encCfg.TxConfig,
Expand Down

0 comments on commit 046adfa

Please sign in to comment.