Skip to content

Update #4 (backdated to 2025-05-24 13:50:05) #12

Update #4 (backdated to 2025-05-24 13:50:05)

Update #4 (backdated to 2025-05-24 13:50:05) #12

Workflow file for this run

name: Gentx Format
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify-gentx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- run: go version
- name: gentx-validation
run: |
bash -x ./scripts/validate-gentxs.sh
env:
DAEMON: evmosd
CHAIN_ID: evmos_9000-2
DENOM: aphoton
GH_URL: https://github.com/tharsis/evmos
BINARY_VERSION: v0.2.0
PRELAUNCH_GENESIS_URL: https://raw.githubusercontent.com/tharsis/testnets/main/olympus_mons/genesis.json
GENTXS_DIR: ${{ github.workspace }}/olympus_mons/gentxs