We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678ebec commit 9e0ac23Copy full SHA for 9e0ac23
.github/workflows/vote.yml
@@ -35,7 +35,7 @@ jobs:
35
extract_checksum() { awk "/elysd-${ELYS_VERSION}-linux-amd64.tar.gz/ {print \$1; exit}"; }
36
37
# environment variables
38
- NODE=https://rpc.testnet.elys.network:443
+ NODE=https://elys-testnet-rpc.publicnode.com:443
39
OPTIONS="--node $NODE --chain-id elysicstestnet-1 --keyring-backend=test -b=sync --fees=20000uelys --gas=300000 -y"
40
41
# import proposers key
@@ -55,7 +55,7 @@ jobs:
55
echo "current version: ${ELYS_VERSION}"
56
echo "upgrade_version: $upgrade_version"
57
58
- GOV_ID=127
+ GOV_ID=128
59
60
# vote on proposal
61
${ELYSD} tx gov vote $GOV_ID yes --from=proposer1 $OPTIONS
0 commit comments