From 0d908ad9870fa61b9963ea7aa454eebab1341aaa Mon Sep 17 00:00:00 2001 From: J-Dog Date: Mon, 21 Aug 2023 11:08:29 -0700 Subject: [PATCH] update testnet config to set first block to 2,473,585 --- indexer/includes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/includes/config.php b/indexer/includes/config.php index 28ddbf0..34de998 100644 --- a/indexer/includes/config.php +++ b/indexer/includes/config.php @@ -42,7 +42,7 @@ // Testnet config if(NETWORK=='testnet'){ // First block with BTNS transaction (none yet, so just picking block) - define("FIRST_BLOCK",2466000); + define("FIRST_BLOCK",2473585); // BTNS Address define('BURN_ADDRESS', "mvCounterpartyXXXXXXXXXXXXXXW24Hef");