Skip to content

Commit

Permalink
Add fee validation to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Mar 7, 2024
1 parent c47965d commit f7865b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gentx-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup
run: |
wget https://github.com/althea-net/althea-L1/releases/download/v1.0.0-rc1/althea-linux-amd64
wget https://github.com/althea-net/althea-L1/releases/download/v1.0.0-rc2/althea-linux-amd64
chmod +x althea-linux-amd64
sudo mv althea-linux-amd64 /bin/althea
althea init test --chain-id althea_417834-4
Expand Down

0 comments on commit f7865b2

Please sign in to comment.