Skip to content

Commit

Permalink
update image polkadot and parachain
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed May 31, 2023
1 parent bd58605 commit 27d3ffb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/interchaintest/ibc_transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ func TestBanksyPicassoIBCTransfer(t *testing.T) {
ChainID: "rococo-local",
Images: []ibc.DockerImage{
{
Repository: "seunlanlege/centauri-polkadot",
Version: "v0.9.27",
Repository: "parity/polkadot",
Version: "v0.9.39",
UidGid: "1000:1000",
},
{
Repository: "seunlanlege/centauri-parachain",
Version: "v0.9.27",
Repository: "composablefi/parachain-node",
Version: "1c3dacdf-1685308523",
// UidGid: "1025:1025",
},
},
Expand Down

0 comments on commit 27d3ffb

Please sign in to comment.