Skip to content

Commit 324923a

Browse files
JamesPiechotaLev Berman
authored andcommitted
test: rebar.config for testnet
1 parent 166e96e commit 324923a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rebar.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@
527527
{d, 'TEST_WALLET_ADDRESS', "MXeFJwxb4y3vL4In3oJu60tQGXGCzFzWLwBUxnbutdQ"},
528528
{d, 'TOP_UP_TEST_WALLET_AR', 1000000},
529529

530-
%% The following values all assume the testnet is restarted from height 1514109 using
530+
%% The following values all assume the testnet is restarted from height 1588329 using
531531
%% the flag:
532-
%% start_from_block IBPVmGCllShZkmxbPlJUeyh8D3QqtQMxscfXRc1TElRXpzwysH4aZJ1XLNf9W4MT
532+
%% start_from_block 3lIjFuR6nMYwELWwQqZxYn_sj1tESmZgk6bVZewwxtr0X6a8mXG0JH7KAV_5AE2s
533533

534534
%% TESTNET_FORK_HEIGHT should meet the following requirements:
535535
%% 1. Set to a difficulty retargeting height - i.e. a multiple of
@@ -542,7 +542,7 @@
542542
%% For example, if the testnet was forked off mainnet at
543543
%% height 1265219 (either through the use of start_from_latest_state or
544544
%% start_from_block), then TESTNET_FORK_HEIGHT should be set to 1265220.
545-
{d, 'TESTNET_FORK_HEIGHT', 1514110},
545+
{d, 'TESTNET_FORK_HEIGHT', 1588330},
546546

547547
%% -------------------------------------------------------------------------------------
548548
%% Optional configuration for testnet
@@ -552,7 +552,7 @@
552552
{d, 'TESTNET_LEGACY_REWARD_HISTORY_BLOCKS', 40},
553553
{d, 'TESTNET_LOCKED_REWARDS_BLOCKS', 40},
554554
{d, 'TESTNET_TARGET_BLOCK_TIME', 45},
555-
{d, 'FORK_2_8_HEIGHT', 1514410}
555+
{d, 'FORK_2_9_HEIGHT', 1588500}
556556
]},
557557
{relx, [
558558
{dev_mode, false},

0 commit comments

Comments
 (0)