Skip to content

Commit

Permalink
[ETCM-844] Re-enable eth/63
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-golebiewski committed Jul 22, 2021
1 parent 911978b commit b63b63b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/conf/chains/etc-chain.conf
Expand Up @@ -6,7 +6,7 @@
# The ID of the accepted chain
chain-id = "0x3d"

capabilities = ["eth/64"]
capabilities = ["eth/63", "eth/64"]

# Possibility to set Proof of Work target time for testing purposes.
# null means that the standard difficulty calculation rules are used
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/conf/chains/eth-chain.conf
Expand Up @@ -3,7 +3,7 @@
# 1 - mainnet, 3 - ropsten, 7 - mordor
network-id = 1

capabilities = ["eth/64"]
capabilities = ["eth/63", "eth/64"]

# Possibility to set Proof of Work target time for testing purposes.
# null means that the standard difficulty calculation rules are used
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/conf/chains/mordor-chain.conf
Expand Up @@ -3,7 +3,7 @@
# 1 - mainnet, 3 - ropsten, 7 - mordor
network-id = 7

capabilities = ["eth/64"]
capabilities = ["eth/63", "eth/64"]

# Possibility to set Proof of Work target time for testing purposes.
# null means that the standard difficulty calculation rules are used
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/conf/chains/ropsten-chain.conf
Expand Up @@ -3,7 +3,7 @@
# 1 - mainnet, 3 - ropsten, 7 - mordor
network-id = 3

capabilities = ["eth/64"]
capabilities = ["eth/63", "eth/64"]

# Possibility to set Proof of Work target time for testing purposes.
# null means that the standard difficulty calculation rules are used
Expand Down
Expand Up @@ -3,7 +3,7 @@
# 1 - mainnet, 3 - ropsten, 7 - mordor
network-id = 42

capabilities = ["eth/64"]
capabilities = ["eth/63", "eth/64"]

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

0 comments on commit b63b63b

Please sign in to comment.