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 e346028 commit 9adb1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot/snapshot_restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ 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
elif [[ $chain_name == "evmos_9000-testnet" ]]; then
chain_id_arg="--chain-id=evmos_9000-4"
elif [[ $chain_name == "sei-testnet" ]]; then
chain_id_arg="--chain-id=atlantic-2"
Expand Down

0 comments on commit 9adb1f1

Please sign in to comment.