File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 44import  {  PythLazerClient  }  from  "../src/index.js" ; 
55
66// Ignore debug messages 
7- console . debug  =  ( )  =>  {   } ; 
7+ console . debug  =  ( )  =>  { } ; 
88
99const  client  =  await  PythLazerClient . create ( 
1010  [ "wss://pyth-lazer.dourolabs.app/v1/stream" ] , 
Original file line number Diff line number Diff line change 11export  type  Chain  =  "evm"  |  "solana" ; 
22export  type  DeliveryFormat  =  "json"  |  "binary" ; 
33export  type  JsonBinaryEncoding  =  "base64"  |  "hex" ; 
4- export  type  PriceFeedProperty  =  "price"  |  "bestBidPrice"  |  "bestAskPrice"  |  "exponent"  |  "publisherCount" ; 
4+ export  type  PriceFeedProperty  = 
5+   |  "price" 
6+   |  "bestBidPrice" 
7+   |  "bestAskPrice" 
8+   |  "exponent" 
9+   |  "publisherCount" ; 
510export  type  Channel  =  "real_time"  |  "fixed_rate@50ms"  |  "fixed_rate@200ms" ; 
611
712export  type  Request  = 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments