Skip to content

Commit

Permalink
Update deploy-bdjuno-private-testnet.yml
Browse files Browse the repository at this point in the history
change genesis
  • Loading branch information
beb4now authored Oct 2, 2024
1 parent ee69e93 commit 5e848b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-bdjuno-private-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Create bdjuno directory and download genesis file
run: |
mkdir bdjuno
wget https://storage.googleapis.com/private-testnet-genesis/cudos_private_tn_2024-10-02.export
mv cudos_private_tn_2024-10-02.export bdjuno/genesis.json
wget https://storage.googleapis.com/private-testnet-genesis/private_testnet_20240705.export
mv private_testnet_20240705.export bdjuno/genesis.json
chmod 644 bdjuno/genesis.json
- name: Setup bdjuno config file
Expand Down

0 comments on commit 5e848b5

Please sign in to comment.