Skip to content

Commit 9e0ac23

Browse files
committed
vote
1 parent 678ebec commit 9e0ac23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
extract_checksum() { awk "/elysd-${ELYS_VERSION}-linux-amd64.tar.gz/ {print \$1; exit}"; }
3636
3737
# environment variables
38-
NODE=https://rpc.testnet.elys.network:443
38+
NODE=https://elys-testnet-rpc.publicnode.com:443
3939
OPTIONS="--node $NODE --chain-id elysicstestnet-1 --keyring-backend=test -b=sync --fees=20000uelys --gas=300000 -y"
4040
4141
# import proposers key
@@ -55,7 +55,7 @@ jobs:
5555
echo "current version: ${ELYS_VERSION}"
5656
echo "upgrade_version: $upgrade_version"
5757
58-
GOV_ID=127
58+
GOV_ID=128
5959
6060
# vote on proposal
6161
${ELYSD} tx gov vote $GOV_ID yes --from=proposer1 $OPTIONS

0 commit comments

Comments
 (0)