@@ -204,7 +204,9 @@ describe("solana", () => {
204
204
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . toEqual (
205
205
BigInt ( 1461600 ) . toString ( )
206
206
) ;
207
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
207
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
208
+ BigInt ( "18446744073709551615" ) . toString ( )
209
+ ) ;
208
210
expect ( sar . results [ 0 ] . executable ) . toEqual ( false ) ;
209
211
expect ( base58 . encode ( Buffer . from ( sar . results [ 0 ] . owner ) ) ) . toEqual (
210
212
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
@@ -216,7 +218,9 @@ describe("solana", () => {
216
218
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . toEqual (
217
219
BigInt ( 1461600 ) . toString ( )
218
220
) ;
219
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
221
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
222
+ BigInt ( "18446744073709551615" ) . toString ( )
223
+ ) ;
220
224
expect ( sar . results [ 1 ] . executable ) . toEqual ( false ) ;
221
225
expect ( base58 . encode ( Buffer . from ( sar . results [ 1 ] . owner ) ) ) . toEqual (
222
226
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
@@ -268,7 +272,9 @@ describe("solana", () => {
268
272
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . toEqual (
269
273
BigInt ( 1461600 ) . toString ( )
270
274
) ;
271
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
275
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
276
+ BigInt ( "18446744073709551615" ) . toString ( )
277
+ ) ;
272
278
expect ( sar . results [ 0 ] . executable ) . toEqual ( false ) ;
273
279
expect ( base58 . encode ( Buffer . from ( sar . results [ 0 ] . owner ) ) ) . toEqual (
274
280
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
@@ -280,7 +286,9 @@ describe("solana", () => {
280
286
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . toEqual (
281
287
BigInt ( 1461600 ) . toString ( )
282
288
) ;
283
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
289
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
290
+ BigInt ( "18446744073709551615" ) . toString ( )
291
+ ) ;
284
292
expect ( sar . results [ 1 ] . executable ) . toEqual ( false ) ;
285
293
expect ( base58 . encode ( Buffer . from ( sar . results [ 1 ] . owner ) ) ) . toEqual (
286
294
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
@@ -398,7 +406,9 @@ describe("solana", () => {
398
406
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . not . toEqual (
399
407
BigInt ( 0 ) . toString ( )
400
408
) ;
401
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
409
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
410
+ BigInt ( "18446744073709551615" ) . toString ( )
411
+ ) ;
402
412
expect ( sar . results [ 0 ] . executable ) . toEqual ( false ) ;
403
413
expect ( Buffer . from ( sar . results [ 0 ] . owner ) . toString ( "hex" ) ) . toEqual (
404
414
"02c806312cbe5b79ef8aa6c17e3f423d8fdfe1d46909fb1f6cdf65ee8e2e6faa"
@@ -455,7 +465,9 @@ describe("solana", () => {
455
465
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . not . toEqual (
456
466
BigInt ( 0 ) . toString ( )
457
467
) ;
458
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
468
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
469
+ BigInt ( "18446744073709551615" ) . toString ( )
470
+ ) ;
459
471
expect ( sar . results [ 0 ] . executable ) . toEqual ( false ) ;
460
472
expect ( Buffer . from ( sar . results [ 0 ] . owner ) . toString ( "hex" ) ) . toEqual (
461
473
"02c806312cbe5b79ef8aa6c17e3f423d8fdfe1d46909fb1f6cdf65ee8e2e6faa"
@@ -519,7 +531,9 @@ describe("solana", () => {
519
531
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . toEqual (
520
532
BigInt ( 1461600 ) . toString ( )
521
533
) ;
522
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
534
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
535
+ BigInt ( "18446744073709551615" ) . toString ( )
536
+ ) ;
523
537
expect ( sar . results [ 0 ] . executable ) . toEqual ( false ) ;
524
538
expect ( base58 . encode ( Buffer . from ( sar . results [ 0 ] . owner ) ) ) . toEqual (
525
539
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
@@ -531,7 +545,9 @@ describe("solana", () => {
531
545
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . toEqual (
532
546
BigInt ( 1461600 ) . toString ( )
533
547
) ;
534
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
548
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
549
+ BigInt ( "18446744073709551615" ) . toString ( )
550
+ ) ;
535
551
expect ( sar . results [ 1 ] . executable ) . toEqual ( false ) ;
536
552
expect ( base58 . encode ( Buffer . from ( sar . results [ 1 ] . owner ) ) ) . toEqual (
537
553
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
@@ -584,7 +600,9 @@ describe("solana", () => {
584
600
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . toEqual (
585
601
BigInt ( 1461600 ) . toString ( )
586
602
) ;
587
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
603
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
604
+ BigInt ( "18446744073709551615" ) . toString ( )
605
+ ) ;
588
606
expect ( sar . results [ 0 ] . executable ) . toEqual ( false ) ;
589
607
expect ( base58 . encode ( Buffer . from ( sar . results [ 0 ] . owner ) ) ) . toEqual (
590
608
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
@@ -596,7 +614,9 @@ describe("solana", () => {
596
614
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . toEqual (
597
615
BigInt ( 1461600 ) . toString ( )
598
616
) ;
599
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
617
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
618
+ BigInt ( "18446744073709551615" ) . toString ( )
619
+ ) ;
600
620
expect ( sar . results [ 1 ] . executable ) . toEqual ( false ) ;
601
621
expect ( base58 . encode ( Buffer . from ( sar . results [ 1 ] . owner ) ) ) . toEqual (
602
622
"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
@@ -654,7 +674,9 @@ describe("solana", () => {
654
674
expect ( sar . results [ 0 ] . lamports . toString ( ) ) . not . toEqual (
655
675
BigInt ( 0 ) . toString ( )
656
676
) ;
657
- expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual ( BigInt ( 0 ) . toString ( ) ) ;
677
+ expect ( sar . results [ 0 ] . rentEpoch . toString ( ) ) . toEqual (
678
+ BigInt ( "18446744073709551615" ) . toString ( )
679
+ ) ;
658
680
expect ( sar . results [ 0 ] . executable ) . toEqual ( false ) ;
659
681
expect ( Buffer . from ( sar . results [ 0 ] . owner ) . toString ( "hex" ) ) . toEqual (
660
682
"02c806312cbe5b79ef8aa6c17e3f423d8fdfe1d46909fb1f6cdf65ee8e2e6faa"
0 commit comments