Skip to content

Commit

Permalink
fix sei-archive-sub1
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Oct 6, 2023
1 parent f9119f4 commit 184ba05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snapshot/snapshot_restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ elif [[ $chain_name == "sei" ]]; then
chain_id_arg="--chain-id=pacific-1"
elif [[ $chain_name == "sei-archive-sub" ]]; then
chain_id_arg="--chain-id=pacific-1"
elif [[ $chain_name == "sei-archive-sub1" ]]; then
chain_id_arg="--chain-id=pacific-1"
fi

$HOME/go/bin/$daemon_name init $chain_id_arg test
Expand Down

0 comments on commit 184ba05

Please sign in to comment.