Skip to content

Commit

Permalink
change prefix to centauri
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Oct 26, 2023
1 parent a00f3db commit 670a198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/interchaintest/ibc_transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
// * create client, connection, and channel in relayer
// * start relayer
// * send transfer over ibc
func TestLayerPicassoIBCTransfer(t *testing.T) {
func TestCentauriPicassoIBCTransfer(t *testing.T) {
if testing.Short() {
t.Skip()
}
Expand Down Expand Up @@ -97,8 +97,8 @@ func TestLayerPicassoIBCTransfer(t *testing.T) {
Name: "centauri",
ChainID: "centaurid",
Images: []ibc.DockerImage{CentauriImage},
Bin: "layerd",
Bech32Prefix: "layer",
Bin: "centaurid",
Bech32Prefix: "centauri",
Denom: "stake",
GasPrices: "0.00stake",
GasAdjustment: 1.3,
Expand Down

0 comments on commit 670a198

Please sign in to comment.