@@ -147,7 +147,7 @@ describe('other tests', () => {
147
147
const expectedResp1 = {
148
148
unlocked_percent : '100.00' ,
149
149
total_stx : '235000000.000000' ,
150
- total_stx_year_2050 : '1818000000 .000000' ,
150
+ total_stx_year_2050 : '2318000000 .000000' ,
151
151
unlocked_stx : '235000000.000000' ,
152
152
block_height : 1 ,
153
153
} ;
@@ -175,7 +175,7 @@ describe('other tests', () => {
175
175
unlocked_percent : '100.00' ,
176
176
total_stx : microStxToStx ( expectedTotalStx2 ) ,
177
177
unlocked_stx : microStxToStx ( expectedTotalStx2 ) ,
178
- total_stx_year_2050 : '1818000000 .000000' ,
178
+ total_stx_year_2050 : '2318000000 .000000' ,
179
179
block_height : dbBlock1 . block_height ,
180
180
} ;
181
181
expect ( JSON . parse ( result2 . text ) ) . toEqual ( expectedResp2 ) ;
@@ -206,7 +206,7 @@ describe('other tests', () => {
206
206
const expectedResp3 = {
207
207
unlocked_percent : '100.00' ,
208
208
total_stx : microStxToStx ( expectedTotalStx3 ) ,
209
- total_stx_year_2050 : '1818000000 .000000' ,
209
+ total_stx_year_2050 : '2318000000 .000000' ,
210
210
unlocked_stx : microStxToStx ( expectedTotalStx3 ) ,
211
211
block_height : dbBlock1 . block_height ,
212
212
} ;
@@ -236,8 +236,8 @@ describe('other tests', () => {
236
236
unlockedSupplyFormatted : new Intl . NumberFormat ( 'en' , {
237
237
minimumFractionDigits : STACKS_DECIMAL_PLACES ,
238
238
} ) . 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' ,
241
241
blockHeight : dbBlock1 . block_height . toString ( ) ,
242
242
} ;
243
243
expect ( JSON . parse ( result6 . text ) ) . toEqual ( expectedResp6 ) ;
0 commit comments