Skip to content

Commit 266fc51

Browse files
authored
ci: update archwayd version to 7.0.0 (#879)
* ci: update archwayd version to 7.0.0 * ci: minor correction
1 parent e8dcae2 commit 266fc51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/deployer/init_script.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ KMS_ID="KMS_ID_HERE"
1313
DEPLOYR_HOME="/home/deployr"
1414
GO_VERS="1.20.6"
1515
JAVA_VERS="11.0.18_10"
16-
ARCHWAY_VERS="6.0.0"
16+
ARCHWAY_VERS="7.0.0"
1717
INJECTIVE_VERS="1.12.1-1705909076"
1818
NEUTRON_VERS="3.0.2"
19+
SUI_VERS="mainnet-v1.25.1"
1920

2021
set -x
2122
export GOROOT=/usr/local/go
@@ -135,8 +136,8 @@ tar xf OpenJDK11U-jdk_x64_linux_hotspot_$${JAVA_VERS}.tar.gz -C /opt/java
135136
go install github.com/icon-project/goloop/cmd/goloop@latest
136137

137138
# Install archway
138-
wget -q https://github.com/archway-network/archway/releases/download/v$${ARCHWAY_VERS}/archway_$${ARCHWAY_VERS}_linux_amd64.zip
139-
unzip archway_$${ARCHWAY_VERS}_linux_amd64.zip
139+
wget -q https://github.com/archway-network/archway/releases/download/v$${ARCHWAY_VERS}/archwayd_$${ARCHWAY_VERS}_linux_amd64.zip
140+
unzip archwayd_$${ARCHWAY_VERS}_linux_amd64.zip
140141
sudo cp archwayd /usr/local/bin
141142

142143
# Install injectived

0 commit comments

Comments
 (0)