Skip to content

Commit 06884bf

Browse files
author
Nicolas Tallar
committed
[Chore] Configure the future address of the treasury contract (nomad testnet)
1 parent 1547dd1 commit 06884bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/resources/application.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mantis {
4040
# Ethereum protocol version
4141
# Supported versions:
4242
# 63, 64 (experimental version which enables usage of messages with checkpointing information. In the future after ETCM-355, ETCM-356, it will be 66 probably)
43-
protocol-version = 63
43+
protocol-version = 64
4444

4545
server-address {
4646
# Listening interface for Ethereum protocol connections
@@ -258,7 +258,7 @@ mantis {
258258
# For example, in case of ethash, a section named `ethash` is used.
259259
# Available protocols: ethash, mocked, restricted-ethash
260260
# In case of mocked, remember to enable qa api
261-
protocol = ethash
261+
protocol = restricted-ethash
262262

263263
# If true then the consensus protocol uses this node for mining.
264264
# In the case of ethash PoW, this means mining new blocks, as specified by Ethereum.
@@ -286,7 +286,7 @@ mantis {
286286
}
287287

288288
blockchains {
289-
network = "etc"
289+
network = "testnet-internal-nomad"
290290

291291
etc {include "chains/etc-chain.conf"}
292292

@@ -305,7 +305,7 @@ mantis {
305305

306306
sync {
307307
# Whether to enable fast-sync
308-
do-fast-sync = true
308+
do-fast-sync = false
309309

310310
# Interval for updating peers during sync
311311
peers-scan-interval = 3.seconds

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
# Proto-treasury fork block number (ETC only, but deactivated for now)
8686
# https://ecips.ethereumclassic.org/ECIPs/ecip-1098
87-
treasury-address = "0011223344556677889900112233445566778899"
87+
treasury-address = "0358e65dfe67b350eb827ffa17a82e7bb5f4c0c6"
8888
ecip1098-block-number = "0"
8989

9090
# Checkpointing fork block number

0 commit comments

Comments
 (0)