From 324923afd4b4a207e57e05471fbfe4a9e9e2f030 Mon Sep 17 00:00:00 2001 From: James Piechota Date: Mon, 13 Jan 2025 18:57:07 +0000 Subject: [PATCH] test: rebar.config for testnet --- rebar.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index 18c3477e0..071d794d2 100644 --- a/rebar.config +++ b/rebar.config @@ -527,9 +527,9 @@ {d, 'TEST_WALLET_ADDRESS', "MXeFJwxb4y3vL4In3oJu60tQGXGCzFzWLwBUxnbutdQ"}, {d, 'TOP_UP_TEST_WALLET_AR', 1000000}, - %% The following values all assume the testnet is restarted from height 1514109 using + %% The following values all assume the testnet is restarted from height 1588329 using %% the flag: - %% start_from_block IBPVmGCllShZkmxbPlJUeyh8D3QqtQMxscfXRc1TElRXpzwysH4aZJ1XLNf9W4MT + %% start_from_block 3lIjFuR6nMYwELWwQqZxYn_sj1tESmZgk6bVZewwxtr0X6a8mXG0JH7KAV_5AE2s %% TESTNET_FORK_HEIGHT should meet the following requirements: %% 1. Set to a difficulty retargeting height - i.e. a multiple of @@ -542,7 +542,7 @@ %% For example, if the testnet was forked off mainnet at %% height 1265219 (either through the use of start_from_latest_state or %% start_from_block), then TESTNET_FORK_HEIGHT should be set to 1265220. - {d, 'TESTNET_FORK_HEIGHT', 1514110}, + {d, 'TESTNET_FORK_HEIGHT', 1588330}, %% ------------------------------------------------------------------------------------- %% Optional configuration for testnet @@ -552,7 +552,7 @@ {d, 'TESTNET_LEGACY_REWARD_HISTORY_BLOCKS', 40}, {d, 'TESTNET_LOCKED_REWARDS_BLOCKS', 40}, {d, 'TESTNET_TARGET_BLOCK_TIME', 45}, - {d, 'FORK_2_8_HEIGHT', 1514410} + {d, 'FORK_2_9_HEIGHT', 1588500} ]}, {relx, [ {dev_mode, false},