Skip to content

Commit

Permalink
fix: docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Jan 5, 2024
1 parent 2ae4d67 commit 8f6a129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions interchaintest/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ var (

// TO-DO
dockerImage = ibc.DockerImage{
Repository: "", // FOR LOCAL IMAGE USE: Docker Image Name
Version: "", // FOR LOCAL IMAGE USE: Docker Image Tag
UidGid: "",
Repository: "sedaprotocol/seda-chaind-e2e", // FOR LOCAL IMAGE USE: Docker Image Name
Version: "latest", // FOR LOCAL IMAGE USE: Docker Image Tag
UidGid: "1025:1025",
}

SedaCfg = ibc.ChainConfig{
Expand Down

0 comments on commit 8f6a129

Please sign in to comment.