Skip to content

Commit

Permalink
fix evmos-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Oct 10, 2023
1 parent 8e7ea91 commit e346028
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 @@ -109,6 +109,8 @@ rm -rf $node_home/*
chain_id_arg=""
if [[ $chain_name == "evmos-testnet-archive" ]]; then
chain_id_arg="--chain-id=evmos_9000-4"
elif [[ $chain_name == "sei-testnet" ]]; then
chain_id_arg="--chain-id=evmos_9000-4"
elif [[ $chain_name == "sei-testnet" ]]; then
chain_id_arg="--chain-id=atlantic-2"
elif [[ $chain_name == "sei" ]]; then
Expand Down

0 comments on commit e346028

Please sign in to comment.