Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go mod tidy
COPY . .

# Download local-ic (nested spawn add on)
RUN wget https://github.com/strangelove-ventures/interchaintest/releases/download/v8.7.1/local-ic && chmod +x local-ic
RUN wget https://github.com/strangelove-ventures/interchaintest/releases/download/v8.8.0/local-ic && chmod +x local-ic
RUN mv ./local-ic /go/bin

# Build Spawn
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump_localic.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# sh scripts/bump_localic.sh

NEW_VERSION=v8.7.1
NEW_VERSION=v8.8.0

find . -type f -name "*.md"

Expand Down
2 changes: 1 addition & 1 deletion simapp/.github/workflows/testnet-hetzner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install docker.io docker-compose
sudo apt-get update

wget https://github.com/strangelove-ventures/interchaintest/releases/download/v8.7.1/local-ic && chmod +x local-ic
wget https://github.com/strangelove-ventures/interchaintest/releases/download/v8.8.0/local-ic && chmod +x local-ic
sudo mv local-ic /usr/local/bin

git clone https://github.com/strangelove-ventures/heighliner.git && cd heighliner
Expand Down
2 changes: 1 addition & 1 deletion simapp/.github/workflows/testnet-self-hosted.yml.optional
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install docker.io docker-compose
sudo apt-get update

wget https://github.com/strangelove-ventures/interchaintest/releases/download/v8.7.1/local-ic && chmod +x local-ic
wget https://github.com/strangelove-ventures/interchaintest/releases/download/v8.8.0/local-ic && chmod +x local-ic
sudo mv local-ic /usr/local/bin

git clone https://github.com/strangelove-ventures/heighliner.git && cd heighliner
Expand Down