Skip to content

Commit

Permalink
test: fix TestInterChainAccounts (#3636)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Jun 28, 2024
1 parent 4ebe100 commit 66695cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interchain/chainspec/celestia.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var celestia = &interchaintest.ChainSpec{
Bin: "celestia-appd",
Bech32Prefix: "celestia",
Denom: "utia",
GasPrices: "0.000001utia",
GasPrices: "0.002utia",
GasAdjustment: *gasAdjustment(),
TrustingPeriod: "336hours",
Images: celestiaDockerImages(),
Expand Down

0 comments on commit 66695cd

Please sign in to comment.