@@ -147,7 +147,7 @@ describe('other tests', () => {
147147 const expectedResp1 = {
148148 unlocked_percent : '100.00' ,
149149 total_stx : '235000000.000000' ,
150- total_stx_year_2050 : '1818000000 .000000' ,
150+ total_stx_year_2050 : '2318000000 .000000' ,
151151 unlocked_stx : '235000000.000000' ,
152152 block_height : 1 ,
153153 } ;
@@ -175,7 +175,7 @@ describe('other tests', () => {
175175 unlocked_percent : '100.00' ,
176176 total_stx : microStxToStx ( expectedTotalStx2 ) ,
177177 unlocked_stx : microStxToStx ( expectedTotalStx2 ) ,
178- total_stx_year_2050 : '1818000000 .000000' ,
178+ total_stx_year_2050 : '2318000000 .000000' ,
179179 block_height : dbBlock1 . block_height ,
180180 } ;
181181 expect ( JSON . parse ( result2 . text ) ) . toEqual ( expectedResp2 ) ;
@@ -206,7 +206,7 @@ describe('other tests', () => {
206206 const expectedResp3 = {
207207 unlocked_percent : '100.00' ,
208208 total_stx : microStxToStx ( expectedTotalStx3 ) ,
209- total_stx_year_2050 : '1818000000 .000000' ,
209+ total_stx_year_2050 : '2318000000 .000000' ,
210210 unlocked_stx : microStxToStx ( expectedTotalStx3 ) ,
211211 block_height : dbBlock1 . block_height ,
212212 } ;
@@ -236,8 +236,8 @@ describe('other tests', () => {
236236 unlockedSupplyFormatted : new Intl . NumberFormat ( 'en' , {
237237 minimumFractionDigits : STACKS_DECIMAL_PLACES ,
238238 } ) . format ( parseInt ( microStxToStx ( expectedTotalStx3 ) ) ) ,
239- totalStacksYear2050 : '1818000000 .000000' ,
240- totalStacksYear2050Formatted : '1,818 ,000,000.000000' ,
239+ totalStacksYear2050 : '2318000000 .000000' ,
240+ totalStacksYear2050Formatted : '2,318 ,000,000.000000' ,
241241 blockHeight : dbBlock1 . block_height . toString ( ) ,
242242 } ;
243243 expect ( JSON . parse ( result6 . text ) ) . toEqual ( expectedResp6 ) ;
0 commit comments