You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/goduck/ether.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ var EthConfigMap = map[string]string{
23
23
"v1.11.1": "1.3.0",
24
24
"v1.11.3": "1.3.0",
25
25
"v1.23.0": "1.2.0",
26
+
"v2.8.0": "1.2.0",
26
27
}
27
28
28
29
funcetherCMD() *cli.Command {
@@ -62,7 +63,7 @@ func etherCMD() *cli.Command {
62
63
Name: "bxh-version",
63
64
Usage: "specify bitxhub version (Only for docker. The launched ethereum private chain in docker mod has already deployed the cross-chain contract required for the corresponding version of BitXHub)",
0 commit comments