Skip to content

Commit 1f4e8c7

Browse files
committed
add Shanghai
1 parent 99a785c commit 1f4e8c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makeetc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ declare -A forkMap=( ["Byzantium"]="ETC_Atlantis"
66
["ConstantinopleFix"]="ETC_Agharta"
77
["Berlin"]="ETC_Magneto"
88
["London"]="ETC_Mystique"
9-
["Merge"]="ETC_Mystique")
9+
["Merge"]="ETC_Mystique"
10+
["Shanghai"]="ETC_Mystique")
1011

1112
function replaceFork() {
1213
infile=$1

0 commit comments

Comments
 (0)