Skip to content

Commit

Permalink
chore: add genesis for testnet and mainnet (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatjazzleo authored Oct 15, 2024
1 parent d62e5ba commit 8765395
Show file tree
Hide file tree
Showing 5 changed files with 1,421 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ jobs:
- name: install
run: make install
- name: validate genesis
run: mantrachaind genesis validate-genesis networks/dukong/genesis.json
run: |
for dir in networks/*/; do
if [ -f "$dir/genesis.json" ]; then
mantrachaind genesis validate-genesis "$dir/genesis.json"
fi
done
4 changes: 2 additions & 2 deletions .github/workflows/visualize_genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches:
- main
paths:
- 'networks/dukong/genesis.json'
- 'networks/mantra-dukong-1/genesis.json'
- 'networks/mantra-1/genesis.json'
- 'networks/visualize_genesis.py'
- 'networks/template.tex'
- '.github/workflows/generate_pdf.yml'
Expand Down Expand Up @@ -48,4 +49,3 @@ jobs:
with:
name: Genesis Report
path: networks/report.pdf

Loading

0 comments on commit 8765395

Please sign in to comment.