Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piux2 committed Feb 10, 2025
1 parent 5812fcc commit d282741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gno.land/pkg/integration/node_testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,8 @@ func GenerateTestingGenesisState(creator crypto.PrivKey, pkgs ...gnovm.MemPackag
Address: creator.PubKey().Address(),
Amount: std.MustParseCoins(ugnot.ValueString(10_000_000_000_000)),
}},
Auth: auth.DefaultGenesisState(),
Bank: bank.DefaultGenesisState(),
VM: vmm.DefaultGenesisState(),
}
}

0 comments on commit d282741

Please sign in to comment.