Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Apr 23, 2024
1 parent 4edf9b7 commit d1b3485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ import (
)

const (
authorityAddress = "pica10556m38z4x6pqalr9rl5ytf3cff8q46nf36090" // convert from: centauri10556m38z4x6pqalr9rl5ytf3cff8q46nk85k9m
authorityAddress = "pica10d07y265gmmuvt4z0w9aw880jnsr700jp7sqj5" // convert from: centauri10556m38z4x6pqalr9rl5ytf3cff8q46nk85k9m
)

type AppKeepers struct {
Expand Down
2 changes: 1 addition & 1 deletion tests/interchaintest/ibc_transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func TestCentauriPicassoIBCTransfer(t *testing.T) {
ibc.Hyperspace,
zaptest.NewLogger(t),
// These two fields are used to pass in a custom Docker image built locally
// relayer.ImagePull(false),
relayer.ImagePull(false),
relayer.CustomDockerImage("composablefi/hyperspace", "latest", "1000:1000"),
).Build(t, client, network)

Expand Down

0 comments on commit d1b3485

Please sign in to comment.