From b63b63b71655b69a6a4f93176558c6cebda9fc92 Mon Sep 17 00:00:00 2001 From: Lukasz Golebiewski Date: Thu, 22 Jul 2021 10:21:30 +0200 Subject: [PATCH] [ETCM-844] Re-enable eth/63 --- src/main/resources/conf/chains/etc-chain.conf | 2 +- src/main/resources/conf/chains/eth-chain.conf | 2 +- src/main/resources/conf/chains/mordor-chain.conf | 2 +- src/main/resources/conf/chains/ropsten-chain.conf | 2 +- .../resources/conf/chains/testnet-internal-nomad-chain.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/conf/chains/etc-chain.conf b/src/main/resources/conf/chains/etc-chain.conf index 8049cd9224..0d5d387be4 100644 --- a/src/main/resources/conf/chains/etc-chain.conf +++ b/src/main/resources/conf/chains/etc-chain.conf @@ -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 diff --git a/src/main/resources/conf/chains/eth-chain.conf b/src/main/resources/conf/chains/eth-chain.conf index 0e47dba6a9..af7a98d2c3 100644 --- a/src/main/resources/conf/chains/eth-chain.conf +++ b/src/main/resources/conf/chains/eth-chain.conf @@ -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 diff --git a/src/main/resources/conf/chains/mordor-chain.conf b/src/main/resources/conf/chains/mordor-chain.conf index 1d4a24b191..84970b5e54 100644 --- a/src/main/resources/conf/chains/mordor-chain.conf +++ b/src/main/resources/conf/chains/mordor-chain.conf @@ -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 diff --git a/src/main/resources/conf/chains/ropsten-chain.conf b/src/main/resources/conf/chains/ropsten-chain.conf index 36e2dfdad3..2749003391 100644 --- a/src/main/resources/conf/chains/ropsten-chain.conf +++ b/src/main/resources/conf/chains/ropsten-chain.conf @@ -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 diff --git a/src/main/resources/conf/chains/testnet-internal-nomad-chain.conf b/src/main/resources/conf/chains/testnet-internal-nomad-chain.conf index a9d2f391e1..33937b75bf 100644 --- a/src/main/resources/conf/chains/testnet-internal-nomad-chain.conf +++ b/src/main/resources/conf/chains/testnet-internal-nomad-chain.conf @@ -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