Skip to content

Commit

Permalink
update testnet config to set first block to 2,473,585
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed Aug 21, 2023
1 parent 88a7112 commit 0d908ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/includes/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 0d908ad

Please sign in to comment.