Skip to content

Commit

Permalink
test: rebar.config for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota authored and Lev Berman committed Jan 15, 2025
1 parent 166e96e commit 324923a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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},
Expand Down

0 comments on commit 324923a

Please sign in to comment.