diff --git a/.github/workflows/mainnet-schedule.yml b/.github/workflows/mainnet-schedule.yml index ec16a63..9e94829 100644 --- a/.github/workflows/mainnet-schedule.yml +++ b/.github/workflows/mainnet-schedule.yml @@ -166,32 +166,32 @@ jobs: # FN: "DO_TX" # HOST_CHAIN: "agoric" # -# liquidstake-persistence-valset: -# if: github.event.schedule == '10 13 * * *' -# environment: prod -# runs-on: ubuntu-latest -# -# strategy: -# matrix: -# node-version: [ 16.x ] -# -# steps: -# - uses: actions/checkout@v3 -# - name: Use Node.js ${{ matrix.node-version }} -# uses: actions/setup-node@v3 -# with: -# node-version: ${{ matrix.node-version }} -# cache: 'npm' -# cache-dependency-path: ./package-lock.json -# - name: Install dependencies -# run: npm ci -# - name: Run get data to make weights -# run: npm run smartstake-update-valset-weights-xprt -# env: -# FN: "GET_DATA" -# HOST_CHAIN: "persistence" -# - name: Run do txn -# run: npm run smartstake-update-valset-weights-xprt -# env: -# FN: "DO_TX" -# HOST_CHAIN: "persistence" + liquidstake-persistence-valset: + if: github.event.schedule == '10 13 * * *' + environment: prod + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [ 16.x ] + + steps: + - uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + cache-dependency-path: ./package-lock.json + - name: Install dependencies + run: npm ci + - name: Run get data to make weights + run: npm run smartstake-update-valset-weights-xprt + env: + FN: "GET_DATA" + HOST_CHAIN: "persistence" + - name: Run do txn + run: npm run smartstake-update-valset-weights-xprt + env: + FN: "DO_TX" + HOST_CHAIN: "persistence"