Skip to content

Commit 3ddb68a

Browse files
[ETCM-844] Re-enable eth/63 (#1072)
1 parent 911978b commit 3ddb68a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/main/resources/conf/chains/etc-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# The ID of the accepted chain
77
chain-id = "0x3d"
88

9-
capabilities = ["eth/64"]
9+
capabilities = ["eth/63", "eth/64"]
1010

1111
# Possibility to set Proof of Work target time for testing purposes.
1212
# null means that the standard difficulty calculation rules are used

src/main/resources/conf/chains/eth-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1 - mainnet, 3 - ropsten, 7 - mordor
44
network-id = 1
55

6-
capabilities = ["eth/64"]
6+
capabilities = ["eth/63", "eth/64"]
77

88
# Possibility to set Proof of Work target time for testing purposes.
99
# null means that the standard difficulty calculation rules are used

src/main/resources/conf/chains/mordor-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1 - mainnet, 3 - ropsten, 7 - mordor
44
network-id = 7
55

6-
capabilities = ["eth/64"]
6+
capabilities = ["eth/63", "eth/64"]
77

88
# Possibility to set Proof of Work target time for testing purposes.
99
# null means that the standard difficulty calculation rules are used

src/main/resources/conf/chains/ropsten-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1 - mainnet, 3 - ropsten, 7 - mordor
44
network-id = 3
55

6-
capabilities = ["eth/64"]
6+
capabilities = ["eth/63", "eth/64"]
77

88
# Possibility to set Proof of Work target time for testing purposes.
99
# null means that the standard difficulty calculation rules are used

src/main/resources/conf/chains/testnet-internal-nomad-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1 - mainnet, 3 - ropsten, 7 - mordor
44
network-id = 42
55

6-
capabilities = ["eth/64"]
6+
capabilities = ["eth/63", "eth/64"]
77

88
# Possibility to set Proof of Work target time for testing purposes.
99
# null means that the standard difficulty calculation rules are used

0 commit comments

Comments
 (0)